/*  
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{
	background:#E3E3E1 url('images/topo.jpg') no-repeat;
	padding: 0;
	width: 1000px;
	height: 54px;
	margin-top: 0 auto;
	margin-left:1px;
	padding-top:405px;
}
	#header #menu{
		float:right;
		margin-right:234px;
		width:505px;
	}
		#header #menu ul li{
			display:inline;
			padding-right:35px;
		}
		#header #menu #menu-blog-chico-rei{
			background:#E3E3E1 url('images/menu-blog-chico-rei.jpg') no-repeat;
			width:112px;
			height:26px;
			margin-left:12px;
		}
		#header #menu #menu-blog-moda{
			background:#E3E3E1 url('images/menu-blog-moda.jpg') no-repeat;
			width:91px;
			height:26px;
			margin-left:-14px;
		}
		#header #menu #menu-site-chico-rei{
			background:#E3E3E1 url('images/menu-site-chico-rei.jpg') no-repeat;
			width:68px;
			height:26px;
			margin-left:-14px;
		}



#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, .post-single h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	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-single h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e5cac8;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0;
}


.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;
}
.postauthor{
	color:#BA8F8C;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}



/* 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{
		margin:40px 0;
	}
		.sidebar ul li ul{
			margin-left:10px;
		}

.sidebar ul li h2{
padding:15px 0;
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-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 {
}



/*
	LAYOUT TOOLS
*/
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.floatNone 			{ float: none; }
.clear				{ clear: both; height:0; overflow:hidden; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.rightMarginZero	{ margin-right: 0 !important; }
.font10				{ font-size:10px; }
.font11				{ font-size:11px; }
.font14				{ font-size:14px; }
.fotoLeft 			{ float: left; margin:5px 8px; }

/*
	TYPOGRAPHIC TOOLS
*/
.strikeOut			{ text-decoration: line-through; }
.underline			{ text-decoration: underline; }

/*
	DISPLAY VALUES
*/
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }

.imgReplace 		{ display: -moz-inline-box; display: inline-block; vertical-align: text-top;
					  zoom: 1; background-repeat: no-repeat; background-position: 0 0; overflow: hidden; }

.imgReplace span 	{ display: block; overflow: hidden; text-indent: -9999em; padding-top: 99999em; line-height: 18px; }

