/*
Theme Name: CMC Multimidia
Theme URI: http://www.cmcmultimidia.com.br
Author: Julio Cesar Bianchi Furtado
*/

/*-----------------------------------------------------------------------------------*
/*Reset
/*-----------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
a img,
a {
    outline: 0;
    border: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
blockquote,
q { quotes: """" }
.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.remove-margin { margin-right: 0 !important }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom:10px;
	font-size:100%;
	font-weight:normal;
}

html {
	min-width:960px;
	_width:960px;	
}

/*-----------------------------------------------------------------------------------*
/*Body, Common Classes &Structure
/*-----------------------------------------------------------------------------------*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {text-decoration : none;}
a:visited {text-decoration : none;}
a:hover {text-decoration : underline;}

a {
	text-decoration: none;
	color: #4d6085;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

strong { font-weight: 700 }
em { font-style: italic }

#main { padding: 5px 0 }
/*-----------------------------------------------------------------------------------*
/*Formatação
/*-----------------------------------------------------------------------------------*/
h1, h2, h3{
/*	font-family: 'Patrick Hand', cursive; */
	font-weight: bold; 
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	left: 0px;
	top: 0px;
	clear: both;
	text-transform: uppercase;
	border-left-style: solid;
	color: #407E2B;
}

h1 {
	font-size: 22px;
	border-left-width: 8px;
	border-left-color: #014200;
}

h2 {
	font-size: 20px;
	border-left-width: 5px;
	border-left-color: #4E9834;
}

h3 {
	font-size: 20px;
	border-left-width: 3px;
	border-left-color: #4D9733;
	color: #FFF;
	background-color: #57AD3A;
}

h4	 {
	font-size: 16px;
	border:solid;
	border-bottom:0;
	border-right:0;
	border-top:0;
	border-left-color:#022c01;
	color: #fff;
	padding:8px 0 5px 10px;
	font-weight:bold;
	margin-top: 10px;
	text-transform: uppercase;
	background-color: #488E31;
}

h4.nao_achou {
	border-left-color:#990000;
	color: #666;
	margin-top: 0px;
	background-color: #E9E9E9;
}

ul.topicos{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
	display: block;
	font-size: 12px;
}

ul.topicos2, ul.lcp_catlist{
	list-style-position: inside;
	list-style-image: url(images/li_setinha.png);
	list-style-type: none;
	display: block;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight:bold;
}

ul.topicos li, ul.topicos2 li, ul.lcp_catlist li{
	margin-top: 5px;
	margin-bottom: 5px;
}


/* LAYOUT */

#fundo_site{
	width:100%;
	background-image: url(images/fundo_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;		
	min-height:670px;
	float:left;
	display:inline;
}

#topo1{
	float:left;
	display:inline;
	width:100%;	
	height:121px;
}

#topo2{
	float:left;
	display:inline;
	width:100%;	
	height:27px;
	margin-bottom:10px;
}

#topo3{
	float:left;
	display:inline;
	width:100%;	
	height:293px;
	margin-bottom:10px;
}

#topo4{
	float:left;
	display:inline;
	width:100%;
	margin-bottom:13px;
}

#logotipo{
	display:none;	
}

#menu{
	padding-left:10px;
}

#menu_esq{
	widows:100%;
}

#rodanoticias p{
	margin: 0 0 5px 0; !important;	
}

.noticias_home_titulo{
	font-weight:bold;
	font-size:14px;	
	margin-top: 0;
}

.carrossel{
	width:960px;
	height:140px;
	float:left;
	display:inline;
	margin-bottom:50px;
	overflow:hidden;	
}

#wrapper-not1 {
	width: 540px;
	min-height: 210px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#pager, #pager2 {
	float:left;
	display:inline;
	width: 300px;
	height: 25px;
	padding-top: 2px;
}
#pager a.selected span {
	background: #407E2B;
}
#pager a {
	display: inline-block;
	padding: 5px;
}
#pager span {
	border-radius: 10px;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background-color: #999;
}

#wrapper-not2 {
	width: 380px;
	min-height: 250px;
}

