/**
* CSS
* 
* @version 1.0
* @author lorenzo bravi
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #e8e6da;
	color: black;
	font-family: Courier New, Courier, monospace;
	font-size:12px;
	line-height:14px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	
	text-decoration: none;
}
a:active {
	
	text-decoration:none;

}
a:visited { 
	text-decoration:none;
	color:#00F;

}
a:hover {
	color:#00F;
	text-decoration:underline;
}

a img {
	border: none; }
	
#menu {
    width: 150px;
    margin-left:20px;
	margin-top:20px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
}

#menu ul a{
	color:#00F;
}

#menu ul li.section-title {
	margin-top:14px;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

#content {
    height: 100%;
    top: 0;
	margin-left:190px;
	margin-top:20px;
	float:left;
}

.container {
	margin:0px;

}

#content p {
}

p {

}

h1 a, a:link, a:visited{
	color:#000;
	font-size:12px;
	font-weight:normal;
}
h2 {  }
h3 {  }
h4 {  }

h5 {
	bottom:10px;
	left:20px;
	position:fixed;
	font-weight:normal;
	font-size:12px;
	color:#999;
	}

#img-container	{
}
#img-container p {
	padding-bottom:2px;
}

#once { clear: left; }


#thumb-home {
	position:relative;
	float:left;
	margin-right:20px;
	margin-bottom:40px;
	width:150px;
	height:150px;
/*	-moz-box-shadow:1px 1px 6px #CCC;
    -webkit-box-shadow:1px 1px 6px #CCC;
    box-shadow:1px 1px 6px #CCC;*/
}


#thumb-home a img { 
text-decoration:none;
z-index:1;
/*opacity:0.4;filter:alpha(opacity=40);
*/}

#thumb-home a:hover img { 
	-moz-box-shadow:3px 3px 3px #CCC;
    -webkit-box-shadow:3px 3px 3px #CCC;
    box-shadow:3px 3px 3px #CCC;
/*	opacity:1;filter:alpha(opacity=100);
*/}


.project{
	margin-top:-17px;
	margin-right:90px;
	margin-left:-8px;
	font-size:12px;
	
	}
	
.new {
	height:20px;
	width:20px;
	/*background-image:url(http://www.lorenzobravi.com/files/new.png);*/
	font-size:80px;
	color:#F00;
	opacity:0.8;filter:alpha(opacity=8);
	z-index:1000;
	margin-top:-10px;
	
	}

.project p {
	font-size:10px;
	line-height:10px;
	}
	
.project a {
	text-decoration:underline;
	color:#00F;
	z-index:10;
	}

#info{
	color:#666;
	left:795px;
	line-height:14px;
	position:fixed;
	top:20px;
	width:150px;
}

#home{
	left:795px;
	line-height:14px;
	position:absolute;
	top:520px;
	width:150px;
}

#home a{
	cursor:w-resize;
}

#info h2 a{
	margin:0px;
	color:#00F;
}

#info a{
	color:#666;
}
#d-thumbs img {
	padding: 0; 
	border: none; 
	height: 50px; 
	width: 50px; }
#d-thumbs{
	width:640px;}
	
#d-image{
	margin:0px;
	padding:0px;
	}
#txt  {
	width:510px;
	padding-bottom:10px;
	}	
	
a:hover img.img-bot {
	cursor:e-resize;
	-moz-box-shadow:3px 3px 6px #999;
    -webkit-box-shadow:3px 3px 6px #999;
    box-shadow:3px 3px 6px #999;
	
	}
	
#nums {
	font-size:12px;

}

.nav #prev a:link {
	margin:0px;
	color:#000;
}
#pics {
	height:510px;
	

}

.pics {
	width:640px;
	height:510px;
	
}
.pic p {
	padding-top:4px;
}

#s1 {
	z-index:0;
	padding-top:0px;}
#prev{
	color:transparent;
	cursor:w-resize;
	position:absolute;
	width:200px;
	height:500px;
	z-index:20;
	}
.prev{
	color:#999;
	cursor:w-resize;
	position:absolute;
	width:320px;

	}

#next{
	color:transparent;
	cursor:e-resize;
	position:absolute;
	margin-left:320px;
	width:320px;
	
	
	}
.next{
	color:#999;
	cursor:e-resize;
	position:absolute;
	margin-left:320px;
	width:320px;

	}
#nav  a#prev:hover {
	margin-top:16px;
	height:480px;
	cursor:w-resize;
}

#nav  a#next:hover {
	text-decoration:none;
	color:#000;
	}
	
#nav{
	position:absolute;
	top:-16px;
}

object{
	padding-top:2px;
	padding-bottom:16px;}
	
iframe{
	padding-bottom:16px;
	}

