/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body {
        margin: 0;
        padding: 0;
        font: 95% garamond, sans-seri, Verdana, Arial, Helvetica, sans-serif;
		background:#000000;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 60%;
}

a img {
	border:none;
	}

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

/*---------------------------------------------------------------------------------- Content ----------------------------------------------------------------------------------*/

#container{
	display:block;
	position:relative;
	min-height:100px;
	width:990px;
	margin:0px auto;
	/*border:1px solid;
	border:#D22816;*/
	margin-bottom:50px;
	margin-top:30px;
	}
	
#header{
	display:block;
	position:relative;
	height:200px;
	width:990px;
	background:url("../assets/images/members_header.jpg")
	}
#intro{
	display:block;
	position:relative;
	height:60px;
	width:990px;
	color:yellow;
	font-size:1.3em;
	text-align:center;
	}
.login{
	display:block;
	position:relative;
	height:300px;
	width:300px;
	padding-left:50px;
	margin-left:70px;
	margin-top:30px;
	color:#ffffff;
	font-size:1.6em;
	float:left;
	}
	.login fieldset{
		background:#000000;
		text-align:center;
		border:1px solid;
		border-color:#ffffff;
		font-size:1em;
		height:300px;
		padding-top:50px;
		}
.reg{
	display:block;
	position:relative;
	height:200px;
	width:400px;
	padding-left:50px;
	margin-left:30px;
	margin-top:30px;
	color:#ffffff;
	font-size:1.4em;
	float:left;
	}
	.reg fieldset{
		border:1px solid;
		border-color:#ffffff;
		background:#000000;
		text-align:center;
		font-size:1em;
		padding-top:35px;
		padding-bottom:40px;
		}
#logout{
	display:block;
	position:relative;
	height:200px;
	width:990px;
	margin-left:900px;
	padding-top:20px;
	color:#ffffff;
	font-size:1.6em;
	}
#footer{
	display:block;
	position:relative;
	height:50px;
	width:980px;
	background:red;
	margin-left:3px;
	background:url("../assets/images/footer.jpg")
	}
#content{
	display:block;
	position:relative;
	min-height:100px;
	width:979px;
	margin-left:4px;
	margin-right:5px;
	margin-bottom:25px;
	padding-bottom:25px;
	color:#ffffff;
	font-size:1.4em;
	float:left
	}

	
#poll{
	display:block;
	position:relative;
	height:450px;
	width:200px;
	margin-left:20px;
	margin-top:50px;
	border:1px solid;
	border-color:#ffffff;
	text-align:center;
	float:left;
	background:#181818;
	}
	fieldset{
		font-size:0.8em;
		text-align:left;
		background:#181818;
		color:yellow;
		}
#latestNews{
	display:block;
	position:relative;
	height:150px;
	width:700px;
	margin-left:30px;
	margin-top:50px;
	border:1px solid;
	border-color:#ffffff;
	text-align:center;
	float:left;
	background:#181818;
	}
	#latestNews a:link{
		color:yellow;
		}
	#latestNews a:visited{
		color:yellow;
		}
	#latestNews a:hover{
		color:#ffffff;
		}
	#latestNews a:active{
		color:yellow;
		}
#featureVid{
	display:block;
	position:relative;
	height:400px;
	width:450px;
	margin-left:30px;
	margin-top:30px;
	border:1px solid;
	border-color:#ffffff;
	text-align:center;
	float:left;
	background:#181818;
	}
	#featureVidTitle{
		display:block;
		position:relative;
		height:50px;
		width:425px;
		margin-top:-10px;
		margin-bottom:-10px;
		}
#ad1{
	display:block;
	position:relative;
	height:400px;
	width:220px;
	margin-left:30px;
	margin-top:30px;
	border:1px solid;
	border-color:#ffffff;
	text-align:center;
	float:left;
	background:#181818;
	}
.nextGig{
	display:block;
	position:relative;
	height:110px;
	width:200px;
	margin-left:20px;
	margin-top:20px;
	border:1px solid;
	border-color:#ffffff;
	text-align:center;
	float:left;
	background:#181818;
	}
.nextGig b{
	font-size:1em;
	font-weight:bold;
	margin:0px;
	padding:0px;
	}
.nextGig h1{
	padding:0px;
	margin:0px;
	font-size:0.9em;
	font-weight:normal;
	color:yellow;
	}
#leftHolder{
	display:block;
	position:relative;
	height:560px;
	width:200px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	}

	
	/*---------------------------------------------------------------- Nav ------------------------------------------------------------------------------------------------*/

