/*
Theme Name: Fundação Palmares
Theme URI:
Description: Tema feito para a Fundação Palmares.
Version:
Author:
Author URI:
Tags:

	The CSS, XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* TABLE OF CONTENTS

00 - Global Elements - Standard Elements
01 - Typography - All Type throughout the site
02 - Main Structure - Columns, clearfix, etc.
03 - Header - Header, Logo, navigation, search.
04 - Dock - jQuery latest articles.
05 - Main Content - Post boxes, post meta, etc.
06 - Sidebar - Custom sidebar widgets.
07 - Footer - Categories, About, Copyright, Sponsors.

/* ----------------------------------------------*/

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	font-family: inherit;
	font-size: 100%;
}

body {
	margin:0; padding:0;
	width:auto; height:auto;
	background: #cac5a8 url(images/bkg/home.jpg) center top no-repeat;
	font: 62.5% Arial, Helvetica, sans-serif; color:#000;
}

code {
	margin:0; padding:0;
	width:80%; height:auto;
	font:1.17em Georgia, "Times New Roman", Times, serif; color:#0f8eb3;
}

	pre {
		margin:0 auto; padding:5px 20px;
		background:#f4f1ec url(images/code.gif) repeat;
		border:1px solid #bbced7;
		font:0.92em Georgia, "Times New Roman", Times, serif; color:#3e3e3e;
		line-height:200%;
	}

blockquote {
	margin:0 auto; padding:5px 20px;
	width:80%; height:auto;
	background:#f8fbfc url(images/blockquote.gif) no-repeat top left; border:1px solid #edeff0;
}

img {
	margin:0; padding:0;
	border:0;
}

ins {
	color:#009999;
}

del {
	color:#990000;
}

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

h1 {
	width: 190px;
	height: 108px;
	margin: 0;
	padding: 0;
}
h1.width-larger { width: 100%; height: auto; }
	.post-content h1, .page-content h1 {
		margin:10px 0; padding:0;
		font:bold 2.50em Arial, Helvetica, sans-serif; color:#683A1B;
	}

	h1 a:link, h1 a:active, h1 a:visited {
		color:#fefefe;
		outline:0;
	}
	
	h1 a:hover {
		color:#d7d7d7;
	}

	h1 span {
		margin:10px 0 0 0;
		background:url(images/gradient.png) repeat-x;
		width:100%; height:20px;
		position:absolute; display:block;
	}

	.post-content h2, .page-content h2 {
		margin:10px 0; padding:0;
		font:bold 2.00em Arial, Helvetica, sans-serif; color:#683A1B;
	}

h3 {
	margin:0; padding:0;
	font:bold 2.80em Arial, Helvetica, sans-serif; color:#683A1B;
}

	.post-content h3, .page-content h3 {
		margin:10px 0; padding:0;
		font:bold 1.50em Arial, Helvetica, sans-serif; color:#53798b;
	}

	h3 a:link, h3 a:active, h3 a:visited {
		color: #683a1b;
	}
	
	h3 a:hover {
		color: #482004;
	}
	
	h3.post-title, .single h3.post-title, h3.post-title-small {
		width: 380px;
		height: auto;
		padding: 0 0 12px 0;
		font-size: 2.8em;
		color: #683a1b;
		border-bottom: 4px solid #683a1b;
	}
	h3.large-width { width: 100%; }
	h3.topo { padding-top: 16px; }

	.col-580 #lista-completa {
		width: 100%;
		height: 20px;
		float: left;
	}

	.col-580 #lista-completa .lista-completa {
		font-family: georgia, serif;
		font-weight: bold;
		font-style: italic;
		font-size: 1.4em;
		color: #683a1b;
		float: right;
		position: relative;
	}
	
		.single h3.post-title {
			font-size:2.00em;
			width:275px;
		}
		
		h3.post-title-small {
			font-size:1.50em;
		}

h4 {
	margin: 0;
	padding: 0;
	font: bold 1.75em Arial, Helvetica, sans-serif;
	color: #683A1B;
}

	.post-content h4, .page-content h4 {
		margin:10px 0; padding:0;
		font:bold 1.17em Georgia, "Times New Roman", Times, serif; color:#53798b;
	}

	#footer h4 {
		margin:0 0 20px 0;
		font-size: 2.0em;
		color: #683a1b;
		text-transform: uppercase;
	}

h5, #searchform label, #sidebar li h4 {
	/* Sidebar Header */
	padding: 18px 0 10px 29px;
	font: normal 2.0em Arial, Helvetica, sans-serif;
	color: #683a1b;
}

.col-340 #sidebar #archives ul, .col-340 #sidebar .widget_links .blogroll {
	padding: 0 20px;
}

