/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
*{
margin:0;
padding:0;
}

#linha {
        width: 500px;
        background:transparent url(images/line_dashed.gif) repeat-x scroll center top;
}

.right {
        float: right;
        height: auto;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Georgia", Times New Roman, Times, serif;
	background: #000;
	color: #666;
	text-align: center;
	}
#page {
	background-color: #000;
	text-align: left;
	}
#header{
clear:both;
	}
#headerimg 	{
	width: 366px;
	}

#content {
	font-size: 1.1em
	}
#content ul{
display:inline;
}
#content li.categoria{
	color:#ff7000;
	display:block;
	line-height:1.6em;
	list-style:none;
	margin:0 5px 5px 0;
	padding:0 5px 0 0;
	float:left;
}
#content li.categoria a{
color:#ff7000;
}
.entry{
background:url(images/line_dashed.gif) top repeat-x;
float:left;
padding-top:20px;
width:500px;
color: #555555;
}
.entry p {
	padding:0 65px 20px 0;
	font-size: 1.1em;
	}
.rodape_post{
	font-size:1.1em;
	padding:80px 0;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.65em;
	}
.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	background:url(images/line_dashed.gif) top repeat-x;
	padding-top:20px;
	line-height:2em;
	text-align: left;
	}

/*.thread-alt {
	background-color: #f8f8f8;
}*/

.thread-even {
	background-color: black; 
} 
.depth-1 {
	border: 0 solid;
} 

.even, .alt {
	border-left: 0 solid; 
}

#footer {
	border: none;
	}

small {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1.0em;
	line-height: 1.9em;
	}

h1, h2, h3, h4 {
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	font-weight:normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2.2em;
	line-height:1em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size: 2em;	
	}
	#sidebar a{
	display:block;
	padding:10px 0 0 0;
	float:right;
	}
	#sidebar a.com_acentuacao{
	display:block;
	padding:7px 0 0 0;
	float:right;
	}
h4{
	font-size:1.5em;
	float:left;
	line-height:1em;
	margin:0;
}
h3 {
	font-size: 2.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar h2 a:hover, h3 a:hover, .narrowcolumn h2 a:hover{
	text-decoration: underline;
	}

.entry p a:visited {
	color: #f57921;
	}
.entry p a{
	color: #f57921;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Georgia', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	color:#f47a20;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:"Georgia", Times New Roman, Times, serif;
	}

.commentmetadata a{
	font-weight: normal;
	font-size:1.2em;
	color:#f47a20;
	}

#sidebar {
	font: 1em 'Georgia', Verdana, Arial, Sans-Serif;
	position:relative;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}

code {
	font: 1.1em 'Georgia', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h3 a:hover {
	color: #ff7000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
h2 a:hover{
	color:#fff;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Georgia', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: #000;
	margin: 0px auto;
	padding: 0;
	width: 790px;
	}
#wrapper {
	background: url('images/bg1.jpg') no-repeat top center;
	background-color: #000;
	height:320px;
	padding: 0;
	width: 100%;
	}
#wrapperI {
	background: url('images/bg2.jpg') no-repeat top center;
	background-color: #000;
	height:320px;
	padding: 0;
	width: 100%;
	}
#wrapperII {
	background: url('images/bg3.jpg') no-repeat top center;
	background-color: #000;
	height:320px;
	padding: 0;
	width: 100%;
	}
#wrapperIII {
	background: url('images/bg4.jpg') no-repeat top center;
	background-color: #000;
	height:320px;
	padding: 0;
	width: 100%;
	}
#header {
	margin: 0 auto;
	padding: 0;
	width: 790px;
	}

#headerI {
	margin: 0 auto;
	padding: 0;
	height: 250px;
	width: 790px;
	}

#headerimg {
	padding-top:160px;
	float:right;	
	}
#headerimg a{
	display:block;
	float:right;
	padding:0;}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	width: 500px;
	}

.widecolumn {
	float:left;
	padding: 0 0 20px 0;
	margin: 40px 0 0 0;
	width: 500px;
	}

.post {	
	margin: 70px 0 0 0;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 790px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0 0 5px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

#comments {	
	background:url(images/line_dashed.gif) top repeat-x;
	clear:both;
	padding: 44px 0 13px 0;
	margin: 0;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
/* max-width: 100%; */
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	width:100%;
	float:left;
	margin-bottom:10px;
	}
	
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	}
#searchform div{
	margin-bottom:35px;
}

#sidebar #searchform #s {
	background-color:#f2f2f2;
	border:1px solid #cfcfcf;
	display:block;
	height:20px;
	margin:21px 0 2px 0;
	width: 98px;
	}

