/* Questo è il foglio di stile utilizzato per il sito www.cuncordulussurzesu.it */
/* Questo foglio di stile non può essere riprodotto e utilizzato in altri siti */
/* senza autorizzazione scritta da parte dell'autore e del proprietario del sito*/
/* (c) 2010 - Cuncordu Lussurzesu */

/* Questo foglio di stile è testato funzionante sui seguenti browser: */
/* Internet Explorer 6 */
/* Internet Explorer 7 */
/* Mozilla Firefox 2.0*/
/* Opera 9.23 */


html, body {
	margin: 0px;
    padding: 0px;
	height: 100%;
}

body {
  	text-align: center; /* per centrare in IE5.x*/
	background-color:#b98701;
}

/* HOME PAGE */
/* C O N T E N I T O R E */

div#contenitore {
	position: relative;
	width: 958px;
	height: 100%;
	margin: 0 auto; /* per centrare sugli altri browser */
	text-align: left; /* ripristina l'allineamento */
	padding-bottom: 25px;
	background: #000000;
}



body>div#contenitore {
	height: auto;
	min-height: 100%;
	
}

/* INIZIO TESTATA */


div#contenitore_alto {
	position: relative;
	width: 958px;
	height: 122px;
	left: 0px;
}

div#scritta_cuncordu{
	position: relative;
	width: 741px;
	height: 122px;
	left: 0px;
}

div#lingue{
	position: relative;
	width: 217px;
	height: 122px;
	left: 0px;
}

div#animazione{
	position: absolute;
	width: 958px;
	height: 379px;
	left: 0px;
}




/* FINE INTESTAZIONE */

/* INIZIO MENU'*/



div#menu{
	position: absolute;
	top: 30px;
	left: 10px;
	height: 312px;
	width: 167px;
}


/* FINE MENU'*/

/* INIZIO CORPO*/

div#corpo_centrale{
	position: absolute;
	width: 958px;
	left: 0;
	top: 503px;
	height: 628px;
	background-color:#000;
}

div#corpo_centrale_stemma{
	position: absolute;
	width: 958px;
	left: 0;
	top: 503px;
	background-color:#000;
	}


div#spazio_01{
	position: absolute;
	width: 357px;
	left: 180px;
	top: 30px;
	height: 269px;
}

div#spazio_testo01{
	position: absolute;
	width: 164px;
	left: 190px;
	top: 0px;
	height: 269px;
	line-height: 15px;
}


div#spazio_02{
	position: absolute;
	width: 357px;
	left: 570px;
	top: 30px;
	height: 269px;
}
div#spazio_testo02{
	position: absolute;
	width: 164px;
	left: 190px;
	top: 0px;
	height: 269px;
	line-height: 15px;
}

div#spazio_03{
	position: absolute;
	width: 357px;
	left: 180px;
	top: 310px;
	height: 269px;
}

div#spazio_testo03{
	position: absolute;
	width: 164px;
	left: 190px;
	top: 0px;
	height: 269px;
	line-height: 15px;
}


div#spazio_04{
	position: absolute;
	width: 357px;
	left: 570px;
	top: 310px;
	height: 269px;
}

div#spazio_testo04{
	position: absolute;
	width: 164px;
	left: 190px;
	top: 0px;
	height: 269px;
	line-height: 15px;
}

	
	div#contatti_basso_territorio {
	position: absolute;
	width: 890px;
	height: 65px;
	left: 32px;
	top: 886px;
	margin: 0 auto; /* per centrare sugli altri browser */
	text-align: center; /* ripristina l'allineamento */
	}
	
	
	
/* Sezione pagine interne*/	
div#corpo_interno {
	position: absolute;
	width: 750px;
	left: 188px;
	top: 32px;
		}	
		
/* Sezione crediti e navigazione basso*/

div#contenitore_sotto {
	position: absolute;
	width: 943px;
	height: 70px;
	text-align: left; /* ripristina l'allineamento */
	top: 596px;
	background-color: #7b2103;
	padding-left: 15px;
	}
	
	div#contenitore_sotto_pagine_interne {
	position: absolute;
	width: 943px;
	height: 70px;
	text-align: left; /* ripristina l'allineamento */
	top: 602px;
	background-color: #7b2103;
	padding-left: 15px;
	left: -188px;
	}
	
	div#contenitore_sotto_samarca {
	position: absolute;
	width: 943px;
	height: 70px;
	top: 932px;
	background-color: #7b2103;
	padding-left: 15px;
	left: -188px;
	}
	
	div#contenitore_sotto_canto {
	position: absolute;
	width: 943px;
	height: 70px;
	top: 994px;
	background-color: #7b2103;
	padding-left: 15px;
	left: 0px;
	}
	
		div#contenitore_sotto_multimedia {
	position: absolute;
	width: 943px;
	height: 70px;
	top: 1974px;
	background-color: #7b2103;
	padding-left: 15px;
	left: 0px;
	}
	
	div#contenitore_sotto_foto{
	position: absolute;
	width: 943px;
	height: 70px;
	top: 2171px;
	background-color: #7b2103;
	padding-left: 15px;
	left: 0px;
	}





/* SEZIONE ASPETTO FORM */

INPUT.ricerca_nel_sito {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #c35c5b;
}

INPUT.login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: black;
	background-color: #ffffff;
	border-right: #c35c5b 1px solid; 
	border-left: #c35c5b 1px solid; 
	border-top: #c35c5b 1px solid;
	border-bottom: #c35c5b 1px solid; 
}

SELECT.login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: black;
	background-color: #ffffff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #c35c5b;	
}

.textarea_login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em; 
	color: black;
	background-color: #FFFFFF; 
	border-right: #c35c5b 1px solid; 
	border-left: #c35c5b 1px solid; 
	border-top: #c35c5b 1px solid;
	border-bottom: #c35c5b 1px solid; 
}


/* Rollover su login */
a.login, a.login:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #c35c5b;
	text-decoration: none;
	background-color: #e5e5e5;
	border: 1px solid #c35c5b;
	padding-top: 1px;
	padding-bottom: 1px; 
}

a.login:hover {
	background-color: #ffffff;
}


/* SEZIONE ASPETTO CARATTERI */
.nero12Bold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.nero12 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
	.bianco12 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
	.bianco11 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
	
	.bianco11bold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
	.bianco12bold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
	
	.nero11 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.giallo12{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffba00;
}

.giallo12bold{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffba00;
	font-weight: bold;
}
.giallo11{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffba00;
}

/* Sezione aspetto LINK bianco e nero*/
a.menu, a.menu:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffba00;
	text-decoration: none;
	}

a.menu:hover {
	text-decoration: underline;
	color: white;
}

a.LinkGiallo, a.LinkGiallo:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffba00;;
	text-decoration: none;
	font-weight: bold;
}

a.LinkGiallo:hover {
	text-decoration: underline;
	color: #ffba00;
}

a.nerobold, a.nerobold:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #878787;
	text-decoration: none;
}

a.nerobold:hover {
	text-decoration: underline;
	color: Black;
}



/* INGRANDISCI CARATTERI */
img.ingrandisci_testo {
	padding-bottom: 1px;
	border: 1px solid white;
}

/* LIGHTBOX */
#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: 40%; 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%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }
 -