#navHolder{
	display:block;
	position:relative;
	height:17px;
	width:572px;
	float:left;
	margin-top:175px;
	margin-left:200px;
	}
#nav0{
	display:block;
	position:relative;
	height:17px;
	width:104px;
	float:left;
	margin-left:10px;
	}

#nav1{
	display:block;
	position:relative;
	height:17px;
	width:122px;
	float:left;
	margin-left:10px;
	}
#nav2{
	display:block;
	position:relative;
	height:17px;
	width:130px;
	float:left;
	margin-left:10px;
	}
#nav3{
	display:block;
	position:relative;
	height:17px;
	width:176px;
	float:left;
	margin-left:10px;
	}
	
#secondaryNav{
	display:block;
	position:relative;
	height:30px;
	width:900px;
	float:left;
	margin-left:40px;
	border-top:2px solid;
	border-bottom:2px solid;
	border-color:#831c0e;
	}
	.secondaryNavEach{
		display:block;
		position:relative;
		height:30px;
		width:150px;
		float:left;
		margin-left:70px;
		}
	
#mediaContainer{
	display:block;
	position:relative;
	min-height:100px;
	width:900px;
	border:1px solid;
	margin-top:40px;
	float:left;
	}
	
	/*------------------------------------------------------------------------------------------------- Videos -------------------------------------------------------------------------------------------------------------------------------------*/


.videoHolder{
	display:block;
	position:relative;
	height:250px;
	width:800px;
	margin-left:50px;
	margin-top:30px;
	border:1px solid;
	border-color:#ffffff;
	text-align:center;
	float:left;
	background:#181818;
	}
	.videoThumb{
		display:block;
		position:relative;
		height:200px;
		width:200px;
		margin-left:40px;
		margin-top:20px;
		border:1px solid;
		border-color:#ffffff;
		float:left;
		}
	.videoTitle{
		display:block;
		position:relative;
		height:50px;
		width:200px;
		margin-left:40px;
		margin-top:20px;
		text-align:center;
		color:#ffffff;
		float:left;
		}
	.videoAbout{
		display:block;
		position:relative;
		height:110px;
		width:500px;
		margin-left:40px;
		text-align:center;
		color:#ffffff;
		float:left;
		}
	.videoGoto{
		display:block;
		position:relative;
		height:30px;
		width:200px;
		margin-left:340px;
		text-align:center;
		color:#ffffff;
		float:left;
		text-align:right
		}
	#videoFull{
		display:block;
		position:relative;
		height:400px;
		width:450px;
		margin-left:250px;
		padding-top:10px;
		margin-top:30px;
		border:1px solid;
		border-color:#ffffff;
		text-align:center;
		background:#181818;
		}
#commentsHolder{
	display:block;
	position:relative;
	min-height:400px;
	width:550px;
	margin:0px auto;
	margin-bottom:20px;
	margin-top:20px;
	border:1px solid;
	border-color:#ffffff;
	}
	#commentsTitle{
		display:block;
		position:relative;
		height:30px;
		width:550px;
		text-align:center;
		padding-top:10px;
		}
	.commentEachHolder{
		display:block;
		position:relative;
		height:150px;
		width:450px;
		border-top:1px solid;
		border-bottom:1px solid;
		border-color:#831c0e;
		margin-top:10px;
		margin-left:50px;
		}
	.commentStars{
		display:block;
		position:relative;
		height:30px;
		width:130px;
		margin-top:10px;
		margin-left:10px;
		background:#818181;
		float:left;
		text-align:center;
		}
	.commentUser{
		display:block;
		position:relative;
		height:30px;
		width:130px;
		margin-top:10px;
		margin-left:10px;
		background:#818181;
		float:left;
		}
	.commentDate{
		display:block;
		position:relative;
		height:30px;
		width:150px;
		margin-top:10px;
		margin-left:10px;
		background:#818181;
		float:left;
		}
	.commentText{
		display:block;
		position:relative;
		height:90px;
		width:430px;
		margin-top:10px;
		margin-left:10px;
		background:#818181;
		float:left;
		}

	#addcomment{
		display:block;
		position:relative;
		min-height:90px;
		width:430px;
		margin:0px auto;
		text-align:center;
		}
	
	
	
	
.mediaPhotoThumb{
	display:block;   
	position:relative;
	width:100px;
	height:100px;
	padding:5px;
	margin:5px;
	float:left;
	border:1px solid;
	border-color:#ffffff;
	}

	#photoSectionHolder{
		display:block;   
		position:relative;
		min-width:100px;
		min-height:100px;
		margin-left:25px;
		text-align:center;
		font-size:1.3em;
		}
	
	
