*{ margin:0; padding:0; border:none;}

body{
	background-color:#FFFFFF;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	}
a{ color:#284E5B; text-decoration:none;}
a:hover{color:#333;}
#header{
	height:108px;
	background:url(imagens/back-topo.jpg) repeat-x;
	}

#header .box{
	width:950px;
	height:108px;
	margin:0 auto;
	}
	
#geral{
	width:920px;
	margin:0 auto;
	background:url(imagens/fundo-div.jpg) repeat-y center;
	}
	
#principal{
	width:700px;
	min-height:800px;
	float:left;
	}
	
.post-topo h1{
	font-size:25px;
	font-weight:lighter;
	margin:5px 0 5px 15px;	
	}

.more-link{clear:both;}

.post{
	color:#A4A4A4;
	font-size:14px;
	}

.post-conteudo img{
	margin:5px 0 5px 10px;
	width:105px;
	height:130px
	}
.post-conteudo p.texto{
	text-align:justify;
	text-indent:40px;
	font-weight:300;
	clear:both;
	margin:10px;
	}
.post-conteudo img{
	float:left;
	}

.post-rodape{
	margin:10px 0;
	font-weight:bold;
	clear:both;
	}
.post-rodape p{
	margin:0 10px;
	}
.post-rodape p.postado-por{
	float:left;
	}
.post-rodape p.postado-em{
	float:left;}
.post-rodape p.comente{
	float:right;
	}
.post-comentario, .more-link{
	margin:10px;}

.img-out{
	text-align:center;
	width:698px;
	clear:both;
}
	
.img-out img{
	width:450px;
	height:200px;
	margin:0 auto;
	float:none;
}

#paginacao{
	text-align:center;
	}

.linha-post{
	width:690px;
	height:12px;
	background:url(imagens/divisao.jpg) no-repeat center;
	margin-left:5px;
	display:block;
	clear:both;
	}
#sidebar{
	width:210px;
	float:left;
	margin-left:10px;
	}

.tit-lateral{
	width:208px;
	height:40px;
	line-height:40px;
	background:url(imagens/stars.jpg) no-repeat left center;
	text-indent:28px;
	font-size:15px;
	color:#5C7A82;
	margin:5px 0;
	}
	
#search-box{
	width:208px;
	height:21px;
	background:url(imagens/caixa-busca.jpg) no-repeat center left;
	margin:3px 0 10px 0; 
	}
	
#search-box #s{	
	float:left;
	margin:4px 0 4px 3px;
	color:#848585;
	background-color:#F0F5F8;
	width:156px;
	font-size:12px;
	}

#searchsubmit{
	width:21px;
	height:21px;
	float:left;
	margin-left:4px;
	background:url(imagens/ok-busca.jpg) no-repeat center;
	}


.lista-lateral a{
	color:#000000;
	}
.lista-lateral a:hover{
	color:#2D555F;
	}
ul.lista-lateral{
	margin-top:10px;
	}
	
ul.lista-lateral li{
	list-style:none;
	margin-left:5px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	}
	

#footer{
	height:170px;
	clear:both;
	background:url(imagens/back-rod.jpg) repeat-x;
	overflow:hidden;
	}
#footer a{color:#8A8B8D; text-decoration:none;}
#footer a:hover{color:#8A8B8D; text-decoration:underline;}
#footer .box{
	width:920px;
	margin:0 auto;
	}
	
#footer .by{
	height:50px;
	width:300px;
	margin-left:20px;
	color:#8A8B8D;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	padding-top:115px;
	float:left;
	}
	
#footer #imagem{
	width:250px;
	height:170px;
	display:block;
	float:right;
	}
	
/* Comentarios */

h3#respond {
	color:#284E5B;
	}

.caixas-texto {
	background:url(imagens/caixas-texto.jpg) no-repeat center;
	width:300px;
	height:25px;
	margin-top:2px;
	}
	
.post-comentario input#author, input#email, input#url {
	background:none;
	color:#848585;
	width:295px;
	text-indent:5px;
	font-size:13px;
	height:16px;
	line-height:25px;
	margin-top:4.5px;
	}
	
.caixa-comment {
	width:680px;
	height:300px;
	background:url(imagens/caixa-comment.jpg) no-repeat center;
	margin-top:2px;
	}

textarea#comment{
	width:670px;
	height:290px;
	margin:5px;
	font-size:13px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	background:none;
	color:#274e5a;	
	}

#submit{
	margin-top:2px;
	width:100px;
	height:26px;
	background:url(imagens/button-comentar.jpg) no-repeat top center;
	}

#submit:hover{
	background:url(imagens/button-comentar.jpg) bottom center;
	}
	
h3#comments{
	color:#274E5A;
	}

ol.commentlist{
	margin-top:5px;
	}
	
ol.commentlist li{
	list-style:none;
	margin-top:5px;
	background-color:#F9F9F9;
	border:dashed 1px #d8d8d8;
	}
	
.commentmetadata{
	float:right;
	}

ol.commentlist li p{
	margin:3px 0;
	text-indent:5px;
	color:#6a6a6a;
	}