@charset "UTF-8";
/* CSS Document */


/*
================================================================================
                                                                      LIGHTBOX
================================================================================
 */
 
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 105;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ 
  border: none; 
}

#outerImageContainer{
	position: relative;
	background-color: #000000;
	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 { 
  float:left;
	background: url(/images/prev.gif) left 50% no-repeat;
	filter:alpha(opacity=65);
  -moz-opacity:.65;
  opacity:.65;
	
}

#nextLink:hover, #nextLink:visited:hover { 
  float:right;
	background: url(/images/next.gif) right 50% no-repeat;
	filter:alpha(opacity=65);
  -moz-opacity:.65;
  opacity:.65; 
}


#imageDataContainer{
	font: 10px century gothic, sans-serif;
	background: #000000;
	color:#ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	
  padding:0 10px; 
	color: #ffffff; 
}

#imageData #imageDetails{ 
  width: 70%; float: left; text-align: left;
	padding: 5px 0 0 0;	 
}	

#imageData #caption{ 
  font-weight: bold;
}

#imageData #numberDisplay{ 
  display: block; 
	clear: left; 
	padding-bottom: 1.0em;	}			

#imageData #bottomNavClose{
  width: auto; 
	float: right;  
	padding-bottom: 0.7em;	
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 104;
	width: 100%;
	height: 500px;
	background-color: #000000;
	}
	
	
	#contest{
  position:absolute;
	top:400px;
	right:20px;
	width:auto;
	height:auto;
	z-index:101;
}


.contestBg {
    float:left;
	width:440px;
	 height:100px;
	background-image: url('/images/contest_bg.png');
	background-repeat: no-repeat;
	background-position:top left;
	padding:230px 0 0 0;
	margin:10px 0 0 0;
}

.winnerHolder {
    float:left;
	width:210px;
	height:350px;
	background:#000000;
	padding:0;
	margin:0 0 0 2px;
	color:#707070;
}

#btnEnter{
    position:absolute;
	top:110px;
	left:570px;
	z-index:101;
}


#resourceHolder{
  float:left;
	width:425px; 
	height:345px;
	background:#ffffff;
	padding:5px 15px 0 15px;
	margin:0 0 0 2px;
	color:#707070;
}


#resourceHolder h1 {
	font-family: times, serif;
	font-size:270%;
}

#resourceHolder h2 {
	font-family: arial, helvetica, san-serif;
	font-size:180%;
	color:#000000;
	margin: 10px 0 0 0;
}

#resourceHolder h3 {
	font-family: arial, helvetica, san-serif;
	font-size:180%;
	color:#ff0000;
}

#resourceHolder p.prize {
	font-family: arial, helvetica, san-serif;
	font-size:110%;
}

p.holder {
  width:auto;
	height:auto;
	padding: 10px 10px 0 10px;
	font-size:85%;
	margin: 0 0 15px 0;
}


.hdr07 {
  font:300% impact, san-serif;
  line-height:30px;
  color:#000000;
}

.hdr08 {
  font:112% impact, san-serif;
  color:#ff0000;
}



#errorHolder {
  	float:left;
	width:auto;
	height:230px;
	padding:70px 0 0 0;
	margin:0 0px 0 25px;
	color:#000000;
	font-weight:bold;
}

#errorHolder h1 {
	font-size:150%;
}

#errorHolder h2 {
  	color:#ff0000;
	font-size:220%;
}


#sitemap {
  	float:left;
	width:auto;
	height:230;
	padding:30px 0px 0 0;
	margin:0 15px 15px 10px;
	color:#000000;
}

#sitemap h1 {
	font-size:220%;
}

#sitemap h2 {
	font-size:130%;
}

#sitemap a:link, #sitemap a:visited {
	color:#000000;
	font-size:150%;
}

#sitemap a.archive:link, #sitemap a.archive:visited {
	font-size:90%;
	margin: 0 0 3px 0;
}



#sitemap a:hover, #sitemap a.archive:hover {
	color:#ff0000;
}
