/*
Theme Name: Tema padrao desembucha
Theme URI: http://www.desembucha.com.br/
Description: Tema padrao do site desembucha.com.br
Version: 1.0
Author: Augusto Barbosa
Author URI: http://www.augustob.com/
Tags: desembucha
*/

/* Resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
hr{display:none;}
img{border:none;}

/* html, body e links gerais */
html{overflow:-moz-scrollbars-vertical;}
body{background:#ffbf00;color:#000;font:normal 12px Arial, Helvetica, sans-serif;}
#page{width:810px;position:relative;margin:0 auto;text-align:left;overflow:auto;}

/* Genericos */
.hidden{display:none;}
.Infinite{text-indent:-999em;}
.Mais{background:url(img/setas.gif) 0 5px no-repeat;padding-left:23px;}
a{text-decoration:none;color:#c09821;}
a:hover{text-decoration:underline;}

/* Bordas arredondadas */
.crv-tl,.crv-bl,.crv-tr,.crv-br{display:block;position:absolute;width:12px;height:12px;font-size:0;line-height:0;background:url(img/crv01.gif) no-repeat;z-index:5;}
.crv-tl{top:0;left:0;background-position:top left;}
.crv-bl{bottom:0;left:0;background-position:bottom left;}
.crv-tr{top:0;right:0;background-position:top right;}
.crv-br{bottom:0;right:0;background-position:bottom right;}

/* Marca */
#Marca{display:block;float:none;clear:both;height:153px;background:url(img/desembucha_logo.gif) center no-repeat;margin:35px 0 40px 0;}

/* sidebar */
#sidebar{float:right;width:210px;margin-top:20px;color:#f4f4f4;}
#sidebar a{color:#fff;}
#sidebar a:hover{text-decoration:none;}

#sidebar ul li{background:#141414;text-align:center;margin-bottom:20px;_border:1px solid #000;}
#sidebar ul li a,
#sidebar ul li h2{font-size:25px;font-weight:700;display:block;text-align:center;padding:20px 0;}
#sidebar ul li ul,
#sidebar ul li form{padding-bottom:20px;}

#sidebar ul li ul li{padding:0;margin-bottom:6px;background:none;border:none;}
#sidebar ul li ul li a{display:inline;font-size:13px;font-weight:normal;padding:0;}
#sidebar ul li ul li a:hover{text-decoration:underline;background:none;}

/* imagem dos itens do menu */
#sidebar .page-item-2 a,
#sidebar .page-item-4 a,
#sidebar .page-item-7 a,
#sidebar .item-busque h2,
#sidebar .item-categorias h2,
#sidebar .item-arquivos h2,
#sidebar .item-parceiros h2,
#sidebar .item-divulgue h2{text-indent:-999em;background:url(img/menu.gif) center top no-repeat;}
#sidebar .page-item-4 a{background-position:center -75px;}
#sidebar .page-item-7 a{background-position:center -150px;}
#sidebar .item-busque h2{background-position:center -225px;}
#sidebar .item-categorias h2{background-position:center -300px;}
#sidebar .item-arquivos h2{background-position:center -375px;}
#sidebar .item-parceiros h2{background-position:center -450px;}
#sidebar .item-divulgue h2{background-position:center -525px;}
 
#sidebar input{width:120px;border-width:1px;padding:2px;}
#sidebar button{_margin-left:3px;}
#sidebar textarea{width:138px;padding:0;border:none;font-size:10px;height:70px;margin-top:10px;}

/* content */
#content{background:#fff;width:600px;position:relative;float:left;min-height:500px;_height:500px;overflow:visible;}


/* post */
.post{position:relative;padding:20px;padding-top:30px;}
h1{border-bottom:2px dashed #3f3f3f;margin-bottom:10px;text-align:right;}
h1 a{color:#cc2323;font-size:35px;font-weight:700;font-family:Tahoma, Arial, Helvetica, sans-serif;}
#content h2,
#commentsBlock h2{border-bottom:1px solid #c9c9c9;margin-bottom:6px;}
#content h2 a,
#commentsBlock h2{color:#cc2323;font-size:19px;font-weight:700;}

.post .info{text-align:right;margin-bottom:20px;}
.post .info img{vertical-align:text-top;margin-left:10px;}
.post small{font-size:11px;color:#666;}
.post p{line-height:1.5em;margin:10px 0;}
.post .postmetadata,
.post .postmetadata a{color:#666;}
.post .postmetadata a{text-decoration:underline;}

.page h1,
.pagetitle{color:#cc2323;font-size:32px;font-weight:700;text-align:center;}
.pagetitle{margin-top:30px;margin-left:20px;margin-right:20px;}

.ico_desembucha{background:#ffbf00;text-align:center;padding:10px 0;}

#commentsBlock{padding:20px;padding-top:0;color:#666;}
.commentlist li{border-bottom:1px dashed #3f3f3f;}
.comment-author a,
.comment-meta a{color:#cc2323;}
.comment-meta{padding-bottom:10px;}

#respond{margin-top:30px;color:#474747;}
#respond form{background:#ffbf00;padding:15px;overflow:auto;_display:inline-block;}
#respond input,
#respond textarea{border-width:1px;font-family:Arial, Helvetica, sans-serif;font-size:1em;}

.navigation{background:#ffbf00;overflow:auto;padding:20px;}
.navigation a{color:#000;text-decoration:underline;}
.navigation a:hover{color:#2d2d2d;}

/*	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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.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;
}
/* End captions */