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

html {
	min-width: 1000px;
	min-height: 700px;
	}
	
	body {
	background-color: #000000;
	font-size:15px;
	font-family: helvetica, arial, san-serif;
	border: none;
	color:#dc3a85;}
	
	a:link {
	color: #33FFFF;
	text-decoration: underline;}
a:active {
	color: #33FFFF;
	text-decoration: underline;}
a:visited {color: #1D9E78; text-decoration: underline; }
a:hover {color: #1D9E78; text-decoration: none; }
	
	
.oneColElsCtrHdr #container {
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	height:auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #000000; 
	width:1000px;
	height:125px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding:5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


h1 {
	color:#FF33CC;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {color:#FF33CC;
font:Arial, Helvetica, sans-serif;}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: 100%; height: 100%;}
#lightbox a img{
	border: 50px;
}

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 5px; }

#loading{ position: absolute; top: 30%; 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: 75%	; }

#imageData{
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; padding: 6px; }	
#imageData #caption{
	font-weight: bold;
	
}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1em;
	padding-top: 1em;
}			
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	height: 22px;
}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }
