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

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

/* ----------------------------------------------------------------------------------------------------------------- Global Override Styles */

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {
	font-weight: normal;
	font-style: normal;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

body {
	background-color: #eeece3;
}

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

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

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

/* ----------------------------------------------------------------------------------------------------------------- Type Styles */

body, p, div, ul, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #3b3b3b;
}

a:link, a:visited, a:active {
	color: #55909B;
	text-decoration: none;
}

a:hover {
	color: #55909B;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

strong, b {
	font-weight: bold;
}

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 32px;
	letter-spacing: -0.06em;
	color: #5E5045;
	margin-bottom: 28px;
}

h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.06em;
	color: #C88A12;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 29px;
	color: #9DA854;
}

h4 {
	font-size: 16px;
	color: #3B3B3B;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #55909B;
}

/* ----------------------------------------------------------------------------------------------------------------- Search Styles */

.search {
	position: absolute;
	top: 0px;
	right: 119px;
	width: 184px;
	height: 24px;
	background: #FCFCFC url(/SiteFiles/1150/Images/search2.gif) no-repeat 16px;
	border-left: 1px solid #817468;
	line-height: 24px;
}

.searchField {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #b4a895;
	float: left;
	padding: 0;
	margin: 5px 0 0 30px;
	border: 0;
	width: 140px;
	background: none;
	outline: none;
}

.searchButton {
	display: none;
}

/* ----------------------------------------------------------------------------------------------------------------- MainNav Styles */

#mainnavWrapper {
	width: 496px;
	height: 44px;
	position: absolute;
	top: 26px;
	right: 20px;
	background: url(/SiteFiles/1150/Images/mainnav.jpg) no-repeat;
}

#mainnavWrapper p,#mainnavWrapper h2,#mainnavWrapper h2 a {
	display: none;
}

#mainnav ul {
	margin: 0px;
	padding: 0px;
	background: none;
	text-align: center;
	width: 496px;
	height: 44px;
	overflow: hidden;
}

#mainnav li ul {
	display: none;
}

#mainnav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	display: inline;
	text-align: center;
	line-height: 44px;
}

#mainnav a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	padding: 0px 8px;
}

#mainnav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	display: inline;
	padding: 0px 8px;
}

* html #mainnav a, * html #mainnav a:hover {
	padding: 0px 12px;
}

/* IE 6 only hack */

html>body #mainnav a, html>body #mainnav a:hover {
	*padding: 0px 12px;
}

/* IE 7 only hack */

/* ----------------------------------------------------------------------------------------------------------------- SubNav Styles */

#subnavWrapper {
	width: 280px;
	float: left;
	margin-top: 4px;
}

#subnavWrapper p, #subnavWrapper h2,#subnavWrapper h2 a {
	display: none;
}

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

#subnav li {
	padding: 0;
	margin: 0;
	background: none;
}

#subnav a {
	color: #3B3B3B;
	display: block;
	text-decoration: none;
}

#subnav a:hover {
	color: #333333;
	display: block;
	text-decoration: none;
}

#subnav a.current {
	color: #333333;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------------- Wrapper Styles */

#directoryWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #651d00;
	border-bottom: 1px solid #817468;
}

#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #651d00;
	border-bottom: 1px solid #817468;
}

#headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #544539 url(/SiteFiles/1150/Images/header-wrap.jpg) no-repeat center top;
}

#middleWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #544539;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #eeece3 url(/SiteFiles/1150/Images/content-wrap.jpg) repeat-x;
}

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

/* ----------------------------------------------------------------------------------------------------------------- Site Directory Styles */

#directory {
	margin: 0px auto;
	padding: 20px 0px;
	width: 944px;
	background: none;
}

#directory li {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: none;
}

#directory a {
	color: #b7ae8c;
	display: block;
}

#directory a:hover {
	color: #b7ae8c;
	display: block;
}

#directory a.heading {
	color: #FFF;
	display: block;
	font-weight: bold;
}

#directory a.subheading {
	color: #FFF;
	display: block;
}

/* ----------------------------------------------------------------------------------------------------------------- Top Styles */

#top {
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	height: 24px;
	position: relative;
}

.btn-directory {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 117px;
	height: 24px;
	overflow: hidden;
	border-left: 1px solid #817468;
	border-right: 1px solid #817468;
}

.btn-directory a {
	width: 117px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1150/Images/btn-directory.gif) no-repeat;
}

.btn-directory a:hover {
	width: 117px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1150/Images/btn-directoryOn.gif) no-repeat;
}

/* ----------------------------------------------------------------------------------------------------------------- Header Styles */

#header {
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	height: 123px;
	position: relative;
}

.logo {
	position: absolute;
	top: 26px;
	left: 40px;
	width: 232px;
	height: 70px;
	overflow: hidden;
}

.logo a {
	width: 232px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1150/Images/logo-new.png) no-repeat;
	cursor: pointer;
}

#login {
	position: absolute;
	top: 38px;
	right: 22px;
	width: 163px;
	height: 44px;
	background: url(/SiteFiles/1150/Images/login.jpg) no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 44px;
	padding-left: 18px;
}

#login a {
	color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
}

#login a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------------------- Middle Styles */

#middle {
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	height: 409px;
}

#middle-top {
	width: 944px;
	height: 20px;
	float: left;
	background: url(/SiteFiles/1150/Images/middle-top.png) no-repeat;
}

#middle-bottom {
	padding: 0px 20px;
	width: 904px;
	min-height: 389px;
	float: left;
	background: #f2f1ea url(/SiteFiles/1150/Images/middle-bottom.jpg) no-repeat;
}

#middle-left {
	width: 196px;
	float: left;
	margin-right: 15px;
}

#middle-left-nav {
	width: 196px;
	float: left;
	border-top: 1px solid #d5d2c9;
	margin-top: 8px;
}

.middle-left-new a:link, .middle-left-new a:active, .middle-left-new a:visited {
	width: 186px;
	float: left;
	border-bottom: 1px solid #d5d2c9;
	display: block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	color: #C88A12;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.middle-left-new a:hover {
	color: #544539;
	text-decoration: none;
}

.middle-left-attender a:link, .middle-left-attender a:active, .middle-left-attender a:visited {
	width: 186px;
	float: left;
	border-bottom: 1px solid #d5d2c9;
	display: block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	color: #9D9578;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.middle-left-attender a:hover {
	color: #544539;
	text-decoration: none;
}

.middle-left-resources a:link, .middle-left-resources a:active, .middle-left-resources a:visited {
	width: 186px;
	float: left;
	border-bottom: 1px solid #d5d2c9;
	display: block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	color: #9D9578;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.middle-left-resources a:hover {
	color: #544539;
	text-decoration: none;
}

#middle-left-utility {
	width: 186px;
	float: left;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}

#middle-left-utility a.rss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
	line-height: 20px;
	height: 24px;
	padding-left: 24px;
	background: url(/SiteFiles/1150/Images/rss.gif) no-repeat;
	display: block;
}

#middle-left-utility a.rss:hover {
	color: #544539;
	background: url(/SiteFiles/1150/Images/rssOn.gif) no-repeat;
}

a.podcast {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
	line-height: 20px;
	height: 24px;
	padding-left: 24px;
	background: url(/SiteFiles/1150/Images/podcast.gif) no-repeat;
	display: block;
}

a.podcast:hover {
	color: #544539;
	background: url(/SiteFiles/1150/Images/podcastOn.gif) no-repeat;
}

a.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
	line-height: 20px;
	height: 24px;
	padding-left: 24px;
	background: url(/SiteFiles/1150/Images/contact.gif) no-repeat;
	display: block;
}

a.contact:hover {
	color: #544539;
	background: url(/SiteFiles/1150/Images/contactOn.gif) no-repeat;
}

#middle-right {
	width: 676px;
	height: 375px;
	float: left;
	background: url(/SiteFiles/1150/Images/middle-right.jpg) no-repeat;
	padding: 7px 8px 8px 7px;
}

/* ----------------------------------------------------------------------------------------------------------------- Content Styles */

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

#content {
	margin: 0px auto;
	padding: 10px 20px 20px;
	width: 904px;
	background: #f2f1ea url(/SiteFiles/1150/Images/content.jpg) no-repeat bottom;
}

