/* Base Styles



----------------------------------------------- */
html{
   margin: 0;
   padding: 0;
   background-color: #000;
}

body {
   text-align: left;
   padding: 0;
   margin: 0; /*font-family: Arial, Helvetica, sans-serif; Verdana, Geneva, */
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 1em;
   font-weight: normal;
   color: #000;
}

acronym, abbr 	{ cursor: help;	}

img {  
   border: 0 none;
   margin:0;
   padding:0;
}
img.titolo{
    margin: 0 0 10px 0;
 }

/*a:link { background-color: inherit; color: #595959; text-decoration: none;}
a:visited { background-color: inherit; color: #595959; text-decoration: none;}
a:active { background-color: inherit; color: #595959; text-decoration: none;}
a:hover {  background-color: inherit; color: #000; text-decoration:underline;}*/


/*input[type="text"] { line-height: normal; border: #C1C1C1 solid 1px;}*/

#map{
	font-size:0.6em;
	color:#000;
	margin-top:15px;
	width:620px;
	height:350px;
	border:1px solid #D6DADB;
}

p{
   font-size: 0.7em;
   line-height:normal;
   padding: 0;
   margin: 0;
   color:#000;
}

h1,
h2{
   padding: 0;
   margin: 0 0 20px 0;
   font-size: 1.5em;
   line-height: normal;
   font-weight:bold;
   text-align: left;
   color:#000;
}
h2{
   font-size: 1em;
   color:#818181;
}


/* classi generiche 



---------------------------------------------------------------------*/
#centrato {
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
}

#header{
   width: 1000px;
   /*height: 260px;*/
   height: 200px;
   background: #F4F4F4;
}
#corpo {
   width: 1000px;
   float: left;
}

#footer {
   width: 1000px;
   clear: left;
   background: #DFDDDD;
   border-top:1px solid #000;
   padding:0;
   margin:0;
   min-height:191px;
   height:auto!important;
   height: 191px;
}

.nofloat {
   clear: both;
}


/* ================================================

   *** inizio formattazione box header

================================================ */

#header .colonna01_header, #header .colonna02_header{
   /*height: 260px;*/
   height: 200px;
   margin: 0;
   padding: 0;
   float: left;
}
#header .colonna01_header{
   width: 240px;
   background: url(../img/header_sfondo01.jpg) no-repeat left -60px;
}
#header .colonna02_header{
   width: 760px;
}


.riga01_header, .riga02_header, .riga03_header{
   width: 690px;
   /*margin: 0 70px 0 0;*/
   /*margin: 0 10px 0 0;*/
   padding: 0;
}
.riga01_header{
   /*height: 95px;*/
   height: 35px;
}
.riga02_header{
   height: 120px;
   background: #fff;
   margin: 0;
}
.riga03_header{
   height: 35px;
   background: url(../img/menu_header_sfondo.gif) repeat-x left top;
   padding: 10px 0 0 0;
}

/* ================================================

   fine formattazione box header

================================================ */



/* ================================================

   *** inizio formattazione listato menu riga01_header

================================================ */

ul.top {
   margin: 0;
   border: 0 none;
   padding: 10px 0 0 0;
   list-style: none; 
   float:right;
}
ul.top li{
   padding: 0;
   float: left;
   margin: 0 1em 0 0;
   height: 11px;
   width:13px;
   display:block;
}
ul.top li a:link,
ul.top li a:visited{
   font-size: 0.7em;
   color: #000;
   font-weight: normal;
   text-decoration: underline;
   height:11px;
   display:block;
}
ul.top li a:hover,
ul.top li a:focus,
ul.top li a:active{
	text-decoration: none;
   background-position: 0 0;
}

ul.top li.home_top, ul.top li.home_top a{
   background: transparent url(../img/icona_home.gif) no-repeat 0 0;
}

ul.top li.contatti_top, ul.top li.contatti_top a{
   background: transparent url(../img/icona_contatti.gif) no-repeat 0 0;
}

ul.top li span,
ul.top li a span{
	display:none;
}

