@charset "utf-8";
/* CSS Document */

body {background-color: #333; margin: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
div#nav {width: 700px; margin-top: 4%; margin-left: 10%; margin-bottom: 20px; text-align: right; height: 10px;}
ul#nav ul {display: block; padding: 0;}
ul#nav li {display: inline; padding-left: 20px; font-size: 11px;}
ul#nav a {font-weight: bold; text-decoration: none; color: #fff;}
ul#nav li.active {font-weight: bold; text-decoration: none; color: #fff; border-bottom: 2px solid #fff; padding-bottom: 4px;}
ul#nav .id a:hover {color: #FC0;}
ul#nav a:hover {font-weight: bold; text-decoration: none; color: #fff; border-bottom: 2px solid #C6E4FB; padding-bottom: 4px;}

div#footer {width: 700px; margin-top: 0; margin-left: 10%; margin-bottom: 20px; text-align: right; padding-top: 0;}
ul#nav-foot ul {display: block;}
ul#nav-foot li {display: inline; padding-left: 10px; font-size: 9px;}
ul#nav-foot a {font-weight: bold; text-decoration: none; color: #999;}

div#mid-main {width: 100%; height: 400px; background-color: #151515; border-top: 1px solid #666; border-bottom: 1px solid #666;}
div#middle {width: 350px; height: 400px; position: relative; float: left; clear: right;}
div#middle ul {list-style: none; color: #fff; font-size: 11px; padding: 0; margin-left: 20px;}
div#middle li a {color: #FC0;}
div#left {width: 350px; height: 400px; margin-left: 10%; background-color: #1b89c9; float: left; clear: right; background-image: url(http://www.invictusdigital.com/images/shadow-left.gif); background-repeat: repeat-y;}
div#left a {color: #fc0; text-decoration: none;}
h1 {font-size: 12px; margin: 70px 20px 10px 20px; text-transform: lowercase; color: #fff;}
h2 {font-size: 12px; font-weight: bold; text-transform: lowercase; text-align: right; position: absolute; bottom: 3px; right: 20px;}
h3 {font-size: 12px; margin: 3px 20px 3px 20px; font-weight: bold; text-transform: lowercase; color: #1b89c9;}
h2 a {color: #C6E4FB;}
h2 a:hover {color: #FC0;}
h4 {font-size: 12px; margin: 20px 20px 10px 20px; text-transform: lowercase; color: #fff;}
p {font-size: 12px; margin: 3px 20px 3px 20px; color: #fff;}
#left p {font-size: 12px;}
div#right a {color: #fc0; text-decoration: none;}
div#right a:hover {color: #666;}
.about {font-size: 10px; margin: 10px 20px 10px 20px; text-transform: lowercase; line-height: 14px;}
div#right {width: 250px; height: 400px; background-color: #4C4D51; position: relative; float: left;}
img#logo {margin: 70px 0 10px 20px;}
a {color: #333; text-decoration: none;}
a:hover {color: #F90;}
input, select, textarea {background-color: #151515; border: none; font-size: 9px; font-family: Verdana, Geneva, sans-serif; width: 140px; color: #fc0;}
.button, .button-hm {width: 50px; background-color: #333; border: 2px solid #151515; font-family: Arial, Helvetica, sans-serif; color: #fff; text-transform: uppercase; font-size: 9px;}
.button {margin-left: 10px;}


/* SHADOWBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 500px; 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 Verdana, Helvetica, 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; }

