/*
Theme Name: WBRS
Theme URI: http://www.wbrs.org
Description: A custom theme
Author: Kristin Falkner
Author URI: http://www.kristinfalkner.com
*/

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
    margin:0;
    padding:0;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 0;
    padding:0;
}

dd {
    margin: 0;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    margin:0;
    padding:0;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

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

/* ==========================================================================
   WordPress Standards
   ========================================================================== */
   
.alignleft							{ float: left; margin:0 20px 0 0; }
.alignright							{ float: right; margin:0 0 0 20px; }
.aligncenter						{ display:block; margin:0 auto; text-align:center; }
.clear								{ clear: both; }
.small								{font-size: 11px;}
.bold								{font-weight: bold;}
.wp-caption-text					{text-align:center;}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Font Kit
   ========================================================================== */

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}   
   
@font-face {
    font-family: 'texgyreadventoritalic';
    src: url('fonts/texgyreadventor-italic-webfont.eot');
    src: url('fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-italic-webfont.svg#texgyreadventoritalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('fonts/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold_italic';
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bolditalic-webfont.svg#texgyreadventorbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArrrowsRegular';
    src: url('fonts/arrrows-regular-webfont.eot');
    src: url('fonts/arrrows-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arrrows-regular-webfont.woff') format('woff'),
         url('fonts/arrrows-regular-webfont.ttf') format('truetype'),
         url('fonts/arrrows-regular-webfont.svg#ArrrowsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Theme Structure
   ========================================================================== */

body {
	background:#000;
	font:14px 'texgyreadventorregular';
	color:#000;
	}
	
.container {
	width:1000px;
	margin:0 auto;
	}

header {
	background:url(images/headerbg.png) repeat-x center top;
	border-top:8px solid #289ec8;
	height:145px;
	z-index:9999;
	position:relative;
	}
	
#header-content {
	position:relative;
	}
	
.logo {
	float:left;
	margin:10px 0 0;
	}
	
.menu-main-menu-container {
	float:right;
	font:16px 'texgyreadventorbold';
	line-height:16px;
	margin:60px 0 0;
	}
	
.menu-main-menu-container a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:8px 0 12px;
	}
	
.menu-main-menu-container a:hover, .menu-main-menu-container .current-menu-item a, .menu-main-menu-container .current-page-ancestor a, .menu-main-menu-container .current_page_parent a {
	color:#289ec8;
	}
	
.menu-main-menu-container a span {
	color:#289ec8;
	}
	
.menu-main-menu-container a:hover span, .menu-main-menu-container .current-menu-item a span {
	color:#000;
	}
	
.menu-main-menu-container li {
	float:left;
	list-style-type:none;
	margin-right:15px;
	}
	
.menu-main-menu-container li.listen-now-btn {
	margin-right:0;
	}
	
.menu-main-menu-container li.listen-now-btn a {
	background:url(images/listenbtn.png) no-repeat 0 0;
	color:#fff;
	padding:8px 35px 11px 15px;
	}
	
.menu-main-menu-container li#menu-item-12 a:hover {
	background-position:0 -35px;
	}

#header-social {
	position:absolute;
	right:0;
	top:0;
	background:#289ec8;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	padding:6px 10px 10px;
	color:#fff;
	}
	
#header-social a {
	color:#fff;
	text-decoration:none;
	}
	
#header-social li {
	float:left;
	list-style-type:none;
	margin:0 3px;
	line-height:19px;
	}
	
#header-social strong {
	font-weight:normal;
	color:#000;
	margin:-2px 0 0 5px;
	font:14px 'texgyreadventorbold';
	}
	
#header-social a.social-link, .footer-copyright a.social-link {
	display:block;
	width:19px;
	height:19px;
	background-image:url(images/socialicons.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	}
	
#header-social .social-fb a.social-link, .footer-copyright .social-fb a.social-link {
	background-position:3px 0;
	}
	
#header-social .social-fb a.social-link:hover {
	background-position:3px -19px;
	}
	