/* ================================================

   *** fine formattazione listato menu riga01_header

================================================ */



/* ================================================

   *** inizio formattazione listato menu riga03_header

================================================ */

ul.header {
   margin: 0 0 0 10px;
   border: 0 none;
   padding: 0;
   list-style: none; 
   /*height: 30px;*/
}

ul.header li, ul.header li.attivo {
   padding: 0 10px 0 10px;
   float: left;
   margin: 0;
   border-right:1px solid #ccc;
   font-weight:bold;
   font-size:0.7em;
   color:#000;
}
ul.header li a:link,
ul.header li a:visited{
   color:#000;
   text-decoration: underline;
   font-weight:normal;
}
ul.header li a:hover,
ul.header li a:focus,
ul.header li a:active{
	text-decoration: none;
}

/* ================================================

   *** fine formattazione listato menu riga03_header

================================================ */



/* ================================================

   *** inizio formattazione listato menu istituzionale

================================================ */

ul.istituzionale {
   margin: 80px 0 0 0;
   border: 0 none;
   padding: 0;
   list-style: none;
   float: right;
}
ul.istituzionale li, ul.istituzionale li.attivo {
   margin: 0 0 1px 0;
   padding: 5px;
   width: 124px;
   background: url(../img/sf_menu_istituzionale.gif) repeat-y 0 0;
   text-align: left;
   font-size: 0.9em;
   font-weight:bold;
   color:#000;
}
ul.istituzionale li a:link,
ul.istituzionale li a:visited{
   text-decoration: underline;
   font-weight:normal;
   color:#000;
}
ul.istituzionale li a:hover,
ul.istituzionale li a:focus,
ul.istituzionale li a:active{
	text-decoration: none;
}

/* ================================================

   *** fine formattazione listato menu istituzionale

================================================ */



/* ================================================

   *** inizio formattazione box corpo

================================================ */

#corpo .colonna01_corpo, #corpo .colonna02_corpo{
   margin: 0;
   float: left;
   min-height:210px;
   height:auto!important;
   height:210px;
}
#corpo .colonna01_corpo{
   width: 240px;
   padding: 0; 
   background: #000 url(../img/corpo_sfondo_sx.gif) no-repeat left top;
}
#corpo .colonna02_corpo{
   width: 690px;
   padding:0 70px 20px 0;
   background: #F4F4F4;
}

.colonna02_corpo .colonna01, .colonna02_corpo .colonna02,
.colonna02_corpo .colonna01_interna, .colonna02_corpo .colonna02_interna{
   float:left;
}
.colonna02_corpo .colonna01{
   width: 280px!important;
   width: 260px;
   margin: 50px 20px 0 20px;
}
.colonna02_corpo .colonna02{
   width: 370px;
   margin: 0;
}

/* ================================================

   fine formattazione box corpo

================================================ */



/* ================================================

   *** inizio formattazione listato gallery

================================================ */

ul.gallery {
   margin: 0;
   border: 0 none;
   padding: 0;
   list-style: none;
}
ul.gallery li {
   margin: 0 10px 10px 0!important;
   margin: 0 5px 5px 0;
   padding: 0;
   width: 155px;
   height:108px;
   float:left;
}
ul.gallery li a:link,
ul.gallery li a:visited{
   text-decoration: underline;
   color:#000;
}
ul.gallery li a:hover,
ul.gallery li a:focus,
ul.gallery li a:active{
	text-decoration: none;
}

/* ================================================

   *** fine formattazione listato gallery

================================================ */



/* ================================================

   *** inizio formattazione box corpo pagina interna

================================================ */

.colonna02_corpo .colonna01_interna{
   width: 450px!important;
   width: 430px;
   margin: 30px 20px 0 20px;
}
.colonna02_corpo .colonna02_interna{
   width: 200px;
   margin: 30px 0 0 0;
}

.colonna02_corpo .colonna01_interna_totale{
   width: 660px!important;
   width: 640px;
   margin: 30px 10px 0 20px;
}

