body {
	background: #000;
	margin-top: 180px;
	margin-bottom: 80px;
}

/*----------- RESPONSIVE -------------------------*/

@media(max-width: 882px) {
	.browserContent {
		display: none;
	}
}

@media(min-width: 883px) {
	.mobileContent {
		display: none;
	}
}



/*----------- BASIC LAYOUT ----------------------*/

.container-fluid {
	position: relative;
	width: 95%;
	margin: 0 auto 0 auto;
	padding-bottom: 25px;
	max-width: 935px;
}


.content {
	background: url(../img/bg_content.png) top center repeat-y;
	background-size: cover;
	min-height: 1024px;
}

.divDivider {
	height: 25px;
	background: url(../img/bg_pageDivider.gif) center left repeat-x;
}

#mediaRoom {
	width: 90%;
	height: 35px;
	z-index: 1000;
	position: fixed;
	bottom: 80px;
	left: 5%;
}

#mediaRoom p {
	margin: 0;
}

#footer {
	width: 100%;
	height: 80px;
	background: #000 url(../img/bg_footer.png) top left repeat-x;
	z-index: 1000;
	position: fixed;
	bottom: 0;
	left: 0;
}


/*----------- UI ELEMENTS ----------------------*/

.topNav {
	width: 100%;
	height: 180px;
	background: #000 url(../img/header_bg.jpg) top center no-repeat;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
}

p#nav {
	margin: 0;
	font-size: 15px;
	font-family: Arial, sans-serif;
}

#nav a {
	padding: 10px;
}

#nav, a:link, a:active, a:visited {
	text-decoration: none;
	color: #c00000;
}

a:hover {
	color: #ff0000;
}

.contentLink, p.previous, p.next {
	cursor: pointer;
}


/***********************************************
					HOME
***********************************************/

#home {
	background: #000 url(../img/bg_key.jpg) no-repeat;
	background-position: center top;
	min-height: 600px;
	position: fixed;
	top: 0;
	width: 100%;
}

#ta {
	margin: 0 auto;
	padding-top: 250px;
}


/***********************************************
					INTRO
***********************************************/
#intro {
	background: #000 url(../img/bg_intro.jpg) no-repeat;
	background-position: left bottom;
	background-size: cover;
	min-height: 1024px;
}

#introBG {
	background: #000 url(../img/bg_title.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	border: 3px solid white;
	margin-top: 50px;
	margin-bottom: 50px;
}

#introHeader {
	margin-top: 20px;
	margin-bottom: 20px;
}

/***********************************************
					CAST
***********************************************/
#cast {
	background: #000 url(../img/bg_cast.jpg) no-repeat;
	background-position: left bottom;
	background-size: cover;
	background-attachment: fixed;
}

#cast p.previous, p.next {
	margin-top: 75px;
}

#cast span.castBioName {
	font-size: 16px;
	font-weight: bold;
}

#cast .castBio p {
	
}

/***********************************************
					PRODUCTION
***********************************************/
#production {
	background: #000 url(../img/bg_production.jpg) no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
}

#production p.previous, p.next {
	margin-top: 75px;
}

.productionMember, .productionBioName, .productionBio {
	
}

.productionBioName {
	
}

.productionBio {
	
}

/***********************************************
					CREDITS
***********************************************/
#credits{
	background: #000 url(../img/bg_credits.jpg) no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
}

/***********************************************
					EPISODES
***********************************************/
#episodes {
	background: #000 url(../img/bg_episodes.jpg) no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
}

#episodes p.previous, p.next {
	margin-top: 75px;
}

/***********************************************
					ABOUT
***********************************************/
#about {
	background: #000 url(../img/bg_about.jpg) no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
}

/***********************************************
					PRESS MATERIALS
***********************************************/
#pressmaterials {
	background: #000 url(../img/bg_pr.jpg) no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
}

.downloadLink {
	background: url(../img/bg_download.png) left center no-repeat;
	padding: 3px;
	padding-left: 46px;
}

.link {
	background: url(../img/bg_link.png) left center no-repeat;
	padding: 3px;
	padding-left: 46px;
}


/*----------- TEXT ----------------------*/

p {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	margin: 20px 0 20px 0;
	line-height: 1.6em;
	color: #FFF;
}

strong {
	text-transform: uppercase;
}

p.pageHeader {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 20px;
}

#footer p {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #CCC;
	line-height: 1.8;
}