/* CSS Document 
Copyright (c) 2008, Vetor Design - Agencia de Criao Digital 
Dev: Tioni Oliv
http://vetor.net

cores:

bordas imagens #879641 #D1D9A7

bordas 4px #D1D9A7

*/
body {
	background: url(img/bodyBG.png) repeat-x top center;
	font: normal 12px Arial, Helvetica, sans-serif;
}
h1.caderno{
	font: 600 1.4em Arial, Helvetica, sans-serif;
	color: #58622B;
	border-bottom: 1px solid #879641;
	padding: 0.2em 0 0.1em 0!important;
	margin-bottom: 0.7em;
	text-align: left;
	text-transform:uppercase;
}
h2 {
	font: 500 2.3em Georgia, "Times New Roman", Times, serif;
	line-height: 0.99em;
	letter-spacing: 0.02em;
	margin-bottom: 0.5em;
}
h2, h2 a, h2 a:visited {
	color: #333!important;
}
h2 a:hover {
	color: #8B3501!important;
}
h3 {
	background: #879641;
	color: #fff;
	line-height: 20px;
	font-size: 0.95em;
	margin-bottom: 10px;
	padding: 0 0.5em;
}
h4 {
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}
h4 a, h4 a:visited {
	color: #333!important;
}
h4 a:hover {
	color: #8B3501!important;
}
h5{
	font: bold 0.95em Arial, Helvetica, sans-serif;
	margin-bottom: 0.7em;
}
h6 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h6 a, h6 a:visited {
	color: #333!important;
}

strong {
	font-weight: 600;
}
/* CORES DE TÍTULO E LINKS EM SUBPÁGINAS - USAR ESTE BLOCO INLINE COM - color: #COR!important */
a, a:visited, h2, h2 a, h2 a:visited, h4, h4 a, h4 a:visited {
}
address{
	font-size: 0.95em;
	color: #666;
}
/* Navegação Linear */
/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu{
	padding: 0;
	font: normal 0.95em Arial, Helvetica, sans-serif;
	line-height: 1.0;
	position: relative;
	z-index: 200;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:15em; /* 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;
	width: auto;
	position:relative;
	display: inline;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:0;
	top:2em; /* match top ul list item height */
	z-index:99;
}
.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:-999em;
}
.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:15em; /* match ul width */
	top:0;
}
.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:15em; /* match ul width */
	top:0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float:left;
	margin-bottom:1em;
}
.sf-menu a {
	padding: 0 0.9em;
	text-decoration:none;
	height: 2em;
	line-height: 2em;
}
.sf-menu li ul li a {
	border-top:1px solid #444;
	padding: 0.2em 0.8em;
	text-decoration:none;
	line-height: 2em;
	color: #ccc!important;
}
.sf-menu li a, .sf-menu li a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:#333;
}
.sf-menu li {
	float: left;
	display: block;
	text-align: left
}
.sf-menu li li {
	background:#222;
}
.sf-menu li li li {
	background:#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
	color: #8B3501!important;
	background: #fff;
}
.sf-menu li ul li:hover, .sf-menu li ul li.sfHover, .sf-menu li ul li a:focus, .sf-menu li ul li a:hover, .sf-menu li ul li a:active {
	outline:0;
	background: #666;
	color: #fff!important;
}
/*** 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(img/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(img/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* IDs */
#geral {
	position: relative;
	width: auto;
}
#topo {
	background: url(img/topoBG.jpg) repeat-x top center;
	z-index: 100;
	height: 190px;
}
#search {
	position: absolute;
	right: 5px;
	top:30px;
	width: 312px;
	height: 28px;
	border: 4px solid #444;
	background: #dfdfdf;
	line-height: 28px;
}
#search input {
	width: 244px;
	height: 18px;
	padding: 0;
	margin: 0!important;
	padding: 5px;
	background: #dfdfdf;
	border: none;
	outline: none;
	font-size: 1.2em;
}
#search input:hover, #search input:focus {
	background: #fff;
}
#search input, #search img {
	vertical-align: middle;
}
#search img:hover, #search a:focus img {
	outline: 1px solid #E9CC13;
}
#data {
	position: absolute;
	right: 0;
	top: 2px;
	width: 220px;
	color: #fff;
	font-size: 0.95em;
	text-align: right;
}
#texto{
	margin-top: 10px;
}

#rodape {
	background: #DFE5C1;
	min-height: 90px;
	padding-top: 15px;
	border-top: 2px solid #CDD69F;
}
#rodape .anuncio{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 500px;
	text-align: center;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
}
/* listas de definição */
dt {
	margin-bottom: 10px;
}
dt a, dt a:visited {
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	color: #333!important;
}
dt a:hover {
	color: #8B3501!important;
}
dd {
	text-align: left;
	line-height: 1.5em;
}
dd strong {
	font-size: 0.9em;
}

.coluna2 a img {
	border: 4px solid #879641;
	background: #747321;
	padding:1px;
}
dd a:hover img {
	background: #666;
}
/* CLASSES */
.content {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index:1;
	text-align: left;
}
h1.logo {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
}
.subItens {
	text-align: left;
	margin-bottom: 10px;
	width: 980px;
}
.subItens a{
	display: inline-block;
	width: auto;
	padding: 0.3em 0.4em;
	border: 3px solid #879641;
	margin: 4px;
	font-weight: bold;
	background: #fff;
	color: #879641;
	white-space:nowrap;
}
.subItens a:visited{
	color: #B1C157;
}
.subItens a:hover{
	background: #879641;
	color: #fff;
	text-decoration: none;
}
.subItens a.selected{
	background: #879641;
	color: #fff;
}
.classificadosBlocoEsquerda{
	display: block;
	float: left;
	width: 340px;
	padding: 10px 15px 10px 0;
	margin-right: 15px;
	background: url(img/dottedCollum.gif) repeat-y right top;
}
.classificadosBloco{
	display: block;
	float: left;
	width: 350px;
	padding: 10px 0;
}
.classificadosDestaque{
	font-weight: bold;
}
.tamanhoFonte{
	margin: 5px 0 10px 0;
	color: #888;
	font-size: 0.85em;
	text-align: right;
	height: 30px;
}
.tamanhoFonte a, .tamanhoFonte a:visited{
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fff;
	padding: 0.1em 0.3em;
	margin: 0 0 0 5px;
	display: block;
	float: right;
	height: 18px;
	line-height: 18px;
}
.tamanhoFonte a:hover{
	border-color: #333;
	color: #333;
}
.publicidade {
	height: 11px;
	background: url(img/publicidadeTT.gif) no-repeat top left;
	display: block;
}
.relacionadas{
	margin-left:1em;
}
.relacionadas li{
	padding: 0.3em 0;
}
.relacionadas li a:hover{
	color: #333!important;
}
.fav, .mail, .perma{
	color: #000!important;
	padding: 0 15px 0 18px;
}
.fav{
	background: url(img/fav.gif) left center no-repeat;
}
.mail{
	background: url(img/mail.gif) left center no-repeat;
}
.perma{
	background: url(img/perma.gif) left center no-repeat;
}
.leiaMais {
	border-left: 5px solid #899742;
	padding-left: 0.3em;
	margin-top:5px;
	line-height: 0.85em;
	font-weight: bold;
	font-size: 0.95em;
	display: block;
	width: 5.5em;
	float: right;
	color: #899742!important;
}
.leiaMais:hover {
	border-left: 5px solid #333;
	color: #333!important;
}
.destaque{
	width: 152px;
	margin: 10px;
	margin-left: 0;
	margin-top: 0;
	float: left;
}
.destaque cite{
	float: left;
	margin-bottom:10px;
	border-bottom: 4px solid #ddd;
	border-top: 4px solid #ddd;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	padding: 0.5em 5px;
	background: url(img/citeBG.gif) no-repeat top left;
	text-align: center;
}
.maisFotos{
	width: 152px;
	float: left;
	background: url(img/dottedCollum.gif) repeat-y right top;
}
.noticiaTopo {
	display:block;
	margin: 0 1em 2em 0;
	text-align: left;
}
.noticiaTopo h2 {
	font-size: 1.6em;
	font-weight: 600;
	text-align: center;
	margin: 0 0 1em 0;
}
.noticiaTopo a img, a img.fotoPrincipal, a img.left {
	border: 4px solid #D1D9A7;
	background: #879641;
	padding:1px;
	font-size: 0.8em;
}
.legendaFoto, .creditos{
	border: 4px solid #CDD69F;
	background: #fff;
	padding: 0.3em 0.6em;
	color: #666;
	font-size: 0.9em;
}
.creditos{
	margin: 0.5em 0;
}
.legendaFoto{
	border-top: none;
}
.noticiaTopo a:hover img, a:hover img.fotoPrincipal, a:hover img.left {
	background: #333!important;
}
.classificadosWidget {
	font-size: 0.9em;
	padding: 0.2em 0.5em;
}
/* BANNERS */
.bannerConteudo {
	margin: 20px 0;
	text-align: center;
}
.sideBar .banner, .sideBar img {
	width: 220px;
	border: 1px solid #879641;
	margin-bottom: 5px;
}

/*TABELAS*/
.tableWidget {
	width: 100%;
	border-collapse: collapse;
	border: 1px dotted #ddd;
	border-bottom: 4px solid #ddd;
	border-top: none;
}
.tableWidget caption {
	background: #ddd;
	padding: 0.3em 0.5em;
	font-weight: bold;
	font-size: 0.95em;
	margin-bottom: 3px;
	border: 1px solid #ddd;
}
.tableWidget a {
	font-weight: bold;
}
.tableWidget th, .tableWidget td {
	padding: 0.5em;
	border-left: 1px dotted #ddd;
}
.tableWidget th {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.tableWidget td {
	border-bottom: 1px dotted #ddd;
}
/* coadjuventes */
.bloco {
	width: 740px;
	float: left;
}
.coluna1 {
	width: 470px;
	padding-right:10px;
	float: left;
	background: url(img/dottedCollum.gif) repeat-y right top;
}
.coluna1 #texto p, .colunaFull #texto p{
	padding:0 0 1em 0;
	text-align: left;
	line-height: 1.5em;
}
#texto p, #texto span, #texto strong{
	font-size: 1em!important;
	font-family: Arial, Helvetica, sans-serif!important;
	color: #333!important;
}
#texto span{
	font-weight: normal;
}
#texto h3, #texto h2, #texto h1{
	background: none!important;
	color: #333!important;
	padding-left: 0;
}
#texto h1{
	font: 500 1.7em Georgia, "Times New Roman", Times, serif!important;
}

#texto h2{
	font: 500 1.5em Georgia, "Times New Roman", Times, serif!important;
}

#texto h3{
	font: 600 1.35em Georgia, "Times New Roman", Times, serif!important;
}
.coluna1 .lista{
	padding: 0;
	margin: 0 0 15px 0;
}
.coluna1 .lista li{
	list-style: circle inside;
	padding: 0.3em 0 0.3em 0.5em;
}
.coluna2 {
	width: 230px;
	padding:0 0 0 15px;
	float: left;
}
.ultimoCaderno{
	background: #879641;
	padding: 5px;
	margin-bottom: 1px;
}
.ultimoCaderno h3{
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	padding: 0;
}
.ultimoCaderno a{
	padding: 0 3em 0 0;
	color: #fff;
	text-decoration: underline;
	font: bold 1em Arial, Helvetica, sans-serif;
}
.colunaFull{
	background: url(img/dottedCollum.gif) repeat-y right top;
	padding-right:10px;
	width: auto;
}
.colunaFull img.left{
	margin: 10px 13px 10px 0;
}
.pagina{
	background: url(img/lightbox-ico-loading.gif) center center;
}
.sideBar {
	float: left;
	width: 222px;
	padding-left: 18px;
	text-align: left;
}
.login {
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #E3E1DC;
	border-top: none;
}
h3.login {
	background: #444;
	color: #fff;
	margin-bottom: 0;
	padding: 0.05em 0.5em
}
.login label {
	display:block;
	margin-bottom: 0.2em;
	font-size: 0.9em;
	color: #666;
}
.login input {
	border:1px solid #ccc;
	border-top-color: #999;
	border-left-color: #999;
	font-size: 1.2em;
	padding: 0.2em;
	margin-bottom: 5px;
	vertical-align: top;
	background: #eee;
}
.login input:hover, .login input:focus {
	border:1px solid #666;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background: #fff;
}
.login span {
	font-size: 0.9em;
	display: block;
	text-align: right;
	width: 120px;
}
.login span a:hover{
	color: #000;
}
.sideBar ul {
	margin:0;
	padding:0;
	z-index: 100;
}
.sideBar ul li {
	display:block;
	width: 222px;
}
.sideBar ul li.titulo {
	display:block;
	color:#fff;
	background: #444;
	padding: 3px 5px;
	width: 212px;
	font-size: 0.95em;
}
.sideBar ul li a, .sideBar ul li a:visited {
	display:block;
	padding: 5px;
	font-size: 0.95em;
	font-weight:bold;
	border-bottom: 1px solid #ccc;/*color:#333; */
}
.sideBar ul li a:hover {
	color: #333;
	border-bottom-color: #333;
	text-decoration: none;
}
.sideBar #menu *{
	outline: none;
}	
.sideBar #menu, .sideBar #menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.sideBar #menu a {
	display: block;
	text-decoration: none;
}
.sideBar #menu li {
}
.sideBar #menu li a {
	background: #fff;
	color: #333;
	font-weight:bold;
	padding: 0.6em;
	padding-right: 20px;
	border-bottom: 1px solid #ddd;
}
.sideBar #menu li a:hover, .sideBar #menu li.fixo a:hover {
	border-bottom: 1px solid #333;
	background: #ddd!important;
}
li.fixo a, li.fixo a:visited {
	color: #8B3501!important;
}
li.fixo a:hover {
	color: #333!important;
}
.sideBar #menu li a:hover {
	background: #fff;
	color: #333;
}
.sideBar #menu li ul li a {
	border-bottom: 1px solid #ddd;
	color: #000;
	padding-left: 20px;
	font-weight: normal;
	margin:0;
	background: #eee!important;
}
.sideBar #menu li ul li a:hover {
	background: #fff;
	border-bottom: 1px #333 solid;
	color: #000;
}
.sideBar #menu li ul li.active a {
	background: #c00;
	border-bottom-color:#c00;
	color: #fff;
	font-weight: bold;
}
.colunaBG {
	background: url(img/separadorColunaBG.gif) repeat-y center top;
}
.linhaBG {
	background: url(img/separadorLinhaBG.gif) repeat-x left bottom;
	height:10px;
	margin-bottom: 10px;
}
.left {
	float: left;
}
img.left {
	margin: 0 5px 5px 0;
}
.flashTopo{
	z-index: 150;
	position: absolute;
	right: 0;
	top: 0;
}
/* FORMS */
.news{
	background: #D1D9A7;
	padding: 5px;
}
label.enquete {
	display: block!important;
	vertical-align: middle!important;
	margin: 0.8em 0 0.8em 2em!important;
}
.campo {
	height: 16px;
	margin: 0!important;
	padding: 5px;
	background: #fff;
	border: none;
	outline: none;
	font-size: 1.2em;
	vertical-align: middle;
}
.campo:hover, .campo:focus {
	background: #fff;
}
label {
	display: block;
	width: 7em;
	float: left;
	vertical-align: middle;
	margin: 0.5em 1em 0.2em 0;
	text-align: right;
}

.inputText{
	height: 16px;
	margin: 0.2em 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #879641;
	outline: none;
	font-size: 1.2em;
	vertical-align: middle;
}
.inputText:hover, .inputText:focus {
	background: #fff;
	border-color: #333;
}
.textarea{
	margin: 0.2em 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #879641;
	outline: none;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.textarea:hover, .textarea:focus {
	background: #fff;
	border-color: #333;
}

.news img:hover, .news a:focus img {
	outline: 1px solid #E9CC13;
}
.botao, input[type=file] {
	border: 4px solid #D1D9A7;
	background: #fff;
	color: #879641;
	font-weight: bold;
	width: auto;
	font-size: 0.98em;
	padding: 0.2em 10px;
	margin-right: 5px;
	vertical-align: middle;
}
.botao:hover{
	background: #879641;
	border-color: #879641;
	color:#fff;
	cursor: pointer;
}
.maisEnquetes {
	font-size: 0.95em;
	background: url(img/setaRight.gif) no-repeat left center;
	padding-left: 10px;
}
.maisEnquetes:hover {
	color: #333!important;
}
.tempo{
	background: #CFD7A2 url(img/buscaTempo.gif) no-repeat left center;
	padding: 10px;
	padding-left: 185px;
	width:275px;
	height:30px;
	text-align: right;
}
.tempo form{
}
.fonte{
	background: #EAEED6;
	color: #000;
	padding: 0.7em;
	font-size: 0.9em;
	display: block;
}

#tooltip{
	position:absolute;
	background: #000;
	border: 1px solid #000;
	padding: 5px 7px;
	display:none;
	color:#FFF;
	z-index: 10
	}
/* ------------------------------------------------------------- */
