/*
Theme Name: Baia dos Golfinhos
*/

@import url("css/menu.css");
@import url("css/galeria.css");
@import url("css/tooltip.css");

*, html, body {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	line-height: 100%;
}
body {
	height: 100%;
	padding: 0;
	font-family: Helvetica;
	background: url("img/bg.jpg");
}
#wrp {
	overflow: hidden;
	background: url("img/content.jpg") repeat-y center;
}
#bg {
	background: url("img/topo.jpg") no-repeat center top;
}
#header {
  height: 306px;
}

#header h1 {
	width: 310px;
	height: 280px;
	margin: 0 auto;
}
#header h1 a {
	width: 310px;
	height: 290px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#header p {
	text-indent: -9999px;
}
/*Content*/
#content {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}
#content p {
	color: #444;
	font-size: 13px;
	line-height: 150%;
	margin: 0 40px 20px 40px;
}
#content h2.main {
	color: #1b4d7b;
	padding: 0 30px 0 40px ;
	font: 30px "Arial Narrow", Arial, Sans-Serif;
}
#content h3 {
	color: #000;
	padding: 0 30px 10px 40px ;
	font: 22px "Arial Narrow";
}
#content ul, #content ol {
	margin: 0 0 15px 60px;
}
#content li {
	color: #444;
	line-height: 150%;
	font-size: 13px;
}
/*Home*/
#home .fotos {
	margin-left: 40px;
}
#home .fotos a {
	float: left;
	width: 200px;
	height: 138px;
	display: block;
	margin: 0 13px 0 0 ;
	border: 5px solid #654900;
}
/*intNav*/
#intNav {
	width: 200px;
	float: right;
	display: inline;
	padding: 0 20px;
	margin: 0 40px 0 20px;
	background: #fff;
}
#intNav h3 {
	color: #1B4D7B;
	font-size: 25px;
	padding: 10px 0 10px 0;
}
#intNav ul li {
	display: inline;
}
#intNav a {
	width: 200px;
	color: #666;
	display: block;
	font-size: 15px;
	margin: 0 0 20px 0;
	text-decoration: none;
}
#intNav a strong {
	display: block;
	padding: 5px 0 0 0;
}
#intNav a:hover {
	color: #000;
}
/*Pages*/
#pages .floatleft {
	float: left;
	overflow: hidden;
	margin: 0  10px 0 0;
	border: 3px solid #fff;
}
#pages .floatright {
	float: right;
	overflow: hidden;
	margin: 0 0 0 10px ;
	border: 3px solid #fff;
}

/*Locacoes*/
#pages .locImgBig {
	width: 590px;
	border: 10px solid #fff;
}
#pages .gallLoc {
	width: 610px;
	margin: 0 0 0 40px ;
}
#pages .gallLoc .galeria {
	margin:0;
}




/*Mapa*/
#pages #map {
	width: 875px;
	height: 450px;
}
#pages .moldura {
	width: 875px;
	height: 450px;
	margin: 0 0 20px 40px;
	background: #fff;
	border: 10px solid #fff;
}
/*Voltar*/
#pages .voltar a {
	color: #1b4d7b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

/*Form*/
#pages button, #pages label {
	cursor: pointer;
}
#pages .contato {
	float: left ;
	width: 500px;
	display: inline;
	padding: 20px 0;
	margin: 0 20px 0 40px ;
	background: url("img/bgform.jpg");
}
#pages .contato p {
	margin: 0;
	padding: 0 20px;
}
#pages .contato label {
	display: block;
	padding: 0 0 3px 0;
}
#pages .contato textarea, #pages .contato input.text {
	color: #555;
	width: 450px;
	padding: 6px 4px;
	font-size: 14px;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #ddd;
	border-left: 3px solid #999;
	font-family: Helvetica, Tahoma, Arial, Sans-serif;
}
#pages .contato textarea {
	height: 90px;
	overflow: auto;
}
#pages .contato button {
	display: block;
	width: 100px;
	height: 23px;
	cursor: pointer;
	margin: 10px 0 0 0;
	text-indent: -999px;
	background: url("img/enviar.png");
}

/* Comuns */
.clear {
	clear: both;
}


/*Footer*/
#footer {
	clear: both;
	overflow: hidden;
	text-align: center;
	background: url("img/footer.jpg") no-repeat bottom center;
}
#footer .inner {
	width: 960px;
	height: 615px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 57px;
	background: url("img/baia.jpg") no-repeat top left;
}

#footer .inner .parceiros {
	background: #D3CBA6;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}

#footer .inner .parceiros a {
	color: #000;
}

#footer .inner .parceiros a:hover {
	text-decoration: none;
}

#footer .inner .parceiros #guia-catarina {
	float: left;
	margin: 10px 0 0 30px;
}

#footer .inner .parceiros #dev {
	float: right;
	margin: 10px 30px 0 0;
}



