	/*  
	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.5
	Author: Michael Heilesmann
	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
		
	
		*** REGARDING IMAGES ***
		All CSS that involves the use of images, can be found in the 'index.php' file.
		This is to ease installation inside subdirectories of a server.
	
		Have fun, and don't be afraid to contact me if you have questions.
	*/
	
	
	
	/* Begin Typography & Colors */
	body {
		font-size: 9px; /* Resets 1em to 10px */
		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
		text-align: center;
		line-height: 180%;
		;
		font-style: normal;
		text-transform: none;
		background-color: #000000;
		}
	
	#page {
		border: 1px solid #959596;
		text-align: left;
		background-color: #000000;
		}
	
	#header {
		}
	
	#content {
	font-size: 11px;
	letter-spacing: 1px;
		}
	
	.widecolumn .entry p {
		font-size: 1.05em;
		}
	
	.narrowcolumn .entry, .widecolumn .entry {
		line-height: 150%;
		}
	
	.widecolumn {
		line-height: 1.6em;
		}
		
	.narrowcolumn .postmetadata {
		text-align: left;
		font-size: 9px;
		margin-bottom: 0px;
		margin-top: 6px;
		letter-spacing: 1px;
		}
	
	.alt {
		background-color: #000000;
		border: 1px solid #666666;
		}
	
	#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	letter-spacing: 1px;
	line-height: 15px;
	text-transform: none;
		}
		
	
	small {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 17px;
		letter-spacing: 1px;
		}
	
	h1, h2, h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		line-height: 130%;
		}
	
	h1 {
		font-size: 24px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-style: italic;
		}
	
	.description {
		font-size: 12px;
		text-align: center;
		padding-left: 35px;
		line-height: 12px;
		}
	
	h2 {
		font-size: 14px;
		font-weight: normal;
		margin-top: 32px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		color: #CCCCCC;
		letter-spacing: 1px;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		}
	
	h2.pagetitle {
		font-size: 10px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
		margin-top: 37px;
		letter-spacing: 1px;
		font-style: normal;
		}
		
	h2.paginas {
	font-size: 14px;
	font-weight: normal;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
		}
		
	h3.coment_formulario {
		margin-bottom: 20px;
		margin-top: 40px;
		margin-right: 0px;
		margin-left: 0px;
		}	
		
	.texto_vermelho {
		color: #666666;
	}
	.legenda_post {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #CCCCCC;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
		float: left;
	}
	
	#sidebar h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 15px;
		font-weight: normal;
		letter-spacing: 1px;
		}
		
	.recuo_sidebar {
		margin-left: 10px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		display: block;
		line-height: 15px;
				}
	
	h3 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
		}
	
	item_formulario {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666666;
		letter-spacing: 2px;
	}
	
	.item_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	letter-spacing: 2px;
	font-style: normal;
	text-transform: uppercase;
	}
	
	
	h1, h1 a, h1 a:hover, h1 a:visited, .description {
		text-decoration: none;
		color: #000000;
		}
	
	
	h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
		color: #FFFFFF;
		}
	
	
	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: 10px Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
		}
	
	.commentmetadata {
		font-weight: normal;
		}
	
	#sidebar {
	letter-spacing: 1px;
	text-transform: uppercase;
		}
	
	#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
		color: #999999;
		line-height: 120%;
		}
	small {
		font-size: 9px;
		color: #999999;
	}
	
		
	code {
		font: 1.1em 'Courier New', Courier, Fixed;
		}
	
	acronym, abbr, span.caps
	{
		font-size: 0.9em;
		letter-spacing: .07em;
		}
	
	h2 a:hover{
		color: #999999;
		text-align: left;
		line-height: 160%;
		}
	
	a, a:hover {
	color: #FFFFFF;
	text-align: left;
	line-height: 160%;
	text-decoration: none;
		}
	
	a:hover {
		color: #999999;
		}
		
	a:active {
		color: #666666;
		text-decoration: none;
		}
		
	/*	
	#wp-calendar #prev a {
		font-size: 9pt;
		}
	
	#wp-calendar a {
		text-decoration: none;
		}
	
	#wp-calendar caption {
		font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		}
	
	#wp-calendar th {
		font-style: normal;
		text-transform: capitalize;
		}
	*/	
		
	/* End Typography & Colors */
	
	
	
	/* Begin Structure */
	body {
		margin: 0;
		padding: 0; 
		}
	
	#page {
		background-color: #000000;
		margin: 0px auto;
		padding: 0;
		width: 760px;
		border: 1px solid #959596;
		}
		
	#header {
		padding: 0;
		margin: 0 auto;
		height: 200px;
		width: 100%;
		background-color: #000000;
		}
	
	#headerimg {
		margin: 0;
	
		height: 200px;
		width: 100%;
		}
	
	.narrowcolumn {
		float: left;
		padding: 0 0 20px 55px;
		margin: 0px 0 0;
		width: 450px;
		}
	
	.widecolumn {
		padding: 10px 0 20px 0;
		margin: 5px 0 0 150px;
		width: 450px;
		}
		
		
	.post {
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	line-height: 150%;
	margin: 0 0 0px;
	text-align: justify;
	width: 450px;
	padding-bottom: 15px;
		}
	
	.imagem-fundo dt {
		color: #000;
		font-weight: bold;
		padding: 0;
		}
	
	.imagem-fundo dd {
		margin: 0 0 1em 0;
		padding: 0 0 0 10px;
		background-image: url(images/bullets2.gif);
		background-repeat: no-repeat;
		background-position: 0 .5em;
		}
	
	.widecolumn .post {
		}
	
	.narrowcolumn .postmetadata {
		margin-bottom: 17px;
		margin-top: 34px;
		}
	
	.widecolumn .postmetadata {
		margin: 30;
		}
		
	#footer {
		padding: 0 0 0 1px;
		margin: 0 auto;
		width: 750px;
		clear: both;
		}
	
	#footer p {
		margin: 0;
		padding: 20px 0;
		text-align: center;
		}
		
	.rodape_cor {
		color: #cccccc;
	}
		
	/* End Structure */
	
	
	
	/*	Begin Headers */
	h1 {
		padding-top: 135px;
		margin: 0;
		padding-left: 35px;
		}
	
	.description {
		text-align: left;
		font-size: 14px;
		color: #000000;
		font-weight: normal;
		}
	
	h2 {
		color: #999999;
		}
	
	h2.pagetitle {
		text-align: left;
	}
	
	#sidebar h2 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999999;
		width: 160px;
		text-transform: uppercase;
		margin-bottom: 9px;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		}
	
	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 ul, #sidebar ul ol {
		margin: 0;
		padding: 0;
		list-style-type: none;
		line-height: 250%;
		}
	
	#sidebar ul li {
		margin-bottom: 15px;
		list-style-type: none;
		}
	
	#sidebar ul p, #sidebar ul select {
		margin: 5px 0 8px;
		list-style-type: none;
		}
	
	#sidebar ul ul, #sidebar ul ol {
		}
	
	#sidebar ul ul ul, #sidebar ul ol {
		margin: 0 0 0 0px;
		list-style-type: none;
		}
	
	ol li, #sidebar ul ol li {
		list-style-type: none;
		}
	
	#sidebar ul ul li, #sidebar ul ol li {
		margin: 0px 0 0;
		padding: 0;
		line-height: 22px;
		}
	/* End Entry Lists */
	
	
	
	/* Begin Form Elements */
	#searchform {
		margin: 5px auto 10px 0px;
		padding: 5px 3px;
		}
	
	#sidebar #searchform #s {
		swidth: 112px;
		background-color: #666666;
		height: 16px;
		margin-right: 2px;
		color: #FFFFFF;
		margin-left: -2px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 0px;
		margin-bottom: 5px;
		padding: 2px 2px 1px 4px;
		letter-spacing: 1px;
		width: 110px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		}
	
	#sidebar #searchsubmit {
		background-color: #000000;
		width: 39px;
		height: 20px;
		font-size: 9px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		color: #999999;
		text-align: center;
		margin-bottom: 5px;
		border: 1px solid #999999;
		}
	
	.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}
	
	select {
		width: 130px;
		}
	
	#commentform input {
	width: 180px;
	background-color: #666666;
	height: 16px;
	margin-right: 5px;
	color: #FFFFFF;
	margin-left: 0px;
	font-size: 11px;
	padding: 2px 2px 1px 4px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 4px;
	letter-spacing: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
	
	#commentform textarea {
	width: 442px;
	padding: 4px;
	margin-top: 17px;
	background-color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
	height: 100px;
	letter-spacing: 1px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
	
	#commentform #submit {
	float: left;
	width: 100px;
	background-color: #000000;
	height: 24px;
	margin-right: 0px;
	color: #999999;
	margin-left: 0px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: 2px;
	font-style: normal;
	border: 1px solid #999999;
		}
		
	/* End Form Elements */
	
	
	
	/* Begin Comments*/
	.alt {
		padding: 8px;
		}
	
	.commentlist {
		padding: 0;
		text-align: justify;
		}
	
	.commentlist li {
		margin: 15px 0 3px;
		padding: 5px 10px 3px;
		}
	
	.commentlist p {
		margin: 10px 5px 10px 0;
		}
	
	#commentform p {
		margin: 1px;
		}
	
	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
	.commentmetadata {
		font-size: 10px;
		}
	/* End Comments */
	
	
	
	/* Begin Sidebar */
	#sidebar
	{
	margin-left: 545px;
	width: 190px;
	padding-bottom: 10px;
	padding-top: 20px;
		}
	
	#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: left;
		font-size: 18px;
		}
	
	hr {
		display: none;
		}
	
	a img {
		border: none;
		}
	
	.navigation {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 0px;
		}
	/* End Various Tags & Classes*/
	
	
	
	/* Begin Contact Form CSS */
	.contactform {
		position: static;
		overflow: hidden;
	}
	
	/* texto do formulario a esquerda */
	.contactleft {
	text-align: left;
	float: right;
	padding: 4px;
	width: 250px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
	font-style: normal;
	line-height: 21px;
	text-transform: uppercase;
	}
	
	.contactleft2 {
		text-align: left;
		float: left;
		display: inline;
		padding: 4px 4px 4px 0px;
		margin: 10px 0 0px;
		width: 100%;
	}
	
	.contactright {  
		text-align: left;
		float: left;
		display: inline;
		padding: 4px 4px 4px 0px;
		margin: 0px;
	}
	
	
	.contacterror {
		border: 1px solid #666666;
	}
	
	.contactsubmit {
	}
	
	#wpcf_msg {
	background-color: #666666;
	width: 442px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 100px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	letter-spacing: 1px;
	margin-top: -12px;
	}
	
	#wpcf_your_name, #wpcf_email, #wpcf_website{
	background-color: #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	height: 16px;
	width: 183px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	#contactsubmit {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width: 100px;
	height: 24px;
	margin-bottom: 15px;
	float: left;
	margin-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 2px;
	text-align: center;
	font-style: normal;
	border: 1px solid #999999;
	}
	
	
	/* End Contact Form CSS */
	
	
	
	</style>