#pager2 a.selected span {
	background: #407E2B;
}
#pager2 a {
	display: inline-block;
	padding: 5px;
}
#pager2 span {
	border-radius: 10px;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background-color: #999;
}

#conteudo{
	float:left;
	display:inline;
	width: 100%;
	min-height: 500px;
	height:auto !important;
	height: 500px;
}

.banners img, .banners object{
	margin: 0 0 10px 0;
}

#fundo_rodape{
	width:100%;
	background-image: url(images/fundo_rodape.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:300px;
	float:left;
	display:inline;
	background-color: #36477B;
	margin-top:20px;
}

#rodape{
	width:100%;
	float:left;
	display:inline;
	height:208px;
}

.rodape_links {
	color: #0099FF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	width: 100%;
	margin-top:5px;
}

.rodape_links a{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.rodape_links a:hover{
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}

.rodape_links ul{
	list-style: none;	
}

.rodape_links li{
	display:inline;
	padding-right: 6px;
	padding-left: 3px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}

.rodape_links li:last-child{
	border:none;	
}

#tab_materias td{
	font-size: 10pt;
	text-align: justify;
	text-indent: 30px;
}

#tab_materias {
	font-size: 10pt;
	text-align: justify;
	text-indent: 30px;
}

.materias_fotos img{
	float:left;
	display:inline;
	width:250px;
	height:188px;
	margin:10px;
}

.textoemvolta {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.busca_detalhada{
	width:540px;
}

#botao_buscar{
	padding: 5px 15px;
	font-weight: bold;
	float:left;
	display:inline;
}

.tit_filtrar{
	float:left;
	display:inline;
	font-size:12px;
	line-height:25px;
	margin-right:10px;
	color:#370c06;
	font-weight:bold;
}

#carregando{
	display:none;
	height: 32px;
	width: 32px;
	margin:10px auto 0 auto;
}

/*-----------------------------------------------------------------------------------*
/* CARROSSEL DAS GALERIAS
/*-----------------------------------------------------------------------------------*/

.wrap_car_galerias {
	padding: 15px 0 15px 40px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.wrap_car_galerias img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 6px;
	margin: 7px;
	display: block;
	float: left;
}

.wrap_car_galerias a {
    display: block;
    float: left;
}

