/* Style sheet - 'Giacomo Menzietti', by Ideareattiva.com, http://www.ideareattiva.com */
/* Design copyright 2004-2009, Ideareattiva.com */
/* Added: 26 october '08 */



html, body  {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#container {
	background: #FFFFFF;
	position: left;
	width: 100%;
	width:expression(document.body.clientWidth < 750? "750px": "100%" );
	height: 100%;
} 

/* MENU */

.sidebar1 {
	width: 265px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* top and bottom padding create visual space within this div  */
	z-index: 2;
	height: 100%;
	float: left;
}

.logosidebar1 {
	width: 260px; 
	background: #ffffff; 
	margin: 5px; 
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	}


.menusidebar1 {
	width: 200px;
	background: #ffffff;
	margin: 5px;
	padding-left: 30px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-top: 30px;
	}
	
.home {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #EAAC47;
	}
.info {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #CC2774;
	}
.contact {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #EAAC47;
	}
.works {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #9DC44D;
	}
.links {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #7CB8DC;
	}
.subworks {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
	}
.biography {
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
	}
	
.subworks p{
padding-left: 8px;
}
	
/* LINK */

a {
text-decoration:none;
	}

.home a {
color:#EAAC47;
    }
.home a:hover{
font-weight: bold;
    }
.home a:visited{
font-weight: bold;
    }
	
.info a {
color:#CC2774;
    }
.info a:hover{
font-weight: bold;
    }
.info a:visited{
font-weight: bold;
    }
	
.works a {
color:#9DC44D;
    }
.works a:hover{
font-weight: bold;
    }
.works a:visited{
font-weight: bold;
    }
	
.links a {
color:#7CB8DC;
    }
.links a:hover{
font-weight: bold;
    }
.links a:visited{
font-weight: bold;
    }
	
.contact a {
color:#666666;
    }
.contact a:hover{
font-weight: bold;
    }
.contact a:visited{
font-weight: bold;
    }

.subworks a {
color:#666666;
    }
.subworks a:hover{
font-weight: bold;
    }

.subworks a:visited{
font-weight: bold;
    }
	

	

/* GALLERY */

.mainContent {
	overflow: auto;
	z-index: 1;
	width: auto;
	height: 100%;
	}

.gallery {
	margin-top: 42px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	} 
	
.blocImage
{
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.image
{
	position: relative;
	text-align: right;
	vertical-align: middle;
}

.infos
{
	background-color: #ffffff;
	text-align: right;
	vertical-align: top;
	height: 15px;
	position: relative;
	margin-top: 10px;
	padding-right: 5px;
	font-size: 10px;
	color: #666666;
}

.infos a {
color:#666666;
    }
.infos a:hover{
font-weight: bold;
    }
	
/* CSS PAGINA INFO */
.h_contact {
	color:#92CBFF;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#ffffff;
	text-align:left;
	padding-left: 10px;
    }
	
.h_contact2 {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#ffffff;
	text-align:left;
	padding-left: 10px;
	font-weight: bold;
    }
.h_contact3 {
	color:#F19029;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#ffffff;
	text-align:left;
	padding-left: 10px;
	font-weight: bold;
    }
	



/* 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;
}
