/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/* Formatacao da Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border-top: none;
	color: #333;
	font-size: 100%;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #222;
}
a:hover {
	color: #555;
	text-decoration: none;
}
/* Formatacao Header */
.toolbar {
	font-size: 11px;
	text-align: right;
	margin-bottom: 35px;
}
.toolbar a{
	margin-left: 15px;	
}
#searchform {
	background: none;
}
.search_header {
	width: 467px;
	height: 34px;
	float: right;
	margin: 5px 0 0 0;
	padding-top: 6px;
}
.field_search {
	border: solid 1px #DDD;
	float: left;
	width: 380px;
	height: 28px;
	margin-right: 5px;
}
.input_search {
	width: 370px;
	height:28px;
	padding: 0px 5px 0px 5px;
	font-size: 13px;
	border: none;
	color:#999;
	background: none;
}
.search_submit {
	float: left;
	width: 80px;
	height: 30px;
	font-size: 13px;
	padding: 0px;
	background: #297ACC;
	color:#FFF;
	border: none;
	cursor: pointer;
	text-transform:uppercase;
}
.search_submit:hover { 
	background: #028BF0;
	border:none;
}
.input_search:focus {
	color: #000;
}

/* Formatacao do Menu */
#menu {
	background: url(images/menu.png) repeat-x;
	height: 35px;
	margin: 0 auto;
}
ul.dropdown {
	height: 35px;
	width: 980px;
	line-height: 1;
	padding-top: 5px;
	position: relative;
	z-index: 597;
	float: left;
}
ul.dropdown ul { 
	width: 190px; 
}
ul.dropdown li {
	color: #e7e7e7;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.dropdown a {
	text-decoration: none;
	padding: 0px 6px;
	color: #FFFFFF;
}
ul.dropdown li:hover, ul.dropdown li.active, ul.dropdown li.current-cat, ul.dropdown li.current_page_item, ul.dropdown li.current-menu-item { 
	color: #fff;
	background: #1F1F1F;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
} 
/* active list/category */
	
ul.dropdown li li {
	margin: 0;
	background: #1F1F1F;
	line-height: 11px;
	font-size: 12px;
	color: #e7e7e7;
	width:inherit;
	-moz-border-radius: 0px;
	-html-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #6a6464;
	text-transform: none;
}
ul.dropdown ul li {
	font-weight: normal;
	padding: 7px 0;
}
.dropdown li ul li:hover { 
	background: #3F3E3E;
	color: #fff; 
	-moz-border-radius: 0px; 
	-html-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px; 
}
.downarrowclass {
	background: url(images/downh.png) no-repeat center;
	padding: 6px 0px 6px 12px;
}

/* Formatacao do Slideshow */
.slide_content h2 {
	font-size: 22px;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
}
.slide_content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
.slide_content a {
	color: #fff;
}
.slide_content a:hover {
	color: #F90;
}
.pagination a:hover {
	color: #000;
}
/* Formataco bloco widgewt categorias */
.block {
	font-size: 12px;
	color: #222;
	margin-bottom: 20px;
}
.block h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	padding: 5px 5px 0 10px;
}
.rightn {
	width: 400px;	
}
.rightn a {
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
}
.rightn h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
}
.firstn h2 {
	font-size: 18px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 22px;
}
.feature_post {
	padding: 5px;
	background-color: #F5F5F5;	
}
.firstn h4, .rightn h4 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
.chapeu a {
	color: #737373;
}
.chapeu a:hover {
	color: #444;	
}
.bubble a {
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	font-family: Arial;
}
.firstn .descricao_produto {
	font-size: 12px;
	line-height: 16px;
}
.firstn .preco_produto {
	font-size: 22px;
	font-weight: bold;
	color: #060;
	margin-top: 10px;
}
.rightn .descricao_produto {
	font-size: 11px;
	line-height: 13px;	
}
.rightn .preco_produto {
	font-size: 15px;
	font-weight: bold;
	color: #060;
	margin-top: 5px;
}

/* Formatação titulo widget */
.widget h3.title {
	background: url(images/blu.png) no-repeat top left;
	height: 33px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 5px 5px 0 10px;
}

/* Formataco dos Posts da Home */
.homepost {
	font-size: 13px;
	color: #444;
	line-height: 18px;

}


/* Footer */
#footer .widget  {
	color: #C4C4C4;
	line-height: 18px;
	font-size: 12px;
}
#footer {
	background: #1D1C1C;
	border-top: 1px solid #fff;
	padding-top: 3px;
	clear: both;
}
#footer .widget h3.title {
	background: none;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	color: #aeaeae;
	font-weight: 400;
	margin-bottom: 10px;
	border-bottom: 1px solid #525252;
	padding: 7px 5px 0 0;
}
#footer .widget a:hover {
	color: #F60;
}
.widget_tag_cloud div a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
}
.popular-news .comments {
	font-style: normal;
	font-size: 10px;
	color: #A9A9A9;
}
#copyright {
	padding: 8px;
}	
#copyright span img {
	vertical-align: middle;
	padding: 0px 0 5px 2px;
}

