@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#12426c;
}

ul, li{
	margin:0px;
	padding:0px;
	list-style:none;
}

a{
	text-decoration:none;
	color:#12426c;
}

a:hover{
	text-decoration:underline;
}

#meio{
	width:778px;
	margin:20px auto;
}

#main{
	float:left;
	background:#FFFFFF url(images/borda_meio.gif) repeat-y;
}

.tit{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* HEADER */

#header{
	float:left;
	width:778px;
	background:url(images/borda_topo.gif) no-repeat top center;
}

	#header h1{
		float:left;
		text-indent:-5000px;
		width:240px;
		height:108px;
		background:url(images/logo.jpg);
	}
	
	#header_images{
		position:relative;
		float:left;
		margin:10px 17px 0px 17px;;
	}
	
		#logo_png{
			position:absolute;
			left:0px;
			top:0px;
		}

	
	#header_pages{
		float:left;
		width:742px;
		height:20px;
		background:#405b81;
	}
	
	.header_links{
		font-size:11px;
		font-weight:normal;
	}
		
		#header_pages a{
			color:#FFFFFF;
		}
		#header_pages a:hover{
			text-decoration:none;
		}
	
	#descricao{
		float:left;
		font-size:19px;
		color:#FFFFFF;
		text-align:right;
		width:502px;
		height:108px;
		background:url(images/topo.jpg) no-repeat;
	}
	#descricao p{
		padding:70px 30px 0px 0px;
	}

/* CONTENT */

#content{
	float:left;
	width:419px;
	margin:10px 0px 10px 13px;
}

	h2{
		float:left;
		margin:5px 0px 0px 30px;
		color:#12426c;
		font-size:18px;
	}
	
	h2 a, h2 a:hover{
		color:#12426c;
	}

	#posts{
		float:left;
		width:377px;
	}
			
		.data{
			font-size:10px;
			font-style:italic;
		}
		
		.navegacao, .navegacao a{
			float:left;
			margin:10px 20px 10px 0px;
			font-weight:bold;
			color:#388c36;
		}
		
		.post{
			margin-top:5px;
			float:left;
			width:377px;
			padding:10px 10px 10px 30px;
			background:#f0f0f0;
			border:1px solid #b9ccdc;
		}

			.post p{
				margin-bottom:10px;
			}

		.comment{
			margin:0px 0px 10px 30px;
			padding:2px 5px;
			float:left;
			background:#e0e4e7;
			border-top:1px solid #b9ccdc;
			width:377px;
		}
		
		.comment img{
			float:left;
			margin-right:5px;
		}
		
		#content_comments{
			float:left;
		}

.left{
	float:left;
	width:150px;
	margin-left:17px;
}

#lateral{
	float:right;
	margin-right:19px;
}

	.box_lateral{
		background:#f8f9e2;
		padding:10px;
		margin-bottom:5px;
		width:130px;
	}
	
	.box_lateral_esquerda{
		background:#f8f9e2;
		padding:10px 0px 10px 10px;
		margin-bottom:5px;
		width:138px;
	}
	
		.box_lateral img{
			float:left;
			margin-right:10px;
		}
		
	h3{
		color:#12426c;
		font-size:12px;
	}

input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	border:1px solid #87a0b5;
	padding:2px;
	color:#000000;
	font-size:11px;
	margin:1px;
}

.campo_texto{
	height:15px;
}

/* FOOTER */

#footer{
	float:left;
	background:#FFFFFF url(images/borda_rodape.gif) no-repeat top;
	width:778px;
	font-size:9px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:10px;
}