/* CSS Document Cantina Zinhani*/

/*DEIXAR O SITE COLADO NO TOPO*/
*{
	margin:0;
	padding:0;
}

/*ALINHAR O SITE NO CENTRO*/
.centro{
	margin: 0 auto;
	text-align: center;
}

/*FUNDO DO SITE*/
body{
	background:url(imagens/bg_1.jpg) no-repeat center top;
}
html{
	background:url(imagens/bg_2.jpg) repeat;
}
.rodape{
	background:url(imagens/bg_3.jpg) no-repeat center bottom;
}

/*FUNDO CONTEUDO*/
.topo_fundo_conteudo{
	background:url(imagens/topo_fundo_conteudo.jpg) no-repeat center top; width:756px; height:40px;
}
.meio_fundo_conteudo{
	background:url(imagens/meio_fundo_conteudo.jpg) repeat-y center; width:756px;
}
.rodape_fundo_conteudo{
	background:url(imagens/rodape_fundo_conteudo.jpg) no-repeat center top; width:756px; height:36px;
}

.fundo_news{
	background:url(imagens/fundo_news.jpg) no-repeat right top; width:215px; height:122px;
}

.fundo_sobre_index{
	background:url(imagens/fundo_sobre_index.jpg) no-repeat left; width:481px; height:188px;
}

.fundo_dicas_sugestoes{
	 background:url(imagens/fundo_dicas_segestoes.jpg) no-repeat center top; width:289px; height:160px;
}
.fundo_dicas_sugestoes_interna{
	 background:url(imagens/fundo_dicas_sujestoes_int.jpg) no-repeat center top; width:770px; height:333px;
}

.fundo_cada_foto{
	 background:url(imagens/fundo_cada_foto.jpg) no-repeat left top; width:112px; height:117px;
	 padding:0;
}
.alinha_cada_foto{
	margin:18px 0 0 12px; width:80px; height:60px;
}

/*Alinha dicas sugestoes*/
.alinha_descricao_sugestoes{
	margin:13px 34px 0 30px;
}

.alinha_descricao_sugestoes_interna{
	margin-top:15px;
	width:300px;
}

.marcador_alinha_descricao_sugestoes_interna{
	margin:15px 0 0 40px;
}

/*FORMATACAO NEWS*/
.fundo_news input{
	background:transparent; border:0; cursor:text; 
	width:175px; height:16px; font-family:Arial; font-size:11px; color:#8B7E68;
}

/*FONTES PARA CONTEUDO DO SITE*/
/*texto news*/
.texto_news{
	font-family:Arial; font-size:11px; color:#2C2121; text-decoration:none; text-align:justify;
}

/*Menu rodape*/
.texto_rodape {
	font-family:Arial; color:#7F7E7E; font-size:10px; text-align:justify; line-height:16px;
}
.texto_rodape a{
	font-family:Arial; color:#7F7E7E; font-size:10px; text-decoration:none;
}
.texto_rodape a:hover{
	font-family:Arial; color:#555555; font-size:10px; text-decoration:underline;
}

/*texto marrom*/
.texto_marrom {
	font-family:Arial; color:#555555; font-size:11px; text-align:justify;
}
.texto_marrom a{
	font-family:Arial; color:#555555; font-size:11px; text-decoration:none;
}
.texto_marrom a:hover{
	font-family:Arial; color:#555555; font-size:11px; text-decoration:underline;
}

/*texto vermelho*/
.texto_vermelho{
	font-family:Arial; font-size:11px; color:#B21730; text-decoration:none; text-align:justify;
}
.texto_vermelho a{
	font-family:Arial; font-size:11px; color:#B21730; text-decoration:none;
}
.texto_vermelho a:hover{
	font-family:Arial; font-size:11px; color:#B21730; text-decoration:underline;
}

/*texto branco*/
.texto_branco{
	font-family:Arial; font-size:11px; color:#FFFFFF; text-decoration:none; text-align:justify;
}
.texto_branco a{
	font-family:Arial; font-size:11px; color:#FFFFFF; text-decoration:none;
}
.texto_branco a:hover{
	font-family:Arial; font-size:11px; color:#FFFFFF; text-decoration:underline;
}


/*propriedades para os inputs, select e textarea*/
.formulario input{
	margin:2px 0 2px 5px;
	font-family:Arial; font-size:11px; color:#555555;
	border:1px solid #969080;
	background:url(imagens/fundo_contato.jpg) repeat;
}
.formulario select{
	margin:2px 0 2px 5px;
	font-family:Arial; font-size:11px; color:#555555;
	border:1px solid #969080;
	background:url(imagens/fundo_contato.jpg) repeat;
}
.formulario textarea{
	margin:2px 0 2px 5px;
	font-family:Arial; font-size:11px; color:#555555;
	border:1px solid #969080;
	background:url(imagens/fundo_contato.jpg) repeat;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*javascript*/
/*********/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	/*background-color: #fff;*/
	background:url(imagens/bg_indique_amigo.jpg);
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox2.03.3/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(imagens/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imagens/nextlabel.gif) right 100% no-repeat; }


#imageDataContainer{
	font: 10px verdana, arial, tahoma, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
