/*
	Autor: Anderson Triacca
	Empresa: Guife Multicom
	Data de Início: 20/05/2009
	Última Modificação: 17/05/2009
*/

/*----------------------------------------
	- Partes Comuns a todas páginas
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	outline: none;
}
html{
	background: url(../imagens/html.jpg) left top;
}
body{
	background: url(../imagens/body.jpg) left 365px repeat-x;
}
#gastronomia:after, #central:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
img{
	border: none;
}
#central{
	width: 780px;
	margin: 0 auto;
	position: relative;
	top: -60px;
	z-index: 100;
}
.out_title{
	margin-top: 20px;
	background: #57111c ;
	position: relative;
}
.out_title div{
	margin-left: 17px;
	padding-right: 17px;
	padding-bottom: 34px;
	margin-top: 33px;
	background: url(../imagens/linha_div.gif) center bottom no-repeat;
}
.out_title div:last-child{
	background: none;
}
.out_title div img{
	float: left;
	margin-right: 8px;
}
.out_title p{
	text-align: justify;
	padding-top: 5px;
}
.out_title h2{
	display: block;
	text-indent: -20000px;
	position: absolute;
	top: -22px;
	left: 12px;
	width: 100%;
	height: 23px;
}
.out_title h3{
	color: #e18f1a;
	font-size: 14px;
}
.veja_mais{
	color: #e49c1d;
}
.veja_mais:hover{
	text-decoration: underline;
}
.galeria{
	padding: 20px 0;
	display: table;
	margin-left: 7px;
}
.galeria img{
	border: 2px solid #351205;
}
.galeria li{
	display: block;
	width: 154px;
	height: 116px;
	float: left;
	margin-left: 15px;
}
.listagem_noticias{
	position: relative;
	top: -20px;
	clear: both;
}
.listagem_noticias li{
	display: block;
	height: 86px;
	background: url(../imagens/noticias_li.gif) left bottom repeat-x;
	clear: both;
}
.listagem_noticias li a{
	display: block;
	padding-left: 14px;
	height: 65px;
	margin-top: 1px;
	padding-top: 19px;
	margin-left: 1px;
	margin-bottom: 1px;
	background: #57111c ;
}
.listagem_noticias li a img{
	display: block;
	width: 150px;
	height: 112px;
}
.listagem_noticias li a:hover{
	background: #3f0d17;
}
.listagem_noticias li a strong{
	font-size: 14px;
	color: #e49c1d;
	display: block;
}
.listagem_noticias li a span{
	display: block;
	position: relative;
	top: 8px;
}
ul.links{
	margin-bottom: 15px;
}
ul.links a{
	text-decoration: underline;
}
/*----------------------------------------
	- Topo
---------------------------------------*/
#topo{
	width: 100%;
	height: 440px;
	margin-bottom: 88px;
}
#itens_topo{
	display: none;
}
#itens_topo p{
	font-size: 16px;
	margin-top: 100px;
	font-weight: bold;
	background: #000;
	padding: 20px 5px;
}
/*----------------------------------------
	- Títulos
---------------------------------------*/
h2.festival{
	background: url(../imagens/tit_festival.png) left top no-repeat;
}
h2.newsletter{
	background: url(../imagens/tit_newsletter.png) left bottom no-repeat;
}
h2.noticias{
	background: url(../imagens/tit_noticias.png) left top no-repeat;
	height: 29px;
	top: -29px;
}
h2.aniversario_barbosa{
	background: url(../imagens/tit_barbosa_50.png) left top no-repeat;
}
h2.destaques{
	background: url(../imagens/tit_detaques.png) left top no-repeat;
	top: -21px;
}
h2.soberanas{
	background: url(../imagens/tit_soberanas.png) left bottom no-repeat;
}
h2.as_soberanas{
	background: url(../imagens/tit_as_soberanas.png) left top no-repeat;
}
h2.gastronomia{
	background: url(../imagens/tit_gastronomia.png) left top no-repeat;
}
h2.programacao{
	background: url(../imagens/tit_programacao.png) left top no-repeat;
	height: 29px;
	top: -29px;
}
h2.eventos_paralelos{
	background: url(../imagens/tit_eventos_paralelos.png) left top no-repeat;
}
h2.turismo{
	background: url(../imagens/tit_turismo.png) left top no-repeat;
}
h2.contato{
	background: url(../imagens/tit_contato.png) left top no-repeat;
}
h2.imprensa{
	background: url(../imagens/tit_imprensa.png) left top no-repeat;
}
h2.expositores{
	background: url(../imagens/tit_expositores.png) left top no-repeat;
}
h2.hospedagem{
	background: url(../imagens/tit_hospedagem.png) left top no-repeat;
}
h2.parceiros{
	background: url(../imagens/tit_parceiros.png) left top no-repeat;
}
h2.album{
	background: url(../imagens/tit_album.png) left top no-repeat;
}
h2.localizacao{
	background: url(../imagens/tit_localizacao.png) left bottom no-repeat;
	height: 32px;
	top: -31px;
}
h2.barbosa_50_anos{
	background: url(../imagens/tit_barbosa_50_anos.png) left top no-repeat;
}
h2.jogos{
	background: url(../imagens/tit_jogos.png) left top no-repeat;
}
h2.servicos_internos{
	background: url(../imagens/tit_servicos_internos.png) left top no-repeat;
}
h2.vt_jingle{
	background: url(../imagens/vt_jingle.png) left top no-repeat;
}
h2.redes_sociais{
	background: url(../imagens/tit_redes_sociais.png) left top no-repeat;
	top: -20px;
}
h2.horarios{
	background: url(../imagens/tit_horarios.png) left top no-repeat;
	height: 27px;
	top: -27px;
}
h2.horario_ingressos{
	background: url(../imagens/tit_horario_ingressos.png) left top no-repeat;
	height: 26px;
	top: -25px;	
}
/*----------------------------------------
	- Coluna Esquerda
---------------------------------------*/
#coluna_esquerda{
	width: 180px;
	float: left;
}
#coluna_esquerda #menu{
	background: url(../imagens/menu.png) left top repeat-y;
	padding-left: 19px;
	padding-bottom: 2px;
	margin-left: 10px;
}
#coluna_esquerda #menu li{
	display: block;
	padding-bottom: 4px;
}
#coluna_esquerda #menu li a{
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-right: 20px;
	background: #57111c;
	font-weight: bold;
	line-height: 22px;
}
#menu #menu li a.link_ingressos { 
}
#coluna_esquerda #menu li a:hover, #coluna_esquerda #menu li a.selected{
	color: #e49c1d;
}
#coluna_esquerda #newsletter{
	margin-top: 35px;
	margin-left: 10px;
	margin-bottom: 14px;
	position: relative;
	padding-bottom: 5px;
}
#coluna_esquerda #newsletter p{
	position: relative;
	top: 8px;
	left: -8px;
	margin-left: 16px;
}
#coluna_esquerda #newsletter form{
	margin-top: 13px;
}
#coluna_esquerda #newsletter label input{
	display: block;
	border: none;
	width: 137px;
	padding-left: 15px;
	height: 17px;
	padding-top: 1px;
	background: #3f0d17;
	margin-bottom: 6px;
	position: relative;
	left: -1px;
}
input.bt_cadastrar{
	display: block;
	width: 78px;
	height: 17px;
	padding-bottom: 2px;
	background: #3f0d17;
	border: none;
	text-align: center;
	color: #e18f1a;
	position: absolute;
	bottom: -17px;
	right: 0;
	cursor: pointer;
}
#coluna_esquerda #horarios{
	width: 165px;
	height: 140px;
	position: relative;
	top: 40px;
	left: 10px;
	padding-left: 6px;
}
#coluna_esquerda #horarios p{
	margin-left: 5px;	
	color: #fff;
	padding-top:10px;	
}
#coluna_esquerda #horarios p strong{
	color: #e49c1d;
}
#coluna_esquerda #horarios a.link_mais{
	padding-left:75px;
	color: #e49c1d;
	display:block;
	width:90px;
	height:26px;
	background:url(../imagens/linha_redes_sociais.png) left top no-repeat;
	position:relative;
	top: 12px;
	cursor: pointer;
	padding-top: 6px;
}
#coluna_esquerda #horarios a:hover{
	text-decoration: underline;
}
/*----------------------------------------
	- Coluna Central
---------------------------------------*/
#coluna_central{
	width: 279px;
	float: left;
	position: relative;
	top: -20px;
	margin-left: 20px;
}
/*----------------------------------------
	- Coluna Direita
---------------------------------------*/
#coluna_direita{
	width: 279px;
	float: left;
	margin-left: 20px;
	position: relative;
	top: -20px;
}
#coluna_direita.out_title{
	width: 573px;
	float: left;
	margin-left: 20px;
	position: relative;
	top: -20px;
	background: #57111c ;
}
#out_logo{
	width: 150px;
	height:140px;
	float: right;
	position:relative;
	top: -25px;
	background: #57111c ;
}
#coluna_direita table{
	margin-top: 15px;
}
#coluna_direita td, #coluna_direita th{
	padding: 4px 6px;
	text-align: left;
}
#coluna_direita td{
	background: #461300;
	color: #ccc;
}
#coluna_direita th{
	font-size: 14px;
	font-weight: bold;
	background: #E18F1A;
}
/*----------------------------------------
	- Index
---------------------------------------*/
#coluna_central #noticias{	
	padding-bottom: 20px;
	padding-top: 21px;
}
#coluna_central #noticias a.veja_mais{
	position: relative;
	left: 208px;
}
#coluna_esquerda #aniversario_barbosa{
	width: 279px;
	height: 140px;
	background: url(../imagens/aniversario_barbosa.jpg) left top no-repeat;
	position: absolute;
	right: 2px;
	bottom: 0;
	clear: both;
}
#coluna_esquerda #aniversario_barbosa a{
	color: #585482;
	position: relative;
	left: 11px;
	top: 99px;
}
#coluna_esquerda #aniversario_barbosa a:hover{
	color: #85b0cb;
}
#coluna_direita #destaques{
	width: 279px;
	height: 404px;
	background: #57111c ;
}
#coluna_direita #redes_sociais{
	width: 279px;
	position: relative;
	margin-top: 251px;
}
#coluna_direita #redes_sociais:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
#coluna_direita #redes_sociais a.bt_twitter{
	display:block;
	margin:10px 0 10px 7px;
	width: 27px;
	height:27px;
	background: url(../imagens/bt_twitter.png)left bottom no-repeat;
	text-indent:-2000px;
	float: right;
}
#coluna_direita #redes_sociais a.bt_orkut{
	display:block;
	margin:10px 0 10px 7px;
	width: 27px;
	height:27px;
	background: url(../imagens/bt_orkut.png)left bottom no-repeat;
	text-indent:-2000px;
	float: right;
}
#coluna_direita #redes_sociais a.bt_facebook{
	display:block;
	margin:10px 10px 0 7px;
	width: 27px;
	height:27px;
	background: url(../imagens/bt_facebook.png)left bottom no-repeat;
	text-indent:-2000px;
	float: right;
}
#coluna_direita #redes_sociais a:hover{
	background-position: left top;
}
#coluna_direita #redes_sociais img{
	margin:10px 0 0 10px;
	border: 3px solid #fff;
	float:left
}
#coluna_direita #redes_sociais p {
	margin:4px 5px 4px 10px;
	display:block;
	width:210px;
	height: 80px;
	float:left;
	text-indent:0;
}
#coluna_direita #redes_sociais a {
	color:#fa9d00;
}
#coluna_direita #redes_sociais a:hover {
	text-decoration: underline;
}
#coluna_direita #redes_sociais span{
	display: block;
	width:279px;
	height:1px;
	background: url(../imagens/linha_redes_sociais.png)	left top no-repeat;
	clear:both;
	position: absolute;
	left: 0;
	top: 93px;
}
#coluna_direita #destaques #anima_destaques{
	position: relative;
	left: 5px;
	top: 5px;
}
#soberanas{
	background: url(../imagens/fundo_soberanas.jpg) left bottom no-repeat;
	width: 279px;
	height: 140px;
	clear: both;
	margin-top: 251px;
}
#soberanas p{
	width: 135px;
	color: #fff;
	position: relative;
	left: 129px;
	padding-top: 22px;
}
#soberanas a{
	position: relative;
	left: 130px;
	top: 30px;
}
#multimidia{
	width: 578px;
	height: 191px;
	position: absolute;
	top: 413px;
	left: 200px;
}
#multimidia div{
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	background: none;
}
#multimidia h2{
	top: -20px;
}
#multimidia #player{
	position: relative;
	top: 6px;
	left: 6px;
}
#multimidia #download_jingle{
	width: 295px;
	height: 180px;
	background: url(../imagens/download_jingle.jpg) left bottom no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#multimidia #destaque_top{
	width: 225px;
	margin-top: 11px;
	margin-left: 19px;
}
#multimidia #download{
	width: 250px;
	margin-top: 11px;
	margin-left: 19px;
}
#multimidia #download ul{
	margin-top: 5px;
}
#multimidia #download ul li{
	background: url(../imagens/nota_musical.gif) left center no-repeat;
	padding-left: 19px;
	line-height: 18px;
}
#multimidia #download ul li a{
	position: relative;
	z-index: 1000;
	color: #fa9d00;
	padding-bottom: 1px;
}
#multimidia #download ul li a:hover{
	text-decoration: underline;
}
/*----------------------------------------
	- Soberanas
---------------------------------------*/
#soberanas_top p, #soberanas_bottom p{
	font-size: 11px;
}
#soberanas_bottom img{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
#soberanas_bottom p, #soberanas_bottom h3{
	text-align: right;
}
/*----------------------------------------
	- Gastronomia
---------------------------------------*/
#gastronomia{
	padding-bottom: 30px;
}
#gastronomia img{
	margin: 30px 0 0 20px;
}
/*----------------------------------------
	- Notícias
---------------------------------------*/
#noticias_top{
	background-position: -20px bottom;
	line-height:150%;
}
#noticias_top p a{
	text-decoration: underline;
}
#historico_noticias{
	margin-top: 20px;
}
#historico_noticias a.veja_mais{
	margin-left: 482px;
}
/*----------------------------------------
	- Contato
---------------------------------------*/
#contato_esq{
	width: 265px;
	float: left;
	background: none;
}
#contato_dir{
	width: 240px;
	float: left;
}
#contato_dir h3{
	text-align: right;
}
#contato_dir address{
	text-align: right;
	font-size: 11px;
	font-style: normal;
}
#contato_dir address a{
	text-decoration: underline;
}
#form_contato label{
	width: 265px;
	display: block;
	margin-bottom: 7px;
	float: left;
	clear: both;
}
#form_contato label.label_cidade{
	width: 166px;
}
#form_contato label.label_uf{
	width: 86px;
	clear: none;
	margin-left: 12px;
}
#form_contato label.label_uf select{
	width: 92px;
}
#form_contato label.label_ddd{
	width: 86px;
}
#form_contato label.label_telefone{
	width: 166px;
	clear: none;
	margin-left: 12px;
}
#form_contato label input{
	border: none;
	background: #421200;
	width: 100%;
	padding: 5px 0;
	padding-left: 5px;
}
#form_contato label select{
	border: none;
	background: #421200;
	width: 100%;
	padding: 5px 0;
	padding-left: 5px;
	width: 270px;
}
#form_contato label textarea{
	border: none;
	background: #421200;
	width: 100%;
	height: 90px;
	padding: 5px 0;
	padding-left: 5px;
}
#form_contato input.bt_cadastrar{
	position: static;
	clear: both;
	margin-left: 191px;
	background: #421200;
	padding-top: 5px;
	padding-bottom: 22px;
}
/*----------------------------------------
	- Localização
---------------------------------------*/
#antes_viajar, #distancias{
	width: 260px;
	padding-right: 0;
}
#antes_viajar p, #distancias p{
	font-size: 11px;
}
#antes_viajar h3, #distancias h3, #mapa h3{	
	font-size: 12px;
}
#mapa{
	width: 270px;
	position: absolute;
	top: 0;
	right: -10px;
}
#mapa a{
	text-decoration: underline;
	position: relative;
	top: 10px;
}
#mapa a.link_impressao{
	margin-left: 63px;
}
/*----------------------------------------
	- Hospedagem
---------------------------------------*/
#hospedagem h4{
	font-size: 12px;
	padding: 0;
}
#hospedagem ul li{
	display: block;
	margin-top: 10px;
	padding-left: 10px;
}
#hospedagem ul li p{
	margin-top: -5px;
}
/*----------------------------------------
	- Turismo
---------------------------------------*/
div.item_turismo{
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 20px;
	background: none;
	clear: both;
	min-height: 135px;
}
div.item_turismo img{
	border: 3px solid #360700;
}
div.item_turismo p{
	position: relative;
	top: 8px;
}
/*----------------------------------------
	- Álbum de Fotos
---------------------------------------*/
#album_bottom{
	position: relative;
}
#album_esq{
	width: 148px;
	padding: 0;
	margin: 0;
	background: none;
	position: absolute;
	top: 0;
	left: -10px;
}
#album_esq h4{
	display: block;
	text-indent: -20000px;
	background: url(../imagens/album_esq_h2.png) left top no-repeat;
	width: 148px;
	height: 36px;
}
#album_esq ul li{
	display: block;
	width: 148px;
	height: 30px;
	margin-top: 1px;
}
#album_esq ul li a{
	display: block;
	width: 131px;
	padding-left: 17px;
	height: 24px;
	padding-top: 6px;
	background: url(../imagens/bt_data.png) left top no-repeat;
	color: #e49c1d;
	font-size: 11px;
}
#album_esq ul li a:hover, #album_esq ul li a.selected{
	background-position: left center;
	color: #351205;
}
#album_esq ul li a.inactive{
	background-position: left bottom;
	color: #85530f;
}
#album_esq a.remover_album{
	display: block;
	width: 148px;
	height: 64px;
	margin-top: 11px;
	background: url(../imagens/bt_retirar.png) left top no-repeat;
	text-indent: -20000px;
}
#album_esq a.remover_album:hover{
	background-position: left bottom;
}
#album_dir *{
	margin: 0;
	padding: 0;
}
#album_dir{
	position: relative;
	left: 17px;
	width: 413px;
	float: right;
	padding: 0;
	margin: 0;
	padding-bottom: 40px;
}
#album_dir h4{
	width: 389px;
	padding-left: 18px;
	height: 24px;
	padding-top: 12px;
	background: url(../imagens/album_dir_h4.png) left top no-repeat;
	color: #c87d17;
	font-size: 11px;
}
#album_dir ul li{
	width: 133px;
	height: 116px;
	margin-top: 4px;
	margin-right: 4px;
	float: left;
}
#album_dir ul li img{
	border: 2px solid #3f0706;
}
#album_dir ul li a.bt_download{
	width: 133px;
	height: 15px;
	display: block;
	background: url(../imagens/bt_download.png) left top no-repeat;
	clear: both;
	text-indent: -20000px;
	position: relative;
	top: 1px;
}
#album_dir ul li a.bt_download:hover{
	background-position: left bottom;
}
/*----------------------------------------
	- Rodapé
---------------------------------------*/
#rodape{
	clear: both;
	height: 223px;
	position: relative;
	top: 3px;
}
/*----------------------------------------
	- Banner Flutuante
---------------------------------------*/
#banner_flutuante{
	width: 309px;
	height: 326px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -155px;
	margin-top: -163px;
	z-index: 30000;
}
#overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	z-index: 20000;
	filter : alpha(opacity=30);
	-moz-opacity : 0.30;
	opacity : 0.30;
}
* html #overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}