/*
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 */
.widecolumn .entry p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
}

.narrowcolumn .entry {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
}

.narrowcolumn .entry a {color:#7da100; text-decoration:none}
.narrowcolumn .entry a:hover {text-decoration:none; background-color:#ff3600; color:#fff; padding:2px;}

small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#606060;
}
small a {color:#7da100; text-decoration:none}
small a:hover {text-decoration:none; background-color:#ff3600; color:#fff; padding:2px;}

h1, h2, h3 {
	margin:0px;
	padding:0px;
}

h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#bdd20d;
	text-transform: none;
	font-weight:bold;
	width:652px;
	display:block;
	padding:8px;
	border: 1px solid #dedede;
	text-decoration:none;
	background-color:#f9f9f9;
}

h3 a:hover {
	color:#829200;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#bdd20d;
	/*text-transform:uppercase;*/
	font-weight:normal;
}

strong {color:#000000;}

h2 a {text-decoration:none; color:#bdd20d;}

h2 a:hover {
	color:#829200;
}

/*

#headerimg .description {

	}

h2.pagetitle {

	}

#sidebar h2 {

	}

h3 {

	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {

	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {

	}

.entry p a:visited {

	}
	
*/

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#bdd20d;
	text-transform:uppercase;
	font-weight:normal;
}


#commentform input, #commentform textarea {
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;	
}

.commentlist li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
	border-bottom:1px solid #efefef;
	padding:5px;
}

.commentlist li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
}

.commentlist em {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#606060;
	padding-bottom:5px;
	font-weight:bold;
	font-style:normal;
}

.fn {color:#d20dbd; font-size:12px; font-weight:bold; font-style:normal;}

p.login {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
}

#sidebar {

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	}

code {

	}

acronym, abbr, span.caps
{

	}

a, h2 a:hover, h3 a:hover {

	}

a:hover {

	}

#wp-calendar #prev a, #wp-calendar #next a {

	}

#wp-calendar a {

	}

#wp-calendar caption {

	}

#wp-calendar th {

	}
/* End Typography & Colors */



/* Begin Structure */
body {
	background-color:#fff;
	background-image:url(bg_topo.jpg);
	/* background-image:url(images/bg_topo.jpg); */
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	}

#page {
	width:953px;
	margin: 0 auto;
	}

#header {
	width:953px;
	height:404px;

	}

#headerimg {
	width:953px;
	height:107px;
	}

#logo {
	float:left;
	width:364px;
	height:107px;
}

#logo img {margin-top:15px;}

#menu {
	float:right;
	width:589px;
	height:107px;
}

#menu li {display: inline; float:right;}
#menu ul {margin-top:40px;}
#menu li a, #menu li a:hover {text-decoration:none;}

#menu ul li {display: inline; font-family:'Trebuchet MS',Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase;}
#menu ul li.barrinha {color:#fff; font-weight:600; margin:0 5px;}
#menu ul li.menu_rosa a {color:#d20dbd; font-weight:bold;}
#menu ul li.menu_rosa a:hover {color:#fff;}
#menu ul li.menu_verde a {color:#bdd20d; font-weight:bold;}
#menu ul li.menu_verde a:hover {color:#fff;}
#menu ul li.menu_laranja a {color:#ff3600; font-weight:bold;}
#menu ul li.menu_laranja a:hover {color:#fff;}


#menu {
	float:right;
}

.narrowcolumn {
	width:652px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

.narrowcolumn img {
	margin:10px 0;
	border:0;
}
.post {
	/*border-bottom:1px solid #e9e9e9;*/
	margin-bottom:15px;
}

.titulo_sidebar {
	margin-top:10px;
}

.titulo_twitter {
	margin-bottom:5px;
}

.navigation {margin-bottom:10px;}

.navigation a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d20dbd;
	text-decoration:none;
}

.navigation a:hover {
	background-color:#d20dbd;
	padding:2px;
	color:#fff;
}

.post hr {

	}

.narrowcolumn .postmetadata {

	}

.postmetadata {

}

.clear {

}

#footer {
	text-align:center;
	background-color:#0c0c0c;
	height:100px;
	padding:10px;
	clear:both;
	margin:0 auto;
	}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	}
#footer p a {color:#bdd20d; text-decoration:none;}
#footer p a:hover {background-color:#bdd20d; color:#000; padding:2px;}
/* End Structure */



/*	Begin Headers */
h1 {

	}

h2 {

	}

h2.pagetitle {

}

#sidebar h2 {

	}

h3 {

	}

h3.comments {

	}
/* End Headers */

/* Begin Lists

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

html>body .entry ul {

	}

html>body .entry li {

	}

.entry ul li:before, #sidebar ul ul li:before {

	}

.entry ol {

	}

.entry ol li {

	}

.postmetadata ul, .postmetadata li {

	}

#sidebar ul, #sidebar ul ol {

	}

#sidebar ul {margin:10px 0;}
#sidebar ul li a {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#606060; text-decoration:none;}
#sidebar ul li p {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#606060; text-decoration:none;}
#sidebar ul li a:hover {text-decoration:underline;}

#sidebar ul p, #sidebar ul select {

	}

#sidebar ul ul, #sidebar ul ol {

	}

#sidebar ul ul ul, #sidebar ul ol {

	}

ol li, #sidebar ul ol li {

	}

#sidebar ul ul li, #sidebar ul ol li {


	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {

	}

#sidebar #searchform #s {

	}

#sidebar #searchsubmit {

	}

.entry form { /* This is mainly for password protected posts, makes them look better. */

	}

select {

	}

#commentform input {

	}

#commentform {

	}
#commentform textarea {

	}
#respond:after {

	}
#commentform #submit {

	}
/* End Form Elements */



/* Begin Comments*/
.alt {

	}

.commentlist {

	}

.commentlist li {

	}
	
.commentlist li ul li { 

}

.commentlist p {

}

.children { padding: 0; }

#commentform p {

	}

.nocomments {

	}

.commentmetadata {

	}
/* End Comments */



/* Begin Sidebar */
#sidebar{
	width:230px;
	float:right;
	margin-top:10px;
	border:1px solid #efefef;
	padding:10px;
}

.campo_busca {width:175px; height:20px; background-color:#f8f8f8; border:1px solid #e9e9e9; padding-top:4px; padding-left:4px;}
.btn_busca {width:30px; height:30px; background-image:url(images/btn_go.gif); text-indent:-8000em; overflow:hidden; border:none;}

#sidebar ul {list-style:none;}

#sidebar form {

	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {

	}

acronym, abbr {

	}

blockquote {

	}

blockquote cite {

	}

.center {

	}

.hidden {

	}

hr {

	}

.navigation {
	
	}
	
ul {margin:0; padding:0;}
/* 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;
}
/* 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." */
