﻿/* Containers */

.container {
	background-image: url('/images/layout.jpg');
	width: 955px;
	height: 2450px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

.quicklinks {
	background-color: #003366;
	background-image:url('images/quick-links-bg.png');
	width: 955px;
	margin-top: 40px;
	margin-bottom: -40px;
	margin-right: auto;
	margin-left: auto;
}


/* Divs */

.content {
	width: 590px;
	padding: 15px;
	margin-top: -1170px;
	margin-left: 250px;
}
.navbar {
	font-size: 13px;
	color: #FFFFFF;
	padding: 45px 10px 10px 10px;
	width: 180px;
	margin-left: 22px;
	margin-top: 40px;
	height: 990px;

}
.footer {
	font-size: 11px;
	width: 590px;
	color: #C0C0C0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}



/* Semantics */

a {
	color: #33CCFF;
	text-decoration: none;
}
a:visited {
	color: #33CCFF;
	text-decoration: none;
}
a:hover {
	color: #CCFFFF;
	text-decoration: none;
}
a:active {
	color: #33CCFF;
	text-decoration: none;
}
body {
	background-color: #2449A2;
	background-image: url('/images/bg-dot.jpg');
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin-top: -40px;
}
h1 {
	color: #CCFFFF;
	font-size: 18px;
}
h2 {
	font-size: 14px;
	color: #CCFFFF;
	margin-top: 30px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCFFFF;
	padding-bottom: 10px;
	text-align: right;
}
p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1.5em;
}
p a {
	color: #33CCFF;
}
p a:visited {
	color: #33CCFF;
}
p a:hover {
	color: #CCFFFF;
}
p a:active {
	color: #33CCFF;
}




/* Special Semantics for Pop-Up Menu.							*/
/* Credit: "Drop-Down Menus, Horizontal Style" by Nick Rigby	*/
/* http://www.alistapart.com/articles/horizdropdowns/			*/

.navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 180px;
	border-bottom: 1px solid #003366;
}
.navbar ul li {
	position: relative;
}
.navbar li ul {
	position: absolute;
	left: 179px;
	top: 0;
	display: none;
}
.navbar ul li a {
	display: block;
	text-decoration: none;
	color: #33CCFF;
	background: #0066CC;
	background-image: url('images/navbar-bg.png');
	padding: 5px;
	border: 1px solid #003366;
	border-bottom: 0;
}
.navbar li:hover ul {
	display: block;
}
.navbar ul li a:hover {
	color: #000080;
	background: #CCFFFF;
}



/* We need to make an override for unordered lists to appear normal again for the body content: */

.content ul {
	border-style: none;
	list-style-type: circle;
	margin-left: 40px;
	width: 500px;
	line-height: 1.5em;
}
.content ul li {
	position: static;
}
.content li ul {
	position: static;
	display: none;
}
.content ul li a {
	padding: 0px;
	background-position: transparent;
	display: inline;
	text-decoration: none;
	background: transparent;
	border-bottom: 0;
	border-style: none;
}
.content li:hover ul {
	display: inline;
}
.content ul li a:hover {
	color: #CCFFFF;
	background: transparent;
	text-decoration: none;
}
.content ul li a:active {
	color: #33CCFF;
	text-decoration: none;
}



/* Classes */

.affiliateLeft {
	border-style: none;
	margin-right: 2px;
	margin-bottom: 4px;
}
.affiliateRight {
	border-style: none;
	margin-left: 2px;
	margin-bottom: 4px;
}
.backTop {
	font-size: 11px;
	text-align: right;
	line-height: 1.5em;
}
.backTop a {
	color: #33CCFF;
}
.backTop a:visited {
	color: #33CCFF;
}
.backTop a:hover {
	color: #CCFFFF;
}
.backTop a:active {
	color: #33CCFF;
}
.footer a {
	color: #33CCFF;
}
.footer a:visited {
	color: #33CCFF;
}
.footer a:hover {
	color: #CCFFFF;
}
.footer a:active {
	color: #33CCFF;
}
.logo {
	margin-left: 9px;
	margin-bottom: -8px;
}
.topNav {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.5em;
	text-align: right;
}
.profileAppearance {
	border-style: none;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.profilePic {
	border: 1px solid #33CCFF;
	padding: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.profileThumbs img {
	margin: 5px;
	border: 1px solid #33CCFF;
	padding: 5px;
}
.bigPic {
	margin: 5px;
	border: 1px solid #33CCFF;
	padding: 5px;
}
.profileThumbs {
	text-align: center;
}
.profileEpGuide {
	float: left;
	border: 1px solid #33CCFF;
	padding: 5px;
	margin-bottom: 0px;
	margin-right: 10px;
}

.profileInlineLeft {
	float: left;
	border: 1px solid #33CCFF;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.profileInlineRight {
	padding: 5px;
	border: 1px solid #33CCFF;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.profileAttributes {
	font-size: 11px;
}
.topLinks {
	font-size: 11px;
	padding: 5px;
	color: #CCFFFF;
}




/* Classes for Lightbox2 (pop-up images with faded bg effect)	*/
/* Credit: Lokesh Dhakar										*/
/* http://www.lokeshdhakar.com/projects/lightbox2/				*/

#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/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; }