.footer-copyright .social-fb a.social-link:hover {
	background-position:3px -38px;
	}
	
#header-social .social-tw a.social-link, .footer-copyright .social-tw a.social-link {
	background-position:-20px 0;
	}
	
#header-social .social-tw a.social-link:hover {
	background-position:-20px -19px;
	}
	
.footer-copyright .social-tw a.social-link:hover {
	background-position:-20px -38px;
	}
	
#content {
	background:#fff;
	margin-top:-20px;
	z-index:1;
	}
	
.sponsor-bar {
	background:#e4e4e4;
	padding:15px 0;
	}
	
.sponsor-bar-label {
	text-align:right;
	width:200px;
	float:left;
	line-height:24px;
	padding:15px 15px 0 0;
	}
	
.sponsor-bar-label strong {
	display:block;
	font-weight:normal;
	font:24px 'texgyreadventorbold';
	line-height:24px;
	}
	
.sponsor-bar-logos {
	float:left;
	}
	
.sponsor-logo {
	float:left;
	margin:0 5px;
	}
	
.sponsor-logo img {
	border:2px solid #000;
	}
	
.brandeis-logo {
	float:right;
	margin:27px 0 0;
	}
	
#footer-content {
	padding:10px 0;
	}

.menu-footer-menu-container {
	float:left;
	}
	
.menu-footer-menu-container li {
	float:left;
	margin-right:20px;
	}
	
.menu-footer-menu-container li.listen-now-btn {
	display:none;
	}
	
.menu-footer-menu-container a {
	color:#fff;
	text-decoration:none;
	}
	
.menu-footer-menu-container a:hover {
	color:#e4e4e4;
	}

.footer-copyright {
	float:right;
	}
	
.footer-copyright li {
	float:left;
	color:#585858;
	list-style-type:none;
	margin-left:3px;
	}
	
.footer-copyright li.social-fb {
	margin-left:10px;
	}
	
strong, b {
	font-family: 'texgyreadventorbold';
	font-weight:normal;
	}
	
a {
	font-family: 'texgyreadventorbold';
	color:#000;
	text-decoration:none;
	}
	
/* ==========================================================================
   Headers
   ========================================================================== */
	
h1 {
	font-size:36px;
	color:#289ec8;
	text-transform:uppercase;
	margin:0 0 20px;
	font-weight:normal;
	}
	
h1 span {
	font-family: 'texgyreadventorbold';
	color:#000;
	font-weight:normal;
	}
	
/* ==========================================================================
   Homepage
   ========================================================================== */
   
#home-slideshow-container li {
	width:100%;
	min-width:1000px;
	}
	
.slide-bg {
	width:100%;
	height:auto;
	}
	
.inner-slide-container {
	position:relative;
	}
	
.slide-caption {
	background:url(images/slidecaptionbg.png);
	padding:35px;
	width:425px;
	position:absolute;
	left:0;
	bottom:100px;
	color:#fff;
	font-size:16px;
	line-height:24px;
	text-shadow:0 0 5px #000;
	}
	
.slide-caption-right {
	right:0 !important;
	left:auto !important;
	}
	
.slide-caption h2 {
	font:36px 'texgyreadventorbold';
	line-height:36px;
	}
	
.slide-caption a.slide-learn-more {
	background:#289ec8;
	color:#e4e4e4;
	font:14px 'texgyreadventorbold';
	line-height:14px;
	padding:10px 0;
	width:145px;
	text-align:center;
	display:block;
	text-shadow:none;
	}
	
a.slide-learn-more:hover {
	color:#fff;
	}
	
#home-news-titles {
	position:relative;
	margin-top:-50px;
	height:50px;
	z-index:9999;
	}
	
#home-news-titles h1 {
	color:#000;
	background:#289ec8;
	font:20px 'texgyreadventorregular';
	padding:10px 45px;
	}
	
.home-news-title {
	position:absolute;
	left:0;
	top:0;
	}
	
