/* @override http://raiseupart.com/Jon/style.css */


img, a img {
	border: 0;
}

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body {
	margin: 0px;
	padding: 0px;

background-color: #878787;

}


#wrap {
	width: 1000px;
	height: 750px;
	margin: 0 auto;
	background: #fff;
	text-align: center;

padding: 0px;
}

.nameBG {
	background-color: #fff;
	width: 300px;
	height: 50px;
	padding: 10px 10px 10px 0px;
	margin: 0px 15px 25px 25px;
}

.nameBG2 {
	background-color: #fff;
	width: 300px;
	height: 50px;
	padding: 10px 10px 10px 0px;
	margin: 0px 15px 25px 25px;
	float: left;
}

.linkBG {
	background-color: #fff;
	width: 500px;
	height: 50px;
	padding: 45px 10px 0px 10px;
	margin: 0px 0px 0px 25px;

}

.photogText {
	color: #c1c1c1;
	font: 13px/13px Arial, sans-serif;
	text-align: left;
}

.photogText a:link, .photogText a:visited{
	color: #c1c1c1;
	font: 13px/13px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
}

.photogText a:hover {
	color: #999;
}

.categoryText {
	color: #000;
	font: 13px/13px Arial, sans-serif;
	text-align: left;
}


.nameText {
	color: #000;
	font: 35px/30px Arial, sans-serif;
	text-align: left;
	margin-top: 5px;
}

.col1 {
	width: 300px;
	float: left;
margin: 0px 25px;
}

.col2 {
	width: 300px;
	float: left;
	margin: 0px;
}


.col3 {
	width: 300px;
	float: right;
	margin: 0px 25px;
}

.mainImgs {
	margin-bottom: 25px;
}

.opaqueBg {
	width: 290px;
	height: 20px;
	background-color: #666;
	opacity: 0.5;
	padding: 5px 5px 10px;
	margin: -60px 0px 25px 0px;
}

.titleText {
	color: #000;
	font: bold 25px/25px Arial, sans-serif;
	text-align: left;
	opacity: 1;
}

.titleText a:link, .titleText a:visited {
	color: #fff;
	font: bold 25px/25px Arial, sans-serif;
	text-align: left;
	opacity: 1;
	text-decoration: none;
}

.titleText a:hover {
	color: #000;
	font: bold 25px/25px Arial, sans-serif;
	text-align: left;
	opacity: 1;

}

.lightLinks {
	color: #fff;
	font: 1px/1px Arial, sans-serif;
	text-align: left;

}

.lightLinks a:link, .lightLlinks a:visited {
	color: #fff;
	font: 1px/1px Arial, sans-serif;
	text-align: left;
	text-indent: none;
}

.lightLinks a:hover {
	color: #fff;
}

/*LightBox Code*/

#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;background: url(../images/prevlabel.gif) left 100% no-repeat;}
#nextLink { right: 0; float: right;background: url(../images/nextlabel.gif) right 100% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 100% 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; }


