* { padding: 0; margin: 0;
}

html,body 
{
	height:100%;	
}


body 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#282828;
	background-image:url(images/sfondo.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#b7b7b7;
	font-size : 80%; /* 76% = 12 px - 62.5%=10px - 100.01% = 16 px */
}

/* ------------------------------------------------------------- STRUTTURA ------------- */

#wrapper { 
	margin: 0 auto;
	width: 960px;
	/*border:1px solid #FCF;*/
}

#corpo { 
	min-height: 350px;
	width: 960px;
}

#header {
	width: 960px;
	height:80px;
	overflow:hidden;
	background-image:url(images/header_sfondo.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#footer 
{	 
	clear: both; 
	width: 960px;
	height:160px;
	overflow:hidden;
	background-color:#000;
}

.titolocontainer
{
	width:960px;
	overflow:hidden;
	height:60px;
	margin-bottom:0px;
	margin-top:2px;
}

.titolocontainer .titolodestro
{
	width:135px;
	height:60px;
	background-image:url(images/titolo_tab.png);
	background-position:center;
	background-repeat:no-repeat;
	float:right;
}
.titolocontainer .titolodestro p
{
	margin:auto auto;
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	padding-top:10px;
}
	
.clear
{
	clear:both;
}

.titolocontainer .titolosinistro
{
	width:780px;
	height:60px;
	margin:auto auto;
	float:left;
	padding-left:25px;
}



.fotografia
{
	height:auto;
	width:960px;
	margin:0 auto;
	display:block;
	margin-top:10px;
	margin-bottom:0;
}


.colonnehomecontainer
{
	height:auto;
	width:960px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	margin-top:25px;
	margin-bottom:25px;
}

.colonnahome
{
	width:288px;
	margin-left:15px;
	margin-right:10px;
	float:left;
	height:auto;
	overflow:hidden;
}


.tabsottohomepage
{
	height:auto;
	width:960px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:15px;
	border:2px solid #000;
	border-top:none;
	margin-top:-8px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
}

.tabsottohomepage .tabhomepagecontainer
{
	height:auto;
	width:930px;
	padding-top:15px;
	padding-bottom:15px;
	margin:0 auto;
	display:block;
}
.tabsottohomepage .tabhomepagecontainer .tabhomepagedescrizione /* descr sotto la foto */
{
	height:auto;
	width:674px;
	float: left;
	margin-right:25px;
	overflow:hidden;
}
.tabsottohomepage .tabhomepagecontainer .tabhomepagefirma /* immagine firma sotto la foto */
{
	
	width:200px;
	float: right;
	text-align:right;
	overflow:hidden;
}




.tabsotto
{
	height:85px;
	width:960px;
	margin:0 auto;
	display:block;
	margin-top:0;
	background-image:url(images/foto_sfondo.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.tabcontainer
{
	height:35px;
	width:890px;
	padding-top:15px;
	margin:0 auto;
	display:block;
	margin-top:0;
}
.tabcontainer .tabsx /* frecce indietro */
{
	height:30px;
	width:30px;
	float:left;
	overflow:hidden;
	margin-top:2px;
	
}

.tabcontainer .tabsx a /* frecce indietro rollover */
{
	background-image:url(images/tabsx_off.jpg);
	width:30px;
	height:30px;
	display:block;
}
.tabcontainer .tabsx a:hover
{
	background-image:url(images/tabsx_on.jpg);
	width:30px;
	height:30px;
	display:block;
	text-decoration:none;
}
.tabcontainer .tabdx a /* frecce avanti rollover */
{
	background-image:url(images/tabdx_off.jpg);
	width:30px;
	height:30px;
	display:block;
}
.tabcontainer .tabdx a:hover
{
	background-image:url(images/tabdx_on.jpg);
	width:30px;
	height:30px;
	display:block;
	text-decoration:none;
}

.tabcontainer .tabtitolo /* titolo sotto la foto */
{
	height:30px;
	width:600px;
	float: left;
	margin-left:7px;
	margin-top:7px;
	overflow:hidden;
}
.tabcontainer .tabfirma /* immagine firma sotto la foto */
{
	height:35px;
	width:200px;
	float: left;
	margin-left:7px;
	text-align:center;
	overflow:hidden;
}
.tabcontainer .tabdx /* frecce avanti */
{
	height:30px;
	width:30px;
	float: left;
	margin-left:7px;
	overflow:hidden;
	margin-top:2px;
}


.tabsottoverticale
{
	height:85px;
	width:960px;
	margin:0 auto;
	display:block;
	margin-top:0;
	margin-bottom:10px;
	background-image:url(images/foto_sfondo_vert.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.tabsottoverticale .tabcontainer .tabdx a /* frecce avanti rollover versione VERT */
{
	background-image:url(images/tabdx_off.jpg);
	margin-top:3px;
	width:30px;
	height:30px;
	display:block;
}
.tabsottoverticale .tabcontainer .tabtitolo /* titolo sotto la foto */
{
	height:30px;
	width:600px;
	float: left;
	margin-left:15px;
	margin-top:15px;
	overflow:hidden;
}

.descrizione
{
	height:auto;
	min-height:65px;
	width:910px;
	margin:0 auto;
	display:block;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:33px;
	overflow:hidden;
	font-size: 1.2em;
}

.avantiindietro
{
	margin:0 auto;
	width:550px;
	overflow:hidden;
	display:block;
	text-align:center;
}




.penultima
{
	height:auto;
	min-height:115px;
	width:960px;
	margin:0 auto;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	border:2px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:15px;
	
}


.penultimafoto
{
	width:160px;
	height:auto;
	float:left;
	overflow:hidden;
	padding-left:15px;
}
.penultimadati
{
	width:760px;
	height:auto;
	float:left;
	overflow:hidden;
	padding-left:15px;
	padding-bottom:10px;
}


.tabluoghi
{
	height:auto;
	width:960px;
	margin:0 auto;
	display:block;
	margin-top:30px;
	margin-bottom:15px;
	padding:15px;
	border:2px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow:hidden;
}

.tabdati
{
	height:auto;
	min-height:115px;
	width:960px;
	margin:0 auto;
	display:block;
	margin-top:30px;
	margin-bottom:15px;
	border:2px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow:hidden;
}
.tabdati p.centrato
{
	margin:15px;
	text-align:center;
	padding:5px;
}



.tabdati .boxnumerofoto .contenuto
{
	width:115px;
	margin:0 auto;
	padding-top:12px;
	padding-bottom:15px;
	overflow:hidden;
	display:block;
	text-align:center;
}

.tabdati .boxnumerofoto
{
	width:135px;
	min-height:117px;
	height:auto;
	background-color:#000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left:25px;
	float:left;
}


.tabdati .boxdati
{
	width:760px;
	height:auto;
	min-height:115px;
	margin-left:20px;
	float:left;
}
.tabdati .boxdati .boxdaticolonnauno /* data e dati scatto*/
{
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
	display:block;
	width:110px;
	height:auto;
	float:left;
}
.tabdati .boxdati .boxdaticolonnadue /* key luoghi ecc*/
{
	padding-top:15px;
	padding-bottom:15px;
	margin-left:20px;
	overflow:hidden;
	display:block;
	width:500px;
	height:auto;
	float:left;
}
.tabdati .boxdati .boxdaticolonnatre /* firma in img*/
{
	padding-top:15px;
	padding-bottom:15px;
	margin-left:20px;
	overflow:hidden;
	display:block;
	width:90px;
	height:auto;
	float:left;
	text-align:center;
}

.tabdatiserie
{
	height:auto;
	width:960px;
	margin:0 auto;
	display:block;
	margin-top:30px;
	margin-bottom:15px;
	border:2px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow:hidden;
}
.tabdatiseriegiallo
{
	height:auto;
	width:960px;
	margin:0 auto;
	display:block;
	margin-top:30px;
	margin-bottom:15px;
	border:2px solid #db9500;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow:hidden;
}

.boxdatiserie
{
	width:720px;
	height:auto;
	margin-right:20px;
	float:right;
	overflow:hidden;
	display:block;
}
.boxanteprimafoto /* anteprima foto elenco serie */
{
	width:165px;
	height:165px;
	background-color:#f4f4f4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px solid #000;
	margin:10px 25px 10px 25px;
	overflow:hidden;
	display:block;
	float:left;
	
	-webkit-box-shadow: #000 2px 5px 5px;
  	-moz-box-shadow: #000 2px 5px 5px; 
}
.boxanteprimafoto img  /* anteprima foto elenco serie */
{
	margin:10px;
	border:1px solid #666;
	
}

.boxdatiserie .boxdatiserieuno /* per serie */
{
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
	display:block;
	width:500px;
	margin-right:10px;
	height:auto;
	float:left;
}
.boxdatiserie .boxdatiserieunolarge /* per serie, descrizione serie larga */
{
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
	display:block;
	width:670px;
	margin-right:10px;
	height:auto;
	float:left;
}
.boxdatiserie .boxdatiseriedue /* per serie*/
{
	padding-top:15px;
	padding-bottom:15px;
	margin-left:20px;
	overflow:hidden;
	display:block;
	width:80px;
	height:auto;
	float:left;
}
.boxdatiserie .boxdatiserietre /* per serie firma in img*/
{
	padding-top:15px;
	padding-bottom:15px;
	margin-left:20px;
	overflow:hidden;
	display:block;
	width:80px;
	height:auto;
	float:left;
	text-align:center;
}


.tabelencofotoserie
{
	height:auto;
	width:800px;
	margin:0 auto;
	display:block;
	margin-top:15px;
	margin-bottom:30px;
	padding:15px;
}


.tablinkserie
{
	height:auto;
	width:550px;
	margin:0 auto;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #db9500;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:15px;
	overflow:hidden;
}


.footercontainer
{
	height:80px;
	width:890px;
	margin:0 auto;
	margin-top:0px;
	overflow:hidden;

}

.footercontainer .footersx
{
	float:left;
	overflow:hidden;
	width:200px;
	height:80px;
	
}

.footercontainer .footercentro
{
	float:left;
	overflow:hidden;
	width:440px;
	height:80px;	
}
.footercontainer .footercentro .centrocolonna
{
	width:100px;
	float:left;
	margin-right:15px;
	overflow:hidden;
}

.footercontainer .footerdx
{
	float:left;
	overflow:hidden;
	width:240px;
	height:80px;
	text-align:right;
}

.headersx { /* per il logo */
	width: 250px;
	float:left;
	height:78px;
	overflow:hidden;
}
.headerdx { /* per il menu */
	width: 680px;
	float:right;
	height:78px;
	overflow:hidden;
}

.invisibile
{
	display:none;
}




/* ------------------------------------------------------------- TESTI ------------- */

h1{font-size: 2.2em; font-weight:500; display:inline;}
h2{font-size: 1.9em;line-height: 1; font-weight:600; display:inline;}
h3{font-size: 1.4em;line-height: 1; font-weight:500; display:inline; }
h4{font-size: 1.2em;line-height: 1.1111;font-weight:500; display:inline;}
h5{font-size: 1em;line-height: 1.5;font-weight:300; display:inline;}
h6{font-size: 0.8em; font-weight:200; display:inline;}


.bianco
{	color:#FFFFFF;}

.chiaro
{	color:#f6f6f6:}

.verde
{	color:#819827;}

.nero
{	color:#000000;}

.grigiofondo
{	color:#282828;}

.grigiotab
{	color:#9f9e9e;}

.grigio
{	color:#b7b7b7;}

.bordofoto
{	color:#f4f4f4;}

.arancio
{	color:#db9500;}

.aranciovivo
{	color:#ffb400;}

.spostato30
{
	margin-left:30px;
}

/* ----------------------------------------------------- TESTI - LINKS ------- */


a 
{
	text-decoration: none;
	color: #db9500;
	font-weight:500;
}
a:xara {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#ffb400;
}
address {
	font-style:normal;
}


/* --------------------------------------- MENU vari, liste tasti ecc -------- */

.centrocolonna ul
{
	list-style:none;
	font-size:11px;
}
.centrocolonna ul li
{
	margin-bottom:4px;
}



#menuprincipale
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #db9500;
	font-size:14px;
	text-align:right;
	margin-top:50px;
}

#menuprincipale ul, #menuprincipale li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menuprincipale a:link, #menuprincipale a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
}

#menuprincipale a:link#current, #menuprincipale a:visited#current, #menuprincipale a:hover
{
	border-bottom: 4px solid #ffb400;
	padding-bottom: 2px;
	background: transparent;
	color: #ffb400;
}

#menuprincipale a:hover { color: #ffb400; }


/* ------------------------------------------------------------- TABELLE ------------- */




/* ----------------------------------------------------- IMMAGINI ------------ */

img.cornice
{
	background-color:#f4f4f4;
	border:2px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:15px;
	margin:0 auto;
	display:block;
}

img.corniceprimapagina
{
	background-color:#f4f4f4;
	border:2px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:15px;
	margin:0 auto;
	display:block;
	-webkit-box-shadow: #000 2px 2px 13px;
  	-moz-box-shadow: #000 2px 2px 13px;
}

img.ombra
{
	-webkit-box-shadow: #000 2px 2px 13px;
  	-moz-box-shadow: #000 2px 2px 13px;
	margin-bottom:10px;
	border:1px solid #000;
}

.colonnahome img
{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	border:1px solid #000;
	-webkit-box-shadow: #000 2px 2px 13px;
  	-moz-box-shadow: #000 2px 2px 13px;

}

.fotoautore
{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #000;
}

    .protected {
    	width: auto;
    	height: auto;
    	
    	display: block;
    	position: relative;
		
    }
        .protected img.blank {
        	width: 100%;
        	height: 100%;
        	display: block;
        	position: absolute;
        	left:0;
        	top: 0;
        	z-index: 1;
        }