.col-340 #sidebar #archives ul li, .col-340 #sidebar .widget_links .blogroll li {
	background: none;
}

	.post-content h5, .page-content h5 {
		margin:10px 0; padding:0;
		width:auto; height:auto;
		background:none;
		font:bold 1.00em Georgia, "Times New Roman", Times, serif; color:#53798b;
	}

	#tag_cloud h5, #searchform label {
		margin:0; padding:0;
		background:none;
	}

	#searchform .screen-reader-text { display: none; }

	#searchform div {
		overflow: hidden;
	}

	#searchform #s {
		width: 392px;
		height: 15px;
		margin-right: 5px;
		padding: 3px 3px 3px 8px;
		font-family: arial, sans-serif;
		font-size: 11px;
		color: #41494d;
		display: inline;
		float: left;
		border-top: 1px solid #d5d7d4;
		border-left: 1px solid #d5d7d4;
		background: #e7e9e6 url(images/ico/obrigatorio.gif) 1px 1px no-repeat;
	}

	#searchform #searchsubmit {
		display: block;
		content: "";
		line-height: 0;
		text-indent: -9999px;
		cursor: pointer;
		border: none !important;
		width: 115px;
		height: 22px;
		float: left;
		background: url(images/btn/pesquisar.gif) no-repeat;
	}

a:link, a:active {
	color: #683a1b;
	text-decoration:none;
}

a:visited {
	color: #683a1b;
	text-decoration:none;
}

#archives h5.widgettitle a.image-replace, .col-340 #sidebar .widget_links .widgettitle a.image-replace{
	width: 19px;
	height: 12px;
	margin: -21px 23px 0 236px;
	display: inline;
	background: url(images/ico/seta_baixo_verde.gif) no-repeat;
}

/* Header
/* -------------- */

#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	margin:0;
	padding:13px 15px;
	font: bold 1.08em Arial, Helvetica, sans-serif;
	color:#0b509f;
	display:block;
}

#navigation ul li a:hover {
	text-decoration:underline;
}

#navigation ul.pages li.current_page_item a:link,
#navigation ul.pages li.current_page_item a:active,
#navigation ul.pages li.current_page_item a:visited {
	/* Crazy margins to pull up the hover image above the borders.*/
	margin: 0;
	padding: 14px 12px 10px 12px;
	position:relative;
	color: #fff;
	background: #bac5c9 url(images/bkg/menu_ativo.gif) repeat-x;
}

/* Main Content
/* -------------- */

.post-info {
	text-align:right;
	font: 1.1em Georgia, "Times New Roman", Times, serif; color:#81888d;
}

	.post-info span {
		font-size: 1.3em;
		font-style: italic;
		display: block;
	}

		.post-info span a:link, .post-info span a:active, .post-info span a:visited {
			font-family: georgia, serif;
			font-weight: bold;
			font-style: italic;
			color: #1e1c1a;
			text-decoration: none;
		}
		
		.post-info span a:hover {
			color:#44423f;
		}
	
.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	margin: 0;
	padding: 10px 20px;
	font: normal 2.1em Arial, Helvetica, sans-serif;
	color :#fff;
	display: block;
}

.comment-count a:hover {
	background: #9a7210;
}

	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited,
	.page-content .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {
		padding:8px 18px;
		font:bold 1.45em Arial, Helvetica, sans-serif;
	}

.post-intro strong {
	padding-bottom: 15px;
	font-size: 1.3em;
	color: #30393d;
	line-height: 21px;
	display: block;
}
.post-box strong {
	font-size: 1.0em;
	color: #5e6568;
}
.post-intro p,
.post-box p {
	font-size: 1.2em;
	color: #5e6568;
	line-height: 19px;
}
.post-box p { padding-bottom: 15px; }
.post-box a { font-weight: bold; }
.continue-reading a:link, .continue-reading a:active, .continue-reading a:visited,
.cat-posts li.view-more a:link, .cat-posts li.view-more a:active, .cat-posts li.view-more a:visited,
.continue-lendo {
	font-family: georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
	color: #683a1b;
	float: left;
}
.continue-lendo {
	margin: 22px 0 9px 25px;
	display: block;
	float: none;
}
.continue-reading a:hover,
.cat-posts li.view-more a:hover {
	color: #2b190d;
}

/* Drop Down
/* -------------- */

.category a:link, .category a:visited,
.category-inside a:link, .category-inside a:active, .category-inside a:visited {
	margin-bottom:-1px;
	padding:15px 25px 0 15px;
	display: block;
	height:25px;
	outline:0;
	font-family: georgia, serif;
	font-size: 1.2em;
	color: #683a1b;
}

.active div {
	margin:0 0 -1px 0; padding:0 0 0 6px;
	width:auto; height:40px;
	background:url(images/cat-hover-left.gif) no-repeat top left;
	float:right; display:block; position:relative; z-index:10;
}

	.active a:link, .active a:visited {
		margin:0; padding:15px 25px 0 15px;
		width:auto; height:25px; display:inline-block;
		font:1.1em Georgia, "Times New Roman", Times, serif; color:#5c5659;
		background:url(images/cat-hover-right.gif) no-repeat top right;
	}
	
.cat-posts li.view-more {
	margin:0; padding-top:15px;
	text-align:right;
}

.cat-posts li a:link, .cat-posts li a:active, .cat-posts li a:visited {
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#30393d;
	display:block;
}
						
