/* @override http://www.evdh.net/_css/evdh_net.css */

html {
	overflow: auto; 
}

body {
	margin: 0;
	background-color: #000;
	height: 100%;
	color: #fff;
	font-family: Verdana, sans-serif;
}

#nav_left {
	position: absolute; 
	height:100%; 
	overflow: auto; 
	width: 120px;
	background-color: #000;
}

.nav_left_img {
	background-color: #000;
	border-color: #000;
	width: 100px;
	height: 100px;
	margin-top: 1px;
	margin-bottom: 2px;
	text-align: center;
}

#nav_top {
	height: 20px; 
	position: absolute; 
	width: 100%;
}

#nav_top_content {
	margin: 0 0 0 120px;
	font-size: 12px;
	background-color: #444;
	border-bottom: 1px #fff solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 36px;
}

.nav_top_btnSpacing {
	position: relative;
	display: inline;
	padding-left: 15px;
	border: 0px #fff solid;
}


#main {
	height: 100%; 
	left: 0px; 
	overflow: hidden;
	position: absolute; 
	top: 20px; 
	width: 100%;
}


.main_inner {
	margin: 0px 34px 34px 154px;
	color: #888888;
	font: normal 16px/120% Arial, Helvetica, Geneva, sans-serif;
}

#downloads {
	position: absolute;
	left: 150px;
	margin-top: 50px;
	height: 90%;
	margin-right: 30px;
	color: #888888;
	border: 0px #fff solid;
}

#source {
	height: 80%;
	width: 80%;
	margin-left: 150px;
	margin-top: 75px;
	border: 0px #fff solid;
	font: normal 17px/120% Arial, Helvetica, Geneva, sans-serif;
}

#dl_content {
	margin-top: 50px;
}


#name_holder {
	right: 0px;
	margin-top: 5px;
	text-align: right;
	border: 0px #fff solid;
	color: #aaa;
	font-style: italic;
	font-size: 18px;
}

#index_bio_title {
	margin-top: 40px;
	font-size: 19px;
	color: #ffffff;
}

#index_bio_text {
	margin-top: 40px;
	margin-bottom: 10px;
	overflow: auto;
}

#news_title {
	margin-top: 40px;
	font-size: 19px;
	color: #ffffff;
}

#news_text {
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: auto;
	sans-serif;
}

#project_title {
	margin-top: 40px;
	font-size: 19px;
	color: #ffffff;
}

#project_subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #aaaaaa;
	margin-top: 30px;
	margin-left: 20px;
}

#content_text {
	margin-top: 40px;
	margin-bottom: 10px;
	overflow: auto;
}

.content_img {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}

.content_photos {
	margin-top: 20px;
	margin-bottom: 20px;
}

#photo_list {
	font-size: 13px;
	line-height: 18px;
}

.photo_title {
	padding-bottom: 25px;
}

.anchor {
	height: 250px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px #fff solid;	
}

.photo_credits {
	font-size: 12px;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
}

.spacer {
	height: 25px;
}

.separation {
	height: 1px;
	border-bottom: 1px #fff solid;	
}

.dl_line {
	width: 700px;
	height: 25px;
	border: 0px #fff solid;	
}

.dl_item {
	float: left;
	width: 400px;
	height: 25px;
	border: 0px #fff solid;
}

.dl_size {
	float: left;
	width: 150px;
	height: 25px;
	border: 0px #fff solid;	
}

.dl_last {
	float: left;
	width: 150px;
	height: 25px;
	border: 0px #fff solid;	
}

#credits {
	margin-top: 25px;
	margin-bottom: 25px;
}

#credits_title {
	font-size: 16px;
	margin-bottom: 15px;
}

.credits_content {
	font-size: 12px;
	margin-left: 50px;
	margin-top: 1px;
}

img {
	border: 1px;
}

/* p classes */


.nav_left_img a:hover {
	cursor: e-resize;
	border: 0px;
	text-decoration: underline;
}

p.title {
	color: #fff;
	font-size: 14px;
	margin-bottom: -14px;
	border: 0px #fff solid;
}

p.details {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 19px;
}

p.title a:link {
	color: #fff;
	text-decoration: none;
}

p.title a:visited {
	color: #fff;
	text-decoration: none;
}

p.title a:hover {
	color:#8888ff;
	text-decoration: underline;
}

#main a:link {
	text-decoration: none;
	color:#fff;
}

#main a:hover {
	text-decoration: none;
	color:#8888ff;
}

#index_bio_text a:link {
	text-decoration: none;
	color:#bbb
}

#index_bio_text a:hover {
	text-decoration: none;
	color:#8888ff;
}

a:link {
	text-decoration: none;
	color:#ccc;
}

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

a:hover {
	text-decoration: underline;
	color:#8888ff;
}

a:active {
	text-decoration:none;
	color:#bbb;
}
