/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a,a:visited { color:#5AAAE3; text-decoration:none; }
a:hover { color: #ccc; text-decoration:underline; }

@font-face {
	font-family: orbitron_medium;
	src: url('../images/orbitron-medium.ttf');
}
body {
	background:#000;
	color:#ccc;
	font-family:orbitron_medium,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin:0;
}
#skip_div {
	display:block;
	position:fixed;
	left:6px;
	top:4px;
	visibility:hidden;
	z-index:101;
}
#anidiv {
	display:none;
	height:451px;
	left:50%;
	position:absolute;
	margin:0 0 0 -648px;
	top:0;
	width:1135px;
	z-index:100;
}
#startup {
	background:#0D1820 url(../images/spinner.gif) center center no-repeat;
	display:block;
	position:fixed;
	top:0;left:0;right:0;bottom:0;
	z-index:99;
}
#bodydiv {
	background:#000 url(../images/bg.jpg) top center no-repeat;
	height:800px;
	overflow:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	visibility:hidden;
}
#main {
	position:absolute;
	margin:100px 0 0 -400px;
	padding:100px 0 0 0;
	height:500px; /* = 600-100*/
	width:800px;
	left:50%;
	z-index:1;
}
#holder {
	position:relative;
	height:500px;
	width:800px;
}
#header {
	display:block;
	width:858px;
	margin:106px auto 0 auto;
	height:74px;
}
#footer {
	width:800px;
	margin:0 auto;
	position:relative;
	top:700px;
	font-family:Arial,sans-serif;
	font-size:11px;
	color:#aaa;
}
#randomize-div {
	width:800px;
	margin:0 auto;
	position:relative;
	top:622px;
}
#randomize {
	color: #ADC0CF;
	font-family: "Courier New",monospace;
	text-decoration: none;
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}
#randomize:hover {
	color:#777;
	text-shadow:0 0 4px rgba(255,255,255,1);
}
#toppromo {
	background:#e7f2f9;
	background:rgba(255, 255, 255, 0.7);
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	color:#222;
	cursor:pointer;
	font-size:13px;
	left:50%;
	line-height:20px;
	margin:0 0 0 -214px;
	text-align:center;
	opacity:0.5;
	filter:alpha(opacity=50);
	position:absolute;
	top:0;
	width:428px;
	z-index:1;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
#share {
	width:72px;
	background:#777;
	background:rgba(255, 255, 255, 0.5);
	position:fixed;
	left:0;
	top:222px;
	padding:14px 0 10px 0;
	opacity:0.5;
	filter:alpha(opacity=50);
	/*text-align:center;*/
	-webkit-border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
#share:hover, #toppromo:hover {
	color:#666;
	opacity:1;
	filter:alpha(opacity=100);
}
#fb-like {
	padding-left:9px;
	width:63px;
}
.tw-like {
	padding:16px 0 16px 6px;
}
.gg-like {
	padding:0 0 0 9px;
}
#pages {
	display:none;
}
.close {
	position:absolute;
	background:url(../images/close.gif) bottom left no-repeat;
	cursor:pointer;
	float:left;
	height:20px;
	width:51px;
}
.content, .loading {
	position:absolute;
	color:#ccc;
	float:left;
	z-index:2;
}
.loading {
	background:#0D1820 url(../images/spinner.gif) center center no-repeat;
}
.content {
	background:#0D1820 url(../images/popup.gif) center center no-repeat;
	box-shadow:0 2px 16px 3px black inset;
	overflow:hidden;
}
.content h1 {
	color:#1A669D;
	font-family:orbitron_medium,monospace;
	font-size:28px;
	font-weight:bold;
	margin:8px;
	text-shadow:0 0 4px #1A669D;
}
.content h2 {
	color:#ccc;
	font-weight:bold;
	margin:16px 8px 0 8px;
	text-shadow:0 0 4px #1A669D;
}
.content h3 {
	color:#ccc;
	font-size:80%;
	text-transform:lowercase;
	margin:0 8px 8px 8px;
	text-shadow:0 0 4px #1A669D;
}
.content p {
	color: #5AAAE3;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0 0 8px 8px;
	text-shadow: 0 0 4px rgba(26,102,157,0.5);
}
.content b {
	color:white;
}
.article {
	margin:12px 8px 0 24px;
}
.article p {
	margin:2px 0 8px 0;
}
a.title {
	color:#ccc;
}
.author {
	color: #96BCD8;
	display: block;
	font-size:12px;
}
#numbers, #oldnumbers  {
	position:absolute;
	margin:0 0 0 -410px;
	top:200px;
	width:820px;
	font-family:orbitron_medium,"Courier New",monospace;
	color:#0f0;
	overflow:auto;
	left:50%;
	overflow:hidden;
	line-height:18px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#oldnumbers {
	height:412px;
	border:0px solid red;
}
#numbers {
	top:612px;
	height:20px;
	border:0px solid green;
}
a.still {
	background-repeat:no-repeat;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 2px 4px rgba(0, 0, 0, 0.8);
	display: inline-block;
	font-size: 0;
	height: 128px;
	margin: 0 0 0 8px;
}
a.still img {
	visibility:hidden;
}
a.still:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 5px rgba(0, 0, 0, 1);	
}

#story {
	/*width:596px;height:380px;overflow:auto;padding:0 4px 8px 0;*/

}
#bios {
	/*width:596px;height:380px;overflow:auto;padding:0 4px 8px 0;*/
}
.trailer-bg {
	width:100%;height:100%;background:black;
}
.wrapper {
	height:100%;
	width:100%;
	overflow:auto;
}
.gallery-wrap {
	width:640px;height:160px;overflow:auto;white-space:nowrap;
}

body.simple {
	background:#000 url(../images/bg.jpg) top center no-repeat;
}
.page {
	padding:12px 232px 0 0;
	width:600px;
	margin:0 auto;
}
.page-content { 
	position:relative !important;
	border:2px solid #1A669D;
}
.back {
	text-shadow:0 0 4px rgba(0,0,0,0.75);
}
.barimg {
	width:576px;
	height:81px;
	margin:18px auto;
	display:block;
	overflow:hidden;
	box-shadow:0 0 8px rgba(90,174,227,0.5) inset, 0 1px 0 rgba(255,255,255,0.35) inset, 0 2px 4px rgba(0,0,0,0.8);
}
.ftitle {
	color:#ACD4F1;
}
#coming_soon {
	background:#0D1820;
	color:#5AAAE3;
	font-family:orbitron_medium,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:32px;
	padding-top:300px;
	position:fixed;
	top:0;left:0;right:0;bottom:0;
	text-align:center;
	text-shadow:0 0 4px #5AAAE3;
}


#emf-container {
	margin-top:0px;
	width:860px;
	font-family:orbitron_medium,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
#emf-container .emf-head-widget { 
	border-bottom:none;
}
.recaptchatable { 
	background:white;
}


#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: 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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%; position:relative; z-index:10; }

#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: 82px; 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; }

.addthis_toolbox {
	display: inline-block;
	margin: 10px 9px 0 9px;
}