﻿/* Starz Spartacus Styles */

html {
	background: #000 url(../images/bg.jpg) top no-repeat;
}
body{
	font-family: Arial, Helvetica, sans-serif;
}
#Container {
	width: 960px;
	margin: 0 auto;
	
}
#Header {

	overflow: visible;
}

#StarzLogo {
 margin-bottom:9px;	
}
#StarzNavigation {
	margin-top: 47px;
	font-size: 11px;
	color: #fff;
	float: left;
}
#StarzNavigation a {
	color: #fff;
	text-decoration: none;
}
#StarzNavigation a:hover,
#StarzNavigation a:active {
	text-decoration: underline;
}
#SpartacusLogo {
	float: left;
	margin-top: 40px;
	margin-left: 59px;
	margin-bottom: 6px;
}
#SeriesNavigation {
	clear: both;
	text-align: right;
	overflow: hidden;
	font-size: 12px;
	text-transform: uppercase;
	padding-top:10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom:10px;
	width:100%;
}
#SeriesNavigation li {
	display:inline;
	margin-left: 20px;
}
#SeriesNavigation li a {
	color: #CDB89B;
	text-decoration: none;
	outline: none;
	font-weight:bold;
}
#SeriesNavigation li a:hover,
#SeriesNavigation li a:active {
	color: #CC0E14;
}
#SeriesNavigation li.selected a {
	color: #CC0E14;
}
/* ShareThis Styles */
.share_this {
	font-weight: bold;
}
.share_this span {
	display: inline;
}
#Content {
	color: #fff;
	margin-bottom: 14px;
	height: 530px;
	overflow: hidden;
}
#AlternateContent {
	background: transparent url(/assets/spartacus/images/bg_alternate_content.png) no-repeat;
	width: 323px;
	height: 259px;
	margin: 60px auto;
	padding: 60px 26px 0 26px;
}
#AlternateContent p {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 1em;
}
#AlternateContent h1 {
/*
	font-size: 50px;
	line-height: 45px;
*/
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	margin-bottom: 18px;
	padding: 10px 0;
	background: transparent url(/assets/spartacus/images/prepare_for_battle.png) no-repeat 0 10px;
	text-indent: -999px;
	width: 247px;
	height: 81px;
}
#AlternateContent a {
	color: #CC0E14;
}
#AlternateContent a:link,
#AlternateContent a:visited {
	text-decoration: none;
}
#AlternateContent a:hover,
#AlternateContent a:active {
	text-decoration: underline;
}
#Footer {
	background: transparent url(../images/bg_footer.png) no-repeat;
	height: 260px;
	color: #fff;
	font-size: 10px;
	padding: 0 0 0 25px;
}
#Footer a {
	font-size: 12px;
	color: #CC0E14;
	font-weight: bold;
}
#Footer ul li {
	display: block;
	float: left;
	width: 120px;
	height: 20px;
	line-height: 20px;
}
#Footer .col_a,
#Footer .col_b,
#Footer .col_c {
	float: left;
}
#Footer .col_a {
	width: 241px;
	color: #999;
}
#Footer .col_a p {
	margin-bottom: 0.5em;
}
#Footer .col_b {
	width: 291px;
}
#Footer .col_b ul li {
	display: block;
	float: left;
	width: 120px;
	height: 20px;
	line-height: 20px;
}
#Footer .col_c {
	width: 403px;
}
#Footer .col_c ul li a {
	font-size: 11px;
}
#Footer a:link,
#Footer a:visited {
	text-decoration: none;
}
#Footer a:hover,
#Footer a:active{
	text-decoration: underline;
}
