/**
* CSS FILE - COPYRIGHT 2011 - DAMIEN LOVERSO
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Futura, Helvetica, Arial, sans-serif;
	color:#333333;
	background: #fff;
}

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

/* LINKS */
	
	
	a:link { 
	text-decoration: none; 
	color: #9c9c9c;
	}
	
	a:active { 
	text-decoration: none;
	color: #ff1a9b;
	}
	
	a:visited { 
	text-decoration: none;
	color: #9c9c9c; 
	}
	
	a:hover {
	text-decoration: none;
	color: #ad437f;
	border-bottom: none;
	;
	}

	a img { 
	border: none; 
	}
	
	
a img { border: none; }

#menu {
	width: 260px;
	overflow: hidden;
	top: 0px;
	bottom: 5px;
	left: 0px;
	color: f0d03d;
	position: fixed;
	height: 1300px;
	background-color: #fff;
	border-left-style: none;
	border-left-width:10px


}

#menu ul {
	list-style: none;
	margin: 20 10 14px 0;
			padding-right: 15px;
		padding-left: 15px;
		

}

#menu ul li.active a {
	color:#505050;
	text-decoration:none;
}


#menu ul li.section-title {
border-bottom:thin solid #000000;
border-color: #CCCCCC;
border-top:
font-family:Georgia,serif;
font-size:16px;

font-weight: normal;
margin: 25px 10px 0px 0; 
}

#menu ul li.section-heading2 {
border-top:
font-family: Futura, Helvetica, Arial, sans-serif;
font-style:normal;
font-size:14px;
color:#9c9c9c;
font-weight: normal;
margin: 10px 10px 0px 0; 
}

#menu ul li.section-heading {
border-bottom:thin solid #000000;
border-color: #CCCCCC;
border-top:
font-family: Futura, Helvetica, Arial, sans-serif;
font-style:normal;
font-size:28px;
color:#000;
font-weight: normal;
margin: 20px 10px 0px 0; 
}

#menu ul li.section-heading a {
	color:#333;
}


ul#section-Objects a:hover  { background-color:#df3789;
color:#333333;
text-decoration:underline;
}

ul#section-Objects li.active a { background-color:#df3789;
color:#333333;
text-decoration:underline;
}

ul#section-People a:hover  { background-color:#ffe854;
color:#333333;
text-decoration:underline;
}

ul#section-People li.active a { background-color:#ffe854;
color:#333333;
text-decoration:underline;
}

ul#section-About a:hover  { background-color:#777777;
color:#333333;
text-decoration:underline;
}

ul#section-About li.active a { background-color:#777777;
color:#333333;
text-decoration:underline;
}
li.visited a{
	color: #505050;
}

#content {
    height: 100%;
    margin: 0px 0 0 264px;
    top: 0px;
}

.container {
    padding: 5px 5px 5px 5px;
}

#content .container { padding: 30px 0 0 0; }

#content p { width: 550px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 12px;
	font-style:italic;
	font-weight:100;
	font-family: Futura, Helvetica, Arial, sans-serif;
	color:#9c9c9c;
}
h2 { font-size: 18px;
	font-style:italic;
	font-weight:100;
	font-family: Georgia;
	
	color:#000000;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 1000px; margin: 0; padding: 0 0 11px 0; }

#once { clear: left; }



		#wide-panel .one-box { float: left; padding-right: 25px; }
		#wide-panel .caption-box { padding-top: 5px; }
		#wide-panel .caption-box .title { font-weight: ; }
		#wide-panel .caption-box .caption {  }
		
		/* Menu - CSS overides - remove comments bellow */
		/* #menu { left: 25px; bottom: auto; height: auto; background-color: #FFF; } */
		/* #content { margin: 0pt 0pt 0pt 240px; } */
	
/* -photos- */

	#img-container	{ 
		margin: 0 0 20px 0; 
		padding: 0; 
	}
	
	#img-container p	{ 
		width: 600px; 
		margin: 0; 
		padding: 0 0 12px 0;
	}
	
	.nothumb img {
		margin-top: -15px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;

	}
	
	#once { clear: left; }	
	
/* SLIDE */
	
	p.nav a {
		background-color: #eeeeee;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family: Georgia, serif;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
	p.nav a:hover {
		background-color: #cccccc;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: Georgia, serif;
		font-style: None;
		padding-left: 20px;
	}	

