/* CSS Document */

<style type="text/css">

body {
	background-color: #18221D;
	margin-top: 0px;
}


.Stile2 {color: #FF0000}


.halfmoon{
margin-bottom: 40px;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: -10px;
margin-top: 60px;
margin-bottom: 0;
margin: auto;
color: white;
font:  12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.halfmoon li{
/*display: inline;*/
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 15; /*distance between each tab*/
color: white;
font: 18px Verdana;
background: url() top right no-repeat;
}

.halfmoon li a:visited{
color: white;
}

.halfmoon li a:hover, .halfmoon li a.current{
color: red;
}

#tabcontentcontainer{
width:95em; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
/*display:none;*/
display:none;
margin-left: 15px;
}

#copertura {
	position:relative;
	width:90em;
	height:70em;
	/*width:803px;
	height:198px;*/
	z-index:6;
	left: 5em;	
        top: 5em;
		/*left: -127px;	
        top: -198px;*/
	background-image: url(imgs/mindmadness3.jpg);
	visibility: visible;
}

body {
	background-color: #000000/*#18221D*/;
}

#main {
	position:relative;
	width:92em; /*964px;*/
	height:50em; /*586px;*/
	z-index:2;
	top: 0em;
	left: 1.5em; 
	/*top: 20px;qui prima c'era -110
	left: 200px; qui prima c'era 180*/
}

#menu {
	position:relative;
	width:0.5em;
	height:0.2em;
	z-index:3;
	left:-48.5em; /*qui prima c'era 80*/
	top: 17em;
/*	width:592px;
	height:56px;
	z-index:3;
	left:150px; qui prima c'era 80
	top: 150px;*/
} 

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a {
	font-size: 10px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#background {
	position:relative;
	width:100em; 
	height:70.6em;
	/*width:909px;
	height:717px;*/
	z-index:1;
	top: -0.5em ;
	left: -5.5em ;
	/*top: -40px;
	left: 10px;*/
	background-image: url(imgs/mindmadness3.jpg);
}

#background_photos {
	position:relative;
	width:100em; 
	height:70.6em;
	/*width:909px;
	height:717px;*/
	z-index:1;
	top: -0.5em ;
	left: -5.5em ;
	/*top: -40px;
	left: 10px;*/
	background-image: url(imgs/mindmadness3photos.jpg);
}


#text_area {
	position:absolute;
	width:561px;
	height:313px;
	z-index:4;
	overflow: auto;
	left: 224px;
	top: 230px;
}

#sponsor {
	position:absolute;
	width:87px;
	height:483px;
	z-index:5;
	top: 52px;
	left: 837px;
}

#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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 400px;
	width: 100%;
	min-width: 400px;
	}

* html .lbContent { /* IE6 */
	margin-left: 500px;
	position:absolute;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 50px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
</style>
