* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

body {
	background: url(img/bg.jpg);
}

#site {
	width: 1000px;
	margin: 0 auto;
}

#topo a {
	width: 970px;
	height: 177px;
	margin: 0 auto;
	background: url(img/topo.png) no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='style/img/topo.png');
	display: block;
}

#top-corpo {
	width: 984px;
	height: 36px;
	background: url(img/topo-body.png) no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='style/img/topo-body.png');
	margin: 0 auto;
}

#baixo-corpo {
	clear: both;
	width: 984px;
	height: 28px;
	background: url(img/bg-body-bottom.png) no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='style/img/bg-body-bottom.png');
	margin: 0 auto;
}

#corpo:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;	
}

#corpo {
	width: 984px;
	background: url(img/bg-body.png) repeat-y;
	_background: url(img/bg-body.gif) repeat-y;
	margin: 0 auto;
}

#corpo h2 {
	background: url(img/marcador.jpg) no-repeat;
	font-size: 19px;
	padding-left: 25px;
	margin-bottom: 10px;
	width: 210px;
}

#esquerda {
	float: left;
	display: inline;
	width: 250px;
	margin-left: 20px;
}

.busca #frm_submit {
	border: 0;
	background: url(img/bg_submit.jpg) no-repeat;
	width: 45px;
	height: 28px;
	position: relative;
	top: 1px;
}

.busca #frm_busca {
	background: url(img/bg_input.gif) repeat-x;
	width: 140px;
	height: 17px;
	padding: 4px;
	margin: 10px 0 15px 25px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.contato #frm_enviar {
	border: 0;
	background: url(img/bg_enviar.jpg);
	width: 62px;
	height: 28px;
	float: right;
	margin-right: 30px;
	margin-bottom: 10px;
}

.contato #frm_nome, .contato #frm_email, .contato textarea {
	background: url(img/bg_input.gif) repeat-x;
	width: 185px;
	height: 17px;
	padding: 4px;
	margin: 0px 0 5px 25px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.contato textarea {
	width: 185px;
	height: 75px;
	font-size: 12px;
}

.traco {
	clear: both;
	width: 240px;
	border-bottom: 3px solid #333;
}

.categorias, #resultados, .contato, #enquete {
	margin: 25px 0 10px;
}

.categorias p a {
	background: url(img/marcador2.jpg) no-repeat left center;
	padding-left: 12px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	margin-left: 30px;
}

.categorias p a:hover { 
	text-decoration: none;
}

#resultados p {
	background: url(img/marcador3.jpg) no-repeat left center;
	padding-left: 12px;
	font-family: Tahoma;
	font-size: 11px;
	margin-left: 30px;
}

#enquete h4 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#enquete p {
	margin-left: 30px;
	font-size: 11px;
	font-family: Tahoma;
}

#enquete input {
	margin-top: 6px;
}

.frm_esquerda {
	float: left;
	display: inline;
	position: relative;
}

.frm_direita {
	float: left;
	display: inline;
	margin-left: -25px;
	line-height: 20px;
	margin-top: 1px;
	margin-bottom: 10px;
}

#logokki {
	width: 135px;
	height: 25px;
	margin: 20px auto 0;
	display: block;
}

#logopimba {
	width: 185px;
	height: 81px;
	background: url(img/logopimba.png) no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='style/img/logopimba.png');
	margin: 20px auto 0;
}

#meio {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 670px;
}

.post {
	width: 670px;
	border-bottom: 3px solid #333;
	padding-bottom: 10px;
}

.post_busca {
	border: none;
}

.post .titulo {
	font-size: 40px;
}

.post .titulo a {
	text-decoration: none;
}

.post .data {
	background: url(img/marcador3.jpg) no-repeat left 60%;
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 11px;
}
.post .autor {
	background: url(img/marcador3.jpg) no-repeat left 60%;
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 11px;
	margin-bottom: 20px;
}

.post p {
	font-size: 13px;
	line-height: 22px;
	padding: 0 5px;
}

.post .comentarios {
	margin-top: 10px;
	padding: 0 5px;
}

.post .comentarios a img {
	float: left;
	display: inline;
	margin-right: 5px;
}

.post .comentarios a p {
	font-size: 14px;
	color: #006600;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 8px 0 0 0;
}

.post .post_categorias {
	clear: both;
}

.post .post_categorias p {
	font-size: 11px;
	font-weight: bold;
	float: left;
	display: inline;
}

.post .post_categorias a {
	font-size: 11px;
	margin: 0 0 20px 3px;
}

.post img {
	margin: 5px 0;
}

.post embed {
	margin: 0 auto;
}

.barra {
	border-bottom: 3px solid #333;
	margin-top: 20px;
}	

#navegacao {
	width: 670px;
	margin: 20px 0;
}

#navegacao .direita {
	margin-left: 5px;
}

#rodape {
	clear: both;
	width: 978px;
	height: 59px;
	background: url(img/bg_rodape.png) no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='style/img/bg_rodape.png');
	margin: -3px 0 20px 10px;
}

#rodape p {
	font-size: 12px;
	margin-left: 55px;
	padding-top: 20px;
}

.lista_coments {
	width: 670px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	margin: 30px 0 20px 0;	
}

.lista_coments .autor {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	clear: both;
	background: none;
}

.lista_coments .coment {
	font-size: 11px;
	padding: 0 10px 10px 20px;
}

.lista_coments .date {
	font-size: 11px;
	padding: 10px;
	text-align: right;
	border-top: 1px solid #ccc;
	font-size: 10px;
}

.formulario {
	margin: 0 0 0 20px;
	padding-top: 10px;
	clear: both;	
	width: 550px;
}

.form_left, .form_right {
	float: left;
	display: inline;
}

.form_left p {
	margin-top: 7px;
	line-height: 21px;		
}

.form_right p {
	margin: 8px 0 0 0;
	line-height: 20px;
}

.formulario textarea {
	margin: 10px 0 0 50px;
}

.formulario input {
	width: 335px;
}

.formulario .btn_enviar {
	width: 100px;
	float: right;
	display: inline;
	margin: 5px 153px 0 0;
}

#resp_coment {
	font-size: 10px;
}