@charset "UTF-8";
/* CSS Document */

html,
body {
	margin:0;
	padding:0;
	height:100%;
}

html {
	background: url(Immagini/sfondo_angolo_tele.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


body,td,th {
	font-family: 'Oswald Light', 'Oswald', Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #FFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color: #900;
	text-decoration: none;
}

a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

a:active {
	color: #900;
	text-decoration: underline;
}


h1.h1TitoloOpera {
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
}


h1.h1TitoloRaccolta {
	font-size: 24px;
	color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}


h2.h2LinkTitoloOpera {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}


.textGrigio {
	color: #CCC;
}


p.pDateMostra {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



/* CSS DEL LAYOUT DELLA PAGINA */

#areaContenitore {
	min-height:100%;
	position:relative;
}

#areaContenuto {
	padding-bottom: 80px;   /* Height of the footer element */
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

#areaPiedipagina {
	bottom:0;
	position:fixed;
	z-index:150;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop+(document.documentElement.clientHeight-this.offsetHeight)));
	height: 60px;
	width: 100%;
	background-color: #000;
}

#areaOpere {
	height: auto;
	width: 620px;
	background-color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	position: relative;
}

#areaNavigatore {
	background-color: #000;
	height: 300px;
	width: 270px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#areaMostre {
	background-color: #000;
	height: 500px;
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 30px;
	position: relative;
}

#areaAnteprimaOpere {
	background-color: #000;
	height: 500px;
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 30px;
	position: relative;
}

#areaAnteprimaMostre {
	background-color: #000;
	height: 500px;
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 30px;
	position: relative;
}


#areaIndirizzo {
	width: 940px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-top: 10px;
}

.tableIndirizzo td {
	font-size: 12px;
	font-weight: 300;
}

.spazioTitoloOpera {
	height: 30px;
	width: 550px;
	position: absolute;
	left: 10px;
	top: 500px;
}

.puntiSospensioneOpere {
	height: 30px;
	width: 60px;
	background-color: #900;
	position: absolute;
	left: 560px;
	bottom: 0px;
}

.puntiSospensioneMostre {
	height: 30px;
	width: 60px;
	background-color: #900;
	position: absolute;
	left: 200px;
	bottom: 0px;
}

.spazioDataMostra {
	height: 125px;
	width: 80px;
	position: absolute;
	left: 09px;
	top: 385px;
	color: #900;
	text-align: center;
}

.spazioTipoMostra {
	position: absolute;
	height: 20px;
	width: 160px;
	left: 100px;
	top: 385px;
	font-size: 16px;
	line-height: 22px;
	color: #900;
	font-weight: 300;
}

.spazioTitoloMostra {
	height: 90px;
	width: 160px;
	position: absolute;
	left: 100px;
	top: 390px;
	font-size: 28px;
	color: #FFF;
	line-height: 32px;
}

.cifreData {
	font-size: 32px;
	line-height: 36px;
}

.meseData {
	font-size: 18px;
	line-height: 18px;
}

.annoData {
	font-size: 38px;
	line-height: 44px;
}



/* CSS NAVIGATORE PRINCIPALE DEL SITO */

#contenitoreNavigatore {
}

#listaNavigatore li {
	display: inline;
}

#listaNavigatore {
	width: 270px;
	margin: 0px;
	padding: 0px;
}

#listaNavigatore a {
	width: 270px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	height: 30px;
	font-size: 24px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#listaNavigatore a:hover {
	background-color: #900;
}

#listaNavigatore a:visited {
	color: #FFF;
}

#navigatoreCorrente a {
	background-color: #900;
}


/* FORM CONTATTI */

form input#MittentePostaElettronica,
form input#MittenteNome,
form input#MittenteCognome {
	font-size: 14px;
	height: 50px;
	width: 550px;
	outline: none;
	background-image: url(Immagini/sfondo_campo_riga_singola.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

form textarea#TestoMessaggio {
	font-size: 14px;
	height: 150px;
	width: 550px;
	outline: none;
	background-image: url(Immagini/sfondo_campo_righe_multiple.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	padding: 15px;
}

form input#CodiceSicurezza {
	font-size: 14px;
	height: 50px;
	width: 170px;
	outline: none;
	background-image: url(Immagini/sfondo_campo_codice_sicurezza.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-left: 10px;
}


form input#Send {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #C48C99;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 8px;
	border-bottom-color: #C48C99;
}

form input#Send:hover {
	color: #FFF;
	background-color: #C48C99;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 8px;
	border-bottom-color: #CCC;
}


.textSmall {
	font-size: 10px;
}


/* CSS DELLA TABELLA DELLA RASSEGNA STAMPA */

td.tdGiornoRassegnaStampa {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}

td.tdTestataRassegnaStampa {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}

td.tdArticoloRassegnaStampa {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}


/* CSS DELLA PAGINA DI UNA MOSTRA */

#spazioLocandinaMostra {
	text-align: center;
	height: 360px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}