.home-events-title {
	position:absolute;
	left:500px;
	top:0;
	}
   
#home-news {
	background:#289ec8;
	height:320px;
	padding:15px 0;
	}
	
.home-blog {
	width:510px;
	float:left;
	}
	
.home-post, .home-event {
	margin:20px 0;
	}
	
.home-post-thumb {
	width:90px;
	float:left;
	}
	
.home-post-info {
	width:355px;
	padding-right:40px;
	float:right;
	}
	
.home-post-info h2, .home-event-info h2 {
	font:14px 'texgyreadventorbold';
	font-weight:normal;
	margin:0;
	}
	
.home-post-info h2 a, .home-event-info h2 a {
	color:#fff;
	}
	
.home-post-info h5 {
	font-weight:normal;
	color:#4c4c4c;
	}
	
.home-post-info p {
	font-size:14px;
	margin:0;
	}
	
.home-read-more {
	font-size:12px;
	}
	
.home-read-more span {
	font-family: 'ArrrowsRegular';
	}
	
.home-events {
	width:450px;
	float:right;
	}
	
.home-event p {
	margin:0;
	}
	
.home-event p span {
	color:#fff;
	padding:0 5px;
	}
	
.home-calendar-icon {
	background:url(images/calendar-icon.png) no-repeat;
	width:65px;
	height:50px;
	float:left;
	padding:15px 0 0;
	text-align:center;
	font:30px 'texgyreadventorbold';
	}
	
.home-event-info {
	width:375px;
	float:right;
	margin:2px 0 0;
	}
	
.home-events-all span {
	font-family: 'ArrrowsRegular';
	}
   
#home-bar {
	height:100px;
	padding:20px 0;
	background:#e4e4e4 url(images/separator.png) no-repeat center top;
	}
	
#home-bar a {
	cursor:pointer;
	}
	
#home-bar h2 {
	font-size:24px;
	margin:15px 0 0;
	}
	
#home-bar h4 {
	font:14px 'texgyreadventorbold';
	color:#289ec8;
	}
	
#home-bar h4 span {
	font-family: 'ArrrowsRegular';
	}
	
#home-bar h4 a {
	color:#289ec8;
	}
	
.home-bar-listen {
	width:450px;
	float:left;
	}
	
.home-bar-listen a {
	cursor:pointer;
	}
	
.speaker-icon {
	float:left;
	margin:5px 30px 0 0;
	}
	
.home-bar-watch {
	width:450px;
	float:right;
	}
	
.camera-icon {
	float:left;
	margin-right:30px;
	}
   
#about-section {
	background: #000 url(images/homeaboutbg.jpg) 50% 0 no-repeat fixed;
	background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	min-height: 400px; 
	position:relative;
	}
	
.about-content {
	width:1000px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-500px;
	}
   
.about-content p {
	margin:0 0 15px;
	font-size:48px;
	line-height:52px;
	color:#e4e4e4;
	}
	
.about-content p strong {
	font-family: 'texgyreadventorbold';
	color:#289ec8;
	}
	
.about-content a {
	color:#fff;
	font:24px 'texgyreadventorbold';
	background:url(images/white-arrow.png) no-repeat right 10px;
	padding-right:28px;
	}

/* ==========================================================================
   Subpages
   ========================================================================== */

#fullscreen-image, #events-fullscreen-image {
	height:350px;
	display:block;
	}
	
#page-content {
	padding:30px 0;
	font-size:16px;
	line-height:24px;
	}
	
.page-padding {
	padding:0 20px;
	}
	
#page-content ol li {
	margin-left:25px;
	}
	
/* ==========================================================================
   About
   ========================================================================== */
   
.wbrs-mission {
	margin:20px 0 10px -20px;
	width:1000px;
	padding:20px;
	background:#e4e4e4;
	font-size:18px;
	line-height:24px;
	}
	
.history-logos {
	border-top:1px solid #b3b3b3;
	padding-top:30px;
	margin:25px 0;
	}
	
