@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	height: 100%;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	background-position: center 3px;
	background-color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

#redbar {
	height: 7px;
	background-image: url(../img/redbar.png);
	background-position: center;
	background-repeat: no-repeat;
}

#undernav {
	height: 38px;
	background-image: url(../img/undermenu.png);
	background-position: center;
	background-repeat: no-repeat;
}

#nav {
	height: 36px;
	margin-top: -38px;
	margin-left: 65px;
}
	

li#navHome a {
background: url(../img/home.png) no-repeat;
}
 
 li#navSynopsis a {
background: url(../img/synopsis.png) no-repeat;
}

 li#navCast a {
background: url(../img/cast.png) no-repeat;
} 

 li#navMedia a {
background: url(../img/media.png) no-repeat;
} 

 li#navJournal a {
background: url(../img/journal.png) no-repeat;
}

 li#navDonate a {
	background-image: url(../img/donate.png);
	background-repeat: no-repeat;
}

 li#navContact a {
background: url(../img/contact.png) no-repeat;
}

 li#navHome a:hover,  li#navSynopsis a:hover,  li#navCast a:hover,  li#navMedia a:hover,  li#navJournal a:hover,  li#navDonate a:hover, li#navContact a:hover {
background-position: bottom;
}

ul#nav li a {
	display:block;
	text-indent: -9999px;
	width: 128px;
	height: 36px;
	
	
}

#nav li {
	float: left;
	list-style-type: none;
}

#container {
	height: auto;
	width: 991px;
	padding-bottom:101px;
	margin-top: auto;
	margin-right: auto;

	margin-left: auto;
}

#header h1 {
	text-indent: -9999px;
	background: url(../img/headersub.jpg) no-repeat;
	width: 991px;
	height: 174px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#rockindent {
	background: url(../img/rockindent.jpg) no-repeat;
	margin: auto;
	height: 474px;
	width: 991px;
	text-align: center;

}

#textcontainer {
	height: 450px;
	text-align: left;
	padding-top: 60px;
	padding-right: 165px;
	padding-left: 170px;
}

#textcontainer p {
	color: #877e79;
}

#textcontainer li {
	color: #711919;
	text-decoration: underline;
}

#castcontainer {
	padding-top: 25px;
	height: 160px;
	padding-bottom: 25px;
}

#castphoto {
	width: 200px;
	height: 160px;
	
}

#casttext {
	width: 400px;
	float: right;
	margin-top: -175px;

}

#video {
	display: block;
	height: 400px;
	margin-left: 35px;
	margin-top: 15px;
	line-height: 50px;
	
}

#footer {
	height: 101px;
	width:100%;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	clear: both; 
}


#footertext {
	padding-top: 10px;
	width: 350px;
	text-align: center;
	margin: auto;

}

#footertext li {
	list-style-type: none;
	padding: 2px;
	float: left;	
}

#footertext p {
	margin-top: 10px;

}

#presskitholder {
	width: 235px;
	height: 82px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #711919;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #711919;
	text-decoration: underline;	
}
a:active {
	color: #711919;
	
}

#footertext a:link {
	color: #877e79;
	font-weight: normal;
	text-decoration: none;
}
#footertext a:visited {
	color: #877e79;
	font-weight: normal;
	text-decoration: none;
}
#footertext a:hover {
	color: #711919;
	font-weight: normal;
}
#footertext a:active { color: #877e79;}



/*  Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: 9d9896;
}
h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #9d9896;
}
h4 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}

/* Testing
------------------------------------------------*/