#sidebar #searchsubmit {
	background-color:#f47a20;
	border:0;
	color:#fff;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:1.2em;
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 0 10px 0 0;
	text-align:left;
}
#commentform input.campos_form, #commentform textarea{
font-size:1.1em;
display:block;
}
#commentform small{
line-height:1.6em;
font-family:"Georgia", Times New Roman, Times, serif;
}
#commentform input.campos_form{
	background-color:#f2f2f2;
	border:1px solid #cfcfcf;
	width: 300px;
	padding:1px;
	margin: 0 5px 10px 0;
	}

#commentform textarea {
	background-color:#f2f2f2;
	border:1px solid #cfcfcf;
	margin-bottom:15px;
	height:250px;
	width: 450px;
	padding: 2px;
}

#commentform input.botao_form{
	background-color:#f57921;
	border:0;
	clear:both;
	color:#fff;
	font-size:1.1em;
	padding: 2px;
	}


#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#respond h3{
	background:url(images/line_dashed.gif) bottom repeat-x;
	font-size:2.2em;
	clear:both;
	padding-bottom:7px;
	margin-bottom:28px;
}
#commentform #submit {
	margin: 30px 0 5px 0;
	float: left;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}
ol{
margin:0;
padding:0;
}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist ul{
	display:inline;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 0;
	list-style: none;	
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	font-size:1.2em;
	margin: 10px 5px 10px 0;
}

.commentlist span{
	color:#f47a20;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
}
.children { padding: 0; }

#commentform p {
	margin: 0 0 12px 0;
	}

.nocomments {
        clear: both;
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 17px 0 10px 0;
	margin-left: 540px;
	_margin-left: 536px;
	width: 250px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin:20px 0 0 0;
	}

.navigacao {
	display: block;
	text-align: center;
	margin:5px 0 15px 0;
	}
.fix {
        clear: both;
        height: 5px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#wp-email-submit {
	background-color:#f47a20;
	border:0;
	color:#fff;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:1.2em;
	padding: 1px;
	}
	
	#intervencao {
		position:absolute;
		right:0;
		top: -40px;
		z-index:100;
	}
	
	#janela_intervencao {
		position:absolute;
		z-index:500;
		display:none;
		width:390px;
		height:217px;
		left:50%;
		top:50%;
		margin-left:-195px;
		margin-top:-108px;
	}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	#divOverlay {
	background-color:#000000;
	height:100%;
	left:0;
	opacity:0.85;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
	_position:absolute;
    _height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	_filter:alpha(opacity=85);

}

#divFormCadastro {
	position:absolute;
	z-index:200;
	top:50%;
	left:50%;
	width:590px;
	margin-left:-295px;
	margin-top:-215px;
}

#divFormCadastro .fechar {
	text-align:right;
}

#divFormCadastro .conteudoCadastro {
	margin:30px 0 0 0;
}

#divFormCadastro .conteudoCadastro fieldset {
	margin-top:25px;
	border:none;
}

#divFormCadastro .conteudoCadastro fieldset label{
	float:left;
	clear:left;
	margin:3px 0;
}

#divFormCadastro .conteudoCadastro fieldset label.endereco{
	border:1px solid red;
}

#divFormCadastro .conteudoCadastro fieldset label.bairro{
	clear:none;
}

#divFormCadastro .conteudoCadastro fieldset label.cidade{
	clear:none;
}

#divFormCadastro .conteudoCadastro fieldset input{
	float:left;
	width:450px;
	background-color:#212121;
	border:1px solid #4a4a4a;
	color:#fff;
	margin:3px 0;
}

#divFormCadastro .conteudoCadastro fieldset input.noclear{
	clear:none;
}

#divFormCadastro .conteudoCadastro fieldset input#txtEmail{
	width:250px;
}

#divFormCadastro .conteudoCadastro fieldset input#txtDDD{
	width:38px;
	display:inline;
	margin-right:4px;
}

#divFormCadastro .conteudoCadastro fieldset input#txtTelefone{
	width:206px;
}

#divFormCadastro .conteudoCadastro fieldset input#txtEndereco{
	width:250px;
}

#divFormCadastro .conteudoCadastro fieldset input#txtBairro{
	width:113px;
}

#divFormCadastro .conteudoCadastro fieldset input#txtCep{
	width:118px;
	display:inline;
	margin-right:4px;
}

#divFormCadastro .conteudoCadastro fieldset input#txtCepDigito{
	width:45px;
}

#divFormCadastro .conteudoCadastro fieldset input#txtCidade{
	width:259px;
}

#divFormCadastro .conteudoCadastro fieldset select#txtUF{
	float:left;
	width:100px;
}

#divFormCadastro .conteudoCadastro fieldset button{
	background:url(images/btEnviar.gif) no-repeat;
	width:75px;
	height:21px;
	border:none;
	cursor:hand;
	text-indent:-9999px;
	float:right;
	clear:both;
	margin:10px 0 0 0;
}
