/* CSS Document */

body {
margin: 0;
padding: 0; 
background-color: #a14210;
text-align: center;   /*centra in IE 5.x */
}

#container{
margin: 0px auto;
width: 888px;
background-image: url(../images/sfondocorpo.jpg);
background-repeat: repeat-y;
height: 100%;
}

/* inizia intestazione */
#header{
margin: 0px auto;
width: 740px;
height: 244px;
background-image: url(../images/corpohead.jpg);
background-repeat: repeat-y;
}

#top{
margin: 0px auto;
overflow: hidden;
padding: 0px;
width: 740px;
height: 12px;
background-image: url(../images/ombrasu.jpg);
background-repeat: no-repeat;
}

#middle{
margin: 0px auto;
padding: 0px;
width: 740px;
height: 220px;
background-image: url(../images/headerenglish.jpg);
background-position: center;
background-repeat: no-repeat;
}

#down{
margin: 0px auto;
overflow: hidden;
padding: 0px;
width: 740px;
height: 12px;
background-image: url(../images/ombragiu.jpg);
background-repeat: no-repeat;
}

/* finisce header */
/* inizia main */
#main {
margin: 0px auto;
width: 888px;
height: 100%;
overflow: hidden;
}

/*sezione sinistra: menù, concerti e news ecc...*/

#mainleft{
width: 264px;
float: left;
height: 100%;
}


#contmenu{
width: 264px;
height: 450px;
background-image: url(../images/menu.jpg);
background-repeat: no-repeat;
background-position: right center;
float: left;
margin-top: 10px;
}

#menu{
width: 140px;
height: 200px;
margin: 35px 60px 35px 60px;
}



/* formattazione menù*/

#menu ul{
margin-left: 5px;
padding-left: 5px;
text-align: center;
}

#menu ul li{
margin-top: 5px;
list-style-type: none;
}

#menu ul li a{
font-family: Verdana, Arial, san-serif, Times;
font-size: 12px;
font-weight: bold;
color: #663333;
text-decoration: none;
text-align: center;
}

#menu ul li a:hover {
color: #e85e00;
}

/*fine menu*/

/*riquadro*/

#riquadro{
width: 264px;
margin-top: 20px;
}

#riquadro h3{
text-align: center;
}

.squaresmall{
margin-top: 10px;
margin-right: auto;
margin-left: auto;
width: 160px;
background-color: #ffffff;
border: 1px solid #cc9999;
}

.riquadro2{
margin-top: 30px;
margin-left: auto;
margin-right: auto;
width: 160px;
margin-bottom: 20px;
}

.riquadro2 p{
color: #663333;
text-align: center;
font-weight: bold;
}

.riquadro2 a{
text-decoration: none;
color:#e85e00;
}




/*
#fotosinistra{
margin-top: 30px;
margin-left: 70px;
}
*/

.squaresmall p{
padding: 10px;
}

#newsticker {
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}

#lettore {
margin-top: 10px;
margin-bottom: 10px;
}
/*inizia sezione destra: contenuto */

#content{
margin-top: 0px;
width: 560px;
height: 100%;
float: left; 

}

#citazione{
margin-top: 0px;
width: 560px;
height: 95px;
background-image: url(../images/marioluzienglish.jpg);
background-repeat: no-repeat;
background-position: center;
}

#left{
margin-top: 0px;
width: 520px;
float: left;

}

/* formattazione testo*/
h3{
font-family: Verdana, Arial, Times, san-serif;
font-size: 12px;
font-weight: bold;
color: #663333;
}

#left h3{
text-align:left;
}

#recensioni{
margin-top: 30px;
margin-bottom: 30px;
}

#manifesto{
display: block;
margin-top: 20px;
margin-bottom: 40px;
}


#titolo{
display: block;
margin-top: 50px;
}

#striscia{
display: block;
}


#articoli ul li a{
font-family: Verdana, Arial, san-serif, Times;
font-size: 11px;
display: block;
font-weight: 400;
font-style: italic;
color: #663333;
text-decoration: none;
text-align: left;
}

#articoli ul li{
margin-top: 20px;
list-style-type: none;
}

#articoli ul li a:hover {
color: #e85e00;
}


#composizioni {
margin: 20px;
height: 500px;
overflow: auto;
background-color: #FFFFFF;
border: 3px double  #cc9999;
}

