*{
	margin:0px;
	padding:0px;
	border:none;
	border-width:0px;
}

body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #eaeaea url('images/bg.jpg') top repeat-x;
	color: #333;
}

a{
	color:#5e7d0a;;
	font-weight:bold;
	text-decoration:none;
}


#main{
	margin:0 auto;
	width:630px;
}

/********************
			Header
********************/	

	#header{
		float:left;
		width:100%;
		height:180px;
		margin-top:8px;
	}

		#blogtitle a{
			background:url(images/logo.jpg);
			width:195px;
			height:116px;
			float:left;
			text-indent:-5000px;
			margin-top:30px;
			display:block;
		}
	
		#tag_cloud{
			float:right;
			width:415px;
			margin-top:30px;
			text-align:center;
		}
		
		#tag_cloud a{
			float:none;
			font-family:"Trebuchet MS", Arial;
			font-weight:bold;
			color:#586721;
			text-decoration:none;
			margin-right:5px;
		}
		
		#tag_cloud a:hover{
			color:#697f17;
		}
	
		#header ul{
			float:right;
		}
		
			#header li{
				float:left;
				margin:0px 3px;
				display:inline;
			}

/********************
			Conteudo
********************/	

	.post{
		float:left;
		width:630px;
		text-align:right;
		margin-left:10px;
	}
		
		.title{
			float:left;
			background:url(images/item_ico.gif) no-repeat left;
			padding-left:25px;
			color:#5e7d0a;
			font-family:"Trebuchet MS", Arial;
			font-size:30px;
			font-weight:bold;
			text-align:left;
			margin-left:2px;
			margin-top:20px;
			width:610px;
		}
  
		.img{
			float:left;
			border:1px solid #CCC;
			border-top:none;
			background:#FFFFFF left bottom;
			padding:8px 10px 12px 10px;
		}
		.flash{
			float:left;
		}
		
		.text{
			margin:5px 0px 10px 0px;
			text-align:justify;
			float:left;
			width:600px;
			margin-bottom:10px;
			line-height:14px;
		}
		
		.text p{
			margin-bottom:10px;
		}
	
	#content{
		float:left;
		margin-bottom:22px;
	}
	
	#content li{
		margin-left:20px;
	}
	
	#navigation{
		float:left;
		width:100%;
		margin:10px 0px;
	}
	
		
		#alignleft{
			float:left;
		}
		
			#alignleft a{
				color:#5e7d0a;
			}
			
		#alignright{
			float:right;
		}
		
			#alignright a{
				color:#5e7d0a;
			}
			
			
			.galeria_img{
				float:left;
				text-align:left;
				margin:8px;
				border:1px solid #586721;
			}
	
	
/********************
			Rodapé
********************/	
	
	#footer{	
		float:left;	
		width:100%;
		margin-bottom:10px;
	}
	
	#footer input{	
		float:left;
		padding:1px;
		background:#CCCCCC;
		color:#666666;
		font-size:10px;
		border:1px solid #666666;
		margin-top:5px;
		margin-right:10px;
	}
	
	#loguinhos{
	 float:left;
	 width:100%;
	 margin:10px 0px;
	}
	
	#footer-direita{
		float:right;
		width:200px;
		text-align:right;
	}
	
	#footer-esquerda{
		float:left;
		width:400px;	
	}
	
	#footer hr{
		border:1px #98aa0d solid;
		width:100%;
		margin:10px 0px;
	}
		