/* Mooshmedia Stylesheet for Screen */

html { background: #3b75be url('/mooshmedia/files/img/background.gif') repeat-x; }
body { width: 800px; margin: 2em auto; font: 82.5% Arial, sans-serif; }

#heading { height: 200px; }

h1#title a { float: right; margin: 5px 110px 0 0; width: 297px; height: 115px; background: url('/mooshmedia/files/img/main-logo.png') no-repeat; text-indent: -9999pt; }
#badge { display: block; height: 198px; width: 198px; background: url('/mooshmedia/files/img/badge.gif'); no-rpeat; text-indent: -9999pt; }
#main-image { display: block; position: absolute; margin-left: -50px; padding-top: 0px; }

#navigation { height: 75px; letter-spacing: 0.1em; }
	#menu { padding: 15px 0; background: url('/mooshmedia/files/img/darkener.png'); text-align: right; }
		#menu li { display: inline; }
		#menu li a { padding: 15px; color: #FFF; text-decoration: none; }
		#menu li a:hover, #menu li a.current { background: url('/mooshmedia/files/img/darkener.png'); }
	#submenu { margin-left: 345px; font-size: 85%; }
		#submenu li { display: inline; }
			#submenu li a { padding: 5px 7px; margin: 0 1px; background: url('/mooshmedia/files/img/darkener-2.png'); color: #cee1ff; text-decoration: none; }
			#submenu li a:hover { color: #FFF; }
	#content { line-height: 1.8em; color: #abc7f8; }
	#left-col { width: 355px; float: left; margin-top: 17px; background: #1f4e92; padding-bottom: 0;  }	
		.csw { width: 345px; height: 180px; visibility: hidden; overflow: hidden; }
		.stripViewer { position: relative; overflow: hidden; border: 5px solid #3d6cd6; width: 345px; height: 170px; background: #3d6cd6; }
		.stripViewer .panelContainer { position: relative; left: 0; top: 0; width: 100%; list-style-type: none; }
		.stripViewer .panelContainer .panel { float:left; height: 100%; position: relative; width: 345px; }
		.stripNav { display: none; }
		.stripNavL a, .stripNavR a { padding: 5px 10px; text-transform: uppercase; }
		.stripNavL a { float: left;  }
		.stripNavR a { float: right; text-align: right; }
	#right-col { width: 410px; float: right; }
	#footer { clear: both; padding: 2em 0 0 380px; }
		#footer a { margin: 0 0 0 1em; }
a { color: #FFF; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0; }
.accessibility { display: none; }

#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(/mooshmedia/files/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/mooshmedia/files/lightbox/lightbox/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; }

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "http://mooshmedia.com/mooshmedia/files/css/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}