/*
Theme Name: Cafe
Theme URI: http://www.cmstudio.com.br/
Description: Tema Cafe criado por CMstudio para Prodotti Caffe.
Version: 1.0
Author: Elton Gomes
Author URI: http://www.cmstudio.com.br/
Tags: cafe, tema, cmstudio, prodotti

	Cafe v1.0
	 http://www.cmstudio.com.br
*/



/* Begin Typography & Colors */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #180b01;
	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 */
	color: #000000;
	background-image: url(images/fundo.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.twoColFixLt #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background:url(images/side.jpg) top center no-repeat;
	height: 634px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
} 
.twoColFixLt #conteudo {
	z-index: 0;
} 
.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;
}

/* INICIO DO CÓDIGO COPIADO DO STYLE.CSS DO KUBRICK */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.entry p a:visited {
	color: #b85b5a;
	}
.postmetadata {
	clear: both;
}
.alignleft {
	float: left
	}
.alignright {
	float: right;
	}
.center {
	text-align: center;
	}

/* FIM DO CÓDIGO COPIADO DO STYLE.CSS DO KUBRICK */
body,td,th {
	font-size: 13px;
	color: #F1F0D8;
}
a:link {
	color: #EBE9C3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B3A793;
}
a:hover {
	text-decoration: underline;
	color: #EDD989;
}
a:active {
	text-decoration: none;
	color: #EBE9C3;
}
.twoColFixLt #container #sidebar1 blockquote p {
	color: #28170F;
}
.twoColFixLt #container #sidebar1 p {
	color: #2A1911;
	font-size: 10px;
}
.twoColFixLt #sidebar1 {
	width: 230px;
	text-align: center;
	color: #27160E;
	font-size: 10px;
}
.twoColFixLt #container #sidebar1 p {
	text-align: center;
}
.twoColFixLt #pulo {
	height:580px;
}
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }