@charset "utf-8";
/* CSS Document */


/*****************************

text color: #5d5c5c;
link color: #0074bb;
link hover color: #008ade;

title: #0074bb;

*****************************/





/***********
	css reset 
************/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
}

/* just for acessibility */
.jfa {display:none !important;}

/* input txt */
.tx {
	display: block;
	height: auto;
	margin: 0em 0 1em;
	padding: 5px;
	background: #fff;
	color:#5d5c5c;	
	font: normal 12px/1.3em 'trebuchet ms';
}

/* buttons */
input.bt {
	height: 25px;
	padding: 0.2em 10px 0.3em;
	background: #0074bb;
	color:#fff;
	font-size:12px;
	vertical-align: middle;
	cursor: pointer;
}
a.bt {
	height: 15px;
	padding:5px 10px;
	background: #0074bb;
	color:#fff;
	font-size:12px;
	vertical-align: middle;
	cursor: pointer;
	display: block;
	text-align: center;
}
.bt:hover {background: #008ade; color:#fff;}

/* separator */
.sep {margin-bottom: 30px;}

hr {display: none;}
h1, h2, h3, h4, h5, h6 {line-height:100%;vertical-align: top;}
html {background: #b2d33c; height: 100%;}
body {
	font: normal 12px 'Trebuchet ms', 'Lucida sans', Verdana, Arial, Helvetica, sans-serif;
	background: #b2d33c none;
	text-align: center;
}





/***********
	banners 
************/
.superbanner {height: 90px; width:728px;clear:both;margin: 0 auto;}
.square {width: 300px;}




/***********
 corrigindo bug do firefox para o bloco pai contemplar os filhos
***********/
div:after, ol:after, form:after, ul:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}
/***********
 corrigindo bug do firefox para o bloco pai contemplar os filhos
***********/





/***********
	header topo 
************/
#header {
	width: 100%;
	height: 100%;
	position: relative !important;
	background: #fff;
}
#header .canvas {
	width: 1000px;
	margin: 0 auto;
	height: 90px;
	padding: 10px 0;
	text-align: left;
}
#header h1{
	width: 225px;
	height: 80px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	padding-top: 5px;
}
#header h1 a{
	width: 225px;
	height: 80px;
	display:block;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../img/noticias-da-serra-logo.jpg) no-repeat left top;
	cursor: pointer;
}
#header .superbanner {float:right;clear:none;margin:0;}




/***********
	barra do usuario user bar
************/
#user-bar {
	height: 100%;
	background: #0074bb;
	width: 100%;
}
#user-bar .canvas {
	width: 1000px;
	margin: 0 auto;
	height: 14px;
	padding: 10px 0;
	text-align: left;
}
.user-nav {
	float: right;
	text-align: right;
	height: auto;
}
.user-nav li, .user-nav li a {
	display: inline;
	color: #fff;
	font-size: 11px;
}
.user-nav li a:hover {
	text-decoration: underline;
}





/***********
	geral website
************/
#geral {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	text-align: left;
}




/***********
	nav menu
************/
#nav {
	margin: 10px 0 0;
	height: auto;
	text-align: left;
}
#nav ul {float:left;width: 660px;}
#nav li {
	float:left;
	width: 90px;
	height: 100%;
}
#nav li.nav-07 {width: 118px;}
#nav li a {
	display: block;
	font: bolder 15px 'trebuchet ms';
	color:#fff;
	padding: 10px;
	text-align: center;
	height:100%;
}
#nav li a:hover {background: #8eb013;}

.tpl-01 #nav li.nav-01 a,
.tpl-02 #nav li.nav-02 a,
.tpl-03 #nav li.nav-03 a,
.tpl-04 #nav li.nav-04 a,
.tpl-05 #nav li.nav-05 a,
.tpl-06 #nav li.nav-06 a,
.tpl-07 #nav li.nav-07 a
{background: #fff;color:#0074bb;}




/***********
	busca pesquisa search
************/
.busca {
	width: 322px;
	height: 25px;
	padding: 2px;
	background: #9ab637;
	overflow: hidden;
	float:right;
	margin: 5px 0 0;
}
.busca #pesquisa {
	width: 246px;
	height: 15px;
	padding:5px;
	background: #fff;
	color:#0074bb;
	font-size:12px;
	vertical-align: middle;
	margin-right:2px;
	float:left;
}
.busca .bt {
	float:right;
	width:64px;
}




