* {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a {
	text-decoration: none;
}
a img {
	border: none;
	border-bottom: none;
	display: block;
}
a:link, a:visited {
	color: #666;
}
a:active, a:hover {
	color: #31cbf8;
	text-decoration: underline;
}
h1, h2, h3 {
	letter-spacing: -1px;
} 
h2, h3, h4, h5 {
	margin: 12px 0 10px 0;
}

p {
	font-size: .85em;
	line-height: 21px;
	margin-top: 15px;
}
li {list-style-type: none; font-size: .75em;}
#container {
	width: 780px;
	background: #000;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: #000;
	padding: 0;
	margin: 0;
}
#header #logo {
	padding-top: 10px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#nav {
	width: 780px;
	overflow: hidden;
	margin-top: 10px;
	height: 30px;
	background: #333 url(images/nav-back.gif) repeat-x;
	
}
#nav li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
}
#nav li a {
	color: #ccc;
	float: left;
	padding: 9px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li#selected a {
	background: #ccc url(images/nav-back-selected.gif) repeat-x;
	color: #000;
}

#mainContent {
	padding: 12px;
	background: #ccc;
}
#innerWrap {
	background: #fff;
	padding: 15px;
}
#tag {
	margin: 0;
	padding: 0;
	background: url(images/hp-h1-back.gif) top left no-repeat;
	height: 200px;
}
#tag h1 {
	padding-top: 100px;
	padding-left: 80px;
}
#miniNav {margin-top: 10px;}
#miniNav li {list-style-type: none; display: inline; padding-right: 10px;}
#miniNav li a {color: #666; font-size: 13px; border-right: 1px solid #ccc; padding-right: 10px;}
#miniNav li#last a {border: none;}
#miniNav li a:hover {color: #31cbf8;}


/* Typography */
.headerColor {
	color: #31cbf8;
}
.pageHeader {margin: 0;}

/* Footer */
#footer {
	margin-top: 12px;
	padding: 0 10px;
	background:#000;
}
#footer p {
	margin: 0;
	padding: 0;
}


/* Pictures */
.thumbnails {width: 726px;}
.thumbnails li {list-style-type: none; float: left; margin-left: 5px; margin-top: 10px; padding: 3px; background: #efefef; display: block;}
.thumbnails li.left {margin: 10px 0 0 0;}
.thumbnails li a {display: block;}
.thumbnails li:hover {background: #ccc;}

/*Photo Home */
.padTop {padding-top: 20px;}

.searchImg {cursor: pointer;}

#trailimageid {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	padding: 0;
	height: 1px;
	z-index: 1000;
}

/*Clearing */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Form */
form {margin-top: 10px;}
form li {list-style-type: none; padding: 5px 0; font-size: 14px;}
form legend {font-size: .9em; font-style: italic;}
form label {font-size: .9em;}
form fieldset {padding: 10px; width: 50%;}

dl {
	width: 98%;
	margin:;
	font-size: .8em;
}
			dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
			dl { display: inline-block; }
			dl { display: block; }

dt {
	clear: left;
	float: left;
	margin-right: 1em;
	padding-bottom: 1em;
}

dd {
	clear: right;
	float: right;
}

/* VII. LightBox ========================================*/
#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; }

