@charset "utf-8";
/* CSS Document */

body{
	background: #000000 url(_gfx/body_bg.gif) top center no-repeat;
	height: 100%;
	margin: 0;
	padding: 0;
}

a{ color: #ffffff; text-decoration: underline;}
a:hover{ color: #ffffff; text-decoration: none;}

.header{
	height: 160px;
	width: 950px;
	margin: 0 auto 10px auto;
	padding: 0;
}

.header h1, .header h2, .header h3{
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -2000px;
}

.header h1 a{ display: block; height: 100px; width: 400px;}

.header .selection{ display: block; text-indent: -4000px;}

.nav
{
	width: 760px;
	height: 25px;
    margin:0px auto 15px auto;
    padding: 0px 0px 0px 0px;
}

.nav ul
{
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.nav ul li
{
	float: left;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	list-style: none;
}

.nav li a{
	display:block;
	width: 85px;
	height:25px; 
	float:left;
    margin:0px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-indent: -2000px;
}


.nav li.home a {
	background:url(_gfx/home.gif) 0 0 no-repeat;
	}

.nav li.about a {
	background:url(_gfx/about.gif) 0 0 no-repeat;
	}

.nav li.cast a {
	background:url(_gfx/cast.gif)  0 0 no-repeat;
	}

.nav li.crew a {
	background:url(_gfx/crew.gif) 0 0 no-repeat;
	}
	
.nav li.media a {
	width: 120px;
	background:url(_gfx/trailer.gif) 0 0 no-repeat;
	}
	
.nav li.press a {
	width: 120px;
	background:url(_gfx/press.gif) 0 0 no-repeat;
	}
	
.nav li.contact a {
	background:url(_gfx/contact.gif) 0 0 no-repeat;
	}

.nav li.home a:hover {
	background:url(_gfx/home.gif) 0 -25px no-repeat;
	}

.nav li.about a:hover {
	background:url(_gfx/about.gif) 0 -25px no-repeat;
	}

.nav li.cast a:hover {
	background:url(_gfx/cast.gif) 0 -25px no-repeat;
	}

.nav li.crew a:hover {
	background:url(_gfx/crew.gif) 0 -25px no-repeat;
	}
	
.nav li.media a:hover {
	background:url(_gfx/trailer.gif) 0 -25px no-repeat;
	}
	
.nav li.press a:hover {
	background:url(_gfx/press.gif) 0 -25px no-repeat;
	}
	
.nav li.contact a:hover {
	background:url(_gfx/contact.gif) 0 -25px no-repeat;
	}
	
.container{ width: 760px; margin: 0 auto 25px auto;}

.content_head{ display: block; width: 760px; height: 19px; background: url(_gfx/content_head.gif) 0 0 no-repeat;}
.content_foot{ display: block; width: 760px; height: 19px; background: url(_gfx/content_foot.gif) 0 0 no-repeat;}
.content{ 
	display: block; width: 760px; background: url(_gfx/content_bg.gif) 0 0 repeat-y;}

.clearfix:after{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

a img.thumb {border: none;}
a img.bts_thumb {border: none; margin-right: 10px;}

.content p, .content ul, .content form{
	font-size: .75em;
	color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	margin: 0 35px 10px 35px;
}

.content h3{ 
	padding: 15px 0;
	margin: 0 35px 0px 35px;
	font-size: 1.5em;
	color: #eeeeee;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content h4{
	clear: both;
	padding-top: 10px;
	font-size: 1em;
	color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	margin: 0 35px 10px 45px;
}

p.bio{ margin-left: 55px;}
ul.bio li{ margin-left: 25px;}

ul.left_names{
	width: 350px;
	float: left;
	list-style: none;
	margin-right: 0;
}

ul.right_names{
	width: 250px;
	float: right;
	list-style: none;
	margin-left: 0;}

.intro_large { font-size: 1.25em; line-height: 2.5em; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold;}

.pic1 { float: left; margin: 5px 15px 10px 0px;}
.pic2 { float: right; margin: 10px 0px 10px 10px;}
.biopic { float: left; margin: 5px 15px 0px 45px;}

.footer {width: 760px; margin: 0 auto 0px auto; text-align: center; padding-bottom: 20px;}
.footer p{
	margin: 0;
	font-size: .75em;
	color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
}

#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: #b70101;
	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(_gfx/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(_gfx/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(_gfx/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #b70101;
	color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #fff; }
#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;
}


/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  background-color: #FF0000;
}

.sIFR-active h3 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
	margin-bottom: 0px;
  font-size: 2.5em;
}

.sIFR-active h4 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
	margin-bottom: 0px;
  font-size: 2em;
}
