
/* 
	========================
	montechristo - ver. 1.0.0 
	www.lumengrafica.com 
	vincenzo fiore marrese
	========================
*/

/* elementi di base  */
/* tabulazione come spazio bianco con valore cross-platform idem uso minuscole invece che maiuscole */
/* in queste regole si cerca di eliminare tutte le preimpostazioni dei browser */

/* ATTENZIONE non inserire nomi di stili in cui compare un underscore opera 5 potrebbe creare problemi */

body, html, p, h1, h2, h3, h4, h5, h6, ol, ul, dl, li, dt, dd, blockquote, hr, pre, form, fieldset, input  {
	margin: 0;
	padding: 0;
	}

body {
	color: #fff;
	background-color: #000;
	}

h1, h2, h3, h4, h5, h6, em, address, strong {
	font-weight: normal;
	}

a 	{
	text-decoration: none;
	/* border 0 e necessario per opera 3 4 e 5 su win che aggiunge dei bordi intorno al link */
	border: 0;
	}

img, a img, abbr, acronym {
	border: 0;
	}

ol, ul, dl, li, dt, dd {
	list-style-type: none;
	}

abbr, acronym {
	cursor: help;
	}

div#statistiche a:hover, div#statistiche a:focus {
	cursor: default;
	}

/* famiglie caratteri  */
/* sono studiate per degradare bene su windows mac e linux */

pre {
	font-family: "Courier New", "Courier", "Lucida Console", "Monaco", "Fixed", monospace;
	}

body, p {
	font-family: "Verdana", "Tahoma", "Candara", "DejaVu Sans", "Geneva", sans-serif;
	}	

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", "Century Schoolbook L", "DejaVu Serif", "Utopia", "Palatino", "Times New Roman", "New York", "Times", serif;
	}

.ampersand {
	font-family: "Monotype Corsiva", "Book Antiqua", "Goudy Old Style", "URW Chancery L", "Zapf Chancery", "Apple Chancery", "Zapfino", serif;
	}

/* corpo caratteri  */
/* se nel body la dimensione dei caratteri e dichiarata in em invece che in percentuale ie interpreta male il dimensionamento inoltre se fosse indicata in pixel ie non ridimensionerebbe */

body {
	font-size: 76%; /* sane css typography */
	}

h1  {
	font-size: 2.0em;
	}

h2 	{
	font-size: 1.8em;
	}

h3, .corpogrande {
	font-size: 1.4em;
	}

h4  {
	font-size: 1.2em;
	}

h5 {
	font-size: 1.2em;
	}

h6, .corpopiccolo {
	font-size: 0.9em;
	}

p, table, form 	{
	font-size: 1em;
	}

.grassetto, h4 {
	font-weight: bold;
	}

/* interlinea  */

/* h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	}
*/

/* effetti sul testo  */

.tuttomaiuscolo {
	text-transform: uppercase;
	}

p	{
	line-height: 1.8em;
	}

hr {
	display: none;	
	}

.occulta {
	display: none;
	}

/* layout */


/* ################### SFONDO LIQUIDO ###################  */

img#liquida {
	width: 100%;
/* 

se height è auto, oppure 100%, 
quando restringo la finestra del browser,
l'immagine diminuisce proporzionalmente
e non riempie più tutta la finestra lasciando spazio verso il basso

un modo per evitarlo è di dare a height il valore 200%

*/
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}

/* ################### /SFONDO LIQUIDO ###################  */

div#contenitore {
	width: 100%;
	height: auto;	
	border: solid 0px red;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	}

div#contenitoregateway {
	width: 100%;
	border: solid 0px purple;
	height: 540px;
	text-align: center;
	background: url('../images/home/sfondo_home.jpg') no-repeat top center;
	}

div#contenitoreintro {
	width: 760px;
	height: 520px;
	border: solid 0px blue;
	margin: 0 auto 0 auto;
	}

div#testa {
	border: solid 0px red;
	margin: 0 auto 0 auto;
	padding: 35px 0 0 0;
	}

div#montechristo {
	border: solid 0px blue;
	text-align: center;
	margin-bottom: 0;
	padding: 0;
	}

div#montechristo h1 {
	border: solid 0px red;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 580px;
	height: 70px;
	}

div#montechristo h2 {
	display: none;
	}

div#contenitoregateway div#corpo {
	border: solid 0px red;
	margin-top: 210px;
	padding: 0;
	}

div#corpo {
	border: solid 0px red;
	padding: 0;
	}

