/*   
Theme Name: Green Fix
Theme URI: http://alessandrosantos.com.br
Description: Tema baseado na cor verde, minha cor preferida
Author: Alessandro santos
Author URI: http://alessandrosantos.com.br
Template: 
Version: 
.
.
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}

html
{
	color: #666;
	font-family: 'Arial' , sans-serif;
	font-size: 0.8em;
}

body
{
	border-bottom: 5px solid #090;
	border-top: 5px solid #090;
	margin: 20px auto;
	position: relative;
	width: 998px;
}

strong
{
	font-weight: bold;
	font-style: inherit;
}

em
{
	font-weight: inherit;
	font-style: italic;
}





#header
{
	background-image: url('header_bg.png');
	height: 100px;
}

#header h1
{
	color: #000;
	font-family: 'Times New Roman' , serif;
	font-size: 2em;
}

#header h1 a
{
	background-image: url('header_foto.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	height: 80px;
	padding: 10px;
	text-decoration: none;
}





#menu
{
	border-bottom: 1px solid #000;
	margin: 5px 0px;
}

#menu h2
{
	display: none;
}

#menu li
{
	display: inline;
	padding: 2px 0px;
}

#menu li a
{
	color: #000;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}

#menu li a:hover
{
	color: #090;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}





#sidebar
{
	float: left;
	margin-bottom: 20px;
	text-align: right;
	width: 240px;
}

#sidebar li
{
}

#sidebar li h2
{
	margin-top: 20px;
	color: #999;
	font-size: 1.4em;
}

#sidebar li a
{
	color: #090;
	text-decoration: none;
}

#sidebar li a:hover
{
	color: #000;
}





#content
{
	float: right;
	margin-bottom: 20px;
	width: 740px;
}

#content h2
{
	background-image: url('content_h2_bg.png');
	font-size: 2em;
	padding: 20px 0px 5px 0px;
}

#content h2 a
{
	background-color: #fff;
	border-bottom: 1px solid #f6f6f6;
	border-top: 1px solid #f6f6f6;
	color: #090;
	display: block;
	padding: 2px 0px;
	text-decoration: none;
}

#content h3
{
	color: #999;
	font-size: 1.6em;
	margin-top: 20px;
}

#content p
{
	line-height: 1.6em;
	margin: 10px 0px;
}

#content a
{
	color: #090;
}

#content blockquote
{
    background-color: #ffc;
    border: 1px dotted #996;
    margin: 10px 0px;
    padding: 5px;
}

#content kbd
{
    background-color: #ddd;
    border: 1px dotted #999;
    color: #000;
    font-family: "Courier New", monospace;
    padding: 1px 2px;
}

#content code
{
    background-color: #eee;
    border: 1px dotted #999;
    color: #000;
    display: block;
    font-family: "Courier New", monospace;
    margin: 10px 0px;
    white-space: pre;
}

#content ol.commentlist li
{
	border: 1px dashed #ccc;
	list-style-type: decimal;
	margin: 20px 0px 20px 50px;
	padding: 5px;
}

#content .post
{
	margin-bottom: 30px;
}

#content .entry
{
	margin: 20px 0px;
}

#content .postmetadata
{
	background-color: #efe;
	font-size: 0.8em;
	padding: 5px;
}





#footer
{
	border-top: 1px solid #000;
	clear: both;
	color: #000;
	margin-top: 20px;
	padding: 5px;
	text-align: center;
}
