/*
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

*/


/* GERAL */
* { margin: 0; padding: 0; list-style: none; font-family: Arial; text-decoration: none; color: #5f4600 }
body { font-size:10px; }
br.break { clear:both;display:block;}

h2.pagetitle{margin-top:10px;}

/* CABECALHO */
#logo { }
#logo strong { display: block; text-indent: -3000px; height: 69px; width: 100%;}
#logo p { font-size: 10px; letter-spacing: 3px; word-spacing: 3px; margin-left: 20px; }
#logo strong a { display: block; height: 65px; }

/* NOTICIAS */
#news { margin-left: 19px; margin-top:14px; }
#news h3 { display:none; }
#news ul,
#news ul li { margin: 0; font-size: 42px; text-transform: uppercase; font-weight: bold; line-height: 37px; letter-spacing: -3px;}
#news ul li a { font-weight: bold; color: #d20d0d; text-decoration: none; }
#news ul li a:hover { color: #8a0000; }

/* PRINCIPAL */
#main { margin-left: 20px; }
ul#ultimas { margin-bottom:20px;}
ul#ultimas li { margin-top:1px;}
ul#ultimas li a { font-size: 15px; font-weight: bold; }
ul#ultimas li a:hover { color: #352700; }


/* posts */
#main .post { width: 1035px; margin-top: 15px; margin-bottom: 45px; }
#main .post div { width: 340px; margin-right:20px; margin-bottom:30px; float: left; }
#main .post div,
#main .post div p { line-height: 18px; font-size:12px; }
#main .post h2 { width: 340px; font-size: 16px; margin-bottom: 20px; }
#main .post div.metadados { width: 200px; }
#main .post span { color: #a29a84; line-height: 10px;}
#main .post span a { color: inherit; font-weight: normal; }
#main .post .metadados small { font-size: 26px; display: block; margin-bottom:8px;}
#main .post .metadados span a { font-size: 11px; color: #a29a84; line-height: 12px; font-weight: normal;}

#main .post div a{ font-weight: bold;}
#main .post div a:hover{ text-decoration: underline;}



/* COMENTARIOS */
#comentarios { margin: 30px 0; width: 400px; }
#comentarios h3 { margin: 50px 0 20px;}
#comentarios cite { font-weight: bold; font-style: normal;}
#comentarios cite,
#comentarios cite a,
#comentarios small a { color: #d20d0d; }
#comentarios p { margin: 5px 0 20px; bxorder-bottom: 1px solid #eee; padding-bottom: 10px; }
#commentform { margin-bottom: 50px;}
#commentform textarea,
#commentform input { border: 1px solid #5f4600; margin: 5px 0;}
#commentform input { height:1.4em; width: 180px; }
#commentform textarea { width: 100%; height:155px; }
#commentform input#submit { height:2em; width: 140px; }


/* LINKS */
#nav, #links { margin-left: 20px; }
#nav { margin-bottom:30px;}
#nav, #links,
#links p a,
#nav p a  { font-size: 11px; font-weight: bold; }
#nav p a:hover, #links p a:hover { color: #352700;}
#nav p, #links p { margin:25px auto;}

/* PAGINACAO */
#wp_page_numbers ul,
#wp_page_numbers ul li { display:inline;}
#wp_page_numbers ul li a { content: "," }

#wp_page_numbers ul li:after{
	content: ",";
}
#wp_page_numbers ul li.active_page a{
    color: #a29a84;
}

/* RODAPE */
#rodape { margin-left: 20px; margin-bottom: 20px; }
#rodape strong { display: block; text-indent: -3000px; height: 45px; width: 100%; margin-bottom: 10px; background: url(images/logo_bottom.jpg) -7px top  no-repeat;}
#rodape p { width:345px; font-size: 11px; }
#rodape p a { font-weight: bold; color: inherit; }

.navigation { font-weight: bold;  clear:both; width: 330px;}
.navigation .aleft{ float:left;}
.navigation .aright{ float:right;}



a.more-link {display:block;}