body {
	margin: 0;
	padding-top: 0px;
	background: #1c1c1f;
	font-family: Arial, Georgia, Sans-serif;
	color: #000;
	line-height: 18px;
	font-size: 12px;
}
img {
	border: 0;
}

a {
	color: #6f9400;
	text-decoration: none;
}
a:hover {
	color: #b5ea18;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h3 {
	padding: 20px 0 0 0;
	color: #77AA05;
	font-size: 100%;
}
p {
	color: #8d8c91;
}
.erro {
		color: #FF0000;
}
blockquote {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
    background: #f8f4ec;
    border-left: 3px solid #000;
    border-right: 1px solid #000;
	font-style: normal;
}
.clear {
	clear: both;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.center {
	text-align: center;
}
#avatar {
    float: right;
    border: #3333CC 4px solid;
    background: #000;
    padding: 1px;
}
#spacer {
    padding-top: 10px;
    border-bottom: 1px #999 dashed;
}


/******************************************************************************************************************************************************/
/* Header */
/******************************************************************************************************************************************************/
#top {
	width: 100%;
	/*background: url(images/header.png) repeat-x;*/
	background-color: #fff;
	height: 123px;
}
#header_top {
	width: 900px;
	margin: 0 auto;
	height: 123px;
	background: url(images/header.png) repeat-x;
}
.name {
	float: left;
	width: 700px;
	font-family: Arial, Georgia, Sans-serif;
}
.name a {
	width: 215px;
	height: 55px;
	display: block;
	margin: 35px 0px 0px 35px;
	overflow: hidden;
	text-indent: -500em;
}


.title h1  a:link, .title h1  a:visited { 
	
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
}
	

.title h1  a:hover {
	color: #fff; 
	text-decoration: none;
	background-color: transparent;
}	

.title h2, .title h1 {
	margin: 0px 0 0 15px;
	font-size: 16px;
	font-weight: normal;
	color: #bbb;
}

/* Search */
#searchform {
	margin: 0;
	width: 425px;
	float: right;
}	
#searchform input {
	margin: 0;
	padding: 0;
	width: 280px;
	color: #888;
    font-size: 90%;
}

#searchform span {
	margin: 0;
	padding: 0;
	color: #1C1C1F;
	font-weight: bold;
    font-size: 90%;
}



.searchform .bottom {
	border: 1px solid #1C1C1F;
	background-color: #81C000;
	color: #1C1C1F !important;
	margin: 0;
	padding: 0;
	width: 50px !important;
	font-size: 90%;
}
/******************************************************************************************************************************************************/


/******************************************************************************************************************************************************/
/* Navigation */
/******************************************************************************************************************************************************/
#header_nav {
	width: 100%; 
    height: 26px;
    margin: 0 auto;
}
#nav {
    width: 900px;  
    margin: 0 auto; 
	padding:0; 
    height: 26px; 
}
#menu{
	height: 26px;
	display: block;
	float:left;
	height:26px;
	width:100%;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	margin: 0px;
	float: left;
}

#menu ul li a{
	float: left;
	text-decoration: none;	
	color: #fff;
	background-color: #585858;
	padding: 2px 14px;
	font-weight: bold;
}
#menu ul li.current_page_item a {
	float: left;
	text-decoration: none;	
	color: #1c1c1f;
	background-color: #fff;
	padding: 2px 14px;
	font-weight: bold;
}

#menu ul li.current_page_item .borda_esquerda {
	background: url(images/borda_ativa_esquerda.png) no-repeat;
	width: 9px;
	height: 25px;
	float: left;
}
#menu ul li.current_page_item .borda_direita {
	background: url(images/borda_ativa_direita.png) no-repeat;
	width: 9px;
	height: 25px;
	float: left;
}
#menu ul li .borda_esquerda {
	background: url(images/borda_inativa_esquerda.png) no-repeat;
	width: 9px;
	height: 25px;
	float: left;
}
#menu ul li .borda_direita {
	background: url(images/borda_inativa_direita.png) no-repeat;
	width: 9px;
	height: 25px;
	float: left;
}


.navigation {
	height: 10px;
	padding: 10px;
	border-top: 1px dashed #A3AF81;
}

.navigation .alignleft {
	float: right;
}
.navigation .alignright {
	float: left;
}

/******************************************************************************************************************************************************/



#wrapper {
    margin: 0px auto 0 auto;
	width: 900px;
    text-align: left;
}

