/* resets settings for cross browser compatibility */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
a img {border:none;}
body{
	background-image:url('img/gradient.jpg');
	background: -webkit-gradient(linear, left top, right top, color-stop(0.0, #FF6600),color-stop(0.5, #394aee), color-stop(1.0, #FF6600));
	background-image: -moz-linear-gradient(left, #FF6600, #394aee, #FF6600);
	font-family:Helvetica, Arial, sans-serif;
}
#wrapper{
	width:900px;
	margin:0 auto;
}
	#wrapper h1{
		font-style:oblique;
		font-size:200px;
		letter-spacing:-30px;
		line-height:75%;
		background-image:url('img/zard-largel.png');
		text-indent:-9999px;
		height:368px;
	}
	#wrapper h2{
		font-size:112px;
		font-style:italic;
		line-height:75%;
		padding-top:1px;
		color:RGBa(255,255,255,0.5);
	}
	#wrapper h3{
		color:RGBa(255,255,255,0.5);
		padding: 40px 0 0 165px;
		clear: both;
		font-size: 50px;
		line-height: 75%;
		display: inline;
		float: left;
	}
	#wrapper ol{
		list-style-type:none;
	}
		#wrapper ol li{
			float: left;
			padding: 10px;
			margin:10px;
			background: url('img/img-bg.png');
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
	#wrapper ul {
		list-style: none; 
		height: 60px;
		float: right;
		padding: 35px 105px 0 0;
	}
		#wrapper ul li {
			display: inline; /* IE6 fix to prevent the step down bug */
		height: 50px;
		}
			#wrapper ul li a {
				display: inline;
				margin-top:10px;
				margin-right: 20px;
				padding: 2px 0 8px 0;
				color: #FF6600; 
				text-decoration: none; 
				font-size: 35px;
				background-image: url('img/list-glyphs.png');
				background-repeat: no-repeat; 
			}
				#wrapper ul li a.email { 
					background-position: 0 0;
					padding-left:60px;
				}
				#wrapper ul li a.twitter { 
					background-position: 0 -50px; 
					padding-left:60px;
				}

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