/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
/* --- @import "lib/plugins/tabs.css"; -- */

body
{
margin: 0;
padding: 0 0 20px 0;
background: url(../images/bg.jpg) repeat-x;
background-color: #000;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* Page
-------------------------------------------------------------- */

#page {
	margin: 0 auto;
	margin-top: 40px;
	width: 990px;
	background-color: #fff;
	background: url(../images/bg-body.jpg) repeat;
}


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

#header {
	margin: 0;
	padding: 0;
	height: 130px;
	width: 990px;
	background-image: url(../images/header-bg.jpg);
}

.logo {
	padding: 35px 0 0 35px;
	float: left;
}

#message {
	float: right;
	height: 137px;
	width: 500px;
	background-image: url(../images/cassette.png);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	top: -7px;
	text-align: right;
}

#message .title {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: 10px;
	margin-right: 175px;
	margin-top: 30px;
	width: 225px;
	float: right;
	padding: 3px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #2f2f2f;
	display: inline;
}
#message .title  a {color:#ffffff;}

#message .speaker {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: 10px;
	margin-right: 175px;
	width: 140px;
	float: right;
	padding: 3px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #8d2311;
	display: inline;
}

#message .time {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: 10px;
	margin-right: 175px;
	width: 160px;
	float: right;
	padding: 3px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #4d607f;
	display: inline;
}

/* Main Navigation 
-------------------------------------------------------------- */

#global-nav	{
	height: 46px;
	width: 990px;
	margin: 0;
	padding: 0;
}

#global-nav .globalmenu	{
	margin: 0;
	padding: 0;
	background: transparent url(../images/global-nav-bg.jpg) top left no-repeat;
	height: 46px;
	width: 990px;
	position: relative;
}

#global-nav .globalmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

.globalmenu li, .globalmenu a {
	display: block;
	height: 46px;
}

#global-nav .globalmenu li a {
	text-indent: -9999px;
	text-decoration: none;
}

.global-srhigh	{
	left: 0;
	width: 185px;
}
.global-jrhigh	{
	left: 185px;
	width: 175px;
}
.global-events{
	left: 360px;
	width: 165px;
}
.global-media {
	left: 525px;
	width: 155px;
}
.global-staff {
	left: 680px;
	width: 145px;
}
.global-blogs {
	left: 825px;
	width: 165px;
}


.global-srhigh a:hover	{
	background: transparent url(../images/global-nav-bg.jpg) 0 -46px no-repeat;
}
.global-srhigh-active a	{
	background: transparent url(../images/global-nav-bg.jpg) 0 -46px no-repeat;
}


.global-jrhigh a:hover {
	background: transparent url(../images/global-nav-bg.jpg) -185px -46px no-repeat;
}
.global-jrhigh-active a {
	background: transparent url(../images/global-nav-bg.jpg) -185px -46px no-repeat;
}


.global-events a:hover {
	background: transparent url(../images/global-nav-bg.jpg) -360px -46px no-repeat;
}
.global-events-active a {
	background: transparent url(../images/global-nav-bg.jpg) -360px -46px no-repeat;
}


.global-media a:hover {
	background: transparent url(../images/global-nav-bg.jpg) -525px -46px no-repeat;
}
.global-media-active a {
	background: transparent url(../images/global-nav-bg.jpg) -525px -46px no-repeat;
}


.global-staff a:hover {
	background: transparent url(../images/global-nav-bg.jpg) -680px -46px no-repeat;
}
.global-staff-active a {
	background: transparent url(../images/global-nav-bg.jpg) -680px -46px no-repeat;
}


.global-blogs a:hover {
	background: transparent url(../images/global-nav-bg.jpg) -825px -46px no-repeat;
}
.global-blogs-active a {
	background: transparent url(../images/global-nav-bg.jpg) -825px -46px no-repeat;
}

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

#content {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}

.maincontent {
	float: left;
	width: 732px;
	margin: 0 10px 10px 10px;
	padding: 0;
	display: inline;
}


.slideshow {
	float: left;
	width: 492px;
	height: 365px;
	margin: 0 10px 0 0;
	padding: 0;
	
	display: inline;
}

.maincontent-right {
	float: right;
	width: 225px;
	margin: 0 0 0 5px;
	display: inline;
}

blockquote.mainquote {
	font-style: italic;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.1em;
	font-family: Arial, sans-serif;
	margin-bottom: .3em;
}

