@charset "ISO-8859-1";

/* MAIN */

body {
	background-color: #2b1912;
}
.main {
	width:900px;
	height:600px;
	background: url('images/bg.jpg') 0 0;
	background-repeat: no-repeat;
	position:absolute;
	left:50%;
	margin-left:-450px;
	
	
	font-family: Verdana, Lucida Sans, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #FF9900;
	text-shadow: rgba(255, 255, 255, 0.699219) 0px 1px;
}
a {
	font-family: Verdana, Lucida Sans, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FF9900;
	text-decoration:underline;
	cursor: pointer;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #2b1912;
}
a:active {
	color: #2b1912;
}
h1,h2,h3 {
	font-family: Verdana, Lucida Sans, Verdana, sans-serif;
	margin-top: 0px;
}
h1 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0.5em;
	color: #FB7802;
}
h2 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-bottom: 0.7em;
	color: #FB7802;
}
h3 {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
img {
	border: none;
} 
.content {
	padding: 26px 165px 30px 295px;
}
.note {
	font-size: 0.6em;
	line-height: 1.2em;
}
.small {
	font-size: 0.8em;
	line-height: 1.2em;
}


/* MENU */

#menu {
	position: absolute;
	top: 150px;
}

#menu li {
	margin: 10px 0px;
	list-style: none;
}

#menu li, #menu a {
	height: 30px;
	display: block;
}
.menu {
	width:233px;

	position:relative;
}
#fader {
	background: transparent url(images/fader.png) right center no-repeat;
	width: 32px;
	height: 71px;
	position:absolute;
	right:0;
}
#fader.about {
	top:156px;
}
#fader.studio {
	top:196px;
}
#fader.references {
	top:237px;
}
#fader.contact {
	top:277px;
}
#about {
	top: 0px;
	width: 145px;
	height: 30px;
	background: url('images/menu.png') 0 0 no-repeat;
}
#studio {
	top: 50px;
	width: 145px;
	height: 30px;
	background: url('images/menu.png') 0 -50px no-repeat;
}
#references {
	top: 100px;
	width: 145px;
	height: 30px;
	background: url('images/menu.png') 0 -100px no-repeat;
}
#contact {
	top: 150px;
	width: 145px;
	height: 27px;
	background: url('images/menu.png') 0 -150px no-repeat;
}
#menu li:hover {
	background-image: url('images/menu-on.png');
}



/* LIGHTBOX */

#lightbox{ position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; overflow-y: hidden; }
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Trebuchet, Verdana, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