div#mail {
	border: solid 0px blue;
	padding-top: 35px;
	}

div#mail h4 {
	border: solid 0px red;
	height: 35px;
	color: #ff0;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.2em;
	}

div#piede {
	border: solid 0px red;
	width: 100%;
	height: 70px;
	}

div#contenitoreintro.nodo div#piede {
	border: solid 0px red;
	width: 100%;
	height: 70px;
	margin-top: 10px;
	}

div#contenitoreintro.nodo div#corpo {
	height: 500px;
	background: url('../images/nodo/immagine_nodo.gif') no-repeat bottom left;
	}

div#contenitoreintro.links div#corpo {
	height: 500px;
	background: url('../images/links/immagine_links.gif') no-repeat top left;
	}

div#contenitoreintro.foto div#corpo {
	height: 649px;
	background: url('../images/foto/immagine_foto.gif') no-repeat top center;
	}

div#contenitoreintro.discografia div#corpo {
	height: 500px;
	background: url('../images/discografia/immagine_discografia.gif') no-repeat bottom center;
	}

div#contenitoreintro.videomp3 div#corpo {
	height: 500px;
	background: url('../images/video_mp3/immagine_videomp3.gif') no-repeat bottom center;
	}

div#contenitoreintro.la_band div#corpo {
	height: 500px;
	background: url('../images/la_band/immagine_laband.gif') no-repeat bottom right;
	}



div#powered {
	border: solid 0px blue;
	}

div#powered h5 {
	border: solid 0px red;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #330;
	}

div#powered h5 a {
	border: solid 0px red;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #330;
	}

div#validators {
	border: solid 0px blue;
	}

div#validators h6 {
	border: solid 0px red;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #330;
	}

div#validators h6 a {
	border: solid 0px red;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #330;
	}






/* ######################################## IMAGE REPLACEMENT GATEWAY ######################################## */ 

div#montechristo h1 {
	background: url('../images/home/montechristo.gif') no-repeat top center;
	width: 568px;
	height: 70px;
	}

div#montechristo h1 span {
	display: none;
	}

div#enter {
	border: solid 0px blue;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
	}

div#enter h3 {
	border: solid 0px red;
	margin: 0 auto 0 auto;
	width: 118px;
	height: 35px;
	padding: 0;
	}

div#enter h3 a {
	margin: 0 auto 0 auto;
	padding: 0;
	display: block;
	width: 118px;
	height: 35px;
	}

/* questa regola serve per mantenere la compatibilità con opera 5 e 6 l''effetto rollover viene perso ma almeno rimane visibile un''immagine */
div#enter h3 {
	background: url('../images/home/enter_off.gif') no-repeat top left;
	}

div#enter h3 a:link {
	background: url('../images/home/enter_off.gif') no-repeat top left;
	}

div#enter h3 a:visited {
	background: url('../images/home/enter_off.gif') no-repeat top left;
	}

div#enter h3 a:hover {
	background: url('../images/home/enter_on.gif') no-repeat top left;
	}

div#enter h3 a:focus {
	background: url('../images/home/enter_on.gif') no-repeat top left;
	}

div#enter h3 a:active {
	background: url('../images/home/enter_on.gif') no-repeat top left;
	}

div#enter h3 span {
	display: none;
	}

/* ########################################  /IMAGE REPLACEMENT GATEWAY ######################################## */

div#discografia h3, div#foto h3, div#videomp3 h3, div#laband h3, div#links h3 {
	margin: 0;
	padding: 0;
	}

div#contenitoreintro.nodo div#corpo {
	padding-top: 35px;
	text-align: left;
	}

div#discografia h3 {
	border: solid 0px blue;
	margin-left: 13px;
	width: 237px;
	height: 40px;
	}

div#discografia h3 a {
	border: solid 0px red;
	width: 237px;
	height: 40px;
	display: block;
	}

div#foto h3 {
	border: solid 0px red;
	margin-left: 385px;
	margin-top: 40px;
	width: 110px;
	height: 42px;
	}

div#foto h3 a {
	border: solid 0px red;
	width: 110px;
	height: 42px;
	display: block;
	}

div#videomp3 h3 {
	border: solid 0px red;
	margin-top: 52px;
	margin-left: 455px;
	width: 266px;
	height: 45px;
	}

div#videomp3 h3 a {
	border: solid 0px red;
	width: 266px;
	height: 45px;
	display: block;
	}

