/* Style sheet - Ideareattiva.com, http://www.ideareattiva.com */
/* Design copyright 2004-2009, Ideareattiva.com */
/* Added: 8 may '09 */



html, body  {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	background-color: #303030;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	text-align:left;
	height: 100%;
	}
	
#container {
	width: 100%;
	width:expression(document.body.clientWidth < 750? "750px": "100%" );
	margin-left: 0px;
	overflow: auto;
	background-color:#000;
	height: 100%;
	max-height: 100%;
} 

/* MENU */

#logosidebar1 {
	width: 100%;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	z-index: 1000;
	background-color: #303030;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	}
	
#sidebar1 {
	width: 100%; /* since this element is floated, a width must be given */
	z-index: 2;
	height: 20px;
	text-align: right;
	background-color:#000;
	background-repeat:repeat;
	position: absolute;
	top: 80px;
	right: 0px;
	border-right: #F09 solid 10px;
	}

#sidebar1 ul {
list-style: none;
margin: 0;
padding-left: 0;
}
#sidebar1 li {
font-size: 10px;
display: inline;
margin: 0;
padding:0;
font-weight: bold;
}
#sidebar1 a:link {
float:right;
padding: 0.3em 1.5em 0.3em 1.5em;
margin: 0em;
border-left: 1px solid #303030;
color: #ffffff;
text-decoration: none;
}
#sidebar1 a:visited {
	float:right;
	padding: 0.3em 1.5em 0.3em 1.5em;
	margin: 0em;
	color: #ffffff;
	text-decoration: none;
	background-color:#303030;
	border-left: 1px solid #000;
	}
#sidebar1 a:hover, #sidebar1 a:focus, #sidebar1 a:active{
	background-color: #303030;
	border-left: 1px solid #000;
	color: #ffffff;
	}


#sidebar2 {
	width: 100%; /* since this element is floated, a width must be given */
	z-index: 2;
	height: 20px;
	text-align: right;
	background-color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #D6D6D6;
	position: absolute;
	top: 100px;
	right: 0px;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	border-right: #FF6 solid 10px;
	}

#sidebar2 ul {
list-style: none;
margin: 0;
padding-left: 0;
}
#sidebar2 li {
font-size: 10px;
display: inline;
margin: 0;
padding:0;
}
#sidebar2 a:link {
float:right;
padding: 0.3em 1.5em 0.3em 1.5em;
margin: 0em;
border-left: 1px solid #303030;
color: #FFFFFF;
text-decoration: none;
}
#sidebar2 a:visited {
float:right;
padding: 0.3em 1.5em 0.3em 1.5em;
margin: 0em;
border-left: 2px solid #ff6;
color: #ffffff;
text-decoration: none;
background-color: #303030;
}
#sidebar2 a:hover, #sidebar2 a:focus, #sidebar2 a:active{
	background-color: #Ff6;
	color: #000000;
	border-left: 1px solid #Ff6;
}

	


/* GALLERY */

.mainContent {
	overflow: auto;
	z-index: 1;
	width: auto;
	height:100%;
	background-color:#000;
	}

.gallery {
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	} 
	
.blocImage
{
	float: left;
	margin-left: 3px;
	margin-bottom: 20px;
}

.image
{
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.infos
{
	background-color: #000;
	text-align: left;
	vertical-align: top;
	height: 32px;
	position: relative;
	margin-top: 10px;
	padding-right: 5px;
	font-size: 10px;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 1px solid #303030;
}

.infos a {
color:#666;
text-decoration: none;
border-bottom: 1px #Ff6 dotted;
    }
.infos a:hover{
text-decoration: none;
    }
	
/* FOOTER */

#footer {
	width: 100%; /* since this element is floated, a width must be given */
	z-index: 1;
	height: 22px;
	background-color:#000;
	color:#666;
	border-top: #666 dotted 1px;
	position: absolute;
	bottom: 15px;
	right: 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	border-right: #0CF solid 10px;
	}
.footer_right {
	width: auto; /* since this element is floated, a width must be given */
	z-index: 2;
	text-align: right;
	background-color:#000;
	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	margin: 0px;
	position:relative;
	display: inline;
	}
.footer_left {
	width: auto; /* since this element is floated, a width must be given */
	z-index: 2;
	text-align: left;
	background-color:#000;
	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	float: left;
	padding-top: 2px;
	padding-left: 10px;
	margin: 0px;
	position:relative;
	display: inline;
	}
	
.footer_left a {
color:#666;
    }
.footer_left a:hover{
text-decoration: none;
    }
	



/* Miscellaneous classes */
.clearfloat { /* questa classe deve essere posta alla fine di un DIV o un BREAK ELEMENT e prima di chiudere un container */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