.cat-posts li a:hover {
	color: #30393D;
}
												
	.cat-posts li span {
		font:0.92em Arial, Helvetica, sans-serif; color:#889194;
	}
	
/* Content Navigation
/* -------------- */

.navigation {
	font:normal 0.92em Georgia, "Times New Roman", Times, serif; color:#81888d;
}

	.navigation a:link, .navigation a:visited, .navigation a:active {
		font:bold 0.92em Georgia, "Times New Roman", Times, serif; color:#656c71;
	}
	
	.navigation a:hover {
		color:#35383a;
	}
	
/* Comments
/* -------------- */	

.submit-comment {
	width: 175px;
	height: 22px;
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	outline: 0;
	border: 0;
	float: right;
	background: url(images/btn/enviar_comentario.gif) center top no-repeat;
}

	.author a:link, .author a:active, .author a:visited {
		color: #683a1b;
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
		color: #6b8894;
		display: inline;
	}
	
.author span {
	font-family: georgia, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #81888d;
}
.author strong {
	font-family: georgia, serif;
	font-size: 1.6em;
	color: #683a1b;
}
.comment-text {
	font:1.00em Arial, Helvetica, sans-serif; color:#74868d;
	line-height:19px;
}
	
/* Sidebar
/* -------------- */

#sidebar li {
	font:0.92em Arial, Helvetica, sans-serif;
}
	#sidebar li#wp-cumulus {
		padding-bottom: 0;
	}
	#sidebar li#wp-cumulus h5 {
		height: 0;
	}
	#sidebar li#wp-cumulus object {
		margin: 0 0 28px 10px;
		display: inline;
	}
	#sidebar li#wp-cumulus #wpcumuluswidgetcontent {
		width: 283px;
		height: 185px;
		margin-top: -63px;
		padding: 10px;
	}

	/*#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {
		font: bold 1.17em Arial, Helvetica, sans-serif;
		color: #05804a;
	}*/
	
	#sidebar li a:hover {
		text-decoration:none;
	}

	#sidebar .widget_rss h5.widgettitle {
		height: auto;
	}

	#sidebar .widget_rss h5.widgettitle a.rsswidget {
		width: 182px;
		padding: 0 98px 23px 0;
		letter-spacing: -3px;
		display: block;
		position: relative;
		z-index: 6;
		background: url(images/bkg/van.gif) right 3px no-repeat;
	}
	
	#sidebar .widget_rss ul {
		width: 287px;
		margin: -14px 0 10px 9px;
		padding-bottom: 10px;
		position: relative;
		z-index: 5;
		background: url(images/bkg/lista_corpo.gif) left bottom no-repeat;
	}

	#sidebar .widget_rss ul li {
		width: 252px;
		margin: 0 0 0 16px;
		padding: 12px 0 2px 0;
		float: left;
		background: url(images/ico/barra_horizontal_verde.gif) left top repeat-x;
	}

	#sidebar .widget_rss ul li.titulo {
		padding: 0 0 0 0;
		margin: 0 0 -2px 0;
		background: none;
		background-color: #ebf6fb;
	}

	#sidebar .widget_rss ul li h6 {
		width: 272px;
		margin: 0;
		padding: 19px 0 0 16px;
		font-size: 20px;
		color: #8cc640;
		border: none;
		background: url(images/bkg/lista_topo.gif) left top no-repeat;
	}

	#sidebar .widget_rss ul li a.rsswidget, #sidebar .widget_rss ul li div.rssSummary {
		width: 190px;
		font-family: arial, sans-serif;
		font-weight: bold;
		font-size: 11px;
		color: #5e6568;
		float: left;
	}

	#sidebar .widget_rss ul li span.rss-date {
		width: 37px;
		height: 35px;
		margin: 0;
		padding: 6px 14px 0 5px;
		font-family: georgia, serif;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		color: #ffffff;
		text-align: center;
		float: left;
		background: url(images/bkg/box_calendario.gif) no-repeat;
	}

	#sidebar .widget_rss ul li div.rssSummary {
		font-weight: normal;
	}

	#sidebar .widget_rss .todos-eventos {
		width: 170px;
		font-family: georgia, serif;
		font-weight: bold;
		font-style: italic;
		font-size: 14px;
		color: #05804a;
		margin-left: 25px;
		display: inline;
	}

	#sidebar .widget_rss a.rss-direita {
		margin-left: 85px;
		display: inline;
	}

#sidebar .rss-date {
	margin:5px 0; padding:0;
	color:#709cb0;	
	display:block;
}

#sidebar .rssSummary {
	margin:5px 0; padding:0;
}

#sidebar li a.sidebar-read-more:link, #sidebar li a.sidebar-read-more:visited, #sidebar li a.sidebar-read-more:active,
#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
	margin:18px 0 0 25px; padding:0;
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#a6b5bc;
	position:absolute;
}

	#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
		padding:1px 0 0 23px;
		line-height:16px;
		background:url(images/rss.png) no-repeat center left;
	}

