/* ------------------------------ BEGIN Global Styles ------------------------------ */

@import url("../../global/CSS/global.css");

/* ------------------------------ END Global Styles ------------------------------ */

/* BE SURE TO COPY YOUR CLIENT STYLES IN THIS MASTER.CSS IN ORDER FOR THE EDITOR TO IMPLEMENT THE CLIENT STYLES-
YOU HAVE TO LOAD THEM UP SEPARATELY AS CLIENT.CSS AS WELL */

/*---------------------------------------------------------------------------------------------UNIVERSAL */

html, body,  ul, li, dl {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

img.leftalign {
	float: left;
	margin: 2px 20px 16px 0;
}

img.rightalign {
	float: right;
	margin: 2px 0 16px 20px;
}

body {
	background-color: #FFF;
	margin: 0px;
}

img.left {
	float: left;
	margin: 2px 20px 16px 0;
}

img.right {
	float: right;
	padding: 2px 0 16px 20px;
}

img.across {
	margin: 2px 0 16px 0;
}

img.flushleft {
	margin-left: -20px;
}

img.flushright {
	margin-right: -20px;
}

hr {
	border: 0;
	width: 100%;
	color: #262626;
	background-color: #262626;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 15px;
	margin: 0px;
	background: url(../Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/*---------------------------------------------------------------------------------------------TYPE */

body, p, div, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #262626;
}

a:link, a:visited, a:active {
	color: #8A1D03;
	text-decoration: underline;
}

a:hover {
	color: #8A1D03;
	text-decoration: none;
}

h1 {
	font-size: 25px;
	line-height: 35px;
	font-weight: normal;
}

h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-size: 25px;
	line-height: 35px;
	color: #8A1D03;
}

h4 {
	font-size: 13px;
	line-height: 18px;
	color: #8A1D03;
	text-transform: uppercase;
}

h5 {
	font-size: 13px;
	line-height: 18px;
	color: #808080;
	text-transform: uppercase;
}

.optionalheading {
	font-size: 50px;
	line-height: 50px;
	color: #efefef;
	letter-spacing: -3px;
	text-align: center;
}

.bodyoptional {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #8A1D03;
}

/*---------------------------------------------------------------------------------------------SEARCH */

#search {
	float: left;
	width: 260px;
	padding-left: 10px;
	background-image: url(/sitefiles/1290/Images/searchfield.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.searchField {
	font-size: 10px;
	color: #262626;
	width: 227px;
	border: 0px;
	background-color: transparent;
	margin: 0px;
	background: transparent;
	padding-top: 0px;
}

.searchButton {
	line-height: 0px;
	text-indent: -9999px;
	height: 24px;
	margin-top: 5px;
	background-image: url(/sitefiles/1290/Images/searchbutton.gif);
	background-repeat: no-repeat;
	border: 0px;
	background-color: transparent;
	width: 23px;
}

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #808080;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #808080;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #808080;
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------MAIN NAV */

#mainnav, #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#mainnav a {
	font-size: 13px;
	color: #262626;
	display: block;
	text-decoration: none;
	padding: 5px 18px;
	text-align: center;
	background-image: none;
}

#mainnav a:hover {
	font-size: 13px;
	color: #8A1D03;
	display: block;
	text-decoration: none;
	padding: 5px 18px;
	background-image: none;
	background-color: #efefef;
}

/*
Sets the properties of the top-level link that is currently loaded. OPTIONAL!
*/

#mainnav a.current {
	font-size: 13px;
	color: #8A1D03;
	display: block;
	text-decoration: none;
	padding: 5px 18px;
	background-image: none;
}

#mainnav li {
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
	width: 9em;
}

#mainnav ul li a {
	color: #262626;
	text-align: left;
	padding: 5px 12px;
}

#mainnav ul li a.current {
	color: #8A1D03;
	text-decoration: none;
	padding: 5px 12px;
}

#mainnav li ul, #mainnav ul li {
	width: 16em;
	background-color: #efefef;
}

#mainnav li ul {
	position: absolute;
	display: none;
	z-index: 80;
	background-image: url(/sitefiles/1290/Images/menu-bk.png);
	background-repeat: repeat;
}

* html #mainnav li ul {
	background-color: #FFF;
}

#mainnav li:hover a, #mainnav a:focus, #mainnav a:active, #mainnav li.p7hvr a {
	color: #8A1D03;
}

#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
}

#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #808080;
	background-color: transparent;
	padding: 5px 20px;
}

#mainnav ul a:hover {
	text-decoration: none;
	padding: 5px 20px;
	background-color: #FFF!important;
	color: #262626!important;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#mainnav li {
	width: auto;
}

