/*  
Theme Name: Setam
Theme URI: http://wordpress.org/
Description: Setam WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Luis Carlos
Author URI: http://rubino.com.br/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma; 
	background: #fff url('images/linhascinzas.gif') repeat-x 0px 126px;
	margin: 0;
	text-align: center;
	}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #009900;
	border-bottom: 1px solid #009900;
	font-size: 1.4em;
}
h2 a, h2 a:visited, h2 a:hover {
	color: #009900;
	text-decoration: none;
}
h3, h3 a, h3a:visited, h3 a:hover {
	color: #669933;
}
#cabecalho1 {
	height: 106px;
	background: url('images/meio.gif');
}
#cabecalho2 {
	height: 106px;
	background: url('images/esquerda.gif') no-repeat left;
}
#cabecalho3 {
	height: 106px;
	background: url('images/direita.gif') no-repeat right;
}
#cabecalho3 img {
	margin-top: 29px;
}
#logo {
	margin: auto;
	width: 760px;
	text-align: left;
}
.faixamarrom {
	text-align: center;
	background: url('images/linhasmarrons.gif');
	height: 20px;
	width: 100%;
}
.faixamarrom img {
	margin-right: 525px;
}
#conteudo {
	width: 760px;
	margin: auto;
	text-align: left;
}
#sidebar {
	float: left;
	width: 235px;
	background: url('images/fundodomenu.gif') no-repeat top;
}
#sidebar ul, #sidebar ul li {
	margin: 0;
	padding: 0;
}
#sidebar ul li ul li {
	padding: 0 0 0 20px;
	margin: 0;
}
#sidebar ul#navegacao {
	margin: 0px;
	padding: 22px;
	font-size: 1.4em;
}
#navegacao, #navegacao li {
	list-style: none;
	list-style-type: none;
}
#navegacao .page_item a {
	text-decoration: none;
	display: block;
	margin: 2px 0;
	padding: 2px 5px;
	color: #CC0000;
	line-height: 110%;
	font-weight: bold;
}
#navegacao .page_item .page_item a {
	font-weight: normal;
	font-size: 0.8em;
}
#navegacao .page_item a:visited {
	color: #990000;
}
#navegacao .page_item a:hover {
	color:#FFF;
	background-image: url(images/linhasdiagonaisescuras.gif);
}
#navegacao .current_page_item a, #navegacao .current_page_item a:visited {
	background-image: url(images/linhasdiagonaisclaras.gif);
	color:#000;
}
#navegacao .current_page_item .page_item a {
	background-image: none;
	color: #CC0000;
}
#navegacao .current_page_item .page_item a:visited {
	background-image: none;
	color: #990000;
}
#navegacao .current_page_item a:hover {
	background-image: url(images/linhasdiagonaisclaras.gif);
	color:#000;
}
#navegacao .current_page_item .page_item a:hover {
	background-image: url(images/linhasdiagonaisescuras.gif);
	color:#FFF;
}
#posts {
	float: left;
	width: 420px;
	font-size: 1.4em;
}
.post {
	margin: 30px;
}
#footer {
	float: left;
	width: 100%;	
}
#rodape1 {
	height: 106px;
	background: url('images/meiobaixo.gif');
	float: left;
	width: 100%;
}
#rodape2 {
	height: 106px;
	background: url('images/esquerdabaixo.gif') no-repeat left;
	float: left;
	width: 100%;
}
#rodape3 {
	height: 106px;
	background: url('images/direitabaixo.gif') no-repeat right;
	float: left;
	width: 100%;
}
#faixamarromescuro {
	background: url('images/linhasmarromescuro.gif');
	width: 100%;
	float: left;
	color: #FBD5A4;
	clear: left;
}
#faixamarromescuro a, #faixamarromescuro a:visited, #faixamarromescuro a:hover{
	color: #FBD5A4;
}
#faixamarromescuro p {
	width: 700px;
	text-align: left;
	margin: auto;
	padding: 20px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.entry img.size-full {
	border: 1px solid #333;
	padding: 5px;
	margin: 0 0 5px 10px;
}
h2.pagetitle {
	margin: 30px;
}
small, .postmetadata {
	color: #666;
	font-size: 0.8em;
}
.post a, .post a:visited  {
	color: #CC0000;
}
.post a:hover  {
	color: #990000;
}
#bem-vindo {
	padding: 30px 30px 0 30px;
}
#bem-vindo h1 {
	color: #009900;
	font-size: 1.5em;
}