#sidebar li a.sidebar-read-more:hover,
#sidebar li a.sidebar-read-more-rss:hover {
	color:#889297; text-decoration:none;
}

#featured-news .sidebar-content a:link, #featured-news .sidebar-content a:active, #featured-news .sidebar-content a:visited,
#recent-news .sidebar-content a:link, #recent-news .sidebar-content a:active, #recent-news .sidebar-content a:visited {
	font:bold 1.35em Arial, Helvetica, sans-serif; color:#5a656a;
}

#featured-news .sidebar-content a:hover, #recent-news .sidebar-content a:hover {
	color:#475054;
}

	#featured-news .sidebar-content span a:link, #featured-news .sidebar-content span a:visited, #featured-news .sidebar-content span a:active,
	#recent-news .sidebar-content span a:link, #recent-news .sidebar-content span a:visited, #recent-news .sidebar-content span a:active {
		margin:5px 0 0 0; padding:0;
		font:normal 1.00em Arial, Helvetica, sans-serif; color:#709cb0;
		display:block;
	}
	
	#featured-news .sidebar-content span a:hover,
	#recent-news .sidebar-content span a:hover {
		color:#5e8293;
	}
	
#sponsored-ad p.sponsored-ad {
	margin:auto auto 8px 5px;
	font:0.92em Arial, Helvetica, sans-serif; color:#9caab1;
}

/* Footer
/* -------------- */
	
p.about-text {
	margin:0 0 10px 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#b2b2b2;
	line-height:17px;
}

p.copyright {
	margin:10px 0 0 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#404040;
}

/* Misc
/* -------------- */

.arial, .arial a {
	font-family:Arial, Helvetica, sans-serif;
}

/* 02 - MAIN STRUCTURE
/* ----------------------------------------------*/

.container {
	/* The container is a class simply because of the multiple full-span elements.*/
	width: 930px;
	height:auto;
	margin:0 auto;
	padding:0;
	position: relative;
}

/* Various Columns
/* -------------- */

.col-580 {
	width:580px;
}

.col-340 {
	width:340px;
}

.left, .alignleft {
	float:left;
}

.right, .alignright {
	float:right;
}

.aligncenter {
	margin:0 auto;
	display:block;
}

/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* 03 - HEADER
/* ----------------------------------------------*/

#header {
	width: auto;
	margin: 0;
	padding: 0;
}

/* Titulo */

#header h1 {
	width: 458px;
	height: 165px;
	margin: 38px 0 0 0;
}
#header h1 a {
	width: 100%;
	height: 100%;
	margin-top: -12px;
	display: block;
	cursor: pointer;
	background: url(images/tit/fundacao_cultural_palmares.png) no-repeat;
}

/* Menu de Navegacao, Busca e RSS */

#header #navigation {
	width: 900px;
	height: 45px;
	margin-top: 18px;
	padding-left: 30px;
}
#header #navigation ul.pages {
	height: 45px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#header #navigation ul.pages li {
	height: 45px;
	float: left;
}
#header #navigation ul.pages li a {
	padding: 14px 15px 15px 15px;
	font-weight: bold;
	font-size: 1.3em;
	color: #dbc371;
	display: block;
}
#header #navigation ul.pages li a:hover,
#header #navigation ul.pages li.current_page_item a {
	color: #fff;
	text-decoration: none;
	background: url(images/bkg/menu_ativo.gif) repeat-x;
}
#header #navigation .right {
	width: 230px;
	float: right;
}
#header #navigation #searchform-header {
	width: 200px;
	height: 35px;
	padding-top: 10px;
	float: left;
}
#header #navigation #searchform-header fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#header #navigation #searchform-header .s {
	width: 173px;
	height: 20px;
	padding: 6px 0 0 27px;
	font-size: 1.1em;
	color: #7f7f7f;
	border: none;
	background: url(images/bkg/busca.gif) no-repeat;
}
#header #navigation .rss {
	margin-top: 14px;
	float: right;
}
#header #navigation .rss img { float: left; }

/* Area inferior do cabecalho */

#header #header-rodape { display: none; }
#header #header-rodape.visivel { display: block; }

#header #header-rodape {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
}

#header #header-rodape #texto-apresentacao {
	width: 570px;
	padding: 20px 0 0 0;
	float: left;
}
#header #header-rodape #texto-apresentacao h2 {
	margin: 0;
	padding: 0 0 17px 0;
	font-size: 3.0em;
	color: #683a1b;
}
#header #header-rodape #texto-apresentacao p {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 19px;
}
#header #header-rodape #texto-apresentacao p a { font-weight: bold; }

#header #header-rodape #video {
	width: 277px;
	height: 232px;
	padding: 20px 0 0 27px;
	float: right;
	background: url(images/bkg/video.png) no-repeat;
}

	#g-lock-double-opt-in-manager { position: relative; }

	#g-lock-double-opt-in-manager span.envelope {
		width: 80px;
		height: 87px;
		display: block;
		position: absolute;
		top: 13px;
		right: 22px;
		background: url(images/bkg/envelope.gif) no-repeat;
	}

	#g-lock-double-opt-in-manager form .cadastre-email {
		margin: 0 0 10px 0;
	}
	