#mainnav ul li li {
	display: none;
}

/*---------------------------------------------------------------------------------------------SUB NAV */

#subnavWrapper {
	float: left;
	width: 190px;
	padding: 0px 0px 20px;
}

#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 190px;
	background: none;
}

#subnav a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px;
	color: #808080;
}

#subnav a:hover {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px;
	color: #262626;
}

#subnav a.current {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px;
	color: #8A1D03;
}

#subnavWrapper h2 {
	font-size: 13px;
	display: block;
	text-decoration: none;
	color: #8A1D03;
	text-transform: uppercase;
	font-weight: bold;
}

#subnavWrapper h2 a {
	font-size: 13px;
	display: block;
	text-decoration: none;
	color: #8A1D03;
	text-transform: uppercase;
	font-weight: bold;
}

#subnavWrapper p {
	display: none;
}

/*---------------------------------------------------------------------------------------------breadcrumb */

#breadcrumb {
	float: none;
    overflow: hidden;
    padding-bottom: 13px;
    text-align: left;
    width: 100%;
}

#breadcrumb ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumb li {
	margin: 0px;
	float: left;
	background: none;
}

#breadcrumb a {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #808080;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

#breadcrumb a:hover {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #262626;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

#breadcrumb a.first {
	padding: 0px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #808080;
	background: none;
	margin-left: -15px;
}

#breadcrumb a.first:hover {
	padding: 0px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #262626;
	background: none;
	margin-left: -15px;
}

#breadcrumb a.current {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #8A1D03;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

/*---------------------------------------------------------------------------------------------WRAPPERS */

#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

#mainnavWrapper {
	float: right;
	height: 30px;
	left: 417px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 484px;
}

#mainnavWrapper-default {
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	width: 484px;
	position: absolute;
	left: 417px;
	top: 30px;
	float: right;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1290/Images/bk-content.gif);
	background-repeat: repeat-x;
}

#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/*---------------------------------------------------------------------------------------------TOP */

#top {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 88px;
	position: relative;
	z-index: 1000;
}

#top-default {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 88px;
	position: relative;
	z-index: 80;
}

#logo {
	color: #FFFFFF;
	float: left;
	height: 51px;
	left: 10px;
	position: absolute;
	top: 15px;
	width: 363px;
}

#logo-default {
	float: left;
	width: 363px;
	height: 51px;
	color: #FFFFFF;
	position: absolute;
	left: 10px;
	top: 15px;
}

/*---------------------------------------------------------------------------------------------CONTENT */

#content {
	margin: 20px auto 0px;
	width: 900px;
	background-color: #FFFFFF;
	min-height: 480px;
	position: relative;
}

#contentLeft {
	float: left;
	width: 590px;
	background-color: #FFFFFF;
	padding: 30px;
	overflow: hidden;
	min-height: 400px;
}

#contentRight {
	float: right;
	width: 190px;
	padding: 30px;
	background-color: #FFFFFF;
	background-image: url(/sitefiles/1290/Images/bk-sub.gif);
	background-repeat: no-repeat;
}

* html #contentRight {
	width: 250px;
	w\idth: 190px;
}

/*---------------------------------------------------------------------------------------------FOOTER */

#footer {
	margin: 0px auto;
	width: 900px;
}

#footerRight {
	float: right;
	font-size: 10px;
	color: #262626;
	line-height: 15px;
	margin-top: 10px;
	text-align: right;
}

#footerRight a {
	font-size: 10px;
	color: #262626;
	text-decoration: none;
}

#footerRight a:hover {
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}

#footerLeft {
	clear: both;
	float: left;
	font-size: 10px;
	color: #808080;
	line-height: 15px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 20px;
	width: 200px;
}

#footerLeft a {
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}

#footerLeft a:hover {
	font-size: 10px;
	color: #262626;
	text-decoration: none;
}

#headerWrapper {
	float: left;
	width: 100%;
	background-image: url(/sitefiles/1290/Images/shadow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 400px;
	position: relative;
}

#border {
	float: left;
	height: 10px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 80;
}

#tabWrapper {
	bottom: 0;
	height: 75px;
	left: 30px;
	position: absolute;
	width: 840px;
	z-index: 2;
}

#tab1 {
	display: inline;
	float: left;
	height: 75px;
	width: 270px;
	padding-right: 15px;
}

#tab2 {
	display: inline;
	float: left;
	height: 75px;
	width: 270px;
	padding-right: 15px;
}

#tab3 {
	display: inline;
	float: left;
	height: 75px;
	width: 270px;
}

