/*
Theme Name: Flybox Blogs
Theme URI: http://www.agenciadot.com.br/
Description: The Flybox WordPress theme based on the famous Default.
Version: 1.6
Author: Grace Oda, Juliana Garcia Sales
Author URI: http://agenciadot.com.br/
Tags: custom categories, fixed width, two columns, widgets
Text Domain: kubrick

	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 */


#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}





.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}




#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
font-size:20px;
margin:-10px 0;
padding:0 0 40px;
}



h3 {
	font-size: 20px;

	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color:#666666;
	}

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;
	}



.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', 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 {
	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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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: #999;
	text-decoration: none;
	}

a:hover {
	color: #666;
	}

#wp-calendar #prev a, #wp-calendar #next 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: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}





.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.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 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F6F6F6 none repeat scroll 0 0;
border-left:1px solid #FF9900;
clear:both;
display:block;
margin:0 0 50px !important;
padding:20px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */




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. */





.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;
	margin-bottom: 15px;
	}




/* End Entry Lists */



/* Begin Form Elements */
#searchform {

	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#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;
	}


/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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." */
	
	
*{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#999;
}

body {
background: #ffa000 url(images/bg_flybox.jpg) center top no-repeat;
}

p, li {font-size:12px;}
h1 {font-size:18px;}

li { margin:10px;
}

#wrap {
width: 982px;
margin: 0 auto;
}

#titulo {
display:block;
float:left;
background:url(images/blog_flybox_02.png) no-repeat;
width:491px;
height:132px;
}

#titulo h1 span, #rss h1 span {
display:none;
}

#rss {
display:block;
float:left;
background:url(images/boxblogs_05.png) no-repeat;
width:165px;
height:69px;
margin:60px 0 0 326px;
}

#menu {
width: 982px;
margin: 0 auto;
height: 28px;
background:url(images/blog_flybox_05_03.png) no-repeat;
float:left;
clear:both;
}

#content {
clear:both;
width: 982px;
margin: 0 auto;
overflow:hidden;
}

#content_top {
background:url(images/boxblogs_12.png) no-repeat;
width: 982px;
height:16px;
display:block;
}
#content_inside {
width: 982px;
background:url(images/boxblogs_22.png) repeat-y;
display:block;
margin:0;
overflow:hidden;
}
#content_bottom {
background: url(images/boxblogs_23.png) no-repeat;
width: 982px;
height:20px;
display:block;
}

#col_1 {
width:500px;
padding: 30px 30px 30px 40px;
float:left;
}

#col_1 p {
margin: 20px 0;
}

.entry img {
margin: 20px 0;
}

#footer_top {
background: url(images/blog_flybox_08.png) no-repeat;
width: 982px;
height:11px;
display:block;
}
#footer_inside {
background: #FFBE00 url(images/blog_flybox_10.jpg) repeat-x;
width: 982px;
display:block;
min-height:300px;
margin-bottom:0;
color:#FFFFFF;
overflow:hidden;
}

.metadata_post {
margin:0 0 30px;
}

.dia_post, .mesano_post, .coments_post, .titulo_post {
height:31px;
display:block;
float:left;
}

.dia_post {
width: 46px;
font-size: 36px;
color:#FF9900;
font-weight:bold;
margin:-10px 0;
}

.mesano_post {
width:50px;
color:#FF9900;
line-height:15px;
margin:-4px 0 0 10px;
width:50px;
font-weight:bold;
text-transform:uppercase;
}

.coments_post {
background:url(images/boxblogs_18.gif) left no-repeat;
margin: -6px 10px 0 -7px;
display:block;

}

#col_1 div.coments_post p {
font-weight:bold;
margin:6px 0 0 32px;
font-size:24px;
color:#CCCCCC;
float:left;
}

#col_1 div.coments_post p a {color:#ccc;}

#col_1 div.coments_post p a:hover {color:#999999;}

.titulo_post {
width: 313px;
line-height:16px;
margin:-6px 0;
}

.titulo_post a {
color:#999999;
text-decoration:none;
}

.titulo_post a:hover {
color:#666666;
}

.entry {
clear:both;
}

#col_1 hr {
margin:30px 0;
border-top:#FF9900 1px solid;
border-bottom:none;
border-left:none;
border-right:none;
}

