@charset "utf-8";
/* CSS Document */
/* The Real MASH - Master CSS Document */

/* STICKY FOOTER ------------------*/

*{
margin: 0;
}

html, body {
height: 100%;
}

#wrapper {
	width:800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	}

#footer, #push {
	height: 2em;
	text-align:left;
	padding: 50px 25px 20px 125px;
	clear:both;
	}
	
/* LAYOUT ------------------*/	

body {
	padding: 0;
	background:url(images/background.jpg) repeat-x #FFFFFF;
	text-align:left;
	}

#masthead {
	width:800px;
	height:230px;
	margin:0 0 0 0px;
	}
	
#navContent {
	position:absolute;
	width:750px;
	margin-top:205px;	
}
	
#mainContent {
	width:650px;
	padding:50px 25px 0 125px;
	}

h1#logo {
	position:absolute;
	z-index:50;
	left: 0;
	top: 0;
	margin:0; padding:0;
	width:417px;
	top: 131px;
	}

h1#logo a {
	display:block;
	width:417px;
	left: 0;
	top: 0;
	background:url(images/therealMASH.jpg) no-repeat;
	height:62px;
	text-indent:-5000px;
	outline:none;
	}

/*NAVIGATION ------------------------------*/

ul {
	margin:0;
	padding:0;
	list-style:none;
	width:720px;
}

ul li{
	float:left;}
	
ul a {
	display:block;
	padding:0 0.5em;
	line-height: 2em;
	text-decoration:none;
	color: #030;
}

ul .first a {
	background:none;}

ul a:hover{
	color:#690;}
	
/*FONT & LINK STYLING --------------------- */	

a:link {
	color: #030;
}

a:hover {
	color: #690;
}

a:visited {
	color: #666666;
}

h2 {
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color:#000000;
	font-style: bold;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size: 0.9em;
	line-height:1.4em;
	}	
	
.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #030;
	line-height:130%;
	font-size: 0.7em;
	line-height:1.5em;
	}	

.nav {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight: bold;
	line-height:130%;
	font-size: 0.8em;
	}	
	
.pic {
	float:left;
	margin-right: 8px;
	margin-bottom: 3px;
	border: 0;
	}	
	
hr {
	height: 1px;
	width: 650px;
	color:#FFF; 
	background:#FFF;
	border-top:1px #030 dashed;
	text-align:left;
	}		
	
/*LIGHTBOX 2.04 -------------- */
#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; }	