/*  
Theme Name: Blog da feira
Theme URI: http://blog.feiradeceramica.com.br
Description:  Tema criado especialmente para o Blog da feira
Version: 1.0
Author: Simone Chacham
Author URI: http://www.simonechacham.com.br

*/
@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #e87717;
	width: 100%;
}
/*#barra_laranja p {
	font-family: Calibri, Arial;
	font-size: 12px;
	color:#FFFFFF;
	}*/
.blog #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.blog #header {
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	height:68px;
	margin-right: 0px;
	margin-bottom: -21px;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.blog #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.blog #barra_laranja {
	float: left; /* since this element is floated, a width must be given */
	width: 227px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/
	z-index:100;
	height:2200px;
	background-color:#e87717;
	display:block;
	top:0px;
	margin-left:20px;
	text-align:left;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 80px;
	padding-left: 20px;
	margin-right: 40px;
}
.blog #mainContent {
	border-width: 1px;
	border-style: solid;
	border-color: #e2e2e3;
	margin:0;
	padding-top: 100px;
	padding-right: 42px;
	padding-bottom: 0;
	padding-left: 0;
} 

.blog #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
} 
.blog #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
font-size:18px;
float:right;
width:600px;
margin-right:0px;
margin-left:0px;
margin-top:0px;
padding:0;
}
#menu ul {
margin-left:45px;

}
#menu li {
	list-style-type: none;
	float:left;
	margin-left:13px;
}
#menu li a{
text-decoration:none;
	color: #e87717;

}
#menu li a:hover{
text-decoration:none;
	color: #d23600;

}
.combobox {
	color:#666666;
	border: 1px solid #dadada;
	margin-top: 41px;
	margin-bottom: 30px;
	width:215px;
}
.item_barra {
	margin-top:12px;
	background-image: url(linha_tracejada.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:6px;
	text-align:left;
}
.item_barra a{
	color:#FFFFFF;
	text-decoration:none;
}
.item_barra a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.titulo-item {
	font-weight:bold;
	color:#FFFFFF;
	font-size:18px;
	text-align:left;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.campo {
	border:none;
	text-align:left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width:162px;
}
.botao {
text-align:left;
margin:0px;
padding:0px;
}
.lista_item{
color:#FFFFFF;
font-size:12px;
text-align:left;
margin:0px;
padding:0px;
}
.lista_item a{
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}
.post {
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.post2 {
margin-bottom:20px;
padding-bottom:20px;
}
.titulo_post {
	font-size:30px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #e87717;
	line-height:35px;
}
.titulo_post a {
	color: #e87717;
	text-decoration:none;
}
h1 {
	font-size:30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-weight:normal;
}
h1 a{
	color: #e87717;
	text-decoration:none;
}
.titulo_pesquisa {
color: #e87717;
	font-size:20px;
	padding:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height:24px;
}
.titulo_pesquisa a {
	color: #e87717;
	text-decoration:none;
}

.post img {
float:left;
margin-right:0px;
margin-bottom:5px;
text-align:center;
}
.legenda {
	font-size:11px;
	background-color:#e87717;
	margin-top:35px;
	color:#FFFFFF;
	margin-left: 500px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.wp-caption {
	font-size:11px;
	background-color:#e87717;
	color:#FFFFFF;
	margin-right:17px;
	margin-bottom:5px;
	padding: 0px;
	float:left;
	margin-left:-124px;
	width:252px;
	border: 1px solid #e87717;		
}
.wp-caption img {
float:left;
margin-right:0px;
margin-bottom:5px;
text-align:center;
}
.wp-caption p.wp-caption-text  {
	font-size:11px;
	color:#FFFFFF;
	line-height:13px;
	padding:2px;
	}
.texto_post {
	font-size:14px;
	color:#494949;
	line-height:18px;
	margin:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
p {
	font-size:14px;
	color:#494949;
	line-height:18px;
	margin:0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
p a {

	color:#494949;
	text-decoration:none;
}
p a:hover {

	color:#494949;
	text-decoration:underline;
}
.texto {
margin-left:440px;
}
.autor {
font-size:11px;
	color: #e87717;
	margin:0;
	padding:0;
}
.comente {
	font-weight:bold;
	color: #e87717;
	padding:0;
	font-size:12px;
	margin: 0;

}
.comente a{
	color: #e87717;
	text-decoration:none;
}
.comente a:hover{
	color: #e87717;
	text-decoration:underline;
}
#assinatura {
text-align:right;
color:#b2b2b2;
font-size:12px;
}
#assinatura a {
text-decoration:none;
color:#b2b2b2;

}
.lista {
	color:#FFFFFF;
	list-style:none;
	padding:0;
	font-size:12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.lista li {
margin-bottom:5px;
}
.lista a{
text-decoration:none;
color:#FFFFFF;
}
.lista a:hover{
text-decoration:underline;
color:#FFFFFF;
}
.lista_item a{
text-decoration:none;
color:#FFFFFF;
}
.lista_item a:hover{
text-decoration:underline;
color:#FFFFFF;
}
.proximapagina{
	font-size:14px;
	color:#494949;
	line-height:18px;
	margin:0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0;
}
.proximapagina a{

	color:#494949;
	text-decoration:none;
}
.proximapagina a:hover{

	color:#494949;
	text-decoration:underline;
}
#logo {
	background-image: url(logoblog.png);
	background-repeat: no-repeat;

	}
	.tag-link a{
	color:#FFFFFF;
	text-decoration:none;
	}