a.prev-carousel, a.next-carousel {
	background: url(images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 70px;
}
a.prev-carousel {			left: -2px;
					background-position: 0 0; }
a.prev-carousel:hover {		background-position: 0 -50px; }
a.prev-carousel.disabled {	background-position: 0 -100px !important;  }
a.next-carousel {			right: 0px;
					background-position: -50px 0; }
a.next-carousel:hover {		background-position: -50px -50px; }
a.next-carousel.disabled {	background-position: -50px -100px !important;  }
a.prev-carousel.disabled, a.next-carousel.disabled {
	cursor: default;
}

a.prev-carousel span, a.next-carousel span {
	display: none;
}
.pagination-carousel {
	text-align: center;
}
.pagination-carousel a {
	background: url(images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination-carousel a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination-carousel a span {
	display: none;
}

/* GALERIAS */

.galerias img{
	float:left;
	display:inline;
	margin: 0 10px 10px 0;
	border: 5px solid #054493;
}

.galerias a:hover img{
	border: 5px solid #407E2B;
}


/* HELPERS */

.bordainterna{
	margin:-1px;
	border: 1px solid #E1E1E1;
	width:100%;
}

.separa{
	margin-top: 10px;	
}

.fl{
	float:left;
	display:inline;
}

.fr{
	float: right;	
}

.pr{
	position:relative;	
}

.limpa {
	clear:both;
}

.bug_superfish_ie_cima{
	position:relative;
	z-index:2;
}

.bug_superfish_ie_baixo{
	position:relative;
	z-index:1;
}

.tab_padrao td{
	padding: 5px;
}

.barrinha_separa{
	margin: 10px 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 100%;
	float:left;
	display:inline;
}


/* HOME */

.caixa_noticias {
	height: 275px;
	width: 100%;
	overflow: auto;
}
.lista_noticias ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.lista_noticias li {
	margin: 5px 5px 2px;
	padding:0 0 5px;
	background-image: url(images/li_pontinhos.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size:12px;
	background-color: transparent;
}
.lista_noticias li:last-child a {
	background:none !important;
}

.textholder {
	padding: 5px 5px 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	filter:alpha(opacity=80) !important;
	-moz-opacity:0.8 !important;
	-khtml-opacity: 0.8 !important;
	opacity: 0.8 !important;
}

.thumb{
	font-size:12px !important;	
}

.videos_home{
	width:130px;
	margin-right:10px;
	float:left;
	display:inline;
}

.videos_home img{
	float:left;
	display:inline;
	margin:5px 5px 0 5px;
}

.videos_home_titulo{
	font-size:11px;
	float:left;
	width:120px;
	padding:5px;
	display:inline;	
}

.agenda_wrap{
	width:210px;
	height:75px;
	float:left;
	display:inline;
	padding:5px;
	margin:0 10px 5px 0;
}

.agenda_data{
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-transform: uppercase;
	color: #333333;
	background-color: #ffffdf;
	margin-bottom:5px;
	width:95%;
	float:left;
	display:inline;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5b311;
	background-image: url(images/icone_agenda.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.lancamentos_wrap{
	width:230px;
	height:205px;
	margin:0 1px 10px 0;
	float:left;
	display:inline;
}

.lancamentos_wrap img{
	float:left;
	display:inline;
	width:220px;
	margin:5px;
	height:164px;	
}

.lancamentos_titulo{
	width:220px;
	font-size:16px;
	float:left;
	display:inline;
	font-weight: bolder;
	text-align: center;
	margin-top:4px;
}

.destaque{
	color:#014200;
	font-weight:bold;
}

.fotos_wrap{
	width:174px;
	margin:0 5px 5px 0;
	float:left;
	display:inline;
}

.vejatambem_wrap{
	width:131px;
	margin:0 4px 0 0;
	float:left;
	display:inline;
}

.not2_wrap{
	width:380px;
	height:250px;
	float:left;
	display:inline;
}

div.wrapper{
	position:relative;
	float:left;
	display:inline;
	margin: 0 10px 10px 0;
}

div.caixa_descricao{
	position:absolute;
	bottom:3px;
	left:0px;
	display:none;
	background-color:#407E2B;
	color:white;
	opacity: 0.9;
}

div.caixa_descricao_texto{
	padding:5px;
	text-align: center;
	font-size:12px;
	font-weight:bold;
}

#erro{
	color: #900;
	line-height:10px;	
}

/* EFEITOS */

a.transparencia:hover {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

.redondo{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

.leiamais a {
	color: white !important;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #407E2B;
	float:left;
	display:inline;
}

.bt_topo a {
	color: white !important;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #407E2B;
	float:right;
	display:inline;
}

.slideshowlink a {
}

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

.numero_mapa, .numero_mapa2, .numero_mapa3, .numero_mapa4 {
	float:left;
	display:inline;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 21px;
	width: 33px;
	padding:6px;
}

.numero_mapa{
	background-image: url(images/bolinha_mapas.png);
}

.numero_mapa2{
	background-image: url(images/bolinha_mapas2.png);
}

.numero_mapa3{
	background-image: url(images/bolinha_mapas3.png);
}

.numero_mapa4{
	background-image: url(images/bolinha_mapas4.png);
}

.titulo_comercio, .titulo_comercio2 , .titulo_comercio3, .titulo_comercio4{
	float:left;
	display:inline;
	font-size: 18px;
	text-transform: uppercase;
	margin-left:3px;
	line-height:1.8em;
	font-weight:bold;
}

.titulo_comercio{
	color:#407E2B;
}

.titulo_comercio2{
	color:#0073BD;
}

.titulo_comercio3{
	color:#DE8703;
	font-size: 15px !important;
}

.titulo_comercio4{
	color:#B1125E;
}

.num_hosp {float:left;background-color:#40ae49;padding:5px;color:#FFFFFF; margin-right:5px; font-weight:bold; font-size:10px; border:1px solid transparent;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;	
} 
 
.num_rest {float:left;background-color:#0073bd;padding:5px;color:#FFFFFF; margin-right:5px; font-weight:bold; font-size:10px; border:1px solid transparent;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;	
} 

.num_art {float:left;background-color:#f062a4;padding:5px;color:#FFFFFF; margin-right:5px; font-weight:bold; font-size:10px; border:1px solid transparent;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;	
} 

.num_pas {float:left;background-color:#fcb040;padding:5px;color:#FFFFFF; margin-right:5px; font-weight:bold; font-size:10px; border:1px solid transparent;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;	
} 

.fotos_quadro {
	width:100%;
	padding-left:47px;
	text-align:center;
}

.minimizador {
cursor:pointer;
}

.minimizado{
display:none;
}

.foto_materia {
	margin:10px 30px;
}

.foto {
	float:left;
	margin:5px 6px;
}

a.opcao {

	display:block;

	float:left;

	margin:15px 5px;

}



a.opcao.primeira {

	display:block;

	float:left;

	margin-left:	0px;

}





a.opcao img {

		  width:164px;

		  heigth:164px;

}



a.opcao span {

	color:#055226;

	font-size:12px;

	font-weight:bold;

	line-height:20px;

	display:block;

	text-align:center;

	border: 3px solid #fff;

	width:158px;

	margin-top: 10px;

	

	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */

     -moz-border-radius: 12px; /* FF1-3.6 */

          border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

          

  /* useful if you don't want a bg color from leaking outside the border: */        

  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 

  

  -webkit-box-shadow: 0px 2px 4px #666; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */

     -moz-box-shadow: 0px 2px 4px #666; /* FF3.5 - 3.6 */

          box-shadow: 0px 2px 4px #666;

		  

		  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */

     -moz-transition: all 0.3s ease-out;  /* FF4+ */

      -ms-transition: all 0.3s ease-out;  /* IE10? */

       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */

          transition: all 0.3s ease-out; 

}



a.opcao:hover span {

	background-color:#f0f0f0;

}

a.opcao:hover {	

	text-decoration:none;

}

.ceramica .endereco {background-color:#fef9f2; padding:15px 15px 10px 15px; margin:10px 0; border-bottom:1px solid #caad80; border-right:1px solid #caad80;position:absolute;bottom:0; right:0;width:440px}
.ceramica .endereco p{margin:0 !important;}
.ceramica img {
	float:left;
	margin-right:10px;
	padding:3px;
	border: 1px solid #caad80;
	margin-bottom: 10px;
}
.ceramica .atelier {
	position:relative;background:transparent top left no-repeat;
	padding-left:65px;
	min-height:404px;
	height:auto !important;
	height:404px;
	overflow:hidden;
}


/*-----------------------------------------------------------------------------------*
/*WordPress Styles
/*-----------------------------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 0 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.floatleft { float: left }
.floatright { float: right }
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 0 10px 10px 0;
    -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;
}
#calendar_wrap {
    font-size: 11px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
#wp-calendar thead th {
    font-style: normal;
    text-transform: capitalize;
    text-align: center;
}
#wp-calendar td {
    color: #CCC;
    height: 15px;
    line-height: 15px;
    text-align: center;
}
#wp-calendar a {
    display: block;
    color: #09F;
}
#wp-calendar td:hover { color: #333 }
#wp-calendar #today {
    display: block;
    background: #EEE;
    color: #333;
}
#wp-calendar {
    empty-cells: show;
    margin: 0;
    width: 100%;
}
#wp-calendar caption {
    border-bottom: 1px solid #E3E3E3;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    text-align: center;
}
.tagcloud a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    padding: 2px 15px;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
    border: 1px solid #9D4D2C;
    color: #FFF !important;
    background: #CF5240 url(images/read-more-bg.png) repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tagcloud a:hover {
    text-decoration: none !important;
    background: #DB6353 url(images/read-more-bg-hover.png) repeat-x;
}
/*-----------------------------------------------------------------------------------*
/*Header
/*-----------------------------------------------------------------------------------*/
#header {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #EEE;
}
#logo {
    float: left;
    padding: 0;
}
#logo h2,
#logo h1 {
    margin: 0;
    line-height: 1.2em;
    font-size: 24px;
    font-weight: bold;
}
#logo h2 a,
#logo h1 a {
    color: #222;
    text-decoration: none;
}
#logo h2 a:hover,
#logo h1 a:hover { color: #B81007 }
#logo p {
    font-weight: normal;
    color: #666;
    font-size: 12px;
}
/*-----------------------------------------------------------------------------------*
/*    6.    MENU - BASE
/*-----------------------------------------------------------------------------------*/
#navigation {
    height: 41px;
	margin:0 10px 0 10px;
}
#navigation a {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
/*** MENU - SUPERFISH ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	4px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}

.sf-menu a {
	display:		block;
	position:		relative;
	font-size: 		13px;
	text-shadow: 1px 1px #000;
	font-weight:bold;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			26px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		11px;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.sf-menu li {

}
.sf-menu li li {
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(images/superfish/fundo_menu.png);
	background-repeat: repeat;
}
.sf-menu li li li {
	background-color: #174D95;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	background-color: transparent;
	background-image: url(images/superfish/fundo_menu.png);
	background-repeat: repeat;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/superfish/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/superfish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ------------- SUPERFISH VERTICAL ------------ */

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	220px;
	line-height:	15px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	220px; /* match ul width */
	top:	0;
}

.sf-vertical a {
	text-shadow: none;
	color:#204987;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #92B3E4;
	border-right-style: none;
	/*font-family: 'Patrick Hand', cursive;*/
	font-family: 'Merienda One', sans-serif;
	font-size:18px;
	font-weight:normal;
}

.sf-vertical a:hover{
	color:#183867;
}

.sf-vertical a:visited{
	color:#204987;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.sf-vertical li:hover, .sf-vertical li.sfHover,
.sf-vertical a:focus, .sf-vertical a:hover, .sf-vertical a:active {
	outline:		0;
	background-image: none;
	color: #204987;
}

.sf-vertical li li {
	background-color: #EF9936;
	background-image: none;
	border-bottom:none;
}


/*-----------------------------------------------------------------------------------*
/* Portfolio
/*-----------------------------------------------------------------------------------*/
#portfolio-wrap{
	margin-top: 40px;
}
#home-portfolio h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.portfolio-box {
    float: left;
    width: 215px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.portfolio-box img {
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
}
/*-----------------------------------------------------------------------------------*
/* NivoSlider
/*-----------------------------------------------------------------------------------*/
#slider {
    position: relative;
    width: 940px;
    height: 293px;
}
/* The Nivo Slider styles */
.nivoSlider { position: relative }
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 10px;
	bottom: 10px;
	max-width: 600px;
	padding: 5px;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	z-index: 8;
	font-size: 20px;
	text-shadow: 1px 1px #000;
	background-color: #012101;
	font-family: 'Merienda One', sans-serif;
	display:none !important;
}
.nivo-caption p {
    padding: 0;
    margin: 0;
}
.nivo-caption a { display: inline !important }
.nivo-html-caption { display: none }
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav { left: 0px }
.nivo-nextNav { right: 0px }
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
position:absolute;
bottom: 5px;
right: 5px;
z-index:40000;
}

