/* _____________ General Layout _____________ */
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
div {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}
.wrapper {
	background-color: #1b1b1b;
	padding-bottom: 30px;
}

/* _____________ Text Styles _____________ */
h1 {
	font-size: 26px;
	font-weight:400;
	line-height: 1;
	margin-top: 30px;
	color: #BD5A03;
}
h2 {
	font-size: 20px;
	font-weight:100;
	line-height: 1;
	margin-top: 30px;
	color: #BD5A03;
}
p {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 15px;
}
p.small {
	font-size: 10px;
	line-height: 1;
	margin-top: 3px;
}
p.copyright {
	font-size:10px;
	color: #888888;
	letter-spacing: normal;
	text-align: center;
	line-height: normal;
}
a, a:visited {
	cursor: pointer;
	text-decoration: underline;
	color: #FFF;
}
a:hover, a:active {
	color: #BD5A03;
	text-decoration: underline;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
	margin: 10px 0px 30px;
}
ul li {
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 100;
	letter-spacing: 1px;
}
sup {
	font-size: 55%;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: -0.6em;
}

/* Top image gallery and video player ----------------------------------------------------------------------------- */

#marquee {
	width: 920px;
	height:405px;
	background-color: #000000;
	overflow: hidden;
	margin: 0px auto 0 auto;
}

#imageBrowserNav {
	height: 30px;
	z-index: 200;
}

#imageBrowser {
	width:920px;
	height:405px;
	display:none;
	margin: 0px auto;
}

p#imageButtons {
	margin: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.imageBrowserContent {
	position: absolute;
	
}

/* -----------Video Players----------------------------------------------- */
#StarzVideoPlayer {
	width: 640px;
	height: 360px;
}
#castvideoPlayerDIV {
	background:black;
	position:absolute;
	width: 920px;
	margin:auto;
	z-index:500;
	left:0px;
	text-align:center;
}

#castvideoPlayerDIV {
	display:none;
}
#castVideo {
	padding-top: 15px;
}
#closeCastVideo {
	position:relative;
	z-index: 1000;
	color:#bd5a03;
	margin:15px auto 0px;
}

/* -----------App Store Panel----------------------------------------------- */
.accordion {
	background-color: #000000;
	border: 1px solid #4d4d4d;
	width:180px;
	margin:15px 0;
}

.contentToggle {
	width: 180px;
	height: 29px;
	border-bottom: 1px solid #4d4d4d;
	display: block;
	background: #4d4d4d url('../images/elements/accordionHeader_bg.jpg') repeat-x left top;
}
.contentToggle:hover {
	cursor: pointer;
	background-image: url(../images/elements/accordionHeader_bgHover.jpg);
}
.contentToggle h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 100;
	letter-spacing: 1px;
	padding-left: 30px;
}
.contentToggle h3.expanded {
	background-image: url('../images/elements/openArrow.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.contentToggle h3.closed {
	background-image: url('../images/elements/closedArrow.png');
	background-repeat: no-repeat;
	background-position: 12px 9px;
}
.expandableContent {
	height: auto;
}

.expandableContent a {
	display: block;
	width: 120px;
	margin: 20px auto;

}
/* -----------Providers List----------------------------------------------- */
ul.providerList {
	list-style-type: circle;
	padding: 0px;
	margin: 10px 0px;
}
ul.providerList li {
	padding-left: 0px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 100;
	letter-spacing: 1px;
}

