/* ------------------------------ 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, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, form, blockquote, fieldset, input {
	margin: 0px;
	padding: 0px;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

img.left {
	float: left;
	padding: 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;
}

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

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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #36352F;
	font-weight: normal;
}

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

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

strong, b {
	font-weight: bold;
}

h1 {
	font-size: 24px;
	line-height: 35px;
	color: #5E7482;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 23px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-size: 17px;
	line-height: 25px;
	color: #BD5A31;
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
	line-height: 25px;
	color: #6E6C5E;
}

h5 {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}

.bodyoptional {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 19px;
	color: #36352F;
}

.bodyfooter {
	font-size: 11px;
	line-height: 19px;
	color: #EDEBD8;
}

.footerHeading {
	font-size: 13px;
	line-height: 19px;
	color: #EDEBD8;
	text-transform: uppercase;
}

.mission {
	font-size: 24px;
	line-height: 35px;
	color: #5E7482;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

/* SEARCH */

#search {
	position: absolute;
	width: 300px;
	height: 36px;
	text-align: left;
	background-image: url(/sitefiles/1261/Images/searchfield.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
	right: -60px;
	bottom: 0px;
}

img, #search {
	
}

.searchField {
	color: #EDEBD8;
	font-size: 12px;
	width: 200px;
	background: none;
	border: none;
	padding-left: 30px;
	padding-top: 8px;
}

* html .searchField {
	width: 240px;
	w\idth: 200px;
	padding-left: 40px;
}

.searchButton {
	text-indent: -9999px;
	border: none;
	background: none;
	line-height: 0px;
}

.searchButton p {
	display: none;
}

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

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

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

/* MAIN NAV */

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

#mainnav a {
	font-size: 13px;
	color: #EDEBD8;
	display: block;
	text-decoration: none;
	padding: 7px 18px 5px;
	text-align: center;
	background-image: none;
	margin-right: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainnav a:hover {
	font-size: 13px;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 7px 18px 5px;
	background-image: none;
	margin-right: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

#mainnav a.current {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 7px 18px 5px;
	margin-right: 1px;
	background-image: none;
}

#mainnav a.trigger {
	padding: 5px 20px;
}

#mainnav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
	width: 9em;
}

#mainnav ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EDEBD8;
	text-align: left;
	padding: 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEBD8;
}

#mainnav ul li a.current {
	color: #EDEBD8;
	text-decoration: none;
	padding: 5px 20px;
}

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

#mainnav li ul {
	position: absolute;
	display: none;
	background-color: #5E7482;
	z-index: 1000;
}

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

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

#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #EDEBD8;
	background-color: transparent;
}

#mainnav ul a:hover {
	text-decoration: none;
	padding: 5px 20px;
	background-color: #EDEBD8!important;
	color: #5E7482!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: 240px;
	padding: 0px;
}

#subnavWrapper p {
	display: none;
}

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

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

#subnav a {
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding: 7px 0px 7px 15px;
	border-bottom: 1px solid #6E6C5E;
	color: #5E7482;
}

#subnav a:hover {
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding: 7px 0px 7px 15px;
	border-bottom: 1px solid #6E6C5E;
	color: #EDEBD8;
	background-color: #6E6C5E;
}

#subnav a.current {
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding: 7px 0px 7px 15px;
	border-bottom: 1px solid #6E6C5E;
	color: #EDEBD8;
	background-color: #6E6C5E;
}

/* PARENT STYLE- THIS JUST NEEDS TO BE THE SAME DIV NAME AS THE CONTAINING SUBMENU CONTAING DIV NAVE */

#subnavWrapper h2 {
	font-size: 15px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	color: #BD5A31;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

#subnavWrapper h2 a {
	font-size: 15px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	color: #BD5A31;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

#subnavWrapper h2 a:hover {
	font-size: 15px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	color: #EDEBD8;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

/* breadcrumb */

#breadcrumb {
	overflow: hidden;
	padding-bottom: 22px;
	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: #657D95;
	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: #657D95;
	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: #262626;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

/* WRAPPERS */

#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #36352F;
	height: 110px;
	background-image: url(/sitefiles/1261/Images/pattern.jpg);
	background-repeat: repeat;
}

#mainnavWrapper {
	height: 75px;
	width: 100%;
	float: left;
	background-color: #36352F;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #36352F;
}

#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #6E6C5E;
}

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

/* TOP */

#top {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 110px;
	position: relative;
}

#logo {
	float: left;
	width: 226px;
	height: 74px;
	margin-top: 20px;
	margin-left: 30px;
	color: #FFFFFF;
}

/* CONTENT */

#content {
	margin: 0px auto;
	width: 900px;
	position: relative;
}

#contentLeft {
	float: left;
	width: 600px;
	padding: 20px;
	overflow: hidden;
	background-color: #EDEBD8;
	margin-bottom: 20px;
}

* html #contentLeft {
	width: 640px;
	w\idth: 600px;
}

#contentLeftB {
	float: left;
	width: 600px;
	padding: 20px;
	overflow: hidden;
	background-color: #EDEBD8;
	margin-bottom: 20px;
	min-height: 300px;
}

* html #contentLeftB {
	width: 640px;
	w\idth: 600px;
}

#contentRight {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	overflow: hidden;
}

/* PHOTO GALLERY */

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

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

.photogallery li a {
	padding: 2px;
	border: 3px solid #6E6C5E;
	display: block;
}

