/* CSS Document */

/* Reset browser default margin and padding */

* { 
	margin: 0;
	padding: 0; 
	outline: none;
	}

/* Structure */

body { 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #777; 
	background: #ccc;
	text-align: center;
	}
	
#main { 
	width: 1024px; 
	height: 600px;
	background: transparent url(img/mainbg.png) no-repeat;
	text-align: left;
	margin: auto;
	}
	
#cover { 
	width: 1024px; 
	height: 325px;
	background: transparent url(img/cover.png) no-repeat;
	text-align: left;
	margin: auto;
	padding-top: 275px;
	}

#menu { 
	width: 100px;
	height: 135px; 
	margin-left: 690px;
	padding-top: 15px; 
	}
	
#menu a { 
	display: block;
	height: 22px;
	width: 70px;
	margin: 0 0 3px 15px; 
}
	
#content { 
	width: 680px;
	height: 380px;
	margin: 0 0 0 155px;   
	}
	
#footer { 
	clear: both;
	}
	
#foto { 
	width: 210px;
	height: 210px;
	float: left;
	margin: 5px 0 5px 10px;
	text-align: center;
	}

#text { 
	width: 430px;
	height: 360px;
	float: right;
	margin: 10px;
	}
	
.thumb { 
	width: 100px;
	height: 100px;
	float: left;
	margin: 4px;
	}
	
.desc { 
	width: 220px;
	height: 100px;
	float: left;
	margin: 4px;
	}
	
#links { 
	width: 205px;
	height: 130px;
	position: relative;
	left: 110px;
	bottom: 115px;
	font-size: 10px;
	}
	
#web { 
	width: 205px;
	height: 130px;
	font-size: 10px;
	margin-left: 230px;
	}
	
.lthumb { 
	width: 16px;
	height: 16px;
	float: left;
	margin: 1px 2px 1px 4px;
	}
	
.ldesc { 
	width: 70px;
	height: 16px;
	float: left;
	padding-top: 0px;
	margin: 3px;
	}
	
.foot { 
	width: 200px;
	font-size: 9px; 
	color: #999;
	line-height: 40px;
	}
	
#ingresso { 
	width: 200px;
	height: 170px;
	position: relative;
	bottom: 105px;
	left: 525px;
	}
	
.enter { 
	width: 150px;
	height: 75px;
	}
	
.blog { 
	width: 150px;
	height: 75px;
	margin: 10px 0 0 25px;
	}
	
.icon { 
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	}
	
p.link { 
	float: left;
	padding-top: 6px;
	}
	
.spacer { 
	clear: both;
	}
	
/* Typography */

h1 { 
	margin-bottom: 15px;  
	}
	
p { 
	margin-bottom: 10px;  
	}
	
ul { 
	margin: 0 0 10px 10px; 
	line-height: 15px;
	list-style: none; 
	}
	
#content a:link, #content a:visited { 
	color: #0066CC;
	text-decoration: none;
	}
	
#content a:hover, #content a:active {
	color: #999;
	text-decoration: none;
	}
	
.ldesc a:link, .ldesc a:visited { 
	color: #777;
	text-decoration: none;
	}

.ldesc a:hover, .ldesc a:active { 
	color: #777;
	text-decoration: none;
	padding-left: 2px;
	}
	
.foot a:link, .foot a:visited { 
	color: #006699;
	text-decoration: none;
	}

/* Menu */

#menu a:link, #menu a:visited{
	text-decoration: none;
	}
	
a:link.home, a:visited.home { 
	background: transparent url(img/home1.gif) no-repeat top left;
}

a:hover.home, a:active.home { 
	background: transparent url(img/home2.gif) no-repeat top left;
}

a:link.bio, a:visited.bio { 
	background: transparent url(img/bio1.gif) no-repeat top left;
}

a:hover.bio, a:active.bio { 
	background: transparent url(img/bio2.gif) no-repeat top left;
}

a:link.lavori, a:visited.lavori { 
	background: transparent url(img/opere1.gif) no-repeat top left;
}

a:hover.lavori, a:active.lavori { 
	background: transparent url(img/opere2.gif) no-repeat top left;
}

a:link.contatti, a:visited.contatti { 
	background: transparent url(img/contatti1.gif) no-repeat top left;
}

a:hover.contatti, a:active.contatti { 
	background: transparent url(img/contatti2.gif) no-repeat top left;
}

a:link.blog, a:visited.blog { 
	background: transparent url(img/blog1.gif) no-repeat top left;
}

a:hover.blog, a:active.blog { 
	background: transparent url(img/blog2.gif) no-repeat top left;
}