/*
Theme Name: Propeg
Theme URI: http://www.propeg.com.br/blog/
Description: Blog Propeg feito por <a href="http://www.nomadinterativo.com/">Nomad</a>.
Version: 1.0
Author: Raphael dos Santos Martins
Author URI: http://www.raphael-martins.com/
*/

body {
	background: #94978f url(imgs/bg.jpg) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #e08c16;
	text-decoration: none;
}
.cinza {
	color: #6c6e6f;
}
.laranja {
	color: #e08c16;
}
.postmetadata {
	color: #333;
}
.postmetadata a {
	color: #793D00;
	text-decoration: none;
}
.postmetadata a:hover {
	text-decoration: underline;
}

#site {
	margin: 0 auto;
	width: 900px;
}
#topo {
	margin-top: 70px;
	height: 215px;
}
.transp {
	background-color: transparent !important;
}
.navigation {
	position: absolute;
	height: 18px;
	width: 47%;
	margin: -18px 0 0 -20px;
}
.navigation a {
	color: white;
}
	.navigation .alignleft {
		float: left;
	}
	.navigation .alignright {
		float: right;
	}
	
#sidebarContent {
	float: left;
	width: 209px;
	_width: 180px;
	background-color: #e08c16;
	margin-left: 30px;
	_margin-left: 29px;
	margin-right:20px;
}
/*	#sidebarContent #sidebar {
		background-color: #e08c16;
		width: 200px;
		float: left;
		margin-left: 30px;
	}*/
	#sidebar ul {
		list-style: none;
		margin: 0 5px; padding: 0 5px;
	}
	#sidebar ul h2 {
		font-size: 13px;
		color: white;
	}
	#sidebar ul li a {
		text-decoration: none;
		color: #945600;
	}
	#sidebar ul li a:hover {
		text-decoration: underline;
	}

#content {
	background: url(imgs/bg_content.gif) top left repeat-y;
}
#conteudo {
	width: 640px;
	float: left;
}
	#conteudo #data {
		margin: 0; padding:0;
		float: left;
		background-color: #e08c16;
		color: white;
		width: 40px;
		height: 40px;
		text-align: center;
		font-weight: bold;
	}
	#conteudo #data p {
		margin: 0; padding: 4px 0;
		font-size: 14px;
	}
	#conteudo .postContent {
		width: 560px;
		float: left;
		background: #f1f1e7 url(imgs/bg_post.jpg) top left repeat-y;
		padding: 10px 20px 10px 20px;
		margin-bottom: 20px;
	}
	.postContent h2 {
		font-size: 20px;
		padding: 0 0 10px 0;
		margin: 0;		
	}
	.postContent h2 a {
		color: #e08c16;
		text-decoration: none;
	}
	.postContent h3 {
		font-size: 18px;
		padding: 0;
		margin: 0;	
	}
	.postContent h3 a {
		color: #e08c16;
		text-decoration: none;
	}
.narrowcolumn h2 {
	color: #793D00;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFF;
}
#comentarios {
	color: black;
	padding-top: 30px;
}
	#comentarios a {
		text-decoration: none;
		color: #793D00;
	}
	h3#comments {
		color: #e08c16;
		font-size: 16px;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #793D00;
	}
	
	#respond h3 {
		color: #e08c16;
		font-size: 16px;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #793D00;
	}
	
	form#commentform {
		padding: 10px;
		color: #000;
	}
	
	#commentform label {
		width: 130px;
		display: block;
		float: left;
		padding: 5px;
	}
	#commentform .input {
		padding: 2px;
		display: block;
		width: 58%;
	}

#rodape {
	clear: both;
	text-align: center;
	width: 870px;
	float: right;
}