.subcontent {
	float: right;
	width: 225px;
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
}

.upcoming-event {
	margin: 0 10px 0 10px;
	padding: 8px 0 8px 0;
	border-bottom: 1px dashed #2f2f2f;
}

.upcoming-date {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 0 6px 0 6px;
	margin: 0;
	background-color: #8d2311;
	text-align: center;
	float: left;
}

.news-date {
font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 0 6px 0 6px;
	margin: 0;
	background-color: #000;
	text-align: center;
	float: left;
}
.upcoming-title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	color: #2f2f2f;
	padding: 0;
	margin: 0;
	text-align: left;
	clear: both;
}

.upcoming-description {
	font-size: .8em;
	color: #2f2f2f;
	padding: 0;
	margin: 0;
	text-align: left;
	clear: both;
}

.recentphotos {
	margin: 0 10px 0 10px;
	padding: 20px 0 10px 0; text-align:center;
}
.recentphotos img { border-color:#000000; border-style:solid; border-width:3px; margin:3px;}

.recentvideos {
	margin: 0 10px 0 10px;
	padding: 10px 0 10px 0;
}


.emailsignup {
	margin: 0 10px 0 10px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #2f2f2f;
	text-align: center;
}

#emailaddress {
	margin: 0 8px 7px 0;
	padding: 0;
}


.podcast {
	margin: 0;
	padding: 10px 0 10px 0;
}

/* Quick Links
-------------------------------------------------------------- */

ul.quicklinks {
	padding: 0 0 20px 0;
	margin: 0;
	list-style: none;
}

ul.quicklinks li {
	border-bottom: 1px dashed #2f2f2f;
	text-align: right;
	padding: 2px 0 2px 0;
}

ul.quicklinks li a {
	color: #2f2f2f;
}

ul.quicklinks li a:hover {
	color: #8d2311;
	text-decoration: underline;
}

/* Event Nav Categories
-------------------------------------------------------------- */

ul.nav_categories {
	padding: 0 0 20px 0;
	margin: 0;
	list-style: none;
}

ul.nav_categories li {
	border-bottom: 1px dashed #2f2f2f;
	text-align: center;
	padding: 2px 0 2px 0;
}

ul.nav_categories li a {
	color: #2f2f2f;
}

ul.nav_categories li a:hover {
	color: #8d2311;
	text-decoration: underline;
}



.logo-twitter {
	position:relative;
	top:5px;
	padding: 0 0 0 5px;
}

div.logo-facebook {
	padding: 5px 0 7px 0;
	margin: 0px;
	float: left;
}

div.logo-youtube {
	padding: 5px 0 7px 0;
	margin: 0px;
	float: left;
}

div.logo-myspace {
	padding: 5px 0 7px 0;
	margin: 0px;
	float: right;
}

div.logo-flickr {
	padding: 5px 0 7px 0;
	margin: 0px;
	float: right;
}

/* News Items
-------------------------------------------------------------- */

.news {
	clear: both;
	padding: 20px 0 20px 10px;
}

.news-item {
	border-bottom: 1px dashed #2f2f2f;
	margin: 0;
	padding: 10px 0 10px 0;
	margin: 0 0 0 10px;
}

.news-item-last {
	margin: 0;
	padding: 10px 0 10px 0;
	margin: 0 0 0 10px;
}

p.news-summary {
	margin: 0;
	padding: 0;
}

a.news-readmore {
	color: #4e8498;
	text-decoration: underline;
	float: right;
	padding:0 0 10px 0;
}
a.news-readmore:hover { text-decoration: none; }


/* View All and See More Links
-------------------------------------------------------------- */
a[class ="plus"] {
   padding-left: 16px;
	padding-bottom: 1px;
   background: transparent url(../images/icon-plus.png) no-repeat center left;
}

a.plus {
	color: #686868;
	text-decoration: none;
	font-weight: bold;
}
a.plus:hover {
	color: #8d2311;
	text-decoration: underline;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	border-top: 1px solid #686868;
	margin: 20px 30px 0 30px;
	height: 40px;
}

#footer a {
	color: #686868;
	text-decoration: none;
}

#footer a:hover {
	color: #8d2311;
	text-decoration: underline;
}

#footer .tabs {
	font-size: .9em;
}

