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

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

/* ----------------------------------------------------------------------------------------------------------------- Client Styles */

@import url("/SiteFiles/1174/CSS/client.css");

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

html,body,div,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

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

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

body {
	background: url(/SiteFiles/1174/Images/pattern-bkgd.gif) repeat;
}

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

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

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

p {
	margin-bottom: 18px;
}

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

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

a:link, a:visited, a:active {
	color: #90B567;
	text-decoration: none;
}

a:hover {
	color: #90B567;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

strong, b {
	font-weight: bold;
}

h1 {
	font-size: 30px;
	line-height: 34px;
	color: #FFF;
}

h2 {
	font-size: 14px;
	color: #97918B;
}

h3 {
	color: #F0D68D;
	text-transform: uppercase;
}

h4 {
	font-size: 11px;
	line-height: 16px;
	color: #C79065;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 11px;
	line-height: 16px;
	color: #8DABD1;
	font-weight: bold;
	text-transform: uppercase;
}

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

#search {
	float: right;
	width: 227px;
	height: 25px;
	background: url(/SiteFiles/1174/Images/searchField.png) no-repeat;
}

.searchField {
	font-size: 10px;
	color: #746C65;
	float: left;
	padding: 0;
	margin: 6px 0 0 12px;
	border: 0;
	outline: none;
	background: none;
	width: 227px;
}

.searchButton {
	display: none;
}

/* ----------------------------------------------------------------------------------------------------------------- MainNAv Styles */

#mainnav-home {
	width: 620px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#mainnavWrapper {
	border-bottom: 2px solid #625951;
    height: 30px;
    width: 822px;
    z-index: 400;
}

#social {
	position: absolute;
    right: 0;
    text-align: right;
    top: 114px;
}

#social a {
	display: inline-block;
	height: 27px;
	width: 26px;
	text-indent:-9999px;
	font-size: 0;
	line-height: 0;
}

#social a.facebook {
	background: url(/sitefiles/1174/images/a-facebook.png) no-repeat;
}

#social a.twitter {
	background: url(/sitefiles/1174/images/a-twitter.png) no-repeat;
}

#social a.feed {
	background: url(/sitefiles/1174/images/a-feed.png) no-repeat;
}

#social a:hover {
	background-position: 0 -29px;
}

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

#mainnav a {
	padding: 6px 16px 6px 16px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#mainnav a:hover {
	padding: 6px 16px 6px 16px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #372f29;
	font-weight: bold;
}

#mainnav a.trigger {
	padding: 6px 16px 6px 16px;
}

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

#mainnav ul li a {
	color: #FFFFFF;
	text-align: left;
	padding: 6px 16px 6px 16px;
	font-weight: normal;
}

#mainnav ul li li {
	display: none;
}


#mainnav li ul, #mainnav ul li {
	width: 16em;
}

#mainnav li ul {
	position: absolute;
	display: none;
	background-color: #372f29;
	z-index: 100;
}

#mainnav li:hover a, #mainnav a:focus, #mainnav a:active, #mainnav li.p7hvr a {
	color: #FFFFFF;
	background-color: #372f29;
}

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

#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #FFFFFF;
	font-weight: normal;
}

#mainnav ul a:hover {
	background-color: #473f36!important;
	color: #FFFFFF!important;
	font-weight: normal;
}

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

#mainnav li {
	width: auto;
}

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

#subnavWrapper {
	position: absolute;
	top: 200px;
	right: 12px;
	width: 200px;
	background-color: #372f29;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-khtml-opacity: 0.80;
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 500;
}

#subnavWrapper p {
	display: none;
}

#subnavWrapper h2,
#subnavWrapper h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 9px 9px 3px;
}

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

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

#subnav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 18px;
}

#subnav a:hover {
	display: block;
	color: #FFFFFF;
	background-color: #473f36;
	padding: 6px 18px;
}

#subnav a.last {
	padding: 6px 18px;
	margin: 0px 0px 10px!important;
}

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

#topWrapper {
	width: 100%;
	height: 56px;
	float: left;
	text-align: left;
	background: #51473e url(/SiteFiles/1174/Images/top-bkgd.jpg) no-repeat center top;
}

#contentOuter {
	width: 100%;
	float: left;
	text-align: left;
	background: #51473e url(/SiteFiles/1174/Images/content-outer.jpg) repeat-x center top;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1174/Images/content-bkgd2.jpg) no-repeat center top;
}

#bottomWrapper {
	width: 100%;
	float: left;
	text-align: left;
	border-bottom: 1px solid #514943;
	background: url(/SiteFiles/1174/Images/bottom-bkgd.png) repeat-x;
}

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

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

#top {
	margin: 0px auto;
	padding: 0px;
	width: 912px;
	height: 56px;
}

