@charset "UTF-8";
body  {
	font: small Arial, Helvetica, geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	/*background-image: url(images/matrixiannumbersdark.png);*/
	/*background-image: url(images/newmatrixback2.jpg);*/
	background-image:url(../images/matrix-background-final.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #202D4C;
}
#container { 
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	border-right:1px solid #555555;   /* was #888888 */
	border-left:1px solid #555555;
	border-bottom:1px solid #555555;
} 
#header { 
	background: #DDDDDD; 
} 

#topnav { 
	background: #ffffff; 
	border-bottom: 3px double #888888;
	margin-top: 5px;
} 
#sidebar1 {
	float: left; 
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right:1px dotted #000000;
	padding: 5px 20px 15px 20px;
}

#sidebar1 ul {
	margin:0;
	padding:0 0 0 1em;
	list-style-type: square;
}
#sidebar1 ul a {
	text-decoration: none;
}
#sidebar1 li {
	padding: 0px 0px 0.4em;
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px; 
} 

#mainContent p a {
	text-decoration:none;
}
#mainContent li {
	padding: 0px 0px 0.6em;
}
#footer { 
	padding: 0 10px 0 20px; 
	background-color: #69C; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}

/* VARIOUS ADJUSTMENTS */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {font-size: 150%;color:#006;}
h2 {font-size: 130%;color:#006;}
h3 {font-size: 110%;color:#006;}

a {color: #339;}
a:hover {color: #909;}
a:visited {color: #600;}


/*LIGHTBOX JS CODE*/

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