/*  
Theme Name: A Casinha
Theme URI: http://acasinha.com.br
Description: Layout exclusivo para A Casinha / Marcia Rosa.
Version: 1.0
Author: Vitor Hugo
Author URI: http://pratofundo.com/

Cinza: #ccc
Cinza claro: #B3B3B3
Marrom background: #C69E76
Marrom escuro do meuheader: #B2844C
Marrom claro: #FFE5CB
*/

/* Basico */
html, body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background:#C69E76;
	color:#000;
	font-size:10pt; 
	margin:0;
	padding: 0;
	height: 100%;}
*{outline-style:none;outline-width:0;}

text, input, textarea {
	font:normal 10pt "Lucida Grande", Verdana, Arial, sans-serif; }

ul { list-style:none; padding:0; margin:0; }

a:link {
	color: #B2844C;
	text-decoration: none;}
a:visited {
	color: #B2844C;
	text-decoration: none;}
a:hover {
	color: #B3B3B3;
	text-decoration:underline;}

a img, a:visited img { border: 0; }


a img {border:none;}

/* Structure */
#container {
	background: #FFE5CB;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:12px;
	display: block;
	width:996px;
	padding: 4px;
	margin: 10px auto 0;
	}
	
#border {
	border: 2px solid #C69E76;
	}	
	
#header {
	background:#FFE5CB url(images/logo.jpg) no-repeat center;
	width:970px;
	height:150px;
	padding:10px 10px;}
	
#menuheader{
	background: #B2844C;
	border-top: 2px solid #C69E76;
	border-bottom: 2px solid #C69E76;
	font-size: 11pt;
	padding: 10px 0;
	margin:0 10px 10px;
	text-align: center;
	color:#FFF2E5;}
	
#menuheader ul li {
	display: inline;
	color:#F5D4AC;
	padding: 2px 30px;
	font-weight: bold;
	text-transform: uppercase;}
	
#menuheader li.page_item li.current_page_parent {
	background: #fff;
	color: #B2844C;}

#menuheader a {
	color:#FFF2E5;}
#menuheader a:hover {
	color:#fff;
	text-decoration:underline;}
	
#principal {
background: url(images/principal.gif);
	display: inline-block;
	
	margin:0 10px 10px;
}
	
#conteudo{
	background: #fff;
	border-top: 2px solid #C69E76;
	float: left;
	width:560px;
	padding: 10px 0;
}
	
#sidebar{
	background: #fff;
	border-top: 2px solid #C69E76;
	width:390px;
	float:right;
	padding: 10px 0;
	margin:  0 0 10px 20px;}

#footer {
	width:996px;
	position: relative;
	clear: both;
	color:#FFE5CB;
	font-size:9pt;
	text-align: center; 
	margin:10px auto 0;
	padding: 0 0 5px 0;}
#footer a, #footer a:hover, #footer a:visited {	color:#FFE5CB;}

.footer, .push {
	height: 4em;}

/* Post e Entry */
.post {
	display:block;
	padding:0 5px 20px 10px;
		min-height: 100%;
		height: 100%;}

.post-titulo {
	text-transform: none;
	font: normal 195%/100% Georgia, "Times New Roman", Times, serif;
	text-decoration:none;font-weight: bold;}
.post-titulo a:link, .post-titulo a:visited {
	color:#C69E76;
	text-decoration:none;}
.post-titulo a:hover {
	color:#C69E76;
	text-decoration:underline;}

.data {
	text-align: right;
	font-size: 9pt;
}

.autor {
	float: left;
	font-size: 8pt;
	text-transform: uppercase;

}

.comment {
	float: right;
	font-size: 9pt;
}



/* Entry Format */
.entry{
	color: #272727;
	line-height:155%;
	font-size:132%;
	margin:0;
	padding:0;}
.entry p {margin-bottom: 14px;}

.entry p a:link.img { border: none; text-decoration: none; }

.entry h1, h2, h3, h4,  h5 {margin:0;padding:0;}

.entry h1{
	font-size: 30px;
	line-height: 36px;}
	
.entry h2 {
	font-size: 1.3800em;
	line-height: 1.1111em;
	font-weight: bold;
	letter-spacing:0;
	padding:.25em 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #956831;
	}
	
.entry h3 {
	font-size:2em;
	line-height:1.3em;
	font-weight:normal;
	letter-spacing:0; padding:.25em 0 0 0;
	clear: both;}
	
.entry h4{
	font-size:12px;
	font-weight: bold;}
	
.entry h5{
	font-size: 10px;
	font-weight: bold;}
	
.entry strong, entry b {
	font-weight: bold;
	font-size: 105%; } 
	
.entry em {
	font-style: italic;	}
	
.entry ul, .entry ol  {
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 30px;}
	
.entry ul li {
	margin:2px 0 5px 15px;
	list-style-image: url(images/lientry.gif);}
.entry ol li {
	margin:0  10px 10px 15px;}

.entry a:link, .entry a:visited{
	color: #B2844C;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 0;}

.entry a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	padding: 1px 0;}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;}
	
.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;}
	
.entry img.centered {
	display: block;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0px;  }
	
.entry img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0px;  }


/* Sibebar*/

.sidebartexto {
	font-size:1.23em; 
	line-height: 17px;
	color:#666666;
	text-align: center;}
	
.sidebartexto h2 {
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	color: #C69E76;
	font-weight: bold;
	border-bottom: 1px solid silver;
	padding:0; margin:0 0 6px 0;}
	
.sidebartexto  ul li {list-style: none; padding:4px 0; margin:0; line-height:13px;}

.sidebartexto a:link, .sidebartexto a:visited{
	color:#666666; 
	text-decoration: none;}

.sidebartexto a:hover { 
	color: #C69E76;
	text-decoration:underline;}
.sidebartexto img {margin: 5px;}

/* Comments */
.comments-template{padding: 20px;}

.comments-template ol{
	margin: 0 0 0 50px;
	padding: 10px 0 0 0 ;}
.comments-template ol li{
	margin: 10px 0 0 ;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
	line-height: 18px;
	font-size: 10pt;}
.caixa-regras {
	line-height: 15pt; 
	font-size: 11pt; 
	background: #FFE5CB; 
	padding: 10px;}

/* Various classes */
div.clearer { clear:both; height:0; }

small {font-size: 9pt;}

blockquote {margin: 15px 0 0;padding: 0 0 0 42px;background: #fff;color: #666; border: 1px dashed #C69E76;}

.browse{padding:0 0 20px 0;font-size: 14px;line-height: 18px;text-align: center;}

.botao {border: 1px solid #ccc; background: white; padding:2px; margin:2px;}
.botao:hover {background: #ccc;color:#C69E76;}

.wp-caption {border:0;text-align: right;padding:0;margin:0;}

.wp-caption img {margin: 0;padding-top:5px;border:0;}
.wp-caption img.aligncenter {display: block;  margin-left: auto;  margin-right: auto;margin-bottom: 0px;  }

.wp-caption p.wp-caption-text {font-size:8pt; color: #999999; line-height: 17px;padding: 0 4px 5px;margin: 0;}