.nivo-controlNav a{
	display:block;
	width:16px;
	height:16px;
	line-height:15px;
	background-color:#4E9834;
	text-align:center;
	margin:3px;
	font-size:11px;
	color:#FFFFFF;
}

.nivo-controlNav .active{
	color: #FFF;
	background-color: #006600;
}

.nivo-controlNav a:hover{
	background-color:#FFFFFF;
	color:#023e02;
	text-decoration:none;
	cursor:pointer;
	border-top-color: #407E2B;
	border-right-color: #3E7C29;
	border-bottom-color: #3F7D2A;
	border-left-color: #3F7D2A;
	}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
a.nivo-prevNav { left: 15px }
.nivo-caption { text-shadow: none }
.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*
/*Posts &Pages
/*-----------------------------------------------------------------------------------*/
#post-content {
    float: left;
    width: 100%;
}
.post-entry {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

p{
	margin:10px 0 10px 0;	
	line-height: 1.5em;
}

.single-entry { margin-bottom: 20px }
.post-entry-featured-image,
#single-featured-image {
    float: left;
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
	margin: 0 10px 10px 0;
}
.post-entry-content {
    float: left;
}
.post-entry-date,
.post-entry-date-single {
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 7px;
	margin-top:5px;
}
.post-entry-date-single { margin-top:5px; margin-bottom: 20px }
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
    font-size: 12px;
}
.post-tags a {
    color: #666;
    margin-left: 5px;
    padding: 3px 7px;
    background: #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.post-tags a:hover {
	color: #FFF;
	background-color: #004296;
}
#single-featured-image {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#post-header { margin-bottom: 20px }
#post-header p {
    margin: 0;
    padding: 0;
}
.post-entry h2 {
    line-height: 1em;
    margin: 0 !important;
    font-size: 21px;
}
.post-entry h2 a { text-decoration: none }
.page-title { 
	margin-bottom: 20px !important;
	font-size:25px;
}
.social {
    margin-top: 20px;
    width: 700px;
    height: 40px;
}
.tweet-this { float: left }
#breadcrumbs {
    border-bottom: 1px solid #EEE;
    padding-bottom: 5px;
    font-size: 11px;
    margin-bottom: 20px;
}

.facebook-like{
	float:left;
	display:inline;
	width:123px;
}
/*-----------------------------------------------------------------------------------*
/*Post Author Section
/*-----------------------------------------------------------------------------------*/
#post-author {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}
#author-avatar {
    float: left;
    width: 70px;
}
#author-avatar img {
    padding: 4px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#author-description {
    float: right;
    width: 510px;
}
/*-----------------------------------------------------------------------------------*
/*Related Posts
/*-----------------------------------------------------------------------------------*/
#related-posts {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
    color: #999;
}
.related-post { margin-bottom: 20px }
.related-posts-thumbnail {
    float: left;
    width: 60px;
    margin-right: 20px;
}
.related-posts-thumbnail img {
    padding: 3px;
    border: 1px solid #D3D3D3;
    -moz-box-shadow: 0px 0px 3px #D3D3D3;
    -webkit-box-shadow: 0px 0px 3px #D3D3D3;
    box-shadow: 0px 0px 3px #D3D3D3;
}
.related-posts-content {
    float: right;
    width: 615px;
}
#related-posts h3 { margin: 0 0 20px }
#related-posts h4 { font-size: 16px }
/*-----------------------------------------------------------------------------------*
/*Comments
/*-----------------------------------------------------------------------------------*/
#comments { }
#commentsbox { margin-top: 30px }
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin-left: 0 !important;
}
#commentsbox li { margin-bottom: 30px }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 50px }
.children li.depth-3 { margin: 0 0 0px 50px }
.children li.depth-4 { margin: 0 0 0px 50px }
.children li.depth-5 { margin: 0 0 0px 50px }
.comment-body {
    background: #FFF;
    position: relative;
    margin-left: 90px;
    padding: 20px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 0px #EEE;
    -webkit-box-shadow: 1px 1px 0px #EEE;
    box-shadow: 1px 1px 0px #EEE;
}
.comment-body:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url(images/comment-arrow.png) no-repeat;
}
.comment-author:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -95px;
    width: 64px;
    height: 64px;
    border: 1px solid #CCC;
    background: url(images/avatar-overlay.png) no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#commentsbox .avatar {
    position: absolute;
    left: -90px;
    top: 6px;
}
.comment-author {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    line-height: 1em;
}
.says { display: none }
.comment-meta a {
    margin-bottom: 10px;
    font-size: 10px;
    font-style: italic;
    color: #666;
}
.comment-reply-link {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #E3E3E3;
    padding: 0 8px;
    border-bottom: none;
    background: #EEE;
    color: #666;
}
.cancel-comment-reply a {
    color: #F00 !important;
    line-height: 20px;
    height: 20px;
}
#respond { margin: 40px 0 15px }
#comments-respond {
    margin: 0 0 10px;
    padding: 0;
    clear: both;
}
#commentform label {
    display: block;
    font-size: 11px;
}
#commentform input {
    margin-bottom: 10px;
    width: 40%;
}
#commentform textarea {
    margin-top: 10px;
    display: block;
    width: 70%;
}
#commentform input,
#commentform textarea {
    background: #FFF;
    position: relative;
    padding: 5px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#commentform input:focus,
