/* CSS for Buckwild Entertainments */

body { background-color:#000000; color:#2a1205; text-align: center; margin: 0; padding: 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; }

a:link {
	text-decoration: none;
	color:#FFCC00;
}

a:visited {
	text-decoration: none;
	color:#FFCC00;
}

a:hover {
	text-decoration: underline;
	color:#FFCC00;
}

a:active {
	text-decoration: none;
	color:#FFCC00;
}

.comments_italic {
	font-style: italic;
}

#contentleft {
    width:140px;
	height-min:519px;
	float:left;
	font-size:11px;
    background-color: #2a1205;
}

/* Menu Styles */
#menu ul { margin:0; padding:0; list-style:none; }
#menu ul li a { display:block; color:#FFCC00; text-decoration:none; padding-left:8px; width:132px; height:22px; padding-top:5px; }
#menu ul li a:hover { color:#FFCC00; background:#8c5c42; text-decoration:underline; }
#menu ul li a.end { border-bottom:none; }
#menu ul ul { display:none; }
#menu ul li.active ul { display:block; }
#menu ul li a.active { color:#FFCC00; }
#menu ul li ul li a.active { background:#2a1205; }


#wrapper {
width:976px;
margin-left: auto; margin-right: auto; position: relative; text-align: left;
background-color:#cf2900;
}

#header {
	width:976px;
	height:181px;
	background-image:url(/media//gfx/header.jpg);
}

#content {
width:100%;
float:left;
}
#wrapper #content #middle .smallprint {
	font-size: 0.95em;
}

#middle {
width: 576px;
float:left;
padding-left:20px;
padding-right:20px;
}
#middle h3 { color:#2a1205; display:inline; }
#middle h2 { color:#FFCC00; display:inline; }
#middle img { border:#FFCC00; border-style:solid; border-width:1px;}

#middle #img1 {float: left;}
#middle #text {float: left; width: 240px; padding-left: 10px; padding-right: 10px;}
#middle #img2 {float: right;}

#contentright {
width:200px;
float:right;
padding-left:10px;
padding-right:10px;
}
#contentright h3 {
	color: #FFCC00;
	display:inline;
}

#team_tag {
	float: left;
	width: 230px;
	height: auto;
	padding-left: 50px;
}
#team_tag_clear {
	clear: left;
}


#footer {
position:relative;
width:956px;
height:45px;
padding:10px;
background-image:url(/media/gfx/footer.gif);
font-size:11px;
}


/* Beginning of Lightbox2 CSS */
#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: 100%;
	background-color: #000;
	}