/* 04 - DOCK
/* ----------------------------------------------*/
	
#latest-dock {
	margin:0; padding:0;
	background:#f4f6f8 url(images/dock.gif) repeat-x bottom center;
	border-bottom:1px solid #fbf9fa;
}

	.dock-back {
		padding:20px 0;
		background:url(images/dock-back.gif) no-repeat bottom center;
	}
	
		#dock {
			margin:0 auto; padding:0;
			width:940px;
			list-style:none;
			position:relative;
			text-align:center;
		}
		
			#dock li {
				margin:0; padding:0 0 18px 0;
				display:inline;
			}
			
				#dock li.dock-active {
					background:url(images/dock-shadow.png) no-repeat bottom center;
				}
			
				#dock li a:link, #dock li a:active, #dock li a:visited {
					margin:30px 7px 0 7px; padding:2px 0 0 0;
					width:75px; height:58px;
					background:url(images/dock-preview-back.png) no-repeat top center;
					display:inline-block;
				}
					
				#dock li span {
					margin:0; padding:0;
					width:980px; height:auto;
					position:absolute;
					display:none;
					top:0; left:0;
					text-align:center;
					font:bold 1.17em Arial, Helvetica, sans-serif; color:#31393d;
				}
				
				.latest {
					width:980px; text-align:center;
					font:bold 1.17em Arial, Helvetica, sans-serif; color:#31393d;
					position:absolute;
				}
		
/* 05 - MAIN CONTENT
/* ----------------------------------------------*/

#main-content {
	padding: 66px 0 20px 0;
	background-color: #cac5a8;
	border-bottom: 4px solid #bcb79c;
}

.post {
	margin: 0 0 25px 0;
}
.post-search .post {
	width: 100%;
	float: left;
}
.post-box {
	/*margin:0 0 25px 0!important;*/
}
/* Archive Post
/* --------------- */

.archive {
	margin:0;
}
	
	.archive .post-meta {
		margin:0 0 17px 0;
	}
	
	.archive .post-info {
		font-style:italic;
	}
	
/* Small (Half) Post
/* --------------- */

.single {
	margin:0 15px 20px 0;
	width:275px; height:auto;
	float:left;
}

	.single .post-content {
		margin:0; padding:22px 17px 11px;
	}
	
	.single .post-image {
		height:115px;
	}
	
	.single .post-footer {
		padding:16px 23px;
	}
	
	.last {
		margin:0;
	}

/* Post Box
/* --------------- */
	
.post-box {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	border: 1px solid #bbb69b;
	border-top: 0;
	background-color: #fff;
}
.float-display {
	width: 100%;
	float: left;
	display: inline;
}
.post-box .post-content img {
	margin-bottom: 21px;
	padding: 3px;
	display: block;
	border: 1px solid #d2d2d2;
}

	.post-meta {
		/*margin:0 0 23px 0;*/ padding:0;
		border-bottom:1px solid #FFF;
		position:relative;
	}
		
		.post-info {
			margin:0;
			padding: 10px 5px 16px 5px;
			width: 190px;
			height:auto;
			font-family: georgia, serif;
			font-style: italic;
			color: #81888d;
			border-bottom:4px solid #7c5637;
			bottom:0;
			right:0;
			position:absolute;
		}

		.resultado-busca {
			font-family: arial, sans-serif;
			font-size: 1.4em;
			color: #683a1b;
		}

		.frase-resultados {
			padding: 20px 0 0 0!important;
			font-family: arial, sans-serif;
			font-weight: bold;
			color: #41494d !important;
		}

		.no-padding-top { padding-top: 0 !important; }

	.post-content, .page-content, .comment-content {
		margin: 0;
		padding: 51px 22px 11px;
		position: relative;
		border: 1px solid #fff;
		background: #fcfcfb url(images/bkg/sombra_post.gif) left top repeat-x;
	}
	.comment-content { padding: 31px 22px 11px; }
		.page-content {
			width: 534px;
			padding:15px 22px 20px;
			/*overflow: hidden;*/
		}
		
		.comment-count {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			display:block;
			position:absolute;
			top: -10px;
			left: -10px;
			background-color: #d89a03;
		}
			.page-content .comment-count {
				margin-top:-15px;
			}
				
		.post-image, .post-image-inner {
			margin:0 auto 10px auto; padding:0;
			width:auto; height:auto;
			display:block;
		}
		
			.post-image-inner {
				margin:0 auto 10px 15px;
				float:right;
			}
		
			.post-image img, .post-image-inner img {
				margin:0 auto; padding:3px;
				border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
				border-bottom:1px solid #e7e8e8;
				text-align:center; display:block;
			}

			#g-lock-double-opt-in-manager form {
				width: 251px;
				height: 162px;
				padding: 15px 20px 0 25px;
				background: url(images/bkg/news.gif) 10px 0 no-repeat;
			}

			#g-lock-double-opt-in-manager form input {
				margin: 0;
				padding: 0;
				width: 245px;
				height: 18px;
				padding: 3px;
				border: 1px solid #dce7ed;
			}

			#g-lock-double-opt-in-manager form .gsom-optin-radiogroup input {
				width: 65px;
				height: 25px;
				display: block;
				content: "";
				line-height: 0;
				text-indent: -9999px;
				cursor: pointer;
				border: none !important;
				background: url(images/btn/enviar.gif) no-repeat;
			}

			#g-lock-double-opt-in-manager .plugin-support {
				display: none;
			}

	/* Post Footer
	/* --------------- */		
			
	.post-footer {
		margin:0; padding:23px;
		background:#fcfdfe;
		border-top:1px solid #FFF;
		position:relative; /*z-index:100;*/
		
	}
	.float-width {
		width: 532px;
		float: left;
	}
	
		.continue-reading {
			margin:0; padding:0;
			width:180px; height:auto;
			float:left;
		}
		
		.category-menu {
			margin:0; padding:0;
			width:350px; height:auto;
			float:right; text-align:right;
			position:absolute; top:10px; right:10px;
		}
		
			.indicator, .indicator-active {
				margin: 0;
				padding: 0;
				width: 7px;
				height: 7px;
				background: url(images/ico/marcador_a.gif) center left no-repeat;
				display: inline-block;
				vertical-align: middle;
			}
			
				.indicator-active {
					background:url(images/collapse.gif) no-repeat center left;
				}
		
			.dropdown {
				margin:0; padding:0;
				width:360px; height:auto;
				background:url(images/dropdown.png) no-repeat bottom center;
				text-align:left;
				display:none;
				position:relative;
				z-index: 500;
			}
			
				.cat-posts {
					margin:0 auto; padding:10px 0 30px 0;
					width:322px; height:auto;
					list-style:none;
					border-top:1px solid #ebecec;
				}
				
					.cat-posts li {
						margin:0; padding: 15px;
						background:url(images/cat-post-li.gif) no-repeat bottom right;
					}
					
						.cat-posts li.view-more {
							background:none;
						}

