/* RESET */
    html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
    table{border-collapse:collapse;border-spacing:0;}
    fieldset,img,a{border:0;}
    address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
    li{list-style:none;}
    caption,th{text-align:left;}
    h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
    q:before,q:after{content:'';}
    abbr,acronym {border:0;font-variant:normal;}
    sup {vertical-align:text-top;}
    sub {vertical-align:text-bottom;}
    input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
    legend{color:#000000;}
    a, a:hover {outline: none;}
    .ul, .ul li, .ul dt, .ul tt {
      float:left;
    }
    strong { font-weight:bold; }
    em { font-style:italic }
	input:focus,textarea:focus { outline:none; }
/* FIM RESET */



/*  
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/

	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 */
html, body {
	height:100%;
 }
body {
	font-family:  Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/bg.png') center top repeat-y;
	color:#666;
	text-align: center;
	}
.divBarraSer {
  float:left;
  clear:both;
  margin-top:-10px;
  *margin-top:-30px;
  width:100%;
  min-width:700px;
  height:65px;
  cursor:pointer;
  background: url('images/barraser.png') center center no-repeat;
}
.divBarraSer b {
  display:none;
}
#page {
	background-color: white;
	text-align: left;
	}

#content {
	font-size: 1.2em;
	float:left;
	width:500px;
	margin:30px 20px 0px 20px;
	_margin:30px 10px 0px 10px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS',  Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family:  Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em  Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:  Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em  Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color:#666;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em  Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 780px;
	overflow:hidden;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 216px; 
	width: 778px;
	background: #ffffff url('images/bg.jpg') top center no-repeat;
	}
h1.tit {
	  position:absolute;
	  top:0px;
	  margin-left:250px;
    }
#header .pLogo {
  position:absolute;
  float:left;
  clear:both;
  _margin-left:-400px;
}
#header .pLogo a {
  float:left;
  width:690px;
  height:140px;
  margin:50px 0px 0px 50px;
}

#header ul {
      position:absolute;
      margin:193px 0px 0px 200px;
	  _margin-left:100px;
	  font: bold 1.5em arial;
	}
#header ul li, #ulPagesList li { padding:1px 15px; }
#ulPagesList { padding-left:13px; }
#header ul a, #ulPagesList a {
  color:#ffffff;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	visibility:hidden;
	display:none;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 780px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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 {
  float:left;
  width:240px;
  overflow:hidden;
  margin-top:20px;
}
#sidebar .div {
  width:200px;
  margin-left: 40px;
  _margin-left: 20px;
  float:left;
  clear:both;
}

#sidebar .div ul, #sidebar .div li, #sidebar h2, #divSearch {
  clear:both;
  width:100%;
  float:left;
}
#sidebar h2 { color:#e9c103;font:bold 1.5em verdana;text-transform:lowercase;padding-bottom:5px; }
#sidebar .div .ul { padding-bottom:20px; }
#sidebar .div li { padding:5px 0px;border-bottom:1px solid #bbbbbb; }
#sidebar .div .children li { border-bottom:0px;padding-left:15px; }
#sidebar .div li a { font: bold 1.2em arial; color:#666; }
#sidebar .div .div .children a { font: 1.2em arial; color:#666; }
#sidebar .div li a:hover { color:#666; }
#linkcat-2, #sidebar .div li.linkcat { border-bottom:0px;padding:0px 0px 15px 0px;margin:0px; }
#divSearch { float:left;width:201px;height:139px;background: url('images/busca.png') no-repeat;margin-left:39px;_margin-left:20px; }
/* End Entry Lists */
#archiveform {
  width:201px;
  height:151px;
  clear:both;
  margin:25px 0px 15px 38px;
  _margin-left:19px;
  float:left;
  background: url('images/arquivo.png') no-repeat;
}
#archiveform select {
  margin:93px 00px 0px 34px;
  float:left;
  font:1.4em arial;
}
#archiveform select, #archiveform option {
  border:0px;
}
#archiveform option {
  padding:2px 0px;
}
/* Begin Form Elements */
#searchform {
	margin: 47px 0px 0px 16px;
	padding: 0px; 
	}

#sidebar #searchform #s {
	width: 131px;
	padding: 6px 2px;
	font:1.6em arial;
    float:left;
	border:0px;
	}

#sidebar #searchsubmit {
	width:35px;
	height:32px;
	margin-left:3px;
	float:left;
	border:0px;
	background-color:#ffffff;
	font: bold 1.4em arial;
	color:gray;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


.timebar {
  width:510px;
  height:17px;
  margin-left:-15px;
  _margin-left:0px;
  float:left;
  clear:both;
  background: url(images/timebar.png) no-repeat;
  color:#ffffff;
  font: bold 1.2em arial;
}
.timebar b {
  float:left;
  padding-left:20px;
}
.autor {
  font: bold 1.1em arial;
  color:#636363;
  float:left;
  width:100%;
  clear:both;
}
.autor b {
  color:#c2c2c1;
}
.post h2 {
  display:block;
  clear:both;
  width:100%;
  padding:20px 0px;
}
.post h2 a {
  color:#154064;
}
.post h2 a:hover {
  text-decoration:underline;
}
.entry .more-link {
  font-weight:bold;
  margin-top:10px;
  display:block;
}
.post .entry li { width:100%; }
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


.bottom {
  float:left;
  clear:both;
  padding-top:40px;
}
.credit {
  color: gray;
  font-size: 1.3em;
  padding-top:7px;
  margin-left:1px;
  text-align: center;
  float:left;
  width:763px;
}

.credit a:link, .credit a:visited {
  color: gray;
  font-weight:normal;
  text-decoration:underline;
}

.credit a:hover {
  color:navy;
}

.enderecos {
  width:100%;
  float:left;
  clear:both;
  padding-top:20px;
  }
.enderecos strong {
  font-weight:bold;
}
.enderecos h3{  
  float:left;
  font-size:1.6em;
  border-bottom:1px solid #e9c103;
  padding:6px;
  width:134px;
  height:31px;
  overflow:hidden;
  margin-top:1px;
  font-weight:bold;
  color:#e9c103;
  clear:left;
  }
  
.enderecos h4{  
  float:left;
  font-size:1.1em;
  border-bottom:1px solid #e9c103;
  padding:4px;
  overflow:hidden;
  width:620px;
  height:36px;
  text-align:left;
  clear:right;
  color:gray;
  font-weight:normal;
  }  
#ulPagesList ul { position:absolute;width:355px;top:214px;font: bold 1.5em arial;z-index:9;margin-left:429px; }
* html #ulPagesList ul { position:relative;top:-26px;font: bold 1.5em arial;z-index:9;margin-left:-265px; }
* html #ulPagesList { float:left;margin-left:147px; }
*:first-child+html #ulPagesList ul { margin-left:-100px; }
#divListaPaginas { float:left;width:777px;clear:both;margin:0px 0px -15px 0px;font:1.2em arial;background-color:#fff9ec;border:1px solid #debb5c; }
#divListaPaginas li, #divListaPaginas ul { float:left; }
#divListaPaginas li { padding: 10px 5px;border-right:1px solid #debb5c; }
#divListaPaginas li a { color:#c8a964; }
#polls-35{ font:bold 1.2em arial;}
#polls-35 p{ color:#999999;}
#polls-35-ans li{ width:190px;font:bold 1.0em arial; color:#999;}