/*
Theme Name: Poliluz
Theme URI: http://www.cmstudio.com.br/
Description: Tema Poliluz criado por CMstudio para Poliluz.
Version: 1.0
Author: Elton Gomes
Author URI: http://www.cmstudio.com.br/
Tags: tema, cmstudio, poliluz, quimipar

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



/* Begin Typography & Colors */
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #FFF url(images/fundo.jpg) repeat-x;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* 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: justify; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height: 273px;
	background: url(images/top.jpg) top center no-repeat;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #menu {
	padding-top: 235px;
}
.twoColFixRtHdr #sidebar1 {
	width: 200px; /* 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 */
	padding: 15px 0px;
	_margin-top: -500px;
	float: right;
	position: relative;
	margin-top: 0px;
}
.twoColFixRtHdr #mainContent { 
	width: 490px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#aecdf9;
} 
.twoColFixRtHdr #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 */
	text-align:center;
}
.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: #2D5073;
}
a:link {
	color: #2F5479;
	text-decoration: none;
}
a:visited {
	color: #3D6B9A;
	text-decoration: none;
}
a:hover {
	color: #3D6B9A;
	text-decoration:underline;
}
a:active {
	color: #2D5073;
	text-decoration: none;
}
.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; }