#bottomContentWrapper {
	float: left;
	width: 100%;
}

#bottomContent {
	width: 840px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#curveSub {
	height: 10px;
	width: 590px;
	position: absolute;
	left: 30px;
	top: 63px;
}

#breadcrumbWrapper {
	width: 590px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 23px;
	float: left;
}

#grace {
	float: left;
	width: 23px;
	display: inline;
}

#contentSubRight {
	float: left;
	width: 190px;
}

#headerB {
	position: absolute;
	height: 400px;
	width: 900px;
	left: 0px;
	top: 0px;
}

.swRotator {
	position: relative;
	z-index: 1;
}

.swRotator .browse {
	background: url("/sitefiles/1290/images/slider-controls.gif") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 0;
	height: 21px;
	line-height: 0;
	position: absolute;
	text-indent: -9999px;
}

.swRotator .prev {
	right: 47px;
	top: 229px;
	width: 47px;
}

.swRotator .next {
	background-position: -48px 0;
	right: 0;
	top: 229px;
	width: 47px;
}

/* NEWSLETTER SIGNUP FORM
----------------------------------------*/

#newsletterSignupContainer {
	text-align: center;
}

#newsletterSignupContainer #enews {
	float: left;
}

#newsletterSignupContainer p {
	font-size: 10px;
	line-height: 12px;
	color: #484848;
	margin: 3px 0 0;
	text-align: left;
}

#newsletterSignupContainer #signup {
	float: clear;
	width: 138px;
	height: 23px;
	background: url(/assets/1290/enews-signup.gif) no-repeat 0 0;
	text-indent: -9999em;
	display: block;
	margin: 15px auto 0;
}

#newsletterSignupContainer #signup:hover {
	background-position: -141px 0;
}

#newsletterSignupContainer input {
	width: 160px;
	height: 15px;
	padding: 3px 5px;
	border: 1px solid #bfbfbf;
	font-size: 11px;
	line-height: 15px;
	float: left;
	margin: 7px 5px 0 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#newsletterSignupContainer input:focus {
	outline: none;
	border-color: #888;
}

#newsletterSignupContainer button {
	width: 23px;
	height: 23px;
	border: none;
	margin: 7px 0 0;
	background: url(../../images/newsletter-signup.gif) no-repeat;
	text-indent: -9999em;
	cursor: pointer;
	float: left;
}

/*  BLOG
-------------------------------- */

.post-image {
float: left;
margin: 0 15px 7px 0;
}

.blog .post-date {
	color: #999;
	margin: 0;
}

.blog .post-title {
	font-size: 22px;
	font-weight: normal;
	margin: 5px 0 10px;
}

.blog .post-title a {
	text-decoration: none;
}

.blog .post-title a:hover {
	text-decoration: underline;
}

.blog div.blog-entry {
	padding-bottom: 40px;
	border-bottom: 1px dashed #ccc;
}

.blog .post-profileinfo {
	display: none;
}

.blog img.left {
	float: left;
	margin: 0px 16px 10px 0;
	border: 3px solid rgb(191, 191, 191);
}

/* @group MEDIA ARCHIVE */

div.sw-media-archive ul, div.sw-media-archive li {
	background-image: none;
	padding: 0;
}

ul.sw-media-archive-channels {
    margin: 10px 0;
    overflow: hidden;
}

li.channel a, span.sw-media-archive-episode-play a {
	background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #666666;
    display: block;
    padding: 8px 12px;
    margin: 0;
    text-decoration: none;
}

li.channel a:hover {
	box-shadow: 0 0 4px #CCC;
	border: 1px solid #CCC;
}

.sw-media-archive-channels li.current a, span.sw-media-archive-episode-play a:hover {
	background-color: #9A231F;
    border: 1px solid #9A231F;
    color: #FFFFFF;
    text-shadow: 0 0 0;
}

/* @group SERIES */

ul.series-list li {
    float: left;
    height: 140px;
    margin: 0 15px 50px;
    text-align: center;
    width: 170px;
}

ul.series-list li a {
    display: block;
    font-weight: bold;
    margin: 5px 0 0;
}

ul.series-list img {
    background-color: #FFFFFF;
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 142px;
}

div.downloads, div.sharing, div.subscribe {
    border-bottom: 1px solid #CCCCCC;
}

ul.sw-media-archive-crumbs li ul li a {
	color: #CCC;
}

/* @end */

/* @group EPISODES */

div.sw-media-archive-episode-info h2 a {
	font-size: 18px;
    line-height: 24px;
    text-transform: none;
    margin: 0;
}

/* @end */

/* @end */
