@charset "utf-8";
/* CSS Document */

body {
	background:#fc93cf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:1.4em;
}

a:link, a:visited {
	color:#fc93cf;
}

a:hover {
	color:#ff0084;
	text-decoration:none;
}

h2 {
	color:#ff0084;
	font-weight:bold;
	letter-spacing:-2px;
	font-size:200%;
	text-transform:uppercase;
}

h3 {
	color:#ff0084;
	font-weight:bold;
	letter-spacing:-2px;
	font-size:140%;
	text-transform:uppercase;
	padding:2px 0 0 0;
}

h4 {
	color:#ff0084;
	font-weight:bold;
	letter-spacing:1px;
	font-size:20px;
	text-transform:uppercase;
	padding:2px 0 0 0;
	text-align:center
}

h5 {
	color:#ff0084;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:20px;
	text-transform:uppercase;
	padding:2px 0 0 0;
	text-align:center
}


#wrapper {
	width:900px;
	background:#FFFFFF;
	margin:0 auto;
	border:3px solid #ff0084;
}

#masthead {
	width:100%;
	min-height:60px;
	float:left;
	margin:0 5px;
}

	#masthead h1 {
		font-size:400%;
		color:#ff0084;
		font-weight:bold;
		letter-spacing:-3px;
		padding:20px 0 0 0;
		line-height:0;
		text-transform:uppercase;
}

span.clean {
	color:#fc93cf;
	font-weight:bold;
}

#navs {
	width:100%;
	min-height:60px;
	padding:0;
	margin: 5px;
}

	#navs ul {
		list-style:none;
		margin:0;
		padding:0;
}

		#navs ul li {
			display:inline;
}

			#navs ul li a {
				font-size:200%;
				color:#ff0084;
				text-decoration:none;
				letter-spacing:-1px;
				font-weight:bold;
				margin:0 10px;
}
				#navs ul li a.first-nav {
					margin-left:0;
}

			#navs ul li a:hover {
				color:#fc93cf;
}

#navs2 {
	width:100%;
	min-height:60px;
	padding:5px 0 0 0;
	margin:0 5px 0 0;
	border-top:3px solid #ff0084;
}

	#navs2 ul {
		list-style:none;
		margin:0;
		padding:0;
		text-align:center
}

		#navs2 ul li {
			display:inline;
}

			#navs2 ul li a {
				font-size:22px;
				color:#ff0084;
				text-decoration:none;
				letter-spacing:-1px;
				font-weight:bold;
				margin:0 10px;
}
				#navs2 ul li a.first-nav {
					margin-left:0;
}

			#navs2 ul li a:hover {
				color:#fc93cf;
}

#sidebar {
	width:200px;
	float:left;
	border-top:3px solid #ff0084;
	*padding:19px 0 0 0;
	margin:0 5px;
	
	
}

	#sidebar p {
		font-size:90%;
}


#sidebar ul {
		list-style:none;
		margin:0;
		padding:19px 5px;
		border-top:3px solid #ff0084;
}

		#sidebar ul li {
		display:block
}

			#sidebar ul li a {
				font-size:200%;
				color:#ff0084;
				text-decoration:none;
				letter-spacing:-2px;
				font-weight:bold;
				margin:0 10px;
}
				#sidebar ul li a.first-nav {
					margin-left:0;
}

			#sidebar ul li a:hover {
				color:#fc93cf;
				
}
#content {
	margin:0 5px 0 220px;
	border-top:3px solid #ff0084;
}

}
#content2 {
	font-size:22px;
	color:#ff0084;
	border-top:3px solid #ff0084;
}

#footer {
	width:100%;
	margin:50px 0 0 0;
	border-top:3px solid #ff0084;
	padding:15px 0 0 0;
	text-transform:uppercase;
}

#footer .copyright {
	font-size:170%;
	color:#ff0084;
	letter-spacing:-2px;
	font-weight:bold;
}

#footer .validation {
	font-size:140%;
	letter-spacing:-1px;
	color:#ff0084;
	font-weight:bold;
	padding:1px 0;
	margin-top:-1em;
}

ul {
	list-style:square;
	color:#ff0084;
}

ol {
	list-style:decimal-leading-zero;
	font-weight:bold;
	color:#ff0084;
}

span {
	color:#666666;
	font-weight:normal;
}

blockquote {
	width:90%;
	border:1px solid #ff0084;
	background:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	font-weight:bold;
	letter-spacing:-1px;
	padding:5px;
	line-height:1.5em;
	margin:0 auto;
	color:#ff0084;
}

acronym {
	border-bottom:1px dotted #666666;
	cursor:help;
}

acronym:hover {
	border-bottom-style:solid;
}

#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; }