#commentform textarea:focus {
    -moz-box-shadow: 3px 3px 0px #EEE;
    -webkit-box-shadow: 3px 3px 0px #EEE;
    box-shadow: 3px 3px 0px #EEE;
}
#commentSubmit {
    width: 130px !important;
    margin-top: -10px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px #300033;
    border: 1px solid #9D4D2C !important;
    color: #FFF;
    background: #B81007 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#commentSubmit:hover { background: #CF5240!important }
/*-----------------------------------------------------------------------------------*
/*Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
    float: right;
    width: 100%;
    font-size: 12px;
}
.sidebar-box { margin-bottom: 10px }
.sidebar-box h4 {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
.sidebar-box ul {
    list-style: none;
    margin: 0 0 20px;
}

.sidebar-box li {
	margin: 5px 0;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
	font-size:12px;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.sidebar-box li:last-child a {
	background:none !important;
}


/*-----------------------------------------------------------------------------------*
/*Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
    position: relative;
    line-height: 30px;
    height: 30px;
    margin: 20px 0;
    font-size: 12px;
}
.pagination span,
.pagination a {
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
	margin-right: 4px;
	padding: 0 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #407E2B;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #023E02;
	border-bottom-color: #023E02;
}
.pagination a:hover {
	background: #023E02;
	border-top-color: #011801;
	border-right-color: #011801;
	border-bottom-color: #011801;
	border-left-color: #011801;
}
.pagination .current {
	color: #FFF;
	border-color: #492414;
	background-color: #004296;
}
/*-----------------------------------------------------------------------------------*
/*Copyright
/*-----------------------------------------------------------------------------------*/
#copyright {
    border-top: 1px solid #EEE;
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
}
/*-----------------------------------------------------------------------------------*
/*Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
    width: 220px;
}
#search {
    position: relative;
    width: 182px;
    padding: 5px 30px 5px 5px;
    outline: none;
    border: 1px solid #CCC;
    background: #F7F7F7;
}
#search:focus {
    background: #EEE;
    text-shadow: 1px 1px 1px #FFF;
}
#searchsubmit {
    position: absolute;
    right: 7px;
    top: 7px;
    background: url(images/search.png) no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
}

/*-----------------------------------------------------------------------------------*
/* SELECT BOX
/*-----------------------------------------------------------------------------------*/

.sbHolder_tipo, .sbHolder_ano{
	background-color: #488E31;
	border: 1px solid #386F26;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	position: relative;
	float:left;
	display:inline;
	margin: 0 10px 10px 0;
	font-weight:bold;
}

.sbHolder_tipo{
	width: 340px;	
}

.sbHolder_ano{
	width: 110px;
}	

.sbHolder_tipo:focus .sbSelector{
	
}

.sbHolder_ano:focus .sbSelector{
	
}

.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(images/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #57AD3A;
	border: 1px solid #499331;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #57AD3A;
	border: 1px solid #43842D;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 320px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #FFF;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #CCCCCC;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.sbOptions_ano{
	background-color: #57AD3A;
	border: 1px solid #43842D;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 110px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions_ano li{
	padding: 0 7px;
}
.sbOptions_ano a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions_ano a:link, .sbOptions_ano a:visited{
	color: #FFF;
	text-decoration: none;
}
.sbOptions_ano a:hover,
.sbOptions_ano a:focus,
.sbOptions_ano a.sbFocus{
	color: #CCCCCC;
}
.sbOptions_ano li.last a{
	border-bottom: none;
}
.sbOptions_ano .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions_ano .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions_ano .sbSub{
	padding-left: 17px;
}