.logo {
	height: 44px;
    margin-bottom: 16px;
    margin-top: 20px;
    position: relative;
    width: 400px;
}

.logo > a {
	width: 192px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1174/Images/logo.png) no-repeat;
}

#purpose {
	position: absolute;
    right: 0;
    top: -27px;
}

#purpose a {
	display: inline-block;
    font-size: 0;
    height: 44px;
    line-height: 0;
    text-indent: -9999px;
    width: 47px;
}

#purpose a.elevate {
	background: url(/sitefiles/1174/images/a-elevate.png) no-repeat;
}

#purpose a.engage {
	background: url(/sitefiles/1174/images/a-engage.png) no-repeat;
}

#purpose a.embrace {
	background: url(/sitefiles/1174/images/a-embrace.png) no-repeat;
}

#purpose a.enlarge {
	background: url(/sitefiles/1174/images/a-enlarge.png) no-repeat;
}

#purpose a:hover {
	background-position: 0 -45px;
}

#top-flash {
	float: right;
	width: 302px;
	height: 56px;
}

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

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

#content {
	margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
    width: 822px;
}

.swSlider {
    margin-top: 20px;
    overflow: auto;
}

/* ----------------------------------------------------------------------------------------------------------------- Bottom Styles */

#bottom {
	margin: 0px auto;
	padding: 24px 0px;
	width: 912px;
	height: 39px;
}

.bottom-logo {
	width: 36px;
	height: 41px;
	overflow: hidden;
	float: left;
	margin: 0px 12px 0px 0px;
}

.bottom-logo a {
	width: 36px;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1174/Images/bottom-logo.png) no-repeat;
}

#bottom p {
	font-size: 10px;
	line-height: 16px;
	color: #746C65;
	margin-bottom: 0px;
}

#bottom a {
	color: #746C65;
	text-decoration: underline;
}

#bottom a:hover {
	color: #746C65;
	text-decoration: none;
}

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

#footer {
	margin: 0px auto;
	padding: 24px 0px;
	width: 912px;
}

#footer p {
	font-size: 10px;
	line-height: 16px;
	color: #746C65;
	margin-bottom: 0px;
}

#footer a {
	color: #746C65;
	text-decoration: underline;
}

#footer a:hover {
	color: #746C65;
	text-decoration: none;
}

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

#d-contentOuter {
	width: 100%;
	float: left;
	text-align: left;
	background: #51473e url(/SiteFiles/1174/Images/d-content-out.jpg) repeat-y center top;
}

#d-contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1174/Images/d-content-bkgd.jpg) no-repeat center top;
	position: relative;
}

#d-content {
	margin: 0px auto;
	padding: 0px 12px 44px 44px;
	width: 856px;
	min-height: 510px;
	position: relative;
}

#d-enlarge {
	margin: 0px auto;
	padding: 0px 12px 44px 44px;
	width: 856px;
	min-height: 510px;
	background: url(/Assets/1174/content-enlarge.jpg) no-repeat 152px top;
	position: relative;
}

#d-engage {
	margin: 0px auto;
	padding: 0px 12px 44px 44px;
	width: 856px;
	min-height: 510px;
	background: url(/Assets/1174/content-engage.jpg) no-repeat 152px top;
	position: relative;
}

#d-embrace {
	margin: 0px auto;
	padding: 0px 12px 44px 44px;
	width: 856px;
	min-height: 510px;
	background: url(/Assets/1174/content-embrace.jpg) no-repeat 152px top;
	position: relative;
}

#d-elevate {
	margin: 0px auto;
	padding: 0px 12px 44px 44px;
	width: 856px;
	min-height: 510px;
	background: url(/Assets/1174/content-elevate.jpg) no-repeat 152px top;
	position: relative;
}

#d-content-left {
	float: left;
	width: 620px;
	margin-top: 57px;
}

#d-content-flash {
	float: left;
	width: 620px;
}

#d-content-body {
	margin-top: 30px;
    min-height: 300px;
    width: 620px;
}

#bottom-floral {
	position: absolute;
	bottom: -4px;
	left: 694px;
	width: 258px;
	height: 150px;
	background: url(/SiteFiles/1174/Images/bottom-floral.png) no-repeat;
	z-index: 100;
}

.enews {
	width: 168px;
	height: 168px;
	overflow: hidden;
	float: right;
}

.enews a {
	width: 168px;
	height: 168px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}

#d-bottom {
	margin: 20px auto 12px;
	padding: 0px 44px;
	width: 824px;
}

#d-bottom-left {
	float: left;
	width: 620px;
}

#d-bottom-left a img {
	border: 1px solid #39312b;
}

#d-bottom-left a:hover img {
	border: 1px solid #514943;
}

#d-bottom-right {
	float: right;
	width: 189px;
}

#d-bottom-right h3 {
	margin-bottom: 4px;
}