/******************************************************************************************************************************************************/
/* Content */
/******************************************************************************************************************************************************/
#content {
	float: left;
	width: 657px;
	margin-top: 30px;
	border-right: 1px solid #77AA05;
}
#content a img {
    padding: 1px;
    border: 2px solid #fff;
    background: #fff;
}

#content a img:hover {  
    padding: 1px; 
    border: 2px solid #74CF17; 
    background: #74CF17; 
}

#content .result_busca {
	font-size: 120%;
	font-weight: bold;
	color: #EFEA19;
}

#content pre, #content code { font-family:"Courier New", Courier, monospace; background-color:#CFCFCF; padding:1px 0; color:#1C1C1F; font-size:12px; margin:3px 0 10px 0; display:block; }
#content pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ }

#content a {
	text-decoration: underline;
}

#content h2 a, #content h1 a {
	text-decoration: none;
}

/******************************************************************************************************************************************************/

/******************************************************************************************************************************************************/
/* Post */
/******************************************************************************************************************************************************/
.post {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	height: 100%;
	text-align: justify;
	color: #8d8c91;
}

.post h2 , .post h1{
	font-family: Arial, Georgia, Sans-serif;
    font-size: 18px;
	display: block;
    padding: 25px 10px 0px 10px;
}

.post h2 a, .post h2 a:link, .post h1 a, .post h1 a:link {
	color: #6f9400;
	background-color: transparent;
}

.post h2 a:hover ,.post h1 a:hover {
	color: #b5ea18;
	background-color: transparent;
}


.post .date {
	font-size: 11px;
    color: #d9d8dd;
	padding-bottom: 2px;
    margin: 0px 10px 0px 10px;
	border-bottom: 1px dashed #999;
}

.post .date a {
	color: #6f9400;
}
.post .date a:hover {
	color: #b5ea18;
}

.post .postmetadata {
	padding: 2px 15px 0px 15px;
	font: normal 11px Arial, Georgia, Sans-serif;
	text-align: right;
	height: 34px;
}

.post .autor {
	color: #efea15;
	font-weight: bold;
}

/* Comments */
.post_comments {
	height: 12px;
	width: 110px;
	line-height: 26px;
	text-align: center;
	float: right;
	padding-bottom: 30px;
}
.post_comments img {
	padding-right: 3px;
    border: 0;
}

.post_comments a {
	color: #6f9400 !important;
}
.post_comments a:hover {
	color: #b5ea18 !important;
}

.post_comments a:visited {
	color: #000077;
	background-color: transparent;
}

.post a:link,
.post a:visited {
	color: #6f9400;
	background-color: transparent;
}
.post a:hover {
	color: #b5ea18;
	background-color: transparent;
	text-decoration: none;
}

/******************************************************************************************************************************************************/

/******************************************************************************************************************************************************/
/* Tags */
/******************************************************************************************************************************************************/
.tagging {
    float: left;
    height: 25px;
	padding-bottom: 30px;
}
.tagging img {
    border: 0;
}
.tagging a {
	color: #6f9400 !important;
	background-color: transparent;
}
.tagging a:hover {
	color: #b5ea18 !important;
	background-color: transparent;
}
/******************************************************************************************************************************************************/


.entry {
	display: block;
	margin: 0 0;
	padding: 5px 25px;
}

.cover {
	margin: 0 0;
}

.ads {
    text-align: center;
}

/* Comentarios */
.comments {
	padding: 22px 32px 23px 32px;
	line-height: 16px;
	color: #fff;
}
	
.comments ol {
	margin: 0 0 30px 0;
	padding: 10px 0px 0px 30px;
	font-weight: normal;
}	

div.comments ol li {
	padding-bottom: 9px;
	
}

.comments form {
	color: #fff;
}
	
.comments textarea {
	width: 400px;
	height: 156px;
	background: #fff;
	color: #000;
	padding: 10px;
	overflow: auto;
	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;
}
	
#commentform {
	padding-left: 23px;
}

#commentform input.error{
	border: 2px solid #FF0000 !important;
}
#commentform textarea.error{
	border: 2px solid #FF0000 !important;
}
	
#commentform input {
	padding:1px;
}
#commentform textarea {
	padding:1px;
}

	
.comments input#submit {
	padding: 0;
	width: 62px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #fff;
	background-color: #88C400;
}

.comments input#submit:hover {
	color: #fff;
}
	
