/*  
Theme Name: Zero7_8
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: Mario Dourado
Author URI: http://zero7.org/

	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

*/

/* basico do html */
body {
	background-image: url("images/bg2.jpg");
	font-family: Trebuchet MS;
	margin: 0px;
	background-color: white;
}

a {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color:#99CC33;
}

.alignleft {
	float:left;
}

img.aligncenter {
	margin: 0 auto;
	align: center;
}

/* tres colunas */

div#citacao {
padding-left:5px;
	float: left;
	width: 150px;
	text-align: left;

	background-image: url("images/bg_cinza.jpg");
	background-repeat: repeat-x;
	background-color: white;

}

div#citacao img {
margin-top: 50px;
}

div#sidebar {
    float: right;
    width: 170px;
}
div#middle {
padding: 0px;
padding-left: 10px;
padding-right: 170px;

    margin: 0px;
    border:0px;
text-align:left;

height: 100%;
}

div#footer {
    clear: both;
background-color:#333333;
color:silver;
}
div#footer a{
color:gray;
}

.postTitle a{
	font-family: Trebuchet MS;
font-size:24px;
font-weight: bolder;
}

#logo{
	background-image: url("images/zero7.org.jpg");
	background-repeat: no-repeat;
	width: 960px;
	height:75px;
	
	display: table-cell;
	vertical-align: bottom;
}

#menuZ7 {
	float:right;
	font-size:93%;
	font-family: Tahoma;
	line-height:90%;
}
#menuZ7 ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#menuZ7 li {
	float:left;
	background-color:#666666;
	padding:3px;
	border: 1px solid #333333;
}

#menuZ7 li a{
	font-weight: bold;
	color:#cccccc;
}

#menuZ7 li a:hover{
	color:#99CC33;
}

#menuZ7 #current {
	background-color:#333333;
}

#menuZ7 #current a{
	color:white;
	background-color:#333333;
}
#menuZ7 #current a:visited{
	color:white;
	background-color:#333333;
}
#menuZ7 #current a:hover{
	background-color:#333333;
}

#conteiner{
	width: 960px;

	padding: 0px;
	margin: 0px;

	border: 5px solid #333333;
	
	display: block;

	background-color: white;	
}

ul#widgets {
 list-style:none;
 padding:0px;
 border:0px;
 margin:0px;
}

ul#widgets li {
background-image: url("images/bg_cinza.jpg");
background-repeat: repeat-x;
background-color: white;

padding:0px;
margin:0px;
border:0px;

margin-top:10px;
margin-right:10px;

border: 2px solid #666666;
}

ul#widgets li.branco {
background-image: url('');
background-color: white;
padding:0px;
margin:0px;
border:0px;

margin-top:10px;
margin-right:10px;
}

h2 {
font-family: "Trebuchet MS";
color: white;
font-size:16px;
height: 20px;
padding:0px;
padding-left:5px;
padding-bottom:2px;
background-color:#666666;
border:0px;
margin:0px;
text-align:left;
}


h3 {
font-family: "Trebuchet MS";
font-size:20px;
text-align:left;
}

.post {
border-bottom: 2px dashed #eeeeee;
}

.postmetadata {
	font-size:11px;
	font-family: Trebuchet MS;
}

.entry p img {
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
}

.entry blockquote {
	background-image: url("images/quote2.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: white;
}

.entry ol {
	color: #666666;
}

.entry ol li abbr {
	display:none;
}

.entry ol li small {
	font-family: Trebuchet MS;
	color: #666666;
}

a .snap_noshots img {
	margin-top: 50px;
}

.aktt_tweets ul {
text-align:left!important;
padding-left:15px;
}
.aktt_tweets ul li {
text-align:left!important;
border:0px!important;
background: transparent!important;
list-style-position: inside;
font-size: 12px;
}

.widget_rss ul{
text-align:left!important;
padding-left:15px;
}

.widget_rss ul li{
text-align:left!important;
border:0px!important;
background: transparent!important;
list-style-position: inside;
font-size: 12px;
}

.navigation {
	width:730px;
	float:left;
	padding:10px 25px;
}

.navigation .novos {
	float:right;
}

.navigation .antigos {
	float:left;
}

.wp_quotes_quote {
font-size: 1.3em;

}

.wp_quotes_author {
font-size: .9em;
margin-bottom: 10px;

}

.aligncenter {
align:center!important;
}

.gallery {
margin:0px;
border:0px;
padding:0px;
}

.gallery-item {
margin:0px;
border:0px;
padding:0px;
}

.adsense {
	background-color:white;
	padding:10px;
	
}