.wbrs-logos {
	margin:25px 0;
	}
	
.brand-logo {
	float:left;
	margin-right:15px;
	}
	
.history-timeline {
	border-top:1px solid #b3b3b3;
	padding-top:30px;
	margin:25px 0 0;
	}
	
.history-timeline h1 {
	margin:0 0 30px;
	}
	
.timeline-event {
	margin:15px 0;
	}
	
.timeline-event-year {
	float:left;
	color:#289ec8;
	width:90px;
	font:24px 'texgyreadventorbold';
	}
	
.timeline-event-text {
	float:right;
	width:840px;
	margin:7px 0 0;
	}
	
/* ==========================================================================
   Schedule
   ========================================================================== */
   
.schedule-key {
	margin:40px 0 20px 20px;
	}
   
.key-item {
	float:left;
	font-size:15px;
	line-height:15px;
	margin-right:20px;
	}
	
.key-item .color-swatch {
	width:30px;
	height:15px;
	float:left;
	margin-right:5px;
	}
	
.key-music .color-swatch {
	background:#289ec8;
	}
	
.key-news .color-swatch {
	background:#d6d6d6;
	}
	
.key-sports .color-swatch {
	background:#175e77;
	}
	
.key-talk .color-swatch {
	background:#b1e8fb;
	}
   
.schedule-grid {
	border-left:1px solid #ccc;
	position:relative;
	}
	
.early-morning-schedule-grid {
	border-left:1px solid #ccc;
	position:relative;
	margin:20px 0 0;
	display:none;
	}
	
.early-morning-sched-toggle {
	margin:0 0 20px 15px;
	cursor:pointer;
	}
   
.schedule-time {
	width:115px;
	float:left;
	border-right:1px solid #ccc;
	text-align:right;
	font:14px 'texgyreadventorbold';
	line-height:60px;
	padding-right:15px;
	height:60px;
	background:#efefef;
	}
	
.schedule-day {
	width:123px;
	float:left;
	border-right:1px solid #ccc;
	text-align:center;
	height:60px;
	line-height:60px;
	}
	
.schedule-placeholder-row {
	height:60px;
	line-height:60px;
	text-align:center;
	background:#000;
	color:#fff;
	border-top:1px solid #000;
	}
	
.schedule-label-row, .schedule-content-row {
	border-top:1px solid #ccc;
	}
	
.schedule-label-row .schedule-day {
	background:#289ec8;
	}
	
.schedule-label-row .schedule-time {
	background:#000;
	}
	
.last-content-row {
	border-bottom:1px solid #ccc;
	}
	
.schedule-show {
	position:absolute;
	background:#d6d6d6;
	color:#000;
	width:122px;
	text-align:center;
	font:12px 'texgyreadventorbold';
	line-height:14px;
	border:1px solid #000;
	display:table;
	}
	
.schedule-show a {
	color:#000;
	}
	
.schedule-show em {
	font:11px 'texgyreadventoritalic';
	line-height:12px;
	font-weight:normal;
	}
	
.schedule-show span {
	display:table-cell;
	vertical-align:middle;
	padding:0 5px;
	}
	
.show-music {
	background:#289ec8;
	color:#fff;
	}
	
.show-sports {
	background:#175e77;
	color:#fff;
	}
	
.schedule-show.show-music a, .schedule-show.show-sports a {
	color:#fff;
	}
	
.show-talk {
	background:#b1e8fb;
	}
	
/* ==========================================================================
   Events
   ========================================================================== */
   
.post-type-archive-events .menu-main-menu-container .current_page_parent a {
	color:#000;
	}

   
#events-page {
	padding:15px 0 30px;
	}
	
#events-page h2.month-header {
	color:#289ec8;
	font:22px 'texgyreadventorbold';
	margin:0 0 15px;
	}
   
.event-individual {
	padding:0 0 20px;
	}
	
.event-individual p {
	margin:0;
	}
	
.event-individual p span {
	color:#289ec8;
	padding:0 5px;
	}
	
