@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: url(../img/donate.png) 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 {
margin: auto ;
height: auto;
width: 991px;


}

#header h1 {
	text-indent: -9999px;
	background: url(../img/header.jpg) no-repeat;
	width: 991px;
	height: 174px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#video {
padding-top: 45px;
padding-left: 5px;
background: url(../img/videocontainer.jpg) no-repeat;
margin: auto ;
height: 474px;
width: 991px;
text-align: center
}

#textcontainer {
	height: 150px;
	width: 570px;
	margin-left: 220px;
	margin-top: -120px;
	text-align: left;
}

#textcontainer li {
	color: #711919;
	text-decoration: underline;
}

li#socialFacebook a {
background: url(../img/facebook.png) no-repeat;
}
 
 li#socialTwitter a {
background: url(../img/twitter.png) no-repeat;
}

 li#socialVimeo a {
background: url(../img/vimeo.png) no-repeat;
} 

 li#socialYoutube a {
	background-image: url(../img/youtube.png);
	background-repeat: no-repeat;
} 

 li#socialFacebook a:hover,  li#socialTwitter a:hover,  li#socialVimeo a:hover, li#socialYoutube a:hover {
background-position: bottom;
}

ul#social li a {
	display:block;
	text-indent: -9999px;
	width: 45px;
	height: 45px;
	
	
}

#social li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
}

#social {
	padding-left: 90px;	
	

}



#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;

}

.footertype {
	color: #877e79;
	
}

#footertext li {
	list-style-type: none;
	padding: 2px;
	float: left;	
}

#footertext p {
	margin-top: 10px;

}

/* 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: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #908382;
}
h4 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