#d-bottom-right ul {
	margin: 0px;
	padding: 0px;
}

#d-bottom-right li {
	list-style: none;
}

#d-bottom-right p, #d-bottom-right a {
	font-size: 10px;
	line-height: 14px;
}

#d-bottom-right a img {
	margin-right: 12px;
}

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

.pageSearchTitle {
	font-size: 14px;
	color: #97918B;
}

a.pageSearchTitle {
	font-size: 14px;
	color: #97918B;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	color: #97918B;
}

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

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

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

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

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

/* ----------------------------------------------------------------------------------------------------------------- Added Index Styles */

#index-bottom {
	margin: 0px auto;
	padding: 24px 0px;
	width: 912px;
	height: 80px;
}

.index-bottom-logo {
	width: 36px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0px 12px 0px 0px;
}

.index-bottom-logo a {
	width: 36px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1174/Images/bottom-logo.png) no-repeat;
}

#index-bottom p {
	font-size: 10px;
	line-height: 16px;
	color: #746C65;
}

#index-bottom a {
	color: #746C65;
	text-decoration: underline;
}

#index-bottom a:hover {
	color: #746C65;
	text-decoration: none;
}

/* @group CALENDAR */

ul.sw-events-detail-timeframes {
    margin: 0 0 18px;
}

ul.sw-events-detail-timeframes li a {
    background: #837368;
    border-radius: 3px;
    padding: 6px 15px;
}

ul.sw-events-detail-timeframes li a:hover {
	background-color:#51473E;
}

ul.sw-events-detail-timeframes li a.selected {
	background-color: #3B342E;
}

ul.sw-events-detail-categories {
    background-color: #3B342E;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    right: 46px;
    top: 162px;
    width: 180px;
}

ul.sw-events-detail-categories li {
    display: block;
    padding: 0;
}

ul.sw-events-detail-categories li:first-child {
    background: url("/sitefiles/1174/images/categories.png") no-repeat scroll 12px 0 transparent;
    padding-top: 16px;
}

ul.sw-events-detail-categories li a {
    background: transparent;
}

ul.sw-events-detail-list li {
    border: 1px solid #7B6D62;
    list-style-type: none;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 30px 0 30px 30px;
width: 570px;
}

h2.sw-events-detail-list-event-subject {
    float: left;
    font-size: 20px;
    margin-bottom: 18px;
    text-decoration: none;
}

h2.sw-events-detail-list-event-subject a {
	color: #FFFFFF;
}

div.sw-events-detail-list-event-details {
	background-color: #3B342E;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    float: right;
    padding: 10px;
    width: 120px;
}

div.sw-events-detail-list-event-date {
    color: #90B567;
    font-size: 13px;
}

div.sw-events-detail-list-event-time {
    clear: right;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding-top: 0;
}

div.sw-events-detail-list-event-location {
    clear: right;
    color: #CCCCCC;
    font-size: 10px;
    font-weight: bold;
}

div.sw-events-detail-list-event-description {
    float: left;
    overflow: hidden;
    padding-right: 15px;
    width: 390px;
}

a.sw-events-detail-more-link {
    background-color: #333333;
    border-radius: 3px;
    clear: both;
    color: #CCCCCC;
    float: left;
    margin-top: 13px;
    padding: 2px 12px;
    text-decoration: none;
}

a.sw-events-detail-more-link {
    background-color: #3B342E;
    color: #FFFFFF;
    padding: 8px 12px;
}

.event-detail-title {
    margin: 0 0 10px;
}

h2.categories {
	color: #FFFFFF;
    font-weight: normal;
    left: 700px;
    position: absolute;
    top: 180px;
}

/* @end */

/* @group MEDIA ARCHIVE */

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

li.channel a {
	background: none repeat scroll 0 0 #837368;
    border-radius: 3px;
    color: #FFF;
    padding: 6px 15px;
}

li.channel a:hover {
	background-color:#51473E;
	text-decoration: none;
}

span.series-date-range {
	display: none;
}

ul.series-list li {
    list-style-type: none;
    margin: 0 8px 20px 0;
    padding: 0 6px;
    text-align: center;
    width: 120px;
}

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

li.episode:nth-child(2n) {
    background: none repeat scroll 0 0 #6e6257;
}

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;
}

div.sw-media-archive-episode-info {
    float: left;
}

.sw-media-archive-episode-info p, .sw-media-archive-episode-info h2 {
    margin: 0 !important;
}

.sw-media-archive-episode-info h2 a {
	font-size: 20px;
    line-height: 32px;
}

span.sw-media-archive-episode-play a {
    background-color: #3D352E;
    color: #FFFFFF;
}

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

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

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

.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: #3D352E;
    border-radius: 5px;
    color: #FFF;
}

/* @end */