.colonna02_corpo .colonna01_interna p,  .colonna01_interna_totale p{
   margin-top: 1em;
   text-align: justify;
}

/* ================================================

   *** inizio formattazione box corpo pagina interna

================================================ */



/* ================================================

   *** inizio formattazione box footer

================================================ */

.colonna01_bottom, .colonna02_bottom{
   width: 500px;
   margin: 0;
   padding: 0;
   float: left;
   min-height:191px;
   height:auto!important;
   height: 191px;
}
.colonna01_bottom{
   background: #DFDDDD url(../img/sf_bottom01.gif) no-repeat right top;
}
.colonna02_bottom{
   background: #000 url(../img/sf_bottom02.jpg) no-repeat left top;
}

.colonna01_bottom p{
	margin: 30px 10px 0 110px;
}

.colonna01_bottom p a:link,
.colonna01_bottom p a:visited{
	color:#000;
   text-decoration:underline;
}
.colonna01_bottom p a:hover,
.colonna01_bottom p a:focus,
.colonna01_bottom p a:active{
	color:#ff0000;
   text-decoration:none;
}

/* ================================================

   fine formattazione box footer

================================================ */



/* ================================================

   inizio formattazione box form contattaci

================================================ */

form{
	width:100%;
	padding:5px 0;
	margin:0;
	font-size:0.6em;
}

form fieldset{
   float: left;
   width:100%!important;
   width: auto;
   margin: 1em 0;
   padding: 0 1em;
   border: 1px solid #777b7c;
}
form fieldset.modulo{
	border: 0 none;
}

form fieldset input{
	padding: 3px;
	/*background: #9c9d9f;*/
	background: #ccc;
	/*text-transform: lowercase;*/
	border:0 none;
	font-size:1.2em;
}
form fieldset input.privacy{
	padding: 3px;
	/*background: #9c9d9f;*/
	background: #ccc;
	/*text-transform: lowercase;*/
	border:0 none;
	font-size:1.2em;
   float:left;
}
form fieldset textarea{
	padding: 3px;
	/*background: #9c9d9f;*/
	background: #ccc;
	/*text-transform: lowercase;*/
	border: 0 none;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.1em;
}

form legend{
	font-weight: bold;
	color: #fff;
	/*background: #9c9d9f;*/
	background: #ccc;
	padding: 5px 20px 5px 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
form b{
	color:#F00
}
form fieldset p{
   padding: 5px;
   font-size: 1em; /*  Luca - Maggio 2009 */
   text-align: left; /*  Luca - Maggio 2009 */
}
form fieldset div{
	float:left;
	width:100%;
   padding: 5px 0 5px;
}

form label{
	float: left;
	width: 80px;
	display: inline;
	margin-left: 5px;
	line-height: 23px;
}

form .privacy{
	font-weight: normal;
	padding: 5px;
	width: 600px;
	border: 1px solid #ccc;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	background: #ddd;
	height:150px;
	overflow: auto;
   margin-bottom: 10px;
   min-height:200px;
   height: 200px;
}

fieldset p a:link,
fieldset p a:visited{
	color: #000;
	text-decoration: underline;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
}
fieldset p a:hover,
fieldset p a:focus,
fieldset p a:active{
	color: #000;
	text-decoration: none;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
}

input#go{
	margin-right: 3px;
	cursor: pointer;
	padding: 3px;
	background-color: #ddd;
	border: 1px solid #777b7c;
	font-size:1em;
}

/* ================================================

   fine formattazione box form contattaci

================================================ */





/* galleria ---------------------------------------------------------------------*/



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 20%; 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%; /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left}
#nextLink { right: 0; float: right}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, 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; outline: none;}	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* ******************  printing  ************** */



@media print {

   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff000; color: #000; border-color: #000; border-width: 1px; }
   a.navlink, a.bannerLink     { font-weight: normal }
	#testata, #intestazione, #menusin {
		visibility: hidden;

	}
}



/* ******************  speech  ************** */


@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
  h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }

}