/***********
	middle
************/
#middle {
	height: 100%;
	background: #fff;
	padding: 20px;
	width: 960px;
}


/***********
	content e sidebar blocos
************/
#content {
	width: 640px;
	height: 100%;
	overflow: hidden;
	margin-right: 20px;
	float:left;
}
#sidebar {
	width: 300px;
	height: 100%;
	overflow: hidden;
	float:right;
}





/***********
	itens padronizados de conteudo
************/

h2 {
	font-size: 15px;
	color:#0074bb;
	line-height: 1.2em;
	margin: 24px 0 6px;
}
h2 a {
	color:#0074bb;
	line-height: 1.2em;
}
h3, h3 a {
	font-size: 30px;
	color:#0074bb;
	line-height: 1.2em;
	clear:both;
}
h3.primeiro {margin-bottom:24px;}
h2 strong {
	font-size: 10px;
	line-height: 1.2em;
	text-transform: uppercase;
	display: block;
	height: 100%;
}
h2 span, h3 span {color:#b2d33c;}
h2 a:hover, h3 a:hover {color:#008ade;}

p {font-size:12px;line-height: 1.2em; color:#5d5c5c;margin-bottom: 4px;}
p a {color:#0074bb;}
p a:hover {color:#008ade;text-decoration: underline;}

.tags {
	display: block;
	height: auto;
	font-size: 11px;
	line-height: 1.3em;
	color:#5d5c5c;
	margin-bottom: 4px;
}
.tags em {
	background: #e0e0e0;
	padding: 1px 2px;
	color:#014e7c;
	text-transform: uppercase;
	font-size:11px;
	line-height: 1em;
	font-weight: bolder;
	font-style: normal;
}
.tags a {
	font-size: 11px;
	line-height: 1.3em;
	color:#5d5c5c;
}
.tags a:hover {color:#014e7c;text-decoration: underline;}


.vermais {
	clear:both;
	display: block;
	border-top: 1px solid #e0e0e0;border-bottom: 1px solid #fff;
	padding: 2px;
	margin: 10px 0;
	text-align: right;
	color:#5d5c5c;
	font-size: 11px;
}
.vermais:hover {color:#014e7c;background: #f4f4f4;border-bottom: 1px solid #e0e0e0;}

.pag {
	clear:both;
	height: 100%;
	margin: 20px 0;
	text-align: center;
	color:#5d5c5c;
	font-size: 12px;
}
.pag a {
	font-weight: bolder;
	font-size:15px;
	color:#b2d33c;
}
.pag a:hover, .pag strong {
	font-weight: bolder;
	font-size:15px;
	color:#0074bb;
}



/***********
	faixas
************/
.fx1, .fx2, .fx3, .fx4, .fx5, .fx6, .fxex {height: 100%; position: relative;clear:both;}
.fx1-nav {
	position: absolute;
	bottom:0;
	right:-5px;
	width: 95px;
}
.fx1-nav li {
	width: 26px;
	height: 30px;
	margin-right: 5px;
	float:left;
	overflow: hidden;
}
.fx1-nav li a{
	display: block;
	background: #81a7be;
	padding: 7px;
	color:#fff;
	font-weight:bolder;
	font-size:14px;
	text-align: center;
	height: 16px;
}
.fx1-nav li.on a, .fx1-nav li a:hover{background: #044e7b;color:#fff;}
.fx1-midia {
	width: 357px;
	height: 250px;
	float:left;
	overflow: hidden;
	margin-right: 15px;
}
.fx1-txt {
	float:right;
	height: 100%;
	width: 258px;
	overflow: hidden;
}
.fx1 h2 {margin-top: 0;font-size:22px;line-height: 1.1em;}
.fx1 h2 a {line-height: 1.1em;}
.fx1 p {margin-bottom: 20px;font-size:13px;}
.fx1 .tags em {font-size:13px;}
.fx1 .tags, .fx1 .tags a {line-height: 1.4em;}
.balao-com {
	background: transparent url(../img/balao-com.jpg) no-repeat left top;
	width: 106px;
	height: 20px;
	padding: 15px 7px 5px;
	color:#044e7b;
	font-size:12px;
	text-align: center;
	display:block;
	font-weight: bolder;
}

/* fx2 */

.bl-destaque {
	background:#e3f3ff;
	padding:10px;
	height:100%;
	width:290px;
	margin-right: 20px;
	overflow: hidden;
	float:left;
	margin-right: 20px;
}
.bl-destaque h2 {margin-top: 0;}
.bl-destaque p {margin-bottom: 0;margin-top:8px;}

.fx2 .square {
	float:left;
	margin-right: 20px;
	padding: 10px;
}

.fx2 .not-01 {
	width: 300px;
	height: 100%;
	overflow: hidden;
	float:right;
	margin-top: -24px;
}
.fx2 .not-relac {margin-top: 0;}

/* fx3 */

.fx3 .square {
	float:left;
	margin-right: 20px;
}
.fx3 .podcast {
	float:right;
	width: 300px;
	height: 100%;
	overflow: hidden;
}
.podcast h2 a {
	font-size:12px;
	font-weight: normal;
	line-height: 1.3em;
	color:#5d5c5c;	
}

/* fx4 */

.fx4 .not-02 div{
	float:left;
	width: 32%;
	margin-right:1%;
}
.bt-colaborativo {
	clear:both;
	display: block;
	height:auto;
}

/* fx5 */

.fx5 .gal div{
	float:left;
	width: 32%;
	margin-right:1%;
	margin: 24px 2px 0 6px;
}
.gal-thumb {
	position: relative;
	height: 175px;
	display: block;
}
.gal-thumb span {
	position: absolute;
	top: 5%;
	right: -1%;
	display:block;
	color:#fff;
	text-transform: uppercase;
	font-size: 10px;
	background:#044E7B;	
	padding: 3px 5px;
	z-index:99;
}
.gal-thumb:hover span {background: #0074bb;}
.gal img {
	width: 200px;
	height: 140px;
}
.gal h2 {margin-top: 0; font-size:13px;}

/* fx6 */

.fx6 .not-03 {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin-top: -24px;
}
.fx6 .not-03 div{
	float:left;
	width: 300px;
	height: 115px;
	*height: 100%;
	margin-right:20px;
	overflow: hidden;
}

/* fxex faixa exclusiva */
#bloco-login {
	background:#e3f3ff;
	padding:20px;
	height:100%;
	width:270px;
	margin-right: 20px;
	overflow: hidden;
	float:left;
}

#bloco-login form {
	height: 100%;
	overflow: hidden;
	display: block;
}
#bloco-login label {
	display: block;
	height: auto;
	margin: 0.5em 0 0.1em;
	color:#5d5c5c;	
	font: normal 12px/1.3em 'trebuchet ms';
}
#bloco-login .tx {width:260px;}
#bloco-login h3, .fxex-txt h3 {margin-top: 0;font-size:22px;}
.bloco-login-esqueci {
	float:left;
	display:block;
	overflow: hidden;
	margin-right:20px;
	width: 155px;
	height:auto;
}
.bloco-login-esqueci a {color:#0074bb;}
.bloco-login-esqueci a:hover {color:#008ade;text-decoration: underline;}
#bloco-login .bt {float:right;}
.fxex-txt {
	width: 300px;
	height: 100%;
	overflow: hidden;
	float:right;
}
.fxex-txt p {margin: 1em 0 1.3em;}




/***********
	blocos do sidebar
************/
.enq {
	height:100%;
}
.enq label {
	display: block;
	height: auto;
	margin: 5px 0 5px;
	padding-left: 20px;
	vertical-align: middle;
	font-size:12px;
	line-height: 1em;
}
.enq label:focus, .enq label:hover {color:#0074bb;}
.enq label input {
	margin-right: 5px;
	vertical-align: middle;
}
.enq .bt {float:right;}

/* edicao digital */

.eddigital {
	background:#e3f3ff;
	padding:10px;
	height:100%;
	width:280px;
	overflow: hidden;
}
.eddigital img {float:left;margin-right: 10px;}
.eddigital h2 {margin-top: 0;}
.eddigital p {margin-bottom: 0;margin-top:8px;}
.eddigital div {
	width: 155px;
	float:right;
}

/* rede social */
.redesocial a {
	display: block;
	float:left;
	margin: 10px 10px 0 0;
	height: 60px;
	width: 60px;
}





/***********
	controles
************/
.controles {
	height: 100%;
	border-bottom:1px solid #ececec;
	padding: 1px 0;
	margin-bottom: 10px;
	position: relative;
}
.data {
	font-size:12px;
	font-weight: normal;
	line-height: 1.3em;
	color:#5d5c5c;	
}
.controles ul {display:inline;height:auto;position: absolute;right:0;top:0;}
.controles ul li {
	display: inline;
	font-size:10px;
	margin: 0 5px;
}
.controles ul li a {
	font-size: 10px;
	line-height: 1em;
	color:#0074bb;
}
.controles ul li a:hover {color:#008ade;}


/***********
	materia
************/
.mat {
	height: 100%;
}
.mat h1 {
	color:#0074bb;
	line-height: 1.1em;
	margin: 10px 0 6px;	
	font-size:22px;
}
.mat .tags {margin-bottom: 20px;}
.mat p {
	font-size:13px;
	line-height: 1.5em;
	margin: 0.5em 0 1.3em;
}

#bloco-gal {
	float:left;
	width: 357px;
	margin: 0 17px 7px 0;
	height: auto;
	overflow: hidden;
}
.bt-gal {float:right;}
.bt-gal:hover {float:right;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.mat dl {
	font-size:13px;
	line-height: 1.5em;
	margin: 0.5em 0 1.3em;
}
.mat dt {
	font-weight:bolder;
	color:#0074bb;
	font-size: 14px;
}




/***********
	comentario
************/
#com {
	height: 100%;
	padding:20px;
	background: #e3f4ff;
	margin-bottom: 24px;
}
#com h3 {
	font-size:22px;
}
#com form {
	height: 100%;
	margin-bottom:24px;
}
#com label {
	display: block;
	height: auto;
	margin: 0.5em 0 0.1em;
	color:#5d5c5c;	
	font: normal 12px/1.3em 'trebuchet ms';
}
#com textarea {
	display: block;
	height: auto;
	margin: 0em 0 1em;
	padding: 5px;
	background: #fff;
	width: 100%;
	color:#5d5c5c;	
	font: normal 12px/1.3em 'trebuchet ms';
}
.com-captcha {
	float:left;
	overflow: hidden;
	margin-right:20px;
	width: 500px;
}
#com .bt {float:right;}

.com-lista {

	height: 100%;
	margin: 1em 0;
}
.com-lista li {
	padding: 17px 20px;
	background: #fff;
	height: 100%;
	margin:2px 0 0;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	border-bottom:1px solid #e0e0e0;
}
.com-lista li:hover {
	padding: 17px 20px;
	background: #fff;
	height: 100%;
	margin:2px 0 0;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border-bottom:1px solid #e0e0e0;
}
.com-lista li strong {
	display: block;
	color:#5d5c5c;	
	font: bolder 13px/1.3em 'trebuchet ms';
	height: 100%;
	margin: 0 0 0.3em;
}





/***********
	comentario
************/
#pub-mat {
	height: 100%;
	padding:20px;
	background: #e3f4ff;
	margin-bottom: 24px;
}
#pub-mat h3 {font-size:22px;}
#pub-mat form {height: 100%;}
#pub-mat label {
	display: block;
	height: auto;
	margin: 0.5em 0 0.1em;
	color:#5d5c5c;	
	font: normal 12px/1.3em 'trebuchet ms';
}
#pub-mat textarea {
	display: block;
	height: auto;
	margin: 0em 0 1em;
	padding: 5px;
	background: #fff;
	width: 100%;
	color:#5d5c5c;	
	font: normal 12px/1.3em 'trebuchet ms';
}
.pub-autorizacao {
	float:left;
	display:block;
	overflow: hidden;
	margin-right:20px;
	width: 500px;
	height:auto;
}
#pub-mat .bt {float:right;}





/***********
	servicos
************/
.servico-destaque {
	padding: 10px;
	height: 100%;
	background: #e3f4ff;
}
.servico-destaque-midia {
	float:left;
	width: 160px;
	width: 160px;
	float:left;
	overflow: hidden;
	margin-right: 20px;
}
.servico-destaque .servico-info {
	float:left;
	height: 100%;
	width: 425px;
	overflow: hidden;
}

.servico-destaque .servico-info h2 {margin-top: 0;}
.servico-contato {
	background: #e9f6ff;
	padding: 8px 10px;
	color:#459bcf;
	font-size:11px;
	height: 100%;
	display: block;
	border-top:1px solid #d3e7f3;
}
.servico-contato:hover {color:#0074bb;}

.servico-txt {
	float:right;
	overflow: hidden;
	height: 100%;
	width: 428px;
}
.servico-txt .servico-info {padding-bottom: 10px; border-bottom: 1px solid #edecec;height: 100%;}
.servico-info h2 {font-size: 22px;}
.servico-info p {line-height: 1.4em;}

.servico-cat {
	width: 192px;
	float:left;
	overflow: hidden;
	height: 100%;
	margin-right: 20px;
}
.servico-cat select {
	background: #e9f6ff;
	padding: 2px;
	font-size: 13px;
	color:#5d5c5c;
	margin: 5px 0 24px;
	display: block;
	height: auto;
	width: 192px;
}
.servico-cat ul li {margin-bottom:2px;}
.servico-cat ul li a{
	font-size: 15px;
	padding:2px 4px;
	color:#0074bb;
}

.servico-cat ul li a:hover{
	font-size: 15px;
	padding:2px;
	background:#0074bb;
	color:#fff;
}





/***********
	podcast
************/
.podcast-lista {height: 100%;}
.podcast-lista .podcast div {padding-bottom: 10px; border-bottom: 1px solid #edecec;height: 100%;margin-bottom: 24px;}
.podcast-destaque {
	padding: 10px;
	height: 100%;
	background: #e3f4ff;
}
.podcast-img {
	float:left;
	width: 146px;
	float:left;
	overflow: hidden;
	margin-right: 20px;
	border:3px solid #e9f6ff;
}
.podcast-lista .podcast h2 {margin-top: 0;}
.podcast-lista .podcast h2 {
	font-size: 22px;
	color:#0074bb;
	line-height: 1.2em;
}
.podcast-lista .podcast h2 a {
	color:#0074bb;
	line-height: 1.2em;
	font-size: 22px;
}

.podcast-lista .podcast p {
	line-height: 1.5em;
	margin: 0 0 1em;
}





/***********
	cadastro
************/
.tpl-cadastro h2 {font-size: 22px;}
#form-cadastro {
	height: 100%;
}
#form-cadastro fieldset {
	padding: 20px 20px 40px;
	height: 100%;
	background: #e3f4ff;
	margin-top:24px;
}

#form-cadastro fieldset h3{font-size:22px;margin-bottom: 24px;}

.form-1, .form-2 {
	width: 290px;
	float:left;
	overflow: hidden;
}
.form-1 {margin-right:20px;}

#form-cadastro label {
	display: block;
	height: auto;
	margin: 1em 0 0.1em;
	color:#5d5c5c;	
	font: normal 12px/1.3em 'trebuchet ms';
}
#form-cadastro label a {
	color:#5d5c5c;	
	font: normal 10px/1.3em 'trebuchet ms';
	text-decoration: underline;
	}
#form-cadastro label a:hover {color:#0074bb;}
#form-cadastro fieldset div div {
	clear:both;
	height: 25px;
}
#form-cadastro fieldset div div label {
	float:left;
	margin-right:10px;
	width: 135px;
	margin: 0 10px 0 0;
	height: 100%;
}
#form-cadastro .tx {width: 100%;}
#form-cadastro div.txt_politica {
	display: block;
	height: 160px;
	overflow-y:scroll;
	margin: 0em 0 1em;
	padding: 10px;
	background: #fff;
	width: 580px;
	color:#5d5c5c;	
	font: normal 12px/1.3em 'trebuchet ms';
}

#form-cadastro select {
	background: #fff;
	padding: 5px;
	font-size: 13px;
	color:#5d5c5c;
	display: block;
	height: auto;
	width: 100%;
}


#form-cadastro .bt {float:right; margin: 24px 0;}




/***********
	footer rodape
************/
#footer {
	clear:both;
	height: auto;
	margin: 20px 0;
}
#footer a:hover {text-decoration: underline;}
.footer-nav {text-align: center;}
.footer-nav li, .footer-nav li a {
	color:#fff;
	font-size:12px;
	display: inline;
	margin: 0 5px;
}
.ass {
	color:#fff;
	font-size:10px;
	margin: 10px 0;
	float:right;
}