/* CSS Document */
body {margin:0; padding:0; background:url(img/bg.jpg) repeat-x #fbcd13; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#656365;}
.clear {clear:both; color:#fff;}
#sito {width:955px; height:600px; background:url(img/bg_sito.jpg) no-repeat; margin:0 0 40px 0; padding:0;}
#container_sito {width:100%; height:100%; margin:0; padding:0;}
#container_link_alto {width:275px; float:right; margin:0;}
#container_link_alto_due {width:300px; float:right; margin:0;}
#link_alto_flash {width:120px; float:left; margin-top:3px;}
#link_alto {width:155px; float:right; text-align:left; margin: 10px 0 0 0;}
#link_alto a {color:#5990d1; text-decoration:none;}
#link_alto a:hover {color:#fff; text-decoration:none;}
#menu {margin: 0 0 0 305px;}
#menu ul {border: 1px solid #cac09b; list-style:none; padding:0; margin:0; background-color:#fff;}
#menu ul li {border-bottom: 1px solid #cac09b; padding:8px 5px 6px 5px;}

/*menu struttura*/
#struttura {width: 190px; float:left; margin:327px 23px 0 0; text-align:left; font-weight:bold;}
a.link_struttura {font-weight: bold; color:#656365; text-decoration:none;}
a:hover.link_struttura {font-weight: bold; color:#b5e105; text-decoration:none;}

/*menu plus*/
#plus {width: 190px; float:left; margin:297px 23px 0 0;  text-align:left; font-weight:bold;}
a.link_plus {font-weight: bold; color:#656365; text-decoration:none;}
a:hover.link_plus {font-weight: bold; color:#61b7fa; text-decoration:none;}

/*menu jokado*/
#jokado {width: 190px; float:left; margin:297px 23px 0 0; text-align:left; font-weight:bold;}
a.link_jokado {font-weight: bold; color:#656365; text-decoration:none;}
a:hover.link_jokado {font-weight: bold; color:#fb9b13; text-decoration:none;}

#footer {width:955px; margin:0; font-size:9px; padding:0;}
#linkmenu {width:100%; color:#000; border-bottom:1px solid #63531c; padding:0 0 8px 0;}
#linkmenu a{color:#000; text-decoration:none;}
#linkmenu a:hover {color:#000; text-decoration:underline;}
#credits {color:#63531c; padding: 6px 0 0 0;}
#copyright {float:left; padding-top:5px;}
#ws {float: right; }

H1 { font-size:12px;}
H2 { font-size:12px;}

#banner_jokado {margin:0; padding:0 0 0 15px;}


/*pag interna*/

#container_interno {width:955px; height:100%; background:url(img/bg_interno.jpg) no-repeat; margin:0 0 40px 0; padding:0;}
#menu_interno_left {width: 243px; margin:0; padding:0 0 0 16px; float:left;}
#menu_interno_left ul {border: 1px solid #cac09b; list-style:none; padding:0; margin:0; background-color:#fff;}
#menu_interno_left ul li {border-bottom: 1px solid #cac09b; padding:6px 5px 6px 6px;}
#struttura.interno {margin:40px 0 30px 0; padding:0;} 
#plus.interno {margin:0 0 29px 0; padding:0;}
#jokado.interno {margin:0; padding:0;}

/*#content_interno {width:681px; float:right; margin: 150px 0 0 0; padding:0;}*/

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* nascondi da IEmac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* chiudi commento IE */
/* clearfix */

dl {width:635px; float:left; margin: 200px 0 0 0; padding:0 30px 0 30px; text-align:justify; background-color:#fff;}
dt {margin:0 0 5px 0; padding:0; font-size:12px; font-weight:bold;}
dd img {float:left; margin:0 10px 0 0; padding:2px; border:1px solid #656365;}
dd {padding:0 0 10px 0; margin:0 0 0 0; }
#foto {height:80px; border-bottom:1px solid #999; margin:0; padding:0;  }
#foto img {float:left; border:1px solid #656365; padding:2px; margin: 0 10px 0 0;}

#contact {width:250px;}



/* lightbox*/

#lightbox{
	position: absolute;
	top: 40px;
	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(img/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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	