#composizioni ul li{
font-family: Verdana, Arial, san-serif, Times;
font-size: 11px;
display: block;
font-weight: 400;
color: #663333;
text-align: left;
list-style-type: none;
}

#composizioni h3{
color: #e85e00;
}

.grassetto{
font-weight: bold;
font-style: italic;
color: #663333;
}

.corsivo{
font-style: italic;
}

.autorecomposizioni{
font-weight: bold;
}



p{
font-family: Verdana, Arial, Times, san-serif;
font-size: 11px;
color: #333333;
padding-left: 20px;
text-align: justify;

}

#profilo:first-letter {
font-size: 2em;
padding: 0.1em;
color: #e85e00;
vertical-align: baseline;
}

.paragrafi2{
padding-bottom: 5px;
}

.paragrafoultimo{
padding-bottom: 30px;
}

.squaresmall p:first-letter {
font-size: 2em;
padding: 0.1em;
color: #e85e00;
vertical-align: baseline;
}

#credits{
line-height: 30px;
font-family: "Trebuchet MS", Verdana, Arial, san-serif;
font-size: 11px; 
text-align: center;
color: #cc9966;
}

#credits a{
text-decoration: none;
font-weight: bold;
color: #cc9966;
}

#credits a:hover{
text-decoration: underline;
font-weight: bold;
color: #ffffff;
background-color: #a14210;
}

#footer{
margin: 0px auto;
width: 888px;
height: 53px;
background-image: url(../images/foot.jpg);
background-position: bottom;
background-repeat: no-repeat;
}


/*lightbox css*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

.albumlist {
float: left;
margin-right: 6px;
margin-bottom: 10px;
border: 1px solid #cc9999;
padding: 7px;
}

a img {
border: none;
}

#gallery1 {
margin-top: 20px;
margin-bottom: 20px;
}

#spiegazione{
font-style: italic;
}

#gallery2{
margin-top: 50px;
clear: left;
}

#gallery1 h3 {
padding-bottom: 30px;
}

#informazioni {
width: 500px;
background-color: #ffffff;
border: 1px solid #cc9999;
margin-top: 20px;
}

#informazioni ul li{
list-style-type: none;
}

#informazioni li a{
color: #e85e00;
text-decoration: none;
}

#informazioni li span{
font-size: 12px;
font-style: italic;
font-family: Verdana, Arial, Times, san-serif;

}

.link {
color:#e85e00;
text-decoration: none;
}

.concerti {
margin-top: 40px;
}

.concerti ul li{
font-family: Verdana, Arial, san-serif, Times;
font-size: 11px;
display: block;
font-weight: 400;
color: #663333;
text-align: left;
list-style-type: none;
}

.sottotitoli {
font-family: Verdana, Arial, san-serif, Times;
font-size: 11px;
font-style: italic;
}

.micro{
width: 500px;
margin-bottom: 10px;     
border: 1px solid #663333;
background-color: #f9f9f9;
}

.micro img{
float:left;
margin: 10px;
}

.micro h3{
font-family: Verdana, Arial, Times, san-serif;
font-size: 12px;
font-weight: bold;
color: #663333;
margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
}

.micro p{
font-family: Verdana, Arial, Times, san-serif;
font-size: 11px;
margin-right: 10px;
margin-bottom: 10px;
color: #333333;
}

.microlink{
font-family: Verdana, Arial, san-serif, Times;
font-size: 11px;
font-weight: bold;
color: #e85e00;
text-decoration: none;
text-align: center;
}

.setimmagini{
width: 500px;
margin-bottom: 10px;     
border: 1px solid #663333;
background-color: #f9f9f9;
}

.albumlist2 {
float: left;
margin-right: 6px;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 10px;
border: 1px solid #cc9999;
padding: 7px;
}

#copertina {
float: left;
margin: 10px;
}

.proandtea {
font-family: Verdana, Arial, Times, san-serif;
font-size: 12px;
color: #333333;
font-weight: bold;
}

.letterona {
font-size: 2em;
padding: 0.1em;
color: #e85e00;
vertical-align: baseline;
}






/*

.caption a{
font-size: 0.9em;
padding-top: 0.2em ;
font-family: Verdana, Arial, Times, san-serif;
font-weight: bold;
color: #663333;
text-decoration: none;
}

*/