#content-left {
	width: 176px;
	float: left;
	margin-right: 12px;
	background: url(/SiteFiles/1150/Images/hd-latestmsg.jpg) no-repeat;
	padding-top: 36px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

#content-left a {
	color: #333;
}

#content-right {
	width: 691px;
	float: left;
	overflow: hidden;
}

#content-right a img {
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #FFF;
}

#content-right a:hover img {
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #d5d2c9;
}

/* ----------------------------------------------------------------------------------------------------------------- Footer Styles */

#footer {
	margin: 0px auto;
	padding: 20px;
	width: 904px;
	background: url(/SiteFiles/1150/Images/footer.png) no-repeat;
}

#footer-left {
	width: 452px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
}

#footer-right {
	width: 400px;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
}

#footer a:hover {
	color: #544539;
}

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */

#nav-tab {
	position: absolute;
	bottom: 0px;
	right: 22px;
	width: 297px;
	height: 24px;
	background: url(/SiteFiles/1150/Images/nav-tab.png) no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #55909B;
	line-height: 26px;
	text-align: center;
	overflow: hidden;
}

* html #nav-tab {
	bottom: -1px;
}

#nav-tab a {
	padding-right: 3px;
	padding-left: 3px;
}

#def-contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1150/Images/def-content-wrap.jpg) repeat-x;
}

#def-content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 944px;
}

#def-content-top {
	width: 944px;
	height: 20px;
	float: left;
	background: url(/SiteFiles/1150/Images/middle-top.png) no-repeat;
}

#def-content-bottom {
	padding: 20px 40px;
	width: 864px;
	min-height: 630px;
	float: left;
	background: url(/SiteFiles/1150/Images/def-content.jpg) repeat-x;
}

#vol-content-bottom {
	padding: 20px 40px;
	width: 864px;
	min-height: 630px;
	float: left;
	background: url(/SiteFiles/1150/Images/def-content.jpg) repeat-x;
}

*html #vol-content-bottom {
	width: 944px;
}

#def-content-left {
	width: 560px;
	float: left;
}

#def-content-full {
	width: 864px;
	float: left;
}

#def-content-right {
	width: 280px;
	float: right;
	margin-top: 20px;
}

#def-content-right ul {
	margin: 5px 0px;
	padding: 0px;
}

#def-content-right ul li {
	background: url("/Assets/1150/arrow.gif") no-repeat scroll 0 0.5em transparent;
	list-style: none outside none;
	margin: 0 0 5px;
	padding: 0 0 0 16px;
}

#def-content-right-top {
	width: 280px;
	float: left;
}

#def-content-right-top ul li a {
	color: #3B3B3B;
}

#def-content-right-bottom {
	width: 280px;
	float: left;
	border-top: 1px solid #d5d2c9;
	margin-top: 20px;
	padding-top: 30px;
}

#def-content-body {
	width: 560px;
	float: left;
}

#def-content-body ul {
	margin: 5px 0px;
	padding: 0px;
}

#def-content-body ul li {
	padding: 0 0 0 16px;
	margin: 0px;
	background: url(/Assets/1150/arrow.gif) no-repeat 0em 0.5em;
	list-style: none;
}

.img-border {
	border: 12px solid #f1efe8;
}

.blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 29px;
	color: #9DA854;
	float: right;
	width: 205px;
	margin: 20px 0px 20px 20px;
}

/* ----------------------------------------------------------------------------------------------------------------- New Shell Styles */

#new-headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #a46a00 url(/SiteFiles/1150/Images/new-header-wrap.jpg) no-repeat center top;
}

#new-mainnavWrapper {
	width: 496px;
	height: 44px;
	position: absolute;
	top: 26px;
	right: 20px;
	background: url(/SiteFiles/1150/Images/new-mainnav.jpg) no-repeat;
}

#new-contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1150/Images/new-content-wrap.jpg) repeat-x;
}

/* ----------------------------------------------------------------------------------------------------------------- Attender Shell Styles */

#attender-headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #c2a748 url(/SiteFiles/1150/Images/attender-header-wrap.jpg) no-repeat center top;
}

#attender-mainnavWrapper {
	width: 496px;
	height: 44px;
	position: absolute;
	top: 26px;
	right: 20px;
	background: url(/SiteFiles/1150/Images/attender-mainnav.jpg) no-repeat;
}