/* Formatacao dos posts */
.post {
	font-size: 14px;
	line-height: 1.65;
	color: #444;
}
.post h1 {
	font-family: Arial;
	font-size: 35px;
	font-weight: bold;
	color: #222;
	border: none;
	line-height: 40px;
	letter-spacing: -0.06em;
}
h3.recent {
	height: 33px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 5px 5px 0 10px;
}

.post h3 {
	font-size: 16px;
}

.post .post-meta {
	margin: 10px 0 30px 0;
	border-bottom: solid 1px #E9E9E9;
}
.tag-links {
	margin-top: 30px;	
}
.homepost .post-meta {
	margin-bottom: 10px;
}
.homepost .entry {
	overflow: hidden;	
}
.homepost .entry p {
	margin-bottom: 10px;	
}
.edit a {
	font-size: 10px;
	font-family: Arial;
	color: #737373;
	text-transform: uppercase;	
}
/* Formatacao da Listagem de Subcategorias*/
.subcategories {
	margin-bottom: 50px;
}
.catright, .catleft {
	float:left;
	width:310px;
	display:block;
	padding:0px !important;
	margin:0 20px 0 0 !important;
	overflow:hidden;
	list-style: circle !important;
}
.catright li, .catleft li {
	font-size: 12px !important;
	padding: 5px 0 !important;
}


h3.orange {background: url(images/orange.png) no-repeat top left; }
h3.purple {background: url(images/purple.png) no-repeat top left; }

/* Social */
.widget .social li {
	display: block;
	width: 47%;
	float: left;
	padding: 8px 0;
	line-height: 1.2;
}

/* sponsors */
.sponsor-logo {
	margin-bottom: 30px;
}
.sponsors {
	
}
.sponsors h4 {
	margin-bottom: 10px;
	text-align: left;
}
/* widgets */

.widget_tag_cloud div a:hover {
	color: #F60 !important;	
}

.popular-news li {
	line-height: 15px;
}

/* homepost */
.homepost {
	border-bottom: 1px solid #E9E9E9;
}
.rightn li {
	border-bottom: 1px solid #E9E9E9;
}
.category-description {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px;
}

/* share */
.share_box {
	height: 28px;
	border-top: none;
}
.share_btn_facebook {
	float: left!important;
	padding-left: 10px;
}

/* Relatório de Atividades */
.atividades ul { margin: 0; padding: 0;}
.atividades .relatorios {float: left; width: 330px; list-style: none; display: block; height: 180px; margin-bottom: 20px;}
.atividades .relatorios img {margin-bottom: 10px;}

/* Posts recentes rodape */
.posts_recentes ul li{padding-bottom: 10px; margin-bottom: 10px; border-bottom: dotted 1px #525252; line-height: 18px;}

/* Produtos */
.entry .descricao_produto {font-size: 12px;line-height: 16px;}
.entry .preco_produto {	font-size: 22px;font-weight: bold;color: #060;margin-top: 10px; height: 25px;}

/* Estilos Formularios */
input, textarea, text {
	background: #FFF;
}
.field {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.reply a:hover {
	color: #FFF;
}
.btn {
	display: block;
	width: 102px;
	height: 32px;
	margin-left: 0px;
}
.btn:active { 
	color: #FFF;
}
input, textarea, text {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


/* Navegacao */
.navigation a, .post .navigation a, .navigation .current {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;	
}

/* Box categoria */
.box-categoria {
	font-size: 13px;
	border: solid 1px #CCC;
	background: #F5F5F5;
	margin: 30px 0px 0px 0px;
}
.box-categoria ul {
	padding: 0px 8px;	
}
.box-categoria li {
	margin-bottom: 15px; 	
}
.box-categoria .chapeu {
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: -1px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 2px 8px;
	background-color: #DADADA;
	text-transform: uppercase;
	font-size: 12px;
	
}
.box-categoria h2 {
	font-weight: normal;
}
.box-categoria h2 a {
	color: #06C;	
}
.box-categoria p {
	font-size: 12px;
	line-height: 18px;
}

/* Revome bordas do formulario dentro do post */

/*#middle input, textarea, text {border: none; padding: 0px;}*/

/* Formatacao do Mapa */
.widget_tab {
	width: 958px;
	padding: 10px;
	background: #f3f1eb;
	border: 1px solid #dedbd1;
	margin-bottom: 15px;
	font-size: 13px;
}

.widget_tab a {
	color: #222;
	text-decoration: none;
}
	
.widget_tab a:hover {
	color: #009;
	text-decoration: underline;
}
.widget_tab ul {
	margin: 0;
	padding: 0;
}
.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
}
	
.tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
	font-weight: bold;
	padding: 4px 6px;
	outline: none;
}
	
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background: #dedbd1;
	color: #222;
	text-decoration: none;
}
		
.tabdiv {
	margin-top: -2px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
}

.ui-tabs-hide {
	display: none;
}

/*Portfolio Slideshow */
.slideshow-meta {
	font-size: 13px;	
}
.slideshow-nav {
	font-size: 13px;		
}

.pagseguro input, .pagseguro textarea, .pagseguro text {border: none!important; padding: 0;}