/*  
Theme Name: Blog Chico Rei
Theme URI: http://www.chicorei.com.br
Version: 2.0
Description: Layout para o blog Chico Rei.
Author: Bruno Imbrizi e Andre Porteira
Author URI: http://www.chicorei.com.br
Tags: 2 column, liquid, valid XHTML, valid CSS, dark, black, simple


*/


/* Global */




html{
	background-color: #CCCCCC;
	background-image: url(images/fundo_repete.gif);
	background-repeat: repeat;
	background-position: top;
}



body{
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353534;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
font-weight: normal;
}

/* This is the Blog Title */


/* */

h2{
font-size: 16px;
}

h3{
font-size: 16px;
} 

a:link, a:visited{
text-decoration: none;
color: #ba8f8c;

}

a:hover{
color: #ba8f8c;
text-decoration: underline;
}

a img{
border: none;
}

p{
padding: 10px 0 0 0;
}



img.alignleft{
 float: left; display: inline;;
margin: 10px 10px 10px 0;
}

img.alignright{
float: right;
margin: 10px 0 10px 10px;
}

img.aligncenter{
   display: block;
   margin: 10px auto;
}

/* Layout */

#wrapper{
	width: 1003px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#page{
	float: left;
	background-image: url(images/fundo_repete.jpg);
	background-repeat: repeat-y;
	
}

.sidebar{
	float: right;
	width: 236px;
	/* fix IE margin bug */
    display: inline;
	margin: 0px;
}


#final {
	 float: left; display: inline;;
	width: 767px;
	margin: 0px;
	
}

#footer{
	width: 1000px;
	height: 67px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}


/*
#tudo{
	width: 802px;
	height: 22px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/barra_topo.png);
	_background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/barra_topo.png');
}
*/
	



#header{
	padding: 0;
	width: 1000px;
	height: 459px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#content{
	
	width: 673px;
	margin: 0px;
	padding-top: 0;
	padding-right: 73px;
	padding-bottom: 0;
	padding-left: 18px;
}


#teste {
	width: 211px;
	background-color: #0033CC;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}



#footer{
	width: 1000px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	 float: left; display: inline;;
}

#desisto{
	width: 591px;
	height: 56px;
	 float: left; display: inline;;
}


/* Posts */


.post{
padding: 1em 0;
}

.post h2{
	font-family: "Lucida Grande", "Arial Hebrew", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #353534;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	background-color: #e5cac8;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0;
}
.post h6{
	font-family: "Lucida Grande", "Arial Hebrew", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #353534;
	text-decoration: none;
	
	font-style: normal;
	font-variant: normal;
}
.post h7{
	font-family: "Lucida Grande", "Arial Hebrew", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ba8f8c;
	text-decoration: none;;
	font-style: normal;
	font-variant: normal;
}


.post h2 a{
color: #353534;
text-decoration: none;
}

.post h2 a:hover{
color: #353534;
text-decoration: none;
}

.post h7 a{
color: #ba8f8c;
text-decoration: none;
}

.post h7 a:hover{
color: #ba8f8c;
text-decoration: none;
}

.entry{
line-height: 18px;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

p.postmetadata{
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 0 0 24px;
	font-family: Arial, Helvetica, sans-serif;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-family: "Lucida Grande", "Arial Hebrew";
	font-weight: bold;
	
}

.posttime{ 
margin: 0;
font-size:10px;

color: #353534;
}




/* Comments */


.comments-template{
margin: 10px 0 0;
border-top: 1px solid #ccc;
padding: 10px 0 0;
}

.comments-template ol{
margin: 0;
padding: 0 0 15px;
list-style: none;
}

.comments-template ol li{
margin: 0;
padding: 2% ;
line-height: 18px;
font-family: Arial, Helvetica, Verdana, sans-serif;
border-bottom: 1px solid #ccc;
}

.comments-template h2{
font-size: 16px;
color: #333;
}

.comments-template h3{
padding: 10px;
font-size: 12pxm;
color: #333;
}

.commentmetadata{ 
font-size: 12pxm;
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #333;
}

.commentmetadata a{
color: #353534;
}

.comments-template p.nocomments{
padding: 0;
}

.comments-template textarea{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.alt{

}


.gravatarstyle { 
float:left; padding-right:10px; 
}



/* Sidebar */


#lado {
	width: 223px;
	margin-left: 0px;
	padding-left: 13px;
	margin-top: 0px;
	padding-right: 0px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.sidebar ul li h2{
padding-top: 0em;
font-size: 1.2em;
color: #fff;
}

.sidebar ul ul li{
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	
}

.sidebar a{
	text-decoration: none;
	color: #353534;
}

.sidebar a:hover{
color: #353534;
text-decoration: underline;
}
.sidebar a:visited{
color: #353534;

}

form#searchform{
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e8e7e4;
	border-right-color: #e8e7e4;
	border-bottom-color: #e8e7e4;
	border-left-color: #e8e7e4;
}

.form {
	margin-bottom: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e8e7e4;
	border-right-color: #e8e7e4;
	border-bottom-color: #e8e7e4;
	border-left-color: #e8e7e4;
	background-color: #e8e7e4;
	width: 125px;
}

.form2 {
	margin-bottom: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cac8b9;
	border-right-color: #cac8b9;
	border-bottom-color: #cac8b9;
	border-left-color: #cac8b9;
	background-color: #cac8b9;
}

li#calendar{
font-family: Helvetica, Arial, Verdana, sans-serif;
}



/* Footer */


#footer p{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}



/* Widgets */

.textwidget{
line-height: 1.8em;
margin: 15px 0;
}

#tag_cloud{
margin: 0 0 20px 0;
}

/* teste */




#menu {
	 float: left; display: inline;;
	height: auto;
	width: 236px;
	position: relative;
	background-image: url(layout/bg_menu.gif);
	background-repeat: no-repeat;
}
#tit_menu {
	padding-left: 10px;
	padding-bottom: 5px;
}
#linha {
	margin-left: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#links_a {
	margin-left: 23px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-right: 55px;
}
#links_a:hover {
	margin-right: 55px;
	margin-left: 23px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	background-color: #CE0002;
}

.lado{
	background-image: url(images/lado_repete.gif);
	background-repeat: repeat-x;
	margin-left: 10px;
	width: 151px;
}#tudo {
}