#attender-contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1150/Images/attender-content-wrap.jpg) repeat-x;
}

/* ----------------------------------------------------------------------------------------------------------------- Resources Shell Styles */

#resources-headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #779092 url(/SiteFiles/1150/Images/resources-header-wrap.jpg) no-repeat center top;
}

#resources-mainnavWrapper {
	width: 496px;
	height: 44px;
	position: absolute;
	top: 26px;
	right: 20px;
	background: url(/SiteFiles/1150/Images/resources-mainnav.jpg) no-repeat;
}

#resources-contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1150/Images/resources-content-wrap.jpg) repeat-x;
}

/* ----------------------------------------------------------------------------------------------------------------- Search Results Styles */

.pageSearchTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 29px;
	color: #9DA854;
}

a.pageSearchTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 29px;
	color: #9DA854;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 29px;
	color: #9DA854;
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------------------- Photo Gallery Styles */

.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style-type: none;
}

.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}

.photogallery li a {
	padding: 2px;
	border: 1px solid #CCCCCC;
	display: block;
}

.photogallery li a:hover {
	padding: 2px;
	border: 1px solid #666666;
	display: block;
}

/* ----------------------------------------------------------------------------------------------------------------- Breadcrumbs Styles */

#breadcrumbs {
	width: 560px;
	text-align: left;
	margin-bottom: 28px;
}

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

#breadcrumbs li {
	padding: 0px 6px 0px 0px;
	float: left;
	background: none;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #999;
	background: url(/SiteFiles/1150/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: none;
	padding-left: 14px;
}

#breadcrumbs a:hover {
	color: #544539;
	background: url(/SiteFiles/1150/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: underline;
	padding-left: 14px;
}

#breadcrumbs a.first {
	color: #999;
	background: none;
	text-decoration: none;
	padding-left: 0px;
}

#breadcrumbs a.first:hover {
	color: #544539;
	background: none;
	text-decoration: underline;
	padding-left: 0px;
}

/* @group MEDIA ARCHIVE */

ul.sw-media-archive-channels a {
    background: #F0EDE4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin: 0 0 10px;
    padding: 5px 10px;
    text-decoration: none !important;
}

ul.sw-media-archive-channels a:hover, ul.sw-media-archive-channels li.current a {
    background: #55909B;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

ul.series-list li {
    float: left;
    height: 100px;
    margin: 0 30px 50px 0;
    text-align: center;
    width: 114px;
}

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

ul.series-list img {
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 5px #AAAAAA;
}

ul.series-list img:hover {
    box-shadow: 0 0 5px #666;
}


li.episode:nth-child(2n) {
    background: #E2E0D8;
}

span.sw-media-archive-episode-play a:after {
    content: " ▸";
}

span.sw-media-archive-episode-play a {
    background: #55443A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF !important;
    display: block;
    font-weight: bold;
    margin: 10px 10px 0 0;
    padding: 5px 10px;
    text-decoration: none !important;
}

span.sw-media-archive-episode-play a:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.sw-media-archive-episode-speaker {
    color: #999999;
    display: block;
    font-size: 11px;
    font-style: italic;
}

.sw-media-archive-episode-date, .sw-media-archive-episode-time {
    color: #999999;
    font-size: 11px;
}

.sw-media-archive-episode-time:before {
    content: "· ";
}

.sw-media-archive-episode-date, .sw-media-archive-episode-time {
    color: #999999;
    font-size: 11px;
}

li.episode img {
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin: 0 0 0 5px;
    width: 100px;
}

.sw-media-archive-episode-info h2 {
	margin-bottom: 8px;
}


div.downloads, div.sharing, div.subscribe {
    background-color: #FFFFFF;
    border-top: 1px solid #DDDDDD;
}

div.main-details {
    background-color: #FFFFFF;
}

.metadata span.sw-media-archive-episode-button, .downloads span.sw-media-archive-episode-button, .sharing span.sw-media-archive-episode-button, .sw-media-archive-episode-button a {
    background-color: #55443A;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sw-media-archive-episode-button a {
	color: #FFF;
}

/* @end */