.event-icon {
	background:url(images/calendar-icon.png) no-repeat;
	width:65px;
	height:50px;
	float:left;
	padding:15px 0 0;
	text-align:center;
	font:30px 'texgyreadventorbold';
	}
	
.event-info {
	width:895px;
	float:right;
	margin:0;
	}
	
.event-learn-more {
	color:#289ec8;
	}
	
.event-learn-more:hover, .event-individual p .event-learn-more:hover span {
	color:#000;
	}
	
.event-learn-more span {
	font-family: 'ArrrowsRegular';
	}

	
/* ==========================================================================
   Departments
   ========================================================================== */
   
#department-page .page-padding a {
	color:#000;
	font-family:'texgyreadventorbold';
	text-decoration:none;
	}
	
.department-shows {
	border-top:1px solid #b3b3b3;
	padding-top:30px;
	margin:25px 0 0;
	}
	
.department-show {
	margin-bottom:15px;
	}
	
.department-show-image {
	width:350px;
	height:250px;
	float:left;
	}
	
.department-show-info {
	background:#e4e4e4;
	width:595px;
	height:225px;
	padding:15px 20px 10px;
	float:right;
	font-size:14px;
	line-height:19px;
	position:relative;
	}
	
.department-show-info h2, .music-department-show h2 {
	font: 22px 'texgyreadventorbold';
	font-weight:normal;
	}
	
.department-show-info p {
	margin:10px 0 0;
	}
	
.department-show-info a {
	text-decoration:none;
	color:#000;
	font-family:'texgyreadventorbold';
	}
	
.department-show-info a:hover {
	color:#289ec8;
	}
	
.department-show-info-bar {
	background:#289ec8;
	position:absolute;
	bottom:0;
	left:0;
	width:595px;
	padding:7px 20px 9px;
	color:#fff;
	}
	
.department-show-time {
	line-height:16px;
	font-size:16px;
	}
	
.department-show-time span, .music-department-show-info-bar span {
	font-family:'texgyreadventorbold';
	}
	
.music-department-show {
	background:#e4e4e4;
	padding:15px 20px 35px;
	position:relative;
	margin-bottom:15px;
	}
	
.music-department-show-info-bar {
	background:#289ec8;
	position:absolute;
	bottom:0;
	left:0;
	width:960px;
	padding:5px 20px 8px;
	color:#fff;
	line-height:16px;
	font-size:16px;
	}
	
/* ==========================================================================
   Services
   ========================================================================== */
   
.service-listing {
	margin:40px 0 0;
	}
   
.service-offering {
	margin:12px 0;
	}
   
.service-offering-icon {
	float:left;
	background:#289ec8;
	width:350px;
	height:150px;
	}
	
.service-offering-icon a {
	display:block;
	width:100%;
	text-align:center;
	padding:25px 0;
	}
	
.service-offering-info {
	background:#e4e4e4;
	width:595px;
	height:125px;
	padding:15px 20px 10px;
	float:right;
	font-size:14px;
	line-height:19px;
	position:relative;
	}
	
.service-offering-info h2 {
	font: 22px 'texgyreadventorbold';
	font-weight:normal;
	}
	
.service-offering-info h2 a {
	color:#000;
	text-decoration:none;
	}
	
.service-offering-info p {
	margin:5px 0 0;
	}
	
.parent-pageid-80 .gform_wrapper {
	padding:20px 0 40px;
	max-width:100%;
	}
	
.parent-pageid-80 .gform_wrapper .top_label .gfield_label {
	font:18px 'texgyreadventorregular';
	font-weight:normal;
	margin:10px 0 4px 5px;
	}
	
.parent-pageid-80 .gform_wrapper .gfield_required {
	color: #289ec8;
	}
	
.parent-pageid-80 .gform_wrapper .top_label input.medium, .gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
	border:2px solid #e6e6e6;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:60%;
	padding:3%;
	font:14px 'texgyreadventorregular';
	margin:0 0 10px;
	}
	