.photogallery li a:hover {
	padding: 2px;
	border: 3px solid #36352F;
	display: block;
}

/* FOOTER */

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

#footerRight {
	float: right;
	width: 220px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 20px;
}

#footerLeft p {
	font-size: 11px;
	color: #EDEBD8;
}

#footerLeft a:link {
	font-size: 11px;
	color: #EDEBD8;
	text-decoration: underline;
}

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

#footerLeft {
	float: left;
	width: 600px;
	padding: 20px;
}

.button a {
	width: 150px;
	height: 25px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	background-image: url(/sitefiles/1261/Images/btn-brown.jpg);
	background-repeat: no-repeat;
	padding: 30px;
	background-position: center center;
}

a.button:link, a.button:visited {
	width: 150px;
	height: 25px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	background-image: url(/sitefiles/1261/Images/btn-brown.jpg);
	background-repeat: no-repeat;
	padding: 30px;
	background-position: center center;
}

a.button:hover, a.button:active {
	width: 150px;
	height: 25px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	background-image: url(/sitefiles/1261/Images/btn-orange.jpg);
	background-repeat: no-repeat;
	padding: 30px;
	background-position: center center;
}

#mission {
	float: right;
	padding-top: 45px;
}

#mainContainer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 35px;
	padding-top: 20px;
	z-index: 900;
	position: relative;
}

#navContainer {
	float: left;
	height: 35px;
	width: 610px;
	background-image: url(/sitefiles/1261/Images/bk-menu.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
	z-index: 1000;
}

#flash {
	float: left;
	height: 320px;
	width: 600px;
	background-color: #EDEBD8;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

.links {
	float: left;
	height: 50px;
	width: 220px;
	padding-bottom: 15px;
}

#footerB {
	margin: 0px auto;
	width: 900px;
	position: relative;
}

#footerRightB {
	float: right;
	width: 220px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 20px;
}

#footerLeftB p {
	font-size: 11px;
	color: #EDEBD8;
}

a.footerLeftB:link {
	font-size: 11px;
	color: #EDEBD8;
	text-decoration: underline;
}

a.footerLeftB:hover {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#footerLeftB {
	float: left;
	width: 600px;
	padding: 20px;
}

#boise {
	height: 70px;
	width: 70px;
	position: absolute;
	left: -70px;
	top: 20px;
}

#defaultContentRight {
	float: left;
	width: 240px;
	padding: 20px 0px 0px;
	overflow: hidden;
}

/*------- CALENDAR -----------*/

/* Applies to ALL cells within the calendar table   */

.events-calendar td {
	vertical-align: top;
	text-align: right;
	border: solid 1px #eee;
	height: 90px;
	overflow: hidden;
	border: 1px solid #A9A89A;
}

/* Applies to cells that represent Monday - Friday  */

.weekday {
	
}

/* Applies to cells that represent SATURDAY - SUNDAY  */

.weekend {
	background-color: #E0DFCD;
	width: 75px;
}

/* Applies to the cell that represents the current date  */

.today {
	background-color: #CCCBB9;
}

/* Applies to SPAN around the time for an event  */

.event-time {
	font-size: 9px;
}

/* Applies to div containing events marked as "all day" their the hover state */

.all-day-event {
	background-color: #969381;
	color: #fff;
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 12px;
	cursor: pointer;
	padding: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

.all-day-event:hover {
	background-color: #829FB0;
}

/*------- UPCOMING EVENTS -----------*/

.upcoming-events-name a {
	color: #829FB0;
	text-decoration: none;
}

.upcoming-events-description img {
	display: none
}

.upcoming-events-wrapper ul li {
	background: none;
	padding-top: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEBD8;
	padding-bottom: 20px;
	float: left;
}

.upcoming-events-wrapper p {
	color: #EDEBD8;
	float: left;
	margin-right: 20px;
}

.upcoming-events-wrapper {
	
}

.upcoming-events-image {
	display: none;
}

.upcoming-events-weekday {
	color: #BD5A31;
	display: none;
}

.upcoming-events-month {
	color: #BD5A31;
	font-size: 18px;
	line-height: 12px;
	text-transform: uppercase;
}

.upcoming-events-date {
	color: #BD5A31;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
}

.upcoming-events-time {
	color: #BD5A31;
	display: none;
}

.upcoming-events-name {
	float: left;
	text-transform: lowercase;
}

.upcoming-events-title {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.upcoming-events-view-link a {
	background-image: url(/sitefiles/1261/Images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 55px;
	padding-left: 35px;
	padding-bottom: 10px;
	color: #829FB0;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	clear: left;
	float: left;
}

.upcoming-events-description {
	display: block;
	font-size: 10px;
	line-height: 12px;
	margin-left: 80px;
	width: 150px;
}

#ctl00_cphSideMenu_swSiblingMenu_hlJoin {
	display: none;
}

#jquery-lightbox {
	z-index: 1000 !important;
}

/* @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: #C7C5B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #C7C5B3;
	color: #666666;
	display: block;
	padding: 8px 12px;
	margin: 0;
	text-decoration: none;
}

li.channel a:hover {
	-moz-box-shadow: 0 0 4px #CCC;
	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: #5E7482;
	color: #FFFFFF;
	text-shadow: 0 0 0;
}

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

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

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

div.main-details {
    background-color: #C9C7B7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

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

.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: #BD5A31;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* @end */
