@charset "UTF-8";
/* CSS Document 
Matteo Cocon © 2009 */


<!-- 
/* LAYOUT: */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #222222;
}
#container {
	width: 924px;
	margin: 0 0 0 100px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent{
	margin-top:80px;
}
.left{
	left:100px;
	position:absolute;
	width:400px;
}
.photo{
	margin-top:15px;
}
.coverImage{
	position:absolute;
	left:100px;
}
.center{
	position:absolute;
	left:500px;
	width:460px;
	margin-left:64px;
}
.works{
	color:#CCCCCC;
}
.right{
	left:101px;
	top:135px;
	position:absolute;
	width:363px;
	z-index:-2;
	text-align:justify;
	line-height:13px;
	/*
	visibility:hidden;
	*/
}
.bio{
	color:#BBB;
	font-style:italic;
	_margin-top:15px;
	*margin-top:15px;
}
/* FONT: */
body{
	color: #EEEEEE;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:21px;
	text-decoration:none;
}
a:link{
	font-weight:800;
	border-bottom:#444 dotted 1px;
	color:#BBB;
	padding-bottom:1px;
	text-decoration:none;
}
a:visited {font-weight:800;
	border-bottom:#444 dotted 1px;
	color:#BBB;
	padding-bottom:1px;
	text-decoration:none;} /* visited link */
a:hover { 
	color:#FFF;
	border-bottom:#999 dotted 1px;
} /* mouse over link */
a:active {
	color:#FFF;
	border-bottom:#999 dotted 1px;
} /* selected link */
a.selected{
	color:#FFF;
	border-bottom:#999 dotted 1px;
}
/* logo: */
div#logo{
	margin-top:30px;
}
/* menu: */
ul{
	display:block;
}
ul#menu{
	margin-left:123px;
}
ul#menu li{
	list-style:none;
	float:left;
	margin-right:37px;
}
h1{
	font-weight:400;
}
h2{
	font-weight:400;
}
/**/
.toggler{
	margin: 30px 0;
}
.element{
	padding: 0 20px 30px 20px;
	background-color:#242424;
}
</style>