#footer .tabs a.normal {
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	border-right: 1px solid #686868;
}

#footer .tabs a.last {
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
}

ul.tabs { margin: 0; padding: 0; float: right; }
ul.tabs li { float: left; list-style: none; margin: 0; padding: 0; }
ul.tabs li a { float: left; display: block; }

/* Clearing floats without extra markup  */
ul.tabs { display: inline-block; }
ul.tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html ul.tabs { height: 1%; }
ul.tabs { display: block; }

#footer p.quiet {
	color: #686868;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
}

/* Section Titles
-------------------------------------------------------------- */

/* red */
h3.title-latest-from {
	background-color: #8d2311;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	line-height: 1;
}

/* blue */
h3.title-quick-links {
	background-color: #4d607f;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	line-height: 1;
}

/* darkgray */
h3.title-latest-news {
	background-color: #2f2f2f;
	padding: 5px 0 5px 10px;
	margin: 0;
	text-align: left;
	font-size: 1.5em;
	line-height: 1;
}

/* darkgray */
h3.title-upcoming-events {
	background-color: #2f2f2f;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	line-height: 1;
}

/* red */
h3.title-recent-videos {
	background-color: #8d2311;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	line-height: 1;
}

/* blue */
h3.title-email-list {
	background-color: #4d607f;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	line-height: 1;
}

h4.news-title {
	font-size: 1.25em;
	line-height: 1.25;
	margin-bottom: .1em;
	color: #8d2311;
	font-style: italic;
	font-weight: bold;
}

/* lightgray */
h4.news-view-all {
	font-size: 1.2em;
	line-height: 1.25;
	color: #686868;
	background-color: #c7c7c7;
	padding: 5px 8px 5px 5px;
	margin: 10px 0 0 10px;
	text-align: right;
}


h4.morephotos {
	font-size: 1.2em;
	line-height: 1.25;
	color: #686868;
	padding-top: 10px;
	text-align: right;
}

h4.morevideos {
	font-size: 1.2em;
	line-height: 1.25;
	color: #686868;
	padding-top: 10px;
	text-align: right;
}

/*sIFR
-------------------------------------------------------------- */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h3.title-latest-from {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 15px;
	line-height: 15px;
}

.sIFR-hasFlash h3.title-quick-links {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 15px;
	line-height: 15px;
}

.sIFR-hasFlash h3.title-latest-news {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 15px;
	line-height: 15px;
}

.sIFR-hasFlash h3.title-upcoming-events {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 15px;
	line-height: 15px;
}

.sIFR-hasFlash h3.title-recent-videos {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 15px;
	line-height: 15px;
}

.sIFR-hasFlash h3.title-email-list {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 15px;
	line-height: 15px;
}

.sIFR-hasFlash h4.news-view-all {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 10px;
	line-height: 10px;
   background: transparent url(../images/icon-plus.png) no-repeat center left;
	background-color: #c7c7c7;
	margin: 0;
	display: block;
	text-align: right;
}

.sIFR-hasFlash h4.morephotos {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 10px;
	line-height: 15px;
   background: transparent url(../images/icon-plus.png) no-repeat center left;
	margin: 0 0 0 40px;
	display: block;
}

.sIFR-hasFlash h4.morevideos {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 10px;
	line-height: 15px;
   background: transparent url(../images/icon-plus.png) no-repeat center left;
	margin: 0 0 0 40px;
	display: block;
}



.blog-feed ul {
	padding: 0 0 20px 0;
	margin: 0;
	list-style: none;
}

.blog-feed ul li {
	border-bottom: 1px dashed #2f2f2f;
	text-align: right;
	font-size:11px;
	padding: 2px 0 2px 0;
}

.blog-feed ulli a {
	color: #2f2f2f;
}

.blog-feed ul li a:hover {
	color: #8d2311;
	text-decoration: underline;
}

.staff-listing {padding:0px 15px 15px 0px; float:left;   width:220px; margin:0px 5px 20px 0px;}
.staff-listing ul{ list-style-type:none; font-size:11px; margin:0; padding:0;}
.staff-listing ul li {margin-bottom:5px;}

h4.section-title {
color: #8d2311;
margin:0px 0px 5px 0px;
font-size:1.4em;
}

.audio-list { list-style-type:none; margin:0; padding:0;}
.audio-list li { margin:5px 0px 10px 0px; } 