div#laband h3 {
	border: solid 0px red;
	margin-top: 52px;
	margin-left: 490px;
	width: 192px;
	height: 40px;
	}

div#laband h3 a {
	border: solid 0px red;
	width: 192px;
	height: 40px;
	display: block;
	}

div#links h3 {
	border: solid 0px red;
	margin-top: 52px;
	margin-left: 420px;
	width: 118px;
	height: 37px;
	}

div#links h3 a {
	border: solid 0px red;
	width: 118px;
	height: 37px;
	display: block;
	}

div#discografia h3 {
	background: url('../images/nodo/discografia_off.gif') no-repeat top left;
	}

div#discografia h3 a:link {
	background: url('../images/nodo/discografia_off.gif') no-repeat top left;
	}

div#discografia h3 a:visited {
	background: url('../images/nodo/discografia_off.gif') no-repeat top left;
	}

div#discografia h3 a:hover {
	background: url('../images/nodo/discografia_on.gif') no-repeat top left;
	}

div#discografia h3 a:focus {
	background: url('../images/nodo/discografia_on.gif') no-repeat top left;
	}

div#discografia h3 a:active {
	background: url('../images/nodo/discografia_on.gif') no-repeat top left;
	}

div#discografia h3 span {
	display: none;
	}

div#foto h3 {
	background: url('../images/nodo/foto_off.gif') no-repeat top left;
	}

div#foto h3 a:link {
	background: url('../images/nodo/foto_off.gif') no-repeat top left;
	}

div#foto h3 a:visited {
	background: url('../images/nodo/foto_off.gif') no-repeat top left;
	}

div#foto h3 a:hover {
	background: url('../images/nodo/foto_on.gif') no-repeat top left;
	}

div#foto h3 a:focus {
	background: url('../images/nodo/foto_on.gif') no-repeat top left;
	}

div#foto h3 a:active {
	background: url('../images/nodo/foto_on.gif') no-repeat top left;
	}

div#foto h3 span {
	display: none;
	}

div#videomp3 h3 {
	background: url('../images/nodo/video_mp3_off.gif') no-repeat top left;
	}

div#videomp3 h3 a:link {
	background: url('../images/nodo/video_mp3_off.gif') no-repeat top left;
	}

div#videomp3 h3 a:visited {
	background: url('../images/nodo/video_mp3_off.gif') no-repeat top left;
	}

div#videomp3 h3 a:hover {
	background: url('../images/nodo/video_mp3_on.gif') no-repeat top left;
	}

div#videomp3 h3 a:focus {
	background: url('../images/nodo/video_mp3_on.gif') no-repeat top left;
	}

div#videomp3 h3 a:active {
	background: url('../images/nodo/video_mp3_on.gif') no-repeat top left;
	}

div#videomp3 h3 span {
	display: none;
	}

div#laband h3 {
	background: url('../images/nodo/la_band_off.gif') no-repeat top left;
	}

div#laband h3 a:link {
	background: url('../images/nodo/la_band_off.gif') no-repeat top left;
	}

div#laband h3 a:visited {
	background: url('../images/nodo/la_band_off.gif') no-repeat top left;
	}

div#laband h3 a:hover {
	background: url('../images/nodo/la_band_on.gif') no-repeat top left;
	}

div#laband h3 a:focus {
	background: url('../images/nodo/la_band_on.gif') no-repeat top left;
	}

div#laband h3 a:active {
	background: url('../images/nodo/la_band_on.gif') no-repeat top left;
	}

div#laband h3 span {
	display: none;
	}

div#links h3 {
	background: url('../images/nodo/links_off.gif') no-repeat top left;
	}

div#links h3 a:link {
	background: url('../images/nodo/links_off.gif') no-repeat top left;
	}

div#links h3 a:visited {
	background: url('../images/nodo/links_off.gif') no-repeat top left;
	}

div#links h3 a:hover {
	background: url('../images/nodo/links_on.gif') no-repeat top left;
	}

div#links h3 a:focus {
	background: url('../images/nodo/links_on.gif') no-repeat top left;
	}

div#links h3 a:active {
	background: url('../images/nodo/links_on.gif') no-repeat top left;
	}

div#links h3 span {
	display: none;
	}

div.incostruzionegiallo, div.incostruzionegiallo a, div.incostruzionegiallo h1, div.incostruzionegiallo h2 {
	color: #ff0;
	font-family: sans-serif;
	margin-top: 2em;
	margin-bottom: 2em;
	}
