/*  
Theme Name: Olive Green
Theme URI: http://www.blogohblog.com/
Description: Olive Green is a 1 column Wordpress theme. Lightweight theme for personal use. I love to hear of my work being used :). This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. This means you may use it for any purpose, and make any changes you like. Just leave my Bob link under your footer :)
Version: 0.1
Author: Bob 
Author URI: http://www.blogohblog.com/

This theme was designed and built by Bob of <a href="http://www.blogohblog.com/">Blog Oh Blog</a> based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px;
	}

#wrap {
	width:780px;
	margin:0 auto;
	display:table;
	}
	
#logo01{
	width:100%;
	height:64px;
	position:relative;
	display:table;
	}

#logo02{
	width:347px;
	position:relative;
	float:left;
	display:table;
	}

#div_texto{
	width:420px;
	position:relative;
	float:right;
	display:table;
	}
	
#div_participe{
	width:422px;
	position:relative;
	float:right;
	display:table;
	margin-top:11px;
	}
	
.entry {
	display:table;
	width:779px;
	margin:0 auto;
	float:left;
	}
	
.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	}

.data{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	}

.comentario{
	width:103px;
	height:25px;
	text-align:right;
	margin-left:676px;
	text-align:right;
	background-image:url(images/balao.jpg);
	background-repeat:no-repeat;
	padding-top:2px;
	padding-left:1px;	
	}
	
.entry a:link, .entry a:visited, .entry a:hover, .entry a:active {
	text-decoration:none;
	}
	
a:link, a:visited, a:hover, a:active{
	text-decoration:underline;
	color:#FFFFFF;
	}
	
.post{
	margin-top:20px;
	position:relative;
	}

.preto{
	color:#000000;
	}
	
.tag_link a:link, .tag_link a:visited, .tag_link a:hover, .tag_link a:active{
	color:#eb0d72;
	}