/* CSS Document */
/** {margin: 0; padding:0}*/
body{
	background-color:#d6ebf5;
	font: 13px/20px "Trebuchet MS",Arial,sans-serif;
	color: #333333;
} 
a{ /*font-weight:bold; border-bottom:dotted #036 1px; text-decoration:none; color:#333;*/}
a:hover{}
a:visited {}
h1{}
h2{/* margin:5px 0; padding:5px 0; font-size:1.6em*/}


/* DIVS*/

#testa {}
#intro p{
	margin-right:10px;
	color: #006699;
	margin-top: 0px;
}
#corpus {
	clear: both;
	height: 100%;
	background-image: url(img/bg1.png);
	background-repeat: repeat-y;
	width: 900px;
	margin: 0 auto;
}
#corpusForm {
	clear: both;
	height: 100%;
	background-image: url(img/bg2.png);
	background-repeat: repeat-y;
	width: 900px;
	margin: 0 auto;
}

#podus {
	clear: both;
	background-image: url(img/footer.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	width: 900px;
	margin-top:-13px!important;
	margin: 0 auto;
	
}
#podus p{
	margin:0 0 0 10px;
	padding:0;
	color: #999;
	font-size: 0.9em;
	text-align: center}
#podus p a{ color:#006699; text-decoration:none}

.TopLayout{
	background-image: url(img/top-layout.png);
	height: 28px;
}
 .TopLayout p{
	margin:0 0 0 10px;
	padding:0;
	font-size:85%;
	color: #666666;
}
.truco1 {
	margin:0;
	padding:0;
	border: none;
}
.invisible {display:none}

/* B L O G */
#sidebar{display:none} /*ok */
#prelude {display:none} /*ok */
#content {clear: both; height: 100%;background-image: url(img/bg2.png);background-repeat: repeat-y;width: 900px;
	margin: 0 auto;} /*ok */
.post { margin:0 10px}
.post-info { font-size:0.8em; color:#999999; margin:0; padding:0}
div#comments p.comment-info { margin:0}
.comment-info { font-size:0.9em; color:#666666; margin:0; padding:10px; background-color:#D4F7D7;-moz-border-radius:10px}
.comment-info a{ color:#198520; font-weight:bold}
#comments blockquote { padding:0 0 0 20px; margin:-10px 0 0 0;background-color:#EAFBEB; -moz-border-radius:5px}
#comments blockquote a{ color:#198520; font-weight:bold}

h2.post-title {
	margin:10px 0 0 0;
	padding:15px;
	color:#006699;
	font-size:2.3em;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color:#f3f3f3;
}
h2.post-title a{
	margin:0;
	padding:0 0 5px 0;
	color:#006699;	
	/*border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;*/
	text-decoration:none;
}
#trackbacks { margin:0 10px}
#comments{border-top:#990a00 solid 1px; margin:0 10px}

.post-info-co a, .post-info a { color:#006699;}
.post-info-co {/*margin:-5px 0 20px 0;*/ font-size:95%}


#comment-form fieldset
{ padding:1em 0.8em; width: 95%; border:#F3D2C0 solid 1px; background-color:#FBF0EA;-moz-border-radius:10px}
.form-help{ color:#999999; font-size:0.8em; margin:0}