@import url(reset.css);

body {
	background:#2aaae1;
	font:18px Verdana, Geneva, sans-serif;
	color:#fff;
}
h2 {
	font:bold 22px Verdana, Geneva, sans-serif;
	margin:8px 0;
}
em {
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.clear {
	clear:both;
	height:20px;
}
#wrapper {
	width:1200px;
	min-height:1000px;
	margin:20px auto;
	position:relative;
}
#header {
	position:relative;
	margin:0 auto;
	width:960px;
	height:210px;
	background:transparent url(../images/header-02.png) top left no-repeat;
}
#header a {
   position:relative;
   display:block;
   width:780px;
   height:108px; 
}

#nav {
	width:650px;
	margin:20px auto 0 auto;
}
#nav a {
	margin-right:10px;
	outline:none;
	border:none;
	display:block;
	width:205px;
	height:95px;
	background:transparent url(../images/nav-sprite-01.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
#nav a.last-link {
	margin:0;
}
#nav ul {
	list-style-type:none;
}
#nav li {
	display:inline-block;
	zoom:1;
	*display:inline;
	height: 95px;
}
#nav li.home a {
	width:205px;
	background-position:0 0;
}
#nav li.cast a {
	width:205px;
	background-position:-206px 0;
}
#nav li.gallery a {
	width:205px;
	background-position:-411px 0;
}
#nav li.about a {
	width:205px;
	background-position:-411px 0;
}
#nav li.home a:hover {
	width:205px;
	background-position:0 -94px;
}
#nav li.cast a:hover {
	width:205px;
	background-position:-206px -94px;
}
#nav li.gallery a:hover {
	width:205px;
	background-position:-411px -94px;
}
#nav li.about a:hover {
	width:205px;
	background-position:-411px -94px;
}

#header a span.h1over {
   display:block;
   position:absolute;
   width:100%;
   height:100%;
   z-index:100; /* Places <span> on top of <a> text */  
}

#vid-homepage {
	margin:30px auto;
	padding:62px 80px;
	width:800px;
	height:450px;
	background:url(../images/bg-vid-homepage.jpg) top left no-repeat;
	position:relative;
}

#feature {
	margin:30px auto;
	width:1200px;
	height:540px;
	background:url(../images/feature-image-03.jpg) top left no-repeat;
	position:relative;
}
.cast-bio a {
	color:#ffd8eb;
	outline:none;
	border:none;
	text-decoration:none;
}
.cast-bio a:hover {
	color:#faaed4;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:55px;
	left:55px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:690px;
	height:430px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:690px;
	height:430px;
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:197px;
	left:-19px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:685px;
}

/*
	Pagination
*/

.pagination {
	margin:5px auto 0;
	width:352px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#movie-desc {
	margin:15px 13px 15px auto;
	padding:0 18px 0 0px;
	width:350px;
	height:512px;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	color:#2e8299;
	line-height:23px;
	overflow:scroll;
}

#credits {
	margin:40px 0 0 0;
}
.cast-bio h2 {
	clear:both;
}
.cast-bio p {
	margin-bottom:8px;
}
#footer {
	margin:30px auto 0 auto;
	width:1200px;
	color:#005eab;
	padding-bottom:30px;
	font-size:14px;
}
#footer a {
	text-decoration:none;
	outline:none;
	border:none;
	color:#005eab;
}
#footer a:hover {
	color:#fff;
}
.copyright {
	float:left;
	width:480px;
}
.dcc {
	float:right;
	width:310px;
	text-align:right;
}
/*------------------------------
         Social Links
------------------------------*/
#social-links {
	position:absolute;
	top:106px;
	left:120px;
}
#social-links a {
	margin-left:1px;
	outline:none;
	border:none;
	display:block;
	width:45px;
	height:45px;
	background:transparent url(../images/social-media.png) no-repeat 0 0;
	text-indent:-9009px;
}
#social-links ul {
	list-style-type:none;
}
#social-links li {
	display:inline-block;
	zoom:1;
	*display:inline;
	height: 49px;
}
#social-links li.fb a {
	width:45px;
	background-position:0 0;
}
#social-links li.tw a {
	width:45px;
	background-position:-46px 0;
}
#social-links li.yt a {
	width:45px;
	background-position:-91px 0;
}
#social-links li.su a {
	width:45px;
	background-position:-137px 0;
}
#social-links li.vm a {
	width:45px;
	background-position:-137px 0;
}
#social-links li.fb a:hover {
	width:45px;
	background-position:0 -46px;
}
#social-links li.tw a:hover {
	width:45px;
	background-position:-46px -46px;
}
#social-links li.yt a:hover {
	width:45px;
	background-position:-91px -46px;
}
#social-links li.su a:hover {
	width:45px;
	background-position:-137px -46px;
}
#social-links li.vm a:hover {
	width:45px;
	background-position:-137px -46px;
}

#fb-plugins {
	width:1198px;
	height:588px;
	background-color:#FFE8F5;
	border:1px solid #FF8BE4;
	overflow:hidden;
	margin-top:30px;
}
#fb-like-box {
	width:599px;
	margin:0;
	padding:0;
	float:left;
}
#fb-comment-box {
	width:599px;
	margin:0;
	padding:0;
	float:right;
}