/* Content Navigation
/* --------------- */

.navigation {
	margin: 0;
	padding: 8px 10px;
	border: none;
}
.navigation .alignleft a {
	display: block!important;
	overflow: hidden!important;
	text-indent: -9999px!important;
	width: 115px;
	height: 22px;
	background: url(images/btn/anterior.gif) no-repeat;
}
.navigation .alignright a {
	display: block!important;
	overflow: hidden!important;
	text-indent: -9999px!important;
	width: 115px;
	height: 22px;
	background: url(images/btn/proxima.gif) no-repeat;
}
/* WP Attachments
/* --------------- */

.wp-caption {
	margin:0 10px; padding:9px 5px 5px;
	background:#FFF;
	border:1px solid #ebf2f5;
	border-bottom:1px solid #CCCCCC;;
	text-align:center;
}

	.wp-caption-text {
		margin:5px auto auto auto; padding:5px 0 0;
		font:0.92em Arial, Helvetica, sans-serif; color:#656c71;
	}
	
/* Inputs
/* --------------- */

.input {
	margin: 0;
	padding: 5px 5px 5px 7px;
	background-color: #e7e9e6;
	border-top: 1px solid #d5d7d4;
	border-left: 1px solid #d5d7d4;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}
#commentform #author, #commentform #email, #commentform #url {
	width: 251px;
	height: 15px;
}
#commentform #author, #commentform #email {
	background: #e7e9e6 url(images/ico/obrigatorio.gif) 1px 3px no-repeat;
}
#commentform label {
	padding-left: 6px;
	font-size: 1.0em !important;
	color: #5e6568;
}
#commentform #comment {
	width: 516px !important;
	height: 140px;
}
#commentform p.obrigatorio {
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	color: #41494d;
	float: left;
	background: url(images/ico/obrigatorio.gif) left top no-repeat;
}
#commentform p.aviso {
	width: 475px;
	height: 28px;
	padding: 11px 0 0 50px;
	display: none;
	float: left;
	border: 1px solid #d3d3c8;
	background: #e2e2d7 url(images/ico/exclamacao.gif) 3px 3px no-repeat;
}
#commentform p.overflow-a { overflow: hidden; }
/* Comments
/* --------------- */

