﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../immagini/background.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border: 1px solid #725972;
	width: 970px;
	margin: -6px auto -10px auto;
	padding: 5px;
	background-color: #fff;
}
#masthead {
	margin: 2px 1px 5px 1px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	border: 0px dotted #725972;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 136px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
#content {
	border-width: 0px;
	padding: 4px;
	margin: 0px 5px 5px 2px;
	float: right;
	width: 800px;
	vertical-align: top;
	text-align: justify;
}
#footer {
	padding: 1px;
	margin: auto;
	text-align: center;
	clear: both;
	border: 1px dotted #725972;
}
/* Stili titolo */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Stili struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	border: thin solid #CC0099;
	margin: 2px;
	color: #660066;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FFDDFF;
}
#navigation a:hover {
	border: thin solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BD6CBD;
	font-weight: normal;
}
/* Stili contenuto */
h6 {
	color: #503750;
	margin: 0px 0px 0px 0px;
}
h5 {
	color: #503750;
	margin: 0px 0px 0px 0px;
}
h4 {
	color: #503750;
	margin: 0px 0px 0px 0px;
}
h3 {
	color: #503750;
	margin: 0px 0px 0px 0px;
}
h2 {
	color: #503750;
	margin: 2px 2px 2px 2px;
}
#content h1 {
	color: #503750;
	margin: 5px 5px 5px 5px;
}
#content img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #402640;
}
/* Stili piè di pagina */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #990099;
	text-decoration: none;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/*STILI SCRIPT 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(../immagini/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../immagini/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; }
