/*-----------------------------------------------------------------------------
	PagSeguro em Blueprint-WP
	By: UOL Inc.
-----------------------------------------------------------------------------*/

body {  
	margin-bottom: 0; 
	margin-top: 0; 
	background:#F7F7F7;
}

.terminal{
	clear:both;
	line-height:0;
	font-size:0.1em;
	text-indent:-9999px;
}

/* Blueprint width setting */
.container 	{ width:100%;}

#content{
	clear:both;
	width:820px;
	margin:0 auto;
	border:solid 5px #FFF;
	border-top:0;
	overflow:hidden;
}

#page {
	border: 1px solid #CCC;
	float: left;
	padding:0 0 0 15px;
	background:#FFF url('../images/sidebar_bg.gif') center right repeat-y;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #3E4967; }
a:hover			{ color: #7F9F60; }
blockquote p 		{ padding: 0 20px 0 30px; }
 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 				{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
label				{ font-weight: normal; }
textarea			{ height: 200px; width: 500px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button 	{ font-weight: normal; }

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #3B4A25;
 	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent{
	margin:0;
}
#maincontent h2 		{ color: #80C342; border-bottom: 2px solid #C3E7C1; margin-bottom: 15px; font-size:1.7em;}
h2 a 					{ color: #80C342; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; }

/* Padding inside columns */
#maincontent .content 	{ padding: 25px 40px 20px 28px; overflow:hidden;}


.navigation, 
.navigation a	{ color: #AAA; }
.alignright 		{ float: right; }
.alignright_block {display: block; float: right;}
.alignleft 		{ float: left; }
.alignleft_block {display: block; float: left;}
.post			{ margin-bottom: 25px; }

#maincontent h2.pagetitle {
	border:0;
	color:#678846;
	font-size:1.9em;
}


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

#header {
	border-top:solid 5px #D9EDBC;
	height: 138px;
	background: #FFF url('../images/header.jpg') center center no-repeat;
}

#header h1, 
#header .description {
	margin:30px 0 0 700px;
	display:block;
	font-size:1.1em;
	color:#587D38;
	font-weight:bold;
	padding-bottom:10px;
}
#header #ourrss{
	width:90px;
	display:block;
	margin:-100px 0 0 700px;
	background: transparent url('../images/rss.gif') 0 0 no-repeat;
	padding:11px 0 11px 35px;
	font-weight:bold;
	font-size:1em;
	color:#FC832C;
}
#header #ourrss:hover{
	color:#FFAE62;
}
.logo{
	margin:20px 0 0 220px;
	display:block;
	width:300px;
	height:100px;
	font-size:0em;
	line-height:0em;
	text-indent:-9999px;
}

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

#menu{padding: 0; background: #D9ECBE; float: left; width: 100%; line-height: 1.5em;}
#menu ul {
	margin:0 auto;
	width:820px;
	height:31px;
	list-style-type:none;
	}
#menu ul{padding:0; list-style:none; text-align:center}
#menu ul li{margin: 0; padding: 0; float: left; background-image: none; float:left; position:relative ;}
#menu ul li a{color: #7F9F60; padding: 3px 15px; float: left; text-decoration: none; display:block; margin:4px 5px 0 0;}/* define cor, fonte e estilos dos links das categorias*/
#menu ul li a:hover{background:#93B867 ; color: #F4FFE1}/* configura o efeito over das categorias */
#menu ul li ul{display:none; width:140px; position:absolute; top:27px; float:left;}/* oculta as subcategorias por padrão */
#menu ul li ul li{background:#D8EBBD;}
#menu ul li:hover ul{display:block; z-index:100;}/* mostra as subcategorias quando o mouse estiver sobre o menu */
#menu ul li ul li{display:inline; float:left;width:140px}
#menu ul li ul li a{display:inline; float:left;  border-bottom:0px #D9ECBE solid; z-index:200; width:100px; margin:5px 5px 5px 5px;}/* define os tamanhos, cores e bordas dos submenus */
#menu li.current_page_item a, #menu li.current-menu-item a	{ color: #F4FFE1; background: #7F9F60; }


/*-------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#sidebar 	{
	margin:0; 
	padding:0;
	width:190px; 
	overflow:hidden;
}
#sidebar h2 { font-size: 1.3em; line-height: 1.2; font-weight:normal;}
#sidebar_search{
	width:185px;
	overflow:hidden;
	margin:20px 0 20px 6px;
	float:right;
}
#sidebar_search input{
	background-color:#FFF!important;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 20px 0 20px;
}

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

#sidebar ul li a{
	color:#035EC7;
}

/* Hide search from sidebar */
#sidebar #search { display:none; }

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ 
	text-align: center; 
	font-size: .9em; 
	margin: 0; 
	clear:both; 
	background:#F7F7F7; 
	padding:20px 0 0 0; 
}

#footer a 		{ text-decoration: none; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; }
#search #s 			{ background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
#search #s:hover 	{ color: #7F9F60; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}

#comments .avatar {
	float: right;
	margin: 0;
	padding: 0;
}

#commentspopup #header{
	border-top:solid 3px #D9EDBC;
	border-bottom:solid 3px #D9EDBC;
	height:130px;
	background:#E7EBE2 url("../images/header.jpg") no-repeat;
}

#commentspopup h2{
	color:#060;
	margin:20px 0;
}

#commentspopup #commentlist li{
	background:#FFF;
	border:solid 1px #8FC23F;
	padding:10px;
}

#commentspopup h1{
	font-size:1.6em;
}

#commentspopup h2{
	text-align:left;
	font-size:1.5em;
}

#commentspopup #explain{
	border:dashed 1px #EFEFEF;
	background:#FFF;
	padding:5px;
	font-size:1em;
	color:#888;
}

#commentspopup #explain strong{
	color:#666;
	font-weight:normal;
}

#commentspopup_content{
	padding:0 15px 15px 15px;
	overflow:hidden;
	width:350px;
}

#commentspopup textarea{
	padding:2px;
	border:solid 1px #8FC23F;
	width:360px;
}

/*-----------------------------------------------------------------------------
	Misc Wordpress CSS
-----------------------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

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;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*-----------------------------------------------------------------------------
	Misc Wordpress CSS
-----------------------------------------------------------------------------*/

#module {
	margin: 0;
	padding: 0;
}

#module > li {
	float: left;
	width: 160px;
	height: 170px;
	margin: 5px;
	padding: 2px;
	border: 1px solid #DCDCDC;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: none;
	
}

#module > li > p {

	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px 0;
}

img.psmodule {
	margin: 0 0 10 0;
	border: 0;
	max-width: 110px !important;	
	max-height: 110px !important;
}

#module_head {
	margin: 0;
	padding: 0;
}

#module_head_left {
	float: left;
	width: 240px;
	height: 90px;
	padding: 2px;
	border-right: 1px dotted #CCC;
	background: none;
}

#module_head_middle {
	float: left;
	width: 180px;
	height: 90px;
	padding: 2px;
	background: none;
	border-right: 1px dotted #CCC;;
}

#module_head_right {
	float: left;
	width: 100px;
	height: 90px;
	padding: 2px;
	background: none;
	margin-left: 8px;
}
#module_head > li > p {

	font-size: 12px;
	color: #000;
	margin: 0 5px 3px 5px;
}

#module_head_right > p {

	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: bold;
}

hr {
	background: #FFF; height: 1px; 
	border-bottom: 1px dotted #CCC;
}
