body { margin: 0; padding: 0; font-family: helvetica, arial, sans-serif; }

.container { margin: 0px;
	width: 95%;
	height: 100%; }

.header { width: 450px;
	margin: 0 5px 0 7px;
	float: left;
	background-color: #000;
	color: #fff;
	height: 230px;}

.footer { width: 400px;
	margin: 10px 10px 0 10px;
	float: left;
	background-color: #000;
	border: solid #eee;
	border-width: 5px 5px 0 5px; }

.content { margin: 0 5px 5px 5px;
	float: left;
	width: 100%; }

img { margin: 5px; float: left; padding: 0; margin-top: 20px; border: solid 5px #eeeeee;  }

h1 { margin: 5px;
	color: #fff;
	font-size: 40px; }
h3 { margin: 5px;
	color: #fff; }
h4 { margin: 5px; }
a { color: #fff;
	font-weight: bold;
	text-decoration: none; }

a:hover { text-decoration: underline; }

p { font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	margin: 5px;
	color: #fff;
	font-weight: bold; }

b { font-weight: normal;
	color: #000;
	background-color: #fff;
	padding: 2px;
	display: block; }



#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none;
	background-color: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	}

#imageContainer img { padding: 0;
	background-color: none;
	margin: 10px;}


#loading{
	position: absolute;
	top: 40%;
	left: auto;
	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: transparent url(../i/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://ryanmoulton.com/i/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://ryanmoulton.com/i/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageDataContainer img { padding: 0; background-color: none;
	margin: 10px; }

#imageData{
	padding:0 10px;
	}

#imageData img { padding: 0; background-color: none; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageDetails a { color: #000; text-decoration: underline; }
#imageDetails a:hover { text-decoration: none; }
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; margin: 0 10px 0 10px;	}	

		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;

	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

#bottomNav img { margin: 10px; }	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

object { margin: 10px; float: left; }

.content h1 { color: #000; }
.content p { color: #000;
	width: 250px;
	margin: 10px; }