.commentlist, .commentlist ul {
	margin:15px 0 0 0; padding:0;
	list-style:none;
}

	.commentlist li {
		margin: 0;
		padding: 20px 30px 5px 30px;
		background: url(images/ico/pontilhado.gif) left top repeat-x;
	}
	.commentlist #comment-1 { background: none; }
	.commentlist li.no-comments {
		margin:55px 0 0 0; padding:0 30px;
		background:none;
		border:0;
	}
	
	.commentlist .children {
		margin:10px 0 0 0; padding:0;
		border:1px solid #d9e1e6;
	}
	
		.commentlist .children li {
			margin:0; padding:20px;
			border-bottom:1px solid #FFF;
		}
	
	
		.commentlist li .comment-wrap {
			position:relative;
			text-align:left;
		}
	
			.commentlist li .comment-text {
				margin:0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
			.commentlist li .comment-author {
				margin:0; padding:0;
				width:auto; height:auto;
			}
			
				.gravatar {
					margin:0 10px 0 0; padding:1px 0 0 2px;
					width:41px; height:40px;
					background:url(images/gravatar.gif) no-repeat top center;
					float:left;
				}
				
				.author {
					margin:2px 0 0 0; padding:0;
					width:auto; height:auto;
					float:left;
				}

/* 06 - SIDEBAR
/* ----------------------------------------------*/

#sidebar {
	width: 305px;
	margin: 0 0 0 15px;
	padding: 4px 0 0 0;
	list-style: none;
}

	#sidebar li {
		margin: 0 0 20px 0;
		width: 100%;
		background: #f5fbfe url(images/bkg/sidebar_corpo.gif) repeat-y;
	}

	#sidebar li span {
		width: 100%;
		font-size: 0;
		line-height: 0;
		display:block;
	}
	#sidebar li span.topo{
		height: 8px;
		background: url(images/bkg/sidebar_topo_arredondado.gif) no-repeat;
	}
	#sidebar li span.rodape{
		height: 10px;
		background: url(images/bkg/sidebar_rodape_arredondado.gif) no-repeat;
	}

	#sidebar li dl.box-interno {
		width: 285px;
		margin-left: 11px;
		overflow: hidden;
		background: #e4e3d2 url(images/bkg/sidebar_interna_corpo.gif) repeat-y;
	}
	#sidebar li dl.box-interno dt {
		width: 251px;
		margin-left: 15px;
		padding: 12px 0 0 0;
		display: inline;
		float: left;
		background: url(images/ico/barra_a.gif) left top repeat-x;
	}
	#sidebar li dl.box-interno dt.first { background: none; }
	#sidebar li dl.box-interno dt a {
		font-weight: bold;
		font-size: 1.2em;
		color: #5e6568;
		position: relative;
	}
	#sidebar li dl.box-interno dd {
		width: 251px;
		padding: 0 0 12px 15px;
		float: left;
	}
	#sidebar li dl.box-interno dd p {
		font-size: 1.2em;
		color: #5e6568;
	}
	#sidebar li dl.box-interno .topo {
		width: 100%;
		height: 7px;
		margin: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;
		display:block;
		background: url(images/bkg/sidebar_interna_topo_arredondado.gif) no-repeat;
	}
	#sidebar li dl.box-interno .rodape {
		width: 100%;
		height: 5px;
		margin: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;
		display:block;
		background: url(images/bkg/sidebar_interna_rodape_arredondado.gif) no-repeat;
	}

	#sidebar li #lista-conversas {
		width: 260px;
		padding: 0 0 15px 26px;
	}
	#lista-conversas li {
		width: auto;
		margin: 0;
		padding-left: 25px;
		float: left;
		background: none;
	}
	#lista-conversas li.first { padding-left: 0; }
	#lista-conversas li a { float: left; }

	#sidebar li .texto {
		width: 285px;
		margin-left: 11px;
		overflow: hidden;
		background: #e4e3d2 url(images/bkg/sidebar_interna_corpo.gif) repeat-y;
	}
	#sidebar li .texto .topo {
		width: 100%;
		height: 7px;
		margin: 0;
		padding: 0 0 11px 0;
		font-size: 0;
		line-height: 0;
		display:block;
		background: url(images/bkg/sidebar_interna_topo_arredondado.gif) no-repeat;
	}
	#sidebar li .texto .rodape {
		width: 100%;
		height: 5px;
		margin: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;
		display:block;
		background: url(images/bkg/sidebar_interna_rodape_arredondado.gif) no-repeat;
	}
	#sidebar li .texto p {
		padding: 0 16px 15px 16px;
		font-size: 1.2em;
		color: #5e6568;
		line-height: 13px;
	}
	#sidebar li .texto p a {
		font-weight: bold;
	}

	#sidebar li #nuvem-tags {
		width: 245px;
		padding: 17px 30px 20px 30px;
	}
	#sidebar li #nuvem-tags a { color: #666666; }

	/*#sidebar #rss-408513451 h5.widgettitle {
		width: 268px;
		height: 92px;
		margin: 10px 0 0 20px;
		padding: 0;
		display: inline;
		overflow: hidden;
		text-indent: -9999px;
		float: left;
		background: url(images/tit/caravana_transparencia.jpg) no-repeat;
	}*/

	#sidebar li .siga-twitter {
		background: none;
	}

	#sidebar li .siga-twitter a {
		padding-left: 11px;
		font-family: georgia!important;
		font-style: italic!important;
		float: left;
	}

		#sidebar #tag_cloud, #sidebar #search {
			padding:0;
			background:none;
		}
		
			#searchform {
			width: 534px;
			height: 22px;
				margin:0 auto; padding:0;
				
			}
			
	#sidebar #sponsored-ad {
		background:none;
	}
	
		#sidebar li ul, #sidebar .textwidget, #calendar_wrap {
			width: 245px;
			height: auto;
			margin: 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
		}		
		
			#calendar_wrap {
				margin:0 auto;
				width:190px;		
			}
		
				#wp-calendar {
					margin:15px 0; padding:0;
					width:100%; height:auto;
				}
				
					#wp-calendar caption {
						font:bold 1.17em Arial, Helvetica, sans-serif; color:#5a656a;
					}
					
					#wp-calendar thead tr th {
						font-weight:bold;
					}
					
					#wp-calendar td {
						font:0.92em Arial, Helvetica, sans-serif; color:#709cb0;
						border:1px solid #d2dce0; text-align:center;
					}
					
						#wp-calendar tfoot td {
							border:0;
						}
		
		#sidebar .textwidget {
			margin:0 auto 15px auto;
		}

				.sidebar-preview {
					margin:0; padding:3px 0 0 4px;
					width:114px; height:65px;
					background:#FFF url(images/sidebar-preview-back.gif) no-repeat top center;
					float:left;
				}
				
				.sidebar-content {
					margin:0; padding:0;
					width:115px; height:auto;
					float:right;
				}
						
	