.parent-pageid-80 .gform_wrapper .datepicker {
	width:94% !important;
	}
	
.parent-pageid-80 .gform_wrapper .gfield_time_minute input, .parent-pageid-80 .gform_wrapper .gfield_time_hour input {
	padding:24% 4% 23% !important;
	margin:0 !important;
	}
	
.parent-pageid-80 .gform_wrapper .gfield_time_hour {
	vertical-align:middle;
	}
	
.parent-pageid-80 .gform_wrapper .top_label li#field_2_6.gfield.gf_right_half {
	margin-bottom:0;
	}
	
.parent-pageid-80 .gform_wrapper .top_label li#field_2_8 .gfield_label {
	margin-top:-3px;
	}
	
.parent-pageid-80 .gform_wrapper .top_label li.gfield.gf_left_half input.medium, .parent-pageid-80 .gform_wrapper .top_label li.gfield.gf_right_half input.medium {
	width:94%;
	}
	
.parent-pageid-80 .gform_wrapper .gfield_radio li {
	margin-left:5px !important;
	}
	
.parent-pageid-80 .gform_wrapper .top_label textarea.textarea {
	border:2px solid #e6e6e6;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	resize:none;
	width:94%;
	padding:3%;
	}
	
.parent-pageid-80 .gform_button {
	background:url(images/btngradient.png) repeat-x;
	border:2px solid #e6e6e6;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	color:#fff;
	float:right;
	font: 18px 'texgyreadventorbold';
	text-transform:uppercase;
	padding:15px 80px;
	margin-right:-2px;
	}
	
/* ==========================================================================
   Blog
   ========================================================================== */

#blog-content, #blog-main-page {
	padding:20px 0 35px;
	}
	
#blog-content h1 {
	margin:0;
	}
	
#blog-content h2 {
	font: 21px 'texgyreadventorbold';
	color:#289ec8;
	}
	
#blog-content h3 {
	font: 18px 'texgyreadventorbold';
	color:#555;
	}
	
#blog-content h4 {
	font-family:'texgyreadventorbold';
	}
	
#blog-content ol, #blog-content ul {
	margin:0 0 20px 20px;
	}
	
#blog-content blockquote {
	background:#e4e4e4;
	padding:15px 30px;
	margin:0;
	border-left:5px solid #289ec8;
	}
	
#blog-content blockquote p {
	margin:0;
	padding:0;
	}
	
p.post-meta {
	font-size:12px;
	color:#6c6c6b;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
	
#blog-content p.post-meta a, #blog-main-page p.post-meta a {
	color:#6c6c6b;
	text-decoration:none;
	font-family: 'texgyreadventorregular';
	}
	
#blog-content a {
	color:#289ec8;
	font-weight:normal;
	text-decoration:underline;
	font-family: 'texgyreadventorregular';
	}
	
#blog-content a:hover {
	color:#000;
	}
	
.post {
	margin:0 0 20px;
	}
	
.post-image {
	width:350px;
	height:250px;
	background:#000;
	float:left;
	}
	
.post-info {
	background:#e4e4e4;
	width:595px;
	height:220px;
	padding:20px 20px 10px;
	float:right;
	font-size:14px;
	line-height:19px;
	position:relative;
	}
	
.post-info h2 {
	margin-bottom:5px;
	}
	
.post-info p {
	line-height:21px;
	}
	
.read-post-link {
	display:block;
	width:615px;
	position:absolute;
	bottom:0;
	right:0;
	background:#289ec8;
	color:#ffffff;
	padding:5px 10px;
	text-align:right;
	font-size:18px;
	}
	
.read-post-link span {
	font-family: 'ArrrowsRegular';
	}
	
.read-post-link:hover {
	background:#238aae;
	}

/* ==========================================================================
   Contact
   ========================================================================== */
   
#contact-page h1 {
	margin-left:5px;
	}
   
.contact-left {
	width:560px;
	float:left;
	}
	
