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

html {
	background: url(images/bg-html.png) repeat-x #292a28;
}
body {
	margin: 0px;
	padding: 0px;
}
#outer {
	background: url(images/bg-shadow.png) repeat-y;
	width: 884px;
	margin: 0 auto;
}
#inner {
	background: url(images/bg-body.gif) repeat-y #000;
	width: 800px;
	margin: 0 auto;
}

/* Header */
#header {
	background: url(images/bg-header.jpg) no-repeat;
	height: 229px;
	overflow: hidden;
}
	h1 {
		margin: 0px;
		position: relative;
		left: 245px;
		top: 95px;
	}
		#header h1 a {
			color: #fff;
			text-decoration: none;
			font-weight: normal;
			font-family: "Trajan Pro", "Garamond Premr Pro", "Times New Roman", serif;
			font-size: 23pt;
			width: 230px;
			
			display: block;
			width: 540px;
			height: 50px;
		}

/* Main Navigation - see SpryAssets/SpryMenuBarVertical.css */
#menu {
	float: left;
	width: 230px;
}

/* Main Content */
#content {
	float: left;
	width: 470px;
	margin-left: 50px;
	color: #a6a6a6;
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 50px;
	min-height: 400px;
}
	#content p {
		margin: 30px 0px;
	}
	#content a {
		color: #006600;
		text-decoration: none;
	}
	#content a:hover {
		color: #008800;
	}
	.atl {
		position: relative;
		top: 4px;
	}
	.float-left {
		float: left;
		margin-right: 10px;
	}
	table {
		background: #000;
		width: 470px;
	}
		td {
			background: #0c1708;
			padding: 5px;
		}
	img {
		max-width: 100%;
	}
	a img {
		border: none;
	}
	#preloader {
		position: absolute;
		left: -9000px;
	}
	
	/* Lightbox */
	#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: #003300; 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: 12px "Garamond Premr Pro", serif; background-color: #003300; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
	
	#imageData{	padding:0 12px; color: #fff; }
	#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; }

/* spacer to make sure the background shows up */
#spacer {
	clear: left;
}

/* Footer */
#footer {
	background: url(images/shadow-footer.png) no-repeat;
	height: 41px;
	width: 884px;
	margin: 0 auto;
	text-align: center;
	font-size: 10pt;
	color: #a6a6a6;
	padding-top: 5px;
}
	#footer a {
		color: #a6a6a6;
		text-decoration: none;
	}
	#footer a:hover {
		color: #fff;
	}
	
.video-container {
	position: relative;
	margin: 2em 0;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





@media screen and (max-width: 54em) {

html {
	background: #333;
}
#outer {
	background: #333;
	width: 100%;
}
#inner {
	background: #000;
	width: 100%;
}
#header {
	background: url(images/bg-header.jpg) no-repeat right;
	background-size: 140%;
	height: 0;
	margin: -10% 0 -10% 0;
	padding: 50% 0 0 0;
	overflow: hidden;
}
#menu {
	background: #333;
	float: none;
	width: 230px;
	padding: 0 40px 0 0;
	position: absolute;
	z-index: 10;
	transition: left .3s ease;
}
	#menu:after {
		content: "";
		display: block;
		background: url(images/navslideout.png) no-repeat;
		width: 40px;
		height: 90px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	#menu li ul {
		display: none !important;
	}
#content {
	float: none;
	width: 85%;
	margin: 0 auto;
	padding: 0 0 0 10%;
	padding-bottom: 0;
}
table {
	width: 100%;
}
#footer {
	background: #333;
	height: auto;
	width: 100%;
}

}