/* This CSS Layout is (c) 2006 Ryan Biesemeyer. */

body { 
	color: black; 
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 12pt; 
	background-color: #000; 
	background-image: url(/images/darkroom_background.jpg); 
	background-repeat: no-repeat; 
	background-position: top center;
	margin:0px;
	}

div#nav_prev {
	position: absolute;
	left:80px;
	top:300px;
	}

div#nav_next {
	position: absolute;
	right:80px;
	top:300px;
	}

div#navnext {
	float:right;
	margin:5px;
	line-height:14px;
	}

div#navprev {
	float:left;
	margin:5px;
	line-height:14px;
	}

span.cat_title {
	font-weight: bold;
	font-size: 14px;
	}

div#gallerynav {
	z-index:4;
	position: absolute;
	right:15px;
	height:30px;
	width:180px;
	bottom:100px;
	border-top: 3px solid #a00;
	border-left: 3px solid #a00;
	border-right: 3px solid #a00;
	background:#300;
	}

	#gallerynav img 
		{
		margin-right:4px;
		margin-left:4px;
		}

a { text-decoration:none;}
a:link { color: #FFF ; text-decoration: none; border:none;}
a:visited { color: #FFF;  border:none;}
a:hover { color: #FFF ; text-decoration: underline;  border:none;}
a:active { color: #FFF; border:none; }

div.photoborder {
	position: relative;
	background-color:#000;
	border: 14px solid white; 
	top: 149px;
	z-index:1;
	}

div.about {
	border-top:1px solid #333;
	border-left:1px solid #444;
	border-right:1px solid #999;
	border-bottom:1px solid #aaa;
	padding:15px;
	color: #fff;
	}

img.portfolioimg {
	border-top:1px solid #333;
	border-left:1px solid #444;
	border-right:1px solid #999;
	border-bottom:1px solid #aaa;
	}
	
div.clothespin {
	position:absolute;
	height: 163px;
	top: 0px;
	width: 100px;
	z-index:2; 
	}

div.cable {
	position:absolute;
	height:8px;
	font-size: 2pt;
	top:125px;
	left:0px;
	margin:0px;
	padding:0px;
	width:100%;
	z-index:1;
	background-image: url('/images/cable.gif');
	background-attachment: fixed-y; 
	}

div.innerwrap {
	z-index:3;
	position: relative;
	margin-left:-400px;
	left:50%;
	width: 800px;
	height: 600px;
	text-align: left;
	}

div.outerwrap {
	z-index:0;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 700px;
	text-align: left;
	}

div.outermostwrap {
	z-index:1;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: auto;
	}

div.photoinfo {
	position:absolute; 
	top: 137px; 
	left: 600px;
	width:164px;
	height:254px;
	background-image: url(/images/note.png);
	padding: 18px;
	padding-top: 28px;
	color: #000;
	z-index:1;
	background-repeat: no-repeat;
	}

span.desc_title {
	font-weight:bold;
	}

/* CSS FOR NAVIGATION */

div.navwrap {
	position: absolute;
	z-index:5;
	width: 100%;
	height:30px;
	bottom:70px;
	left:0px;
	background-color: #FF0000;
	background-image: url(images/menu_back3.png);
	background-repeat: repeat;
	background-position: top right;
	}

div.navbox {
	position: relative;
	z-index: 5;
	width: 800px;
	height: 30px;
	top:0px;
	margin: 0 auto;
	}

ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
	 }

li {
	float: left;
	position: relative;
	border-right: 1px solid #966;
	padding-left:0.75em;
	padding-right:0.75em;
	line-height:30px;
	}

li ul {
	display:none;
	 list-style-image: none;
	 text-indent:0em;
	 position: absolute;
	 background: #300;
	 padding: 0em;
	 margin: 0em;
	border-top: 3px solid #a00;
	border-left:3px solid #a00;
	border-right:3px solid #a00;
	border-bottom:none;
	bottom:30px;
	left: -4px;
	 }

li ul li {

	clear:height;
	text-indent:0px;
	padding-left:4px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid black;
	line-height:1em;
	height:;
	float: none;
	}

li > ul {
	position:absolute;
	top: auto;
	left: -2px;
	}

UL#nav li ul li a {
	 display:block;
	 width:10em;
	}

li:hover ul, li.over ul { display: block; }

li:hover, li.over { 
	background-color: #990000; 
	color: #FFF;
	background-image: url(/images/menu_back3.png);
	}

li.nolink:hover { 
	background-color: #FF0000;
	background-image: url(/images/menu_back3.png);
	}

li:hover a, li.over a { 
	color: #FFF; 
	text-decoration: none;
	}

li:hover ul li a, li.over ul li a { 
	color: #c33; 
	text-decoration: none;
	}

li:hover ul li:hover a, li.over ul li.over a { 
	color: #FFF; 
	text-decoration: none;
	}

li:hover ul li:hover { 
	background-color: #600;
	background-image: none;
	border:none;
	border-bottom: 1px solid black;
	border-right: 1px solid #966;
	}

#content {
	clear: left;
	}

/* MSIE FIXES */
* { behavior: url(/iepngfix.htc) }