.comments h2 {
	font-size: 19px;
	line-height: 30px;
	margin: 24px 0 0 0px;
	padding: 0;
	font-weight: normal;
	color: #fff;
}
	
.comments ol li p {
	padding: 0;
	margin: 10px 0;
}
	
.comments ol li {
	padding-bottom: 9px;

}
	
/******************************************************************************************************************************************************/	
/* Sidebar */
/******************************************************************************************************************************************************/
#sidebar {
	width: 200px;
	float: left;
	font-size: 12px;
	color: #7D7D60;
	margin-top: 30px;
	font-family: Arial, Georgia, Sans-serif;
}

#sidebar img {
	display: block;
	text-align: center;
}

#sidebar img a {
    text-align: center;
}

#sidebar table {
	width: 100%;
	text-align: center;
	background-color: #464646;
}

.sidebar_content {
	width: 200px;	
	border-top: 0px;
}

.sidebar_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

.sidebar_content ul ul {
	width: 200px;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

.sidebar_content ul li {
    padding: 0 0px 0px 3px;
}

.sidebar_content ul li h2 {
    font-family: Arial,Verdana,Georgia, Sans-serif;
    padding-top: 2px;
    padding-left: 6px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: center;
    background: url(images/header_sidebar.png) no-repeat;
}

.sidebar_content ul ul li {
    font-size: 12px;
    margin-top: 1px;
    line-height: 1.3em;
    padding-left: 12px;
    padding-bottom: 4px;
	border-bottom: 1px dashed #A3AF81;
}

.sidebar_content ul ul li a {
    color: #6f9400;
}

.sidebar_content ul ul li a:hover {
	color: #b5ea18;
	text-decoration: none !important;
	text-decoration: underline;
}

.sidebar_content ul ul ul li {
    line-height: 9px;
    text-decoration: none;
    background-image: none;
    padding-left: 0; 
}


.sidebar_content ul ul ul {
    margin-top: 3px;
    line-height: 11px;
    text-decoration: none;
    background-image: none; 
}

.sidebar_bottom {
	width: 220px;
	height: 16px;
    border: 0px;
    border-top: 0px;
}

.sidebar_content .titulo_blogroll {
	background: url(images/blogroll.png) no-repeat;
	width: 220px;
	height: 64px;
	display: block;
}

.sidebar_content .titulo_arquivos {
	background: url(images/arquivos.png) no-repeat;
	width: 220px;
	height: 64px;
	display: block;
}

.sidebar_content .titulo_categorias {
	background: url(images/categorias.png) no-repeat;
	width: 220px;
	height: 64px;
	display: block;
}

.sidebar_content .arranha_google {
	margin: 25px;
}

/******************************************************************************************************************************************************/


/* Attachment */
.contentCenter {
	text-align: center;
}

h2.pagetitle {
	padding: 0;
	margin: 30px 0 20px 0;
	font-size: 20px;
	text-align: center;
	color: #fff;
}



/* Calendar function */

#calendar {
    width: 193px; 
	background: transparent;
}

#calendar_wrap {
	background: #fff;
}

table#wp-calendar {
	margin: 0 auto 0 auto;
	width: 180px;
	color: #000;
	background: transparent;
}

table#wp-calendar caption {
	margin: 0 auto 0 auto;
}


/******************************************************************************************************************************************************/
/* Footer */
/******************************************************************************************************************************************************/
#footer {
    clear: both;
    width: 100%;
    overflow: hidden;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
	color: #19191b;
    background: #fff;
}

.footer_content {
    margin: 0px auto;
	width: 900px;
	padding: 0px 0 0 0;
}

.footer_content a {
	color: #6f9400;
}

.footer_content a:hover {
	color: #b5ea18;
}

.footer_content p {
	width: 340px;
	margin: 35px 0px 0px 0px;
	float: right;
}

#footer .footer_content .tag_clouds {
	float: left;
	width: 500px;
	display: block;
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding-bottom: 0px;
	text-align: left;
	height: 120px;
}

#footer .footer_content .tag_clouds li{
	padding: 2px;
}

#footer .footer_content .tag_clouds li h2{
	display: none;
}

/******************************************************************************************************************************************************/

img#wpstats {
    display:none
}


.wpcf7-not-valid-tip {
	background:none !important;
border:none !important;
font-size:10pt !important;
left:0 !important;
padding:2px !important;
position:inherit  !important;
top:0 !important;
width:280px !important;
z-index:100 !important;
color: #FF0000;
}