/*#archives ul { display: none; }*/


/* 07 - FOOTER
/* ----------------------------------------------*/

#footer {
	margin:0;
	padding:30px 0 57px 0;
	width:auto; height:auto;
	background: #ededed url(images/bkg/rodape.gif) left 1px repeat-x;
}

	.footer-divider {
		/*background:url(images/footer-divider.gif) repeat-y top left;*/
	}

	#footer .contato {
		width: 330px;
		height: auto;
		margin: 0;
		padding: 0 30px 0 0;
		float: left;
	}

	#footer .contato p {
		font-size: 1.1em;
		color: #838272;
		line-height: 17px;
	}
	
	#footer .contato a.link-contato {
		margin-top: 30px;
		font-size: 1.1em;
		color: #683a1b;
		text-decoration: underline;
		display: block;
		float: left;
	}

		.footer-cat {
			margin:0; padding:0;
			width:330px; height:auto;
			list-style:none;
		}
		
			.footer-cat li {
				height:auto;
				margin:5px 0;
				padding:0 0 0 9px;
				float:left;
				background:url(images/btn/botao_esquerda.gif) left 0 no-repeat;
			}
			
				.footer-cat li a {
					width:auto;
					height:23px;
					margin:0;
					padding:0 9px 0 0;
					line-height:23px;
					float:left;
					display:block;
					overflow: hidden;
					background:url(images/btn/botao_direita.gif) right 0 no-repeat;
				}
				
				.footer-cat li a:link, .footer-cat li a:active, .footer-cat li a:visited {
					font-family:Georgia, "Times New Roman", Times, serif; color:#a7a7a7;
				}
				
				.footer-cat li a:link span, .footer-cat li a:active span, .footer-cat li a:visited span {
					color:#FF00FF;
				}
				
			.footer-cat li:hover, .footer-cat li:hover a {
	  			background-position:0% -23px;
			 	color:#0b4e9a;
				cursor:pointer;
			 }
			
			.footer-cat li:hover a {
				background-position:100% -23px;
  			}
	
	#footer .dados {
		width: 524px;
		height: auto;
		margin: 0;
		padding: 0 0 0 46px;
		float: right;
		background: url(images/ico/pontilhado_vertical.gif) left top repeat-y;
	}

	#footer .dados dl {
		list-style-type: none;
	}
	#footer .dados dl dd { padding-bottom: 5px; }

	#footer .dados strong {
		padding: 20px 0;
		font-size: 1.1em;
		color: #683a1b;
		display: block;
	}
	#footer .dados p {
		font-size: 11px;
		color: #683A1B;
		line-height: 17px;
	}
	#footer .dados p a { color: #838272; }
	#footer .copyright {
		width: 100%;
		margin-top: 25px;
		padding-top: 7px;
		font-size: 1.1em;
		color: #838272;
		position: relative;
		float: left;
		border-top: 1px solid #c2c1a8;
	}
	
#link-back {
	margin:0; padding:15px 0;
	background:#0c0b0b;
}

	.donators {
		margin:0; padding:0;
		width:282px; height:auto;
		float:left;
	}

		a.smashing:link, a.smashing:active, a.smashing:visited, a.smashing:hover,
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			margin:0; padding:0;
			width:154px; height:54px;
			background:url(images/smashing.gif) no-repeat top center;
			display:block; text-indent:-9999px; float:left; outline:0;
		}
		
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			width:128px;
			background:url(images/function.gif) no-repeat top center;
		}



/* Noscript */

noscript p {
	padding: 10px;
	text-align: center;
	background-color: #fff;
}

/* Image Replacement */

.image-replace {
	display: block!important;
	overflow: hidden!important;
	text-indent: -9999px!important;
}

/* Image Replacement para Inputs */

.input-replace {
	display: block;
	content: "";
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	border: none !important;
}

/* Filter Alpha IE 6
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/.png", sizingMethod="image");
*/
		
/* Last Update 23.04.09 */