/*  
Theme Name: ZeFonseca.com
Theme URI: http://zefonseca.com/
Description: ZeFonseca.com Theme
Version: 1.0
Author: Ze Fonseca
Author URI: http://zefonseca.com/blogs/ze/
*/

body {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 16px;    
	background: #009245;
}

#divdireita {
	width: 250px;
	float: left;
	margin-top: 180px;
}

#divprincipal {
   	width: 850px;
	float: left;	
}

#divgeral {
	float: left;
	background: #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 10px;
	padding-top: 30px;
}

#divwrap {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;	
}

#divwideboxadsense {
	margin-top: 10px; 
	margin-bottom: 5px;
}

#divwideboxadsense_l {
	width: 336px; 
	float: left; 
}

#divwideboxadsense_m {
	width: 20px; 
	float: left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #009245;
	margin-left: 20px;
	margin-right: 20px;
	height: 280px;
}

#divwideboxadsense_r {
	width: 336px; 
	float: left; 
}

.divadsense200box {
	margin-left: 16px; 
	margin-top: 10px; 
	margin-bottom: 10px
}

img {
	border: none;
	margin-right: 5px;
}

a {
	color: #009245;;
}

a:hover {
	color: #ff0000;
}

a.bigone {
    font-size: 22px;
	color: #009245;
}

a.bigone:hover {
        font-size: 22px; 
	color: #ff0000;
}

.divclearboth {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
 color: #009245;
}

code {
	background: #efffef;
	font-family: courier, courier new;
}

.code {
	padding: 20px;
	background: #efffef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: courier, courier new;
}

.divcode {
	padding: 20px;
	background: #efffef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: courier, courier new;
}

pre {
	padding: 10px;
	background: #efffef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: courier, courier new;	
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