#sidebar {
width: 350px;
padding:20px 30px;
float: left;
}

.modulo_col_2 {
margin: 0 0 35px;}

#sidebar h1, h2.widgettitle{
color:#FF9900;
font-size: 24px;
text-transform:lowercase;
}

#sidebar li {
list-style:none;
font-size:14px;
padding:0;
}


#sidebar h1.twitter, a.twitter_title_link {
color:#00ccff;
}

/* menu horizontal */
#menu ul {
height: 28px;
margin: -1px auto;
overflow:hidden;
}

/*#menu_h ul li {
display:inline;
list-style: none;
padding: 0;
color: #FFFFCC;
height: 25px;
font-size:18px;

}*/

/*#menu a {
color: #FFFFCC;
}*/


    #nav-example {
    background: url(images/boxblogs_menu.png) no-repeat;
	/*_background: url(images/menu_h_flybox_ie6.png) no-repeat;*/
	background-position: 0 1px;
	_background-position: 0;
	width:513px;
    height:38px;
    margin:0;
    padding:0;
	float:left;
    }

    #nav-example span {
    display: none;
    }

    #nav-example li, #nav-example a {
    height:38px;
    display:block;
	margin: -5px 0;
    }

    #nav-example li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-example-01 {width: 116px;}
    #nav-example-02 {width: 91px;}
    #nav-example-03 {width: 93px;}
	

    #nav-example-01 a:hover {background:url(images/boxblogs_menu.png) 0 -18px no-repeat; /*_background: #cccccc url(images/menu_h_flybox_ie6.png) 0px 0 no-repeat;*/}
    #nav-example-02 a:hover {background:url(images/boxblogs_menu.png) -116px -18px no-repeat; /*_background: #CCCCCC url(images/menu_h_flybox_ie6.png) -100px 0 no-repeat;*/}
    #nav-example-03 a:hover {background:url(images/boxblogs_menu.png) -207px -18px no-repeat; /*_background: #CCCCCC url(images/menu_h_flybox_ie6.png) -154px 0 no-repeat;*/}



/*rodape*/

.modulo_rodape h1, .modulo_rodape li.categories h2 {
color:#FFFFFF;
font-size: 24px;
text-transform:lowercase;
margin: 0 0 20px 0;
}

.modulo_rodape li {
list-style:none;
margin:0;
line-height: 20px;
}

.modulo_rodape {
padding: 25px 40px;
width: 510px;
}

.modulo_rodape p, .modulo_rodape a, .modulo_rodape li {color:#FFFFFF;}

#footer_col_1 {
display:block;
float:left;
width:550px;
overflow:hidden;
}

#footer_col_2 {
display:block;
overflow:hidden;
float:left;
width:372px;
margin:0 0 0 36px;
}

li#categories-3, li#calendar-3, #footer_col_1 div#widget li {
list-style:none;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

#wp-calendar caption, #wp-calendar th, #wp-calendar td, #footer_col_1 div#widget a, #footer_col_1 div#widget h2 {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
width:auto;
}

#footer_col_2 h2.widgettitle {display:none;}

#calendar_wrap {
margin: 0 auto;
padding-top:10px;
width:250px;
height:220px;
background: #FFC42C url(images/blog_flybox_13.jpg) repeat-x;
}

#footer_col_2 table#wp-calendar th {background:#ffb842; font-weight:bold; padding:4px;}
#footer_col_2 table#wp-calendar caption {
font-size:11px;
line-height:10px;
}
#footer_col_2 table#wp-calendar td {
padding:4px 9px;
font-size:11px;
}

p a[rel=tag] {
font-size:14px;
color:#666666;
}

#wp-calendar td a { font-weight:bold; color:#ffffff;}
#wp-calendar td a:hover { text-decoration:underline;}

div.opost {clear:both; display:block; overflow:hidden;}

#footer_col_1 div#widget {padding: 0 20px; color:#FFFFFF;}

.textwidget {color:#FFFFFF;}

li#search {float:left;
height:28px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:5px;
text-align:right;
width:445px;}

input#searchsubmit {
background: #FF9900;
color: #FFFFFF;
border:none;
font-weight:bold;
text-transform:lowercase;
}

input#s {
border:none;
}