/* CSS Document */

body *{  
	margin:0;
	padding:0;
}

body{
	font:12px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #4A4646;
	margin:0 0 0 0;
	background:#000000 url(img/bg-barra-heade.gif) top left repeat-x;
}

div#geral{
	width:950px;
	margin:0 auto;
	background:#000000;
}

h1#topo{
	margin:0 0 30px 0;
}

hr{
	height: 5px;
	color: #fff;
	margin: 10px 0px;
	border: none;
	border-top: 1px dotted #D3D3D3;
}

img{
	border: none;
	background: none;
}

a, a:visited{
	color: #9F9F9F;
	text-decoration:none;
}
a:hover{
	text-decoration: none;
	color: #968669;
}

p{
	padding:0 0 20px 0;
}

/* TITULOS */
	h1, h3{
		color: #968669;	
		font-size: 24px;	
		font-weight: normal;	
		margin: 12px 0px 5px 0px;	
		line-height: 150%;	
	}	
	h1 a, h3 a, h1 a:visited, h3 a:visited  {	
		color: #968669;	
		text-decoration: none;	
	}
	#comments{
		color: #afafaf;	
		font-size: 16px;
	}
	#respond{
		color: #afafaf;	
		font-size: 16px;
	}	
	h1 a:hover, h3 a:hover {	
		color: #968669;	
		text-decoration:underline;	
	}	
	h2{	
		color: #968669;	
		font-size: 18px;	
		font-weight: normal;	
		padding: 10px 0px 5px 0;	
		line-height: 150%;	
		margin: 0px;	
	}	
	h2 a, h2 a:visited  {	
		color: #968669;	
		text-decoration: none;
	}	
	h2 a:hover {	
		text-decoration: underline;	
	}		
	h3.h1 {	
		font-size: 22px;	
	}
	.pagetitle{
		color:#333333;
	}



/* FORMULARIO */
	.clS{
		border:solid 1px #3F3F3F;
		padding:3px 3px 3px 18px;
		color:#666666;
		font:13px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
		width:137px;
		background:#161616 url(img/ico_lupa.gif) 5px center no-repeat;
		display:block;
	}
	.clSearchsubmit{
		background-color:#CCCCCC;
		padding:2px 1px 1px 1px;
		font-weight:bold;
		font-size:9px;
		cursor:pointer;
		float:right;
		border:solid 1px #c4c4c4;
	}
	
	.clSPagina{
		background-color:#fafafa;
		border:solid 1px #c4c4c4;
		padding:3px 3px 3px 18px;
		color:#666666;
		font:13px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
		width:139px;
		background:url(img/ico_lupa.gif) 5px center no-repeat;
	}
	.clSearchsubmitPagina{
		background:#F0F0F0;
		border:solid 1px #333333;
		padding:3px;
		border:none;
		font-weight:bold;
		cursor:pointer;
	}
	.ulForm li{
		list-style:none;
		padding:5px 0;
	}
	.inputTextComentarios{
		width:400px;
		padding:3px;
		border:solid 1px #666666;
		background:#E9E9E9;
		color:#666666;
	}
	


/* CONTEUDO */
	div#conteudo{
		padding-left:20px;
		width:530px;
		float:left;
		background:#000000;
	}
	p.tags-box{
		background-color:#1F1F1F;
		padding:3px 10px;
		font-size:11px;
		margin-bottom:10px;
	}
	div.post-autor{
		font-size:11px;
		padding:5px 0;
		background:#0F0F0F;
		color:#CCCCCC;
		margin:0 0 5px 0;
	}
	
/* COMENTÁRIOS */
	.commentlist li{
		list-style:none;
		border-bottom:solid 1px #5F5F5F;
		padding:10px 0;
		background:#000000;
	}
	.commentlist p{
		padding:5px 0 0 0;
	}


/* COLUNA DIREITA */
	.ulSidebar li{
		list-style:none;
		margin:10px 0 0 0;
		padding-left:10px;
	}
	div#colunaDireita{
		padding-right:20px;
		width:160px;
		float:right;
		background:#000000;
	}
	
	.ulLista{
		margin:0 0 20px 0;
	}
	.ulLista li{
		list-style:none;
		padding:5px 0;
		border-bottom:dashed 1px #d3d3d3;
	}
	.ulLista li a{
		color:#333333;
		display:block;
		width:160px;
		text-decoration:none;
	}
	.ulLista li a:hover{
		color:#999999;
	}
	.ulLista li:hover{
		background:#F4F4F4;
	}



/* RODAPE */
	div#rodape{
		clear:both;
		padding:20px 0 10px 0;
	}
	div#rodape-conteudo{
		padding:10px;
		border-top:solid 1px #999999;
		text-align:center;
		font-size:11px;
	}
