* {
	margin: 0px;
	padding: 0px;
	color: #333;
	list-style: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
body {
	overflow: hidden;
}
hr {
	display: none;
}

h1 {
	color: #336699;
	font-weight: normal;
	font-size: 30px;
}
h2 {
	margin: 15px 0px;
	color: #336699;
	width: 70%;
	border-bottom: 1px #99BBCC solid;
	font-size: 16px;
}
h2.wlinks {
	color: #000000;
	font-size: 13px;
	margin-bottom: 3px;
}
small, small a {
	font-size: 11px;
}
small {
	display: block;
}
#content a {
	color: #336699;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page { position:absolute; top:0px; right:0px; bottom:0px; left:0px; }

#footer {
	position: fixed;
	left: 5px;
	bottom: 5px;
}
#footer * {
        font-size: 10px;
        color: #999;
}
#footer a {
        color: #777;
}

#content {
        position: absolute;
	top: 0%;
        right: 0px;
        bottom: 0px;
        left: 37%;
        padding: 20px;
        margin-left:20px;
        overflow-x: hidden;
        overflow-y: auto;
}
.post .entry p {
        margin: 12px 0px;
}

.post .entry form {
        position: static;
        display: block;
        float:none;
        clear:both;
}

.post .entry div {
        position: absolute;
        top:50%;
        margin: -150px 15% 20px 0px;
        max-width: 600px;
}

.post .entry textarea {
        height:50px;
}

.post .entry textarea, .post .entry input[type=text] {
        width:300px;
}

.post .entry div div {
        position: static;
        margin: 0px;
}

#sidebar {
	width: 200px;
        height: 355px;
        margin-top: -235px;
	border-right: 3px #dddddd solid;
	padding: 50px 10px 50px 0px;
	text-align: right;
	background-image: url('/imagens/menubg.jpg');
	background-position: right center;
	background-repeat: no-repeat;
        position: absolute;
	top: 50%;
        right: 63%;
}
#sidebar * {
	margin: 0px;
	padding: 0px;
	
}
#sidebar ul * {
	list-style: none;
	font-size: 13px;
	line-height: 15px;
}
#sidebar li {
	margin-top: 13px;
}
#sidebar ul ul ul * {
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
}
ul {
   clear: both;
}

.post h2, .post-edit-link {
	display: none;
}
.post .entry h2 {
	display: block;
}
.widgettitle {
	display: none;
}