/*
Theme Name: JARDINEIRO WEB
Theme URI: http://www.jardineiroweb.com.br/
Description: The default Jardineiro theme 
Version: 1.0
Author: Jardineiro Web
Author URI: http://www.jardineiroweb.com.br/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{
   	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;	   
	vertical-align: baseline;
	font-family: Arial ;
}

img, fieldset{
	border: 0;
}

a{
	outline: none;
	overflow: hidden;
        cursor: pointer;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}

a{
	overflow: hidden;
	text-decoration: none;
}

hr{
	display: none;
}

img, fieldset{
	border: 0;
}

li{
	list-style: none;
}

table{
	border-spacing: 0;
	border-collapse: collapse;	
}

button{
	cursor: pointer;
}

textarea{
	overflow-y: auto;
}

html, body{
	width: 100%;
	position: relative;
}

html{
	overflow-y: scroll;	
}

body{	
	overflow: hidden;	
	color: #999999;
	background: url(images/bg.gif) no-repeat top center;		
}

body #bt_blog_jweb{
	width: 125px;
	height: 117px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
        cursor: pointer;
	background-image: url(images/bt_site_jweb.png);	
}

body h2{
	height: 16px;
	padding: 5px;
	color: #999999;
	overflow: hidden;
	text-indent: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	background: url(images/tit_folha.gif) no-repeat 2px 2px;
}

body h2.center{
     width: 500px;
     margin: 0 auto 40px;
}

/*ESTRUTURA*/
#page{
	width: 784px;
	margin: 0 auto;
	overflow: hidden;
        position: relative;
}

#page #header{
	width: 437px;
	margin: 0 auto; 
}

#page #header #headerimg h1{
	width: 286px;
	height: 194px;
	margin-top: 15px;
	float: left;
	background-image: url(images/logo.gif);	
}

#page #header #headerimg h1 a{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#page #header #headerimg #searchform{
	width: 146px;
	float: left;
	margin-top: 119px;
}

#page #header #headerimg #searchform label{
        text-align: left;
        display: block; 
}

#page #header #headerimg #searchform input{
	width: 120px;
	float: left;
	height: 17px;
	border: 1px solid #999999;
}

#page #header #headerimg #searchform button{
	width: 24px;
	height: 19px;
	border: 1px solid #314A20;
	background-color: #3A5827;
	color: #C2CBBC;
	float: right;
	font-weight: bold;
}

/*CONTEUDO*/
#page #content{
	clear: both;
}

#page #content a{
	color: #999999;
	font-weight: bold;
}

/*LEFT*/
#page #content #sidebar{
	width: 170px;
	float: left;
	margin: 40px 20px 0 0;
	
}

#page #content #sidebar ul .widget.widget_categories{
	border-bottom: 1px dashed #999;
	padding-bottom: 15px;
	margin: 0px 0px 12px 0;
}

#page #content #sidebar ul .widget.widget_categories ul li{
	margin-bottom: 8px;
	font-weight: bold;
}

/*MIDDLE*/
#page #content .container{
	width: 510px;
	float: left;
	overflow: hidden;
	margin-top: 25px;
}

#page #content .container h2, #page #content .container h2 a, #page #content .container .post.hentry h3 a{
	height: 100%;
	padding: 0;
	text-indent: 0;	
	margin-bottom: 11px;
	background-image: none;
	color: #3E5D29;
	font-size: 20px;
	clear: both;
}

#page #content .container small{
	display: block;
	margin-bottom: 9px;
}

#page #content .container .entry{
	margin-bottom: 10px;
}

#page #content .container .entry p{
	margin-bottom: 5px;
	text-align: justify;
}

#page #content .container .entry p img{
	/*width: 100%;*/
	margin-bottom: 10px;
}

#page #content .container .post.hentry{
	float: left;
	margin-bottom: 20px;
}

#page #content .container .post.hentry li.postmetadata{
	float: left;
	height: 21px;
	text-indent: 22px;
	padding: 4px 0;
	background: url(images/tit_folha.gif) no-repeat;	
}

#page #content .container .post.hentry .comments{
	float: right;
	height: 21px;
	text-indent: 22px;
	padding: 1px 0;
	background: url(images/bg_comentarios.gif) no-repeat;
}

/*RIGHT*/
#page #content .right{
	width: 113px;
	float: left;
	margin-top: 40px;
	text-align: right;
}

#page #content .right h2{
	text-indent: 43px;
	background-position: 25px 0px;
}

/*FOOTER*/
#footer{
	clear: both;
	padding-top: 25px;
	text-align: center;
}

#footer a{
	color: #999;
	font-weight: bold;
}

/*FORMULARIO*/
#page #content .container #commentform label{
	display: block;
	float: left;
	margin: 0 7px;	
}

#page #content .container #commentform p{
	clear: both;
}

#page #content .container #commentform input{
	float: left;	
}

#page #content .container #commentform textarea{
	width: 434px;
}

#page #content .container #commentform #submit{
	margin-top: 30px;
	border: 1px solid #314A20;
	background-color: #3A5827;
	color: #C2CBBC;
	float: right;
	font-weight: bold;
	cursor: pointer;
}

#page #content .container #commentform input, #page #content .container #commentform textarea{
	border: 1px solid #314A20;
}

/* Captions */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


cite{
	display: none;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */



