/*
Settaggi generali delle pagine del sito
version: 1.0.0
*/
html {
	background:#dc8800;
	color:#000;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:0;
}
b, strong { font-weight:bold; }
i, em { font-style:italic; }
h1, h2, h3, h4, h5, h6 {
	color:#141414;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
}
li {
	list-style:outside;
	list-style-type:square;
}
h1 {
	font-size:26px;
	line-height:26px;
	margin:0 0 7px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}
a:link, a:visited {
	color:#25a;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}
a:active {
	color:#aaa;
	text-decoration:underline;
}
p {
	padding-bottom:20px;
}







/*--------------------------------------------------------------
CONTENITORE GENERALE

questo DIV contiene tutti gli elementi della pagina di contenuto
--------------------------------------------------------------*/
#gltmaincnt {
	width: 980px;
	margin:0 auto;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 20px;
}


/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
/* testata Flash */
#glt_top {
	text-align:center;
	width:942px;
	height:336px;
	margin:0 auto; 
}
#glt_topmenu {
	width:942px;
	height:33px;
	margin:0 auto;
	background: url(http://www.genius-loci.it/grafica/fondo_menu.jpg) no-repeat;
	color: #d05100;
	line-height:32px;
	text-align:center;
	padding-bottom:19px;
}
#glt_topmenu a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #d05100;
}
#glt_topmenu a:hover {
	text-decoration: underline;
}


/*--------------------------------------------------------------
CONTENT

sezione centrale della pagina all'interno della quale è caricato
il contenuto
--------------------------------------------------------------*/
#gltcnt {
	width:942px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding-bottom:30px;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
#gltcnt .mappa {
	background:url(http://www.genius-loci.it/grafica/mappa.jpg) top left no-repeat;
	height: 627px;
	width: 684px;
}
#gltcnt .banner {
	padding-bottom:5px;
}


/*--------------------------------------------------------------
BOTTOM PAGE

chiusura della pagina immediatamente prima del FOOTER
--------------------------------------------------------------*/
#gltbtmpage {
	height:70px;
	background: url(http://www.genius-loci.it/grafica/home_04.jpg) no-repeat;
	font-size: 11px;
	color: #6f3d03;
	line-height: 20px;
	text-align:center;
}
#gltbtmpage a {
	color: #5f1d00;
	text-decoration:none;
}
#gltbtmpage a:hover {
	text-decoration:underline;
}


/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#footer {
	font-size: 11px;
	color: #742f02;
	text-align:center;
	padding:8px 0 20px 0;
	background-color:#dc8800;
}
#footer a {
	color: #5f1d00;
	text-decoration:underline;
}
#footer a:hover {
	color:#330000;
}





/*--------------------------------------------------------------
Proprietà ad uso interno
--------------------------------------------------------------*/
.txtbig {
	font-size:18px;
}
.txtmedium {
	font-size:14px;
}
.txtsmall {
	font-size:9px;
}
.grigio {
	color:#666;
}
.rosso {
	color:#900;
}
.verdino {
	color:#D3E203;
}
.marrone {
	color: #742f02;
}
.hidden {
	display:none;
}
/*--------------------------------------------------------------
tabelle colorate
--------------------------------------------------------------*/
div.quadroverde {
	background-color:#e9fad0;
	border-top:2px solid #aee756;
	border-bottom:2px solid #aee756;
	padding:8px 20px;
}
div.quadrocyan {
	background-color:#e5f6fd;
	border-top:2px solid #7fd7f7;
	border-bottom:2px solid #7fd7f7;
	padding:8px 20px;
}
div.quadrogray {
	background-color: #E4E4E4;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	padding:8px 20px;
}
div.quadrored {
	background-color: #FFDDDD;
	border-top:2px solid #cc0000;
	border-bottom:2px solid #cc0000;
	padding:8px 20px;
}
/*--------------------------------------------------------------
FORM di inserimento
--------------------------------------------------------------*/
input.big {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}
.pulsante {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 6px 8px;
	background: url(http://www.genius-loci.it/grafica/formbg.gif) repeat-x left top;
}
/*--------------------------------------------------------------
DIV per mostrare l'attesa di elaborazione a tutto schermo
--------------------------------------------------------------*/
#attesa {
	display:none;
	left:0;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
	z-index:100;
}
/*--------------------------------------------------------------
PAGINA contact.php
--------------------------------------------------------------*/
#mailko, #mailok{
	display:none;
	height:200px;
	background-color:#F8EDC0;
	padding:15px;
	border:1px dashed #666;
}

#tablecontact1 td, #tablecontact2 td, #tablecontact3 td{
	margin:5px;
	padding:5px;
}
.required{
	font-weight:bold;
	color:#dc8800;
}
.contactcontainers{
	text-align:left; 
	width:700px; 
	margin:10px auto 0 auto;
	
}
/*--------------------------------------------------------------
TOUR DETAILS - pagina single.php e plugin custom
--------------------------------------------------------------*/
.topdetailscnt{
	width:684px;
	border-bottom:10px solid #d05100;
	margin-bottom:20px;
}
.topdetailstitle{		
	min-height:35px;
	background:url(../../grafica/topdetailshead.jpg);
	/*background:#d05100;*/
	margin:0px auto 0px auto;
}
.texttitle{
	color:#FFF;	
	font-size:18px;
	height:18px;
	margin:0px 5px 0px 10px;
	line-height:35px;	
}
.topdetailsfeatures{
	background:#fae39d;	
	min-height:239px;
	margin-top:0px;
}
.topdetailsfotocnt{
	width:300px;
	margin:auto;
}
.topdetailsactive{ font-size:12px; text-align:left; width:100px; }
.topdetailscomfort{ font-size:12px; text-align:left; width:100px; }

.topdetailsdays{ margin:15px 0 0 5px; font-size:12px }
.topdetailsprezzo{ font-size:18px; margin:15px 0 0 5px}
.topdetailstagicon{margin:0 5px 0 0;}

.topdetailsbooknow{ margin:10px 10px 0 5px; width:75px}
.topdetailspdf{ margin:10px 0 0 5px;}

#tbtopdetailsfeaturescnt td {margin:0; padding:0px;}

/*--------------------------------------------------------------
CUSTOM GALLERY - pagina single.php e plugin custom
--------------------------------------------------------------*/

#pdcntgallery{width:650px;margin-top:15px;}
.pdcntimg{width:160px; height:160px; float:left}

/*--------------------------------------------------------------
CUSTOM DATES & PRICES - pagina single.php e plugin custom
--------------------------------------------------------------*/
.datespricescnt{
	width:650px;
	margin:30px auto 0 auto;	
}

.datespricesdays{	
	margin-bottom:10px;
	margin-left:5px;
	font-weight:bold;
	font-size:16px;
	width:300px;
}

.tbdatesprices{
	width:650px;
	background:#333;
	font-size:12px;
}

.tbdatesprices th{
	font-weight:bold;
	background:#d05100;
	color:#FFF;
	padding:2px;
	margin:1px;
	font-size:11px;
}

.tbdatesprices td{	
	background:#FFF;
	color:#333;
	margin:1px;
	padding:2px;
	border-bottom:1px dashed #333;
}

.tbdatesprices tr{				
	border-left:1px dashed #333;
	border-right:1px dashed #333;
}

.tbdatesprices thead tr{	
	border:1px solid #333;
}


/*AVAILABILITY*/

#tblegendaicone{
	width:650px;	
	font-size:12px;	
}

#tblegendaicone td{	
	background:#FFF;
	color:#333;
	margin:1px;
	padding:3px;
}

#availabilitytitle
{
	font-size:16px;
	font-weight:bold;
	margin:20px 0 20px 0;
}

#availabilityicone{
	width:650px;
	margin:20px auto 0 auto;
}

#availabilitynote
{
	width:600px;
	margin:20px auto 0 auto;
}

#availabilitylist
{
	list-style:circle;
}
.datespricesbooknow
{
	font-size:10px;
	font-weight:bold;
	color:#2255aa;
}
.datespricesemailus
{
	font-size:10px;
	font-weight:bold;
	color:#e06a24;
}

.dysprice{
	padding-bottom:3px;	
	padding-top:3px;	
}