/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, sans-serif;
	background:#000000;
	color:#BBBBBB;
	font-size:12px;

}
a {
	color:#FFD200;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	float:left;
}
#topo {
	width:1000px;
	float:left;
	height:280px;

}

#main {
	width:1000px;

	margin:0 auto;
}
	.topo-left {
		width:772px;
		height:280px;
		float:left;	
		text-indent:-99999px;
	}
	.topo-right {
		width:228px;
		height:280px;
		float:left;
		font-size:12px;
	}

#post {
	background:#444444;
	color:#FFFFFF;
	float:left;
	width:990px;
	_width:990px;	
	padding:10px 6px 2px 7px;
	margin-bottom:40px;
}

	#post h2 {
		font-size:24px;
		margin: 0 25px 0 0;	
		text-transform:uppercase;
		float:left;
	}
	#post img {
		width:988px;
		height:399px;
		margin-top:5px;
		
	}
.descricao {
	font-size:12px;
	float:left;
	padding-bottom:7px;
}

.coment {
	float:left;
	position:relative;
	font-size:12px;
	padding:5px 0 3px 0;
	width:100%;
}

.spacer {
	background:url(images/ponto.gif) no-repeat;
	float:left;
	width:3px;
	height:3px;
	text-indent:-9999px;
	position:absolute; 
	top:11px;
	left:100px;
}

.rodape {
	float:left; 
	background:url(images/img_08.jpg) no-repeat #000;
	height:75px;	
	width:991px;
	
}
	.rodape a {
		color:#777;
		font-size:9px;
		text-decoration:none;
		margin-top:35px;
	}

/** COMENTARIOS **/

#comentarios { width:600px; float:left; padding:0 0 10px 0;}
	#comentarios .id {color:#999; width:90%; float:left; padding:0 0 5px 10px; border-bottom:2px solid #555; clear:both;}
	#comentarios p {float:left; width:90%;	margin:10px 0 10px 5px; }


#comente { width:380px; float:left;	padding:0 0 10px 0;}
fieldset {float:left; border:none;}
textarea {width:300px; height:60px; float:left; background:#333; border:1px solid #777; color:#FFFFFF;}
input {	float:left;	width:250px; margin:4px 0 0 10px; background:#333; border:1px solid #777; color:#FFFFFF;  }
label { color:#999; float:left; margin-top:5px; clear:both; width:40px; }
button {float:left; clear:both; background:#CCCCCC; margin:5px 0 0 50px; }

.captcha {clear:both; border:1px solid #fff;};
	
