@charset "utf-8";
/* CSS Document */

html {

	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 8px;
	padding: 0px;
	line-height: 16px;
	text-align: center;

}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


h1 {
	font: 22pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #999999;
	font-weight: bold;
}

h2 {
	font: 15pt Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #fff;
	padding: 0px;
	font-weight: normal;
}
h2 a, h2 a:visited {
	font: 15pt Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;

}
h2 a:hover {
	color: #FF0000;
}

h3 {
	font: 20pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 3px;
	color: #999999;
	font-weight: bold;
}
h3 {
	font: 18pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 2px;
	color: #999999;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

a:hover, a:active {
	text-decoration: underline;
	color: #FF3300;
}

hr {
	clear: both;
}

/* SPECIFIC STYLES */
.main { margin: 0px auto 10px auto; padding: 5px; width: 800px; text-align: center }


/* used for a clear all div */
.clearall { clear:both; height:0px; line-height: 0px; margin: 0px; padding: 0px; border: none; }

  .profilephoto { border: none; padding: 5px; background-color: #FFFFFF; float: left; margin: 10px 15px 5px 0px; text-align: center; font-size: 15px; color: #000; font-weight: bold; text-transform: capitalize}

	  .profilephoto a:link, .profilephoto a:visited {color: #c80000;  text-transform: capitalize}

	  .profilephoto a:hover {color: #f50000;  text-transform: capitalize}

      .photoimg { border: none ; margin-bottom: 6px; width: 100px; height: 100px }
 
.mainbox {
	width: 850px; padding: 0px; margin-left: auto; margin-right: auto; background-repeat: no-repeat; background-position: center top; text-align: center;
}	
.vidthumbs {
	width:300px;  margin-left: 30px; margin-right: 10px; margin-top: 10px; height: 1000px; float: left; position: relative; top: 0px; left: 0px;
}
.info {
	width:450px; margin-left: 30px; margin-right: 0px; margin-top: 10px; margin-bottom: 12px; float:left; text-align: left; 
}
.picthumbs {
	width:450px; margin-left: 30px;  float:left; text-align: center;
}
.bottombutton {
	 width: 450px; margin-left: 30px;  float: left; text-align: center;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/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(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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