.contact-left .gform_wrapper .top_label .gfield_label {
	font:18px 'texgyreadventorregular';
	font-weight:normal;
	margin:10px 0 4px 5px;
	}
	
.contact-left .gform_wrapper .gfield_required {
	color: #289ec8;
	}
	
.contact-left .gform_wrapper .top_label input.medium {
	border:2px solid #e6e6e6;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:60%;
	padding:3%;
	font:14px 'texgyreadventorregular';
	margin:0 0 10px;
	}
	
.contact-left .gform_wrapper .top_label textarea.textarea {
	border:2px solid #e6e6e6;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	resize:none;
	width:94%;
	padding:3%;
	}
	
.contact-left .gform_button {
	background:url(images/btngradient.png) repeat-x;
	border:2px solid #e6e6e6;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	color:#fff;
	float:right;
	font: 18px 'texgyreadventorbold';
	text-transform:uppercase;
	padding:15px 80px;
	margin-right:-2px;
	}
	
.contact-right {
	width:380px;
	float:right;
	border-left:1px solid #b3b3b3;
	margin:50px 0 0;
	padding-left:35px;
	min-height:490px;
	height:auto !important;
	}
	
.contact-right p {
	margin:0;
	padding:0;
	}
	
.contact-right a {
	color:#000;
	text-decoration:none;
	}
	
.contact-right .grey-box {
	margin:25px 0 0 -10px;
	background:#e4e4e4;
	padding:10px;
	font-size:13px;
	line-height:17px;
	}
	
.contact-right a.board-member-link {
	color:#289ec8;
	text-decoration:underline;
	font: 12px 'texgyreadventorbold';
	}
	
/* ==========================================================================
   Board Members
   ========================================================================== */
   
#board-page #page-content h2 {
	margin:15px 0;
	font: 22px 'texgyreadventorbold';
	}
	
.board-member {
	margin:0 0 20px;
	}
   
.board-member-image {
	width:350px;
	height:250px;
	background:#000;
	float:left;
	}
	
.board-member-info {
	width:595px;
	height:220px;
	float:right;
	background:#e4e4e4;
	padding:10px 20px 20px;
	font-size:13px;
	line-height:18px;
	}
	
.board-member-info h3 {
	font: 22px 'texgyreadventorbold';
	font-weight:normal;
	margin:0;
	}
	
.board-member-info h3 span {
	font-size:16px;
	text-transform:uppercase;
	color:#777;
	}
	
.board-member-info h4 {
	font: 15px 'texgyreadventorbold';
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 5px;
	}
	
.board-member-info h4 a {
	color: #289ec8;
	text-decoration:none;
	}
	
.board-member-info h4 a:hover {
	color:#000;
	}
	
.board-member-info p {
	margin:0;
	}
	
/* ==========================================================================
   Partners
   ========================================================================== */
   
.post-type-archive-partners .menu-main-menu-container .current_page_parent a {
	color:#000;
	}
   
#page-content.no-image.container {
	padding-top:50px;
	}
	
#page-content.no-image.container h1 {
	margin-bottom:50px;
	}
	
.partner-individual {
	margin:30px 0;
	}
	
.partner-individual-logo {
	float:left;
	}
	
.partner-individual-logo img {
	border:2px solid #000;
	}
	
.partner-individual-text {
	width:750px;
	float:right;
	}
	
.partner-individual-text h2 {
	font: 22px 'texgyreadventorbold';
	font-weight:normal;
	margin:0;
	}
	
/* ==========================================================================
   Sitemap
   ========================================================================== */
   
#sitemap-page {
	padding:0 0 40px;
	}
	
#sitemap-page ul {
	margin:0 0 0 20px;
	}
	
#sitemap-page .listen-now-btn {
	display:none;
	}
	
#sitemap-page li a {
	color: #289ec8;
	}
	
#sitemap-page li li a {
	color:#000;
	}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* iPad */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
}

/* iPhone */
@media only screen and (max-width: 767px) and (min-width: 0) {
}