/*
Theme Name: KBCS Theme
Theme URI: https://github.com/BellevueCollege/kbcs
Author: Bellevue College
Author URI: http://www.bellevuecollege.edu/
Description: This theme is used for the kbcs.fm WordPress website
Version: 1.8.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: right-sidebar, two-columns, blog, entertainment
Text Domain: kbcs-wp-theme
*/

/* =Plugin Overrides  
-------------------------------------------------------------- */
.wpmudevevents-date-custom {
	float: none;
	background: url("../../plugins/events-and-bookings/img/018.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    float: left;
    margin: 0 20px 0 0;
    padding: 0 0 0 20px;
}

.events-list ul {
	list-style-type: none;
	margin-left: 0;
}

.events-list ul li {
	margin-left: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.featured-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 5px;
    text-align: center;
	max-width: 142px;
    font-size: 11px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Global Styles */
body {
	font-family: 'PT Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	background: url(img/foot-kbcs.png)  50% bottom no-repeat;
}
input, button, select, textarea {
	font-family: 'PT Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
	color: #003d79;
	text-decoration:underline;
}



h1, h2, h3, h4, h5, h6 {
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	line-height: 35px;
	color: #603312;	
	margin: 40px 0 0 0;
	border-bottom: 1px solid #603312;
	clear: left;
}
h3 {
	font-size: 20px;
	line-height: 30px;
	margin: 30px 0 0 0;
	color: #333;
}
h4 {
	font-size: 15px;
	line-height: 25px;
	color: #603312;
	margin: 30px 0 0 0;
}

h5 {
	font-size: 12px;
	line-height: 20px;
	color: #603312;
	margin: 30px 0 0 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 	color: #603312;	
}
h2 a { 
	text-decoration: none;
}
h2 a:hover, h2 a:focus {
	text-decoration: none;
}


p{ 
	margin: 20px 0 0 0;
}
ul, ol{ 
	margin: 20px 0 0 25px;
}
li { margin-top: 5px}

[data-icon]:before { 
    content: attr(data-icon);
    font-family: FontAwesome;
    position: relative;
    z-index: 10;
	speak: none; /* Not to be trusted, but hey. */
	font-weight: normal;
}


/*General bootstrap class overrides*/
.well {
	margin-top: 30px}
.well ul, .well ol {
	margin-top:0}
.well p { 
	margin-top: 0}


.pager {
	margin: 80px 0 0;
	}	
.pager li > a, .pager li > span {
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
	text-decoration: none;
}

a.btn { text-decoration:none;}


/* New classes */
.clearer { clear: both;}
.cut-gutter-left { margin-left: 0}
.cut-gutter-right { margin-right: -20px}
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;}



.btn.primary-read-more { 
	background-color: hsl(49, 22%, 13%) !important; 
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#603312", endColorstr="#282519");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#603312), to(#282519)); 
	background-image: -moz-linear-gradient(top, #603312, #282519); 
	background-image: -ms-linear-gradient(top, #603312, #282519); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #603312), color-stop(100%, #282519)); 
	background-image: -webkit-linear-gradient(top, #603312, #282519); 
	background-image: -o-linear-gradient(top, #603312, #282519); 
	background-image: linear-gradient(#603312, #282519); 
	border-color: #282519 #282519 hsl(49, 22%, 9%); 
	color: #fff !important; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); 
	-webkit-font-smoothing: antialiased; }



/* Header */
.site-header {
	margin-top: 10px;
	margin-bottom: 20px;}
#skipto-content {
	display: block;
	text-align: center;
	position: absolute;
	line-height: 40px;
	top: -50px;
}
#skipto-content:focus {
	position: static;
	top: inherit;
}
.global-search {
	margin-bottom: 44px;
}
.global-search form {
	margin: 0;
}
.global-search .btn:last-child,
.global-search input {
	border-color: #603312;
	-webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.global-search input[type="text"] {
	padding-left: 23px;
    padding-right: 3px;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f5f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f5f1));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f5f1 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f5f1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f5f1 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f6f5f1 100%);
}
.global-search .btn {
	color: white;
	border-bottom-color: #603312;
	
	background: #723c14; /* Old browsers */
	background: -moz-linear-gradient(top,  #723c14 0%, #723c14 51%, #603312 83%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#723c14), color-stop(51%,#723c14), color-stop(83%,#603312)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #723c14 0%,#723c14 51%,#603312 83%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #723c14 0%,#723c14 51%,#603312 83%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #723c14 0%,#723c14 51%,#603312 83%); /* IE10+ */
	background: linear-gradient(to bottom,  #723c14 0%,#723c14 51%,#603312 83%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723c14', endColorstr='#603312',GradientType=0 );

}
.global-search [data-icon]:before { 
	color: #603312;
    font-size: 14px;
    left: 19px;
    top: 5px;
}

.global-nav {
	position: absolute;
	bottom: 0;
}

.navbar {
}
.navbar .navbar-inner {
    padding: 0;
}
.navbar .nav {
    display: table;
    margin: 0;
    width: 100%;
	
	/*We <3 you IE7*/
	*display: block;
    *margin: 0 10px 0 0;
    *width: auto; /*blank?*/
}
.navbar .nav li {
    display: table-cell;
    float: none;
    width: 1%;
	
  
	
	/*We <3 you IE7*/
	*display: block;
    *float: left;
    *width: auto;
	*margin-top: 0;
}
.navbar .nav li a {
    border-left: 1px solid #ffffff;
	border-left: 1px solid rgba(255, 255, 255, 0.75);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: normal;
    text-align: center;
}
.navbar .nav > li > a {
	/*We <3 you IE8*/
	padding-left: 10px\9;
    padding-right: 10px\9;
	
	/*We <3 you IE7*/
	*padding-left: 26px;
	*padding-right: 26px;
}
.navbar .nav li:first-child a {
    border-left: 0 none;
    border-radius: 0px 0 0 0px;
}
.navbar .nav li:last-child a {
    border-radius: 0 3px 3px 0;
    border-right: 0 none;
}

.navbar-inner {
  border: 0px;
  background-color: #603312;
  background-image: -moz-linear-gradient(top, #603312, #512b0f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#603312), to(#512b0f));
  background-image: -webkit-linear-gradient(top, #603312, #512b0f);
  background-image: -o-linear-gradient(top, #603312, #512b0f);
  background-image: linear-gradient(to bottom, #603312, #512b0f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#603312', endColorstr='#512b0f', GradientType=0);
 -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.navbar-inner .donate {
	background: #93c73d; /* Old browsers */
	background: -moz-linear-gradient(top,  #93c73d 0%, #93c73d 51%, #80ae35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93c73d), color-stop(51%,#93c73d), color-stop(100%,#80ae35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #93c73d 0%,#93c73d 51%,#80ae35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #93c73d 0%,#93c73d 51%,#80ae35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #93c73d 0%,#93c73d 51%,#80ae35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #93c73d 0%,#93c73d 51%,#80ae35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c73d', endColorstr='#80ae35',GradientType=0 ); /* IE6-9*/
}

#main-nav.nav li a {
  color: #fff;
  font-weight:bold;
  text-shadow: 0 0px 0 black;
  font-size: 18px;
  line-height:24px;
  height: 24px;
}

#main-nav.nav  li.donate a {
	color: black;
	text-shadow: 0 0px 0 #ffffff;
}

#main-nav.nav .donate a:hover,
#main-nav.nav .donate a:focus {
  	color: black;
	background: #93c73d; /* Old browsers */
	background: -moz-linear-gradient(top,  #93c73d 0%, #93c73d 51%, #80ae35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93c73d), color-stop(80%,#93c73d), color-stop(100%,#80ae35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #93c73d 0%,#93c73d 80%,#80ae35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #93c73d 0%,#93c73d 80%,#80ae35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #93c73d 0%,#93c73d 80%,#80ae35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #93c73d 0%,#93c73d 80%,#80ae35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c73d', endColorstr='#80ae35',GradientType=0 ); /* IE6-9*/
}


#main-nav.nav > li > a:focus,
#main-nav.nav > li > a:hover {
  color: #fff;
  text-decoration: none;
  ackground: #444444;
  background: -moz-linear-gradient(top, #444, #222);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background: -webkit-linear-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(to bottom, #444, #222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}

#main-nav form {
	padding-left: 15px;
}

#main-nav .input-append {
	padding-left: 0;
}

/*Selected menu item*/
#main-nav.nav .current-page-ancestor a,
#main-nav.nav .current-menu-item a,
.single-programs #main-nav.nav .menu-programs a,
.single-segments #main-nav.nav .menu-programs a,
.single-post #main-nav.nav .menu-blog a,
.single-staff #main-nav.nav .menu-about a {
  background: #444444;
  background: -moz-linear-gradient(top, #444, #222);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background: -webkit-linear-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(to bottom, #444, #222);
}

#main-nav.nav .current-page-ancestor.donate a,
#main-nav.nav .current-menu-item.donate a {
	background: #93c73d; /* Old browsers */
	background: -moz-linear-gradient(top,  #93c73d 0%, #93c73d 51%, #80ae35 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #93c73d 0%,#93c73d 51%,#80ae35 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #93c73d 0%,#93c73d 51%,#80ae35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #93c73d 100%,#93c73d 51%,#80ae35 100%); /* W3C */
}

/* Sidebar */
.sidebar h3 {
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #BBBBBB;
}
.sidebar-audio-buttons {
	margin-bottom: 0
}
.navbar.sidebar-audio-buttons .navbar-inner {
  border: 0px;
  background: #444444;
  background: -moz-linear-gradient(top, #444, #222);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background: -webkit-linear-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(to bottom, #444, #222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
	min-height: 0;
	line-height: 14px;
}

.navbar.sidebar-audio-buttons .nav > li > a {
	color: #fff;
	text-shadow: none;
	padding: 5px 10px;
	position: relative;
}
.nowplaying {
	color: #868686;
	padding: 5px 20px 0 10px;
}
#nowplayingdetails { }
.navbar.sidebar-audio-buttons .icon-volume-up {
	position: relative;
	left: -20px;
	top: 0;
}
#nowplayingprogram a { text-decoration: underline; color:#003d79; }
#nowplayingprogram a:hover { text-decoration: none; color: #005580;}

#nowplayingtitle a { text-decoration: underline;}
#nowplayingtitle a:hover { text-decoration: none; }

#social-links,  #ad-manager{
	margin-top: 30px;
}
.blog-list { 
	list-style-type:none;
	margin: 0 0 10px 0;
	display: table}
.blog-list li {
	display: block;
    margin-top: 10px;}
.blog-list a {
	text-decoration: none;
	color: #603312;
	clear: left;
	display: block;
	display: table-row;
	}
.blog-list a:hover, .blog-list a:focus{
	color: #003d79;}
.blog-list .date {
	width: 38px;
	height: 38px;
	display: table-cell;
	background: #eee;
	border: 1px solid #ccc;
	}
.blog-list a:hover .date,
.blog-list a:focus .date  {
	border-color: #A6BACF;
	background-color:#F6F6F6;
}
.blog-list .day {
	font-size: 18px;
	line-height: 18px;
	width: 38px;
	text-align:center;
	display: block;
	}
.blog-list .month {
		width: 38px;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 10px;
	margin-top: 7px;
	font-weight:bold;
	text-transform:uppercase}
.blog-list .post-title {
	display: table-cell;
	vertical-align:middle;
	padding-left: 10px;} 


.media-content p:first-child {
	margin-top: 0;
}	
/*Footer*/
#foot {
	border-top: 1px dashed #ddd;
	margin-top: 80px;
	padding-bottom:200px;
}

#foot h4 {
 	font-family: 'PT Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	}

#foot ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#foot a {
	color: #333;
	}
#foot a:hover, #foot a:focus {
	color: #003d79;
	}
.bc-service {
	font-size: 12px;
	padding-left: 38px;
}
#bclogo { 
	margin-left: -100px;
    padding-top: 15px;
    text-align: center;}
#foot .row2 {
	margin-top: 70px;
    padding-bottom: 30px;
}
	
/*funddrive box*/
.funddrive-alert {
	margin-top: 10px;
	border-color: #603312;
	background-color: #FBF8F2;
	padding-bottom: 25px;
	
	-webkit-box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.funddrive_message h4 {
	color: #202020;
	font-weight: normal;
	margin-left: 10px;
}
.funddrive_message p {
	color: #202020;
	margin-left: 10px;
	margin-top: 0;
}
.funddrive_message .inline {
	margin-left: 5px;
	color: #bbbbbb;
}
.funddrive_message .inline a { 
	color: #666;}
.funddrive_meter h4 {
	color: #202020;
	margin-top: 20px;
}
.funddrive_meter p {
	margin-top: 0;
}
/* Staff */
.staff-role {
	margin-top: 5px;
}
.staff-email {
	margin-top: 5px;
}
.staff-phone {
	margin-top: 5px;
}
.host-of {
	margin-top: 5px;
}



/* Hero image */

#hero-onair {
 	background-color: #111111;
 	color: #DDDDDD;
	padding-left: 20px;
 	-webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.5);
     box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	}
#hero-block { 
	position: relative }
#hero-image {

}
#hero-text-wrapper {
	position: absolute;
	top: 0;	
}
.home #hero-text-wrapper {
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
}
#hero-text {
	height: 290px;
	color: white;
	
	text-shadow: 2px 2px 8px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
	
	/*black*/
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(60%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#hero-text .inner {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 15%;
}
#hero-text h1 {
	font-size: 24px;
	line-height: 30px;
}
#hero-text a {
	color: white;
	text-decoration:none;
}
#hero-text .hostedby a {
	border-bottom: 1px solid white;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);}

#hero-text .hostedby { 
	margin-top: 30px;
}

.program-days-times { margin-top: 0;}

#hero-links {
	margin-left: 10px;
}
#hero-links li {
	list-style-type: none;
	line-height: 25px;
}
#hero-links a {
	
}
#hero-links i { width: 30px;}


#hero-past-future { 
	margin: 5px 0 0;
	padding: 0;
	-webkit-box-shadow:  0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 4px 4px 0px rgba(0, 0, 0, 0.2);}

#hero-past-future li { 
	display: inline; 
	margin: 0;}
#hero-past-future a{
	color: black;
	background-color: #A8976F;
	text-decoration: none;
	display: block;
	width: 50%;
	float: left;
}
#hero-past-future a:hover, #hero-past-future a:focus {
	background-color: #D5BF8A;}
#hero-past a{
	text-align: left;
}

#hero-future a{ 
	text-align: right;
}

#hero-past-future .inner {
	display: block;
	border: 1px solid black;}
#hero-future .inner { border-left-width: 0;}
	
#hero-past-future em {
	background-color: #2C291E;
    color: white;
    font-size: 11px;
    height: 30px;
    line-height: 14px;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 6px 15px 4px;
    text-align: center;
    text-transform: uppercase;
   	width: 30px;
	position: relative;
}
#hero-past em {
	float: left;
	margin-right: 10px;
	margin-left: -4px;
	-webkit-box-shadow:  3px 2px 4px 0px rgba(0, 0, 0, 0.2);
     box-shadow:  3px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
#hero-future em {
	float: right;
	margin-left: 10px;
	margin-right: -4px;
	-webkit-box-shadow:  -3px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  -3px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
#hero-past-future em .corner {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: -3px;
}
#hero-past .corner {
	left: 0;
	border-style: solid;
	border-width: 0 3px 3px 0;
	border-color: transparent #2c291e transparent transparent;
}
#hero-future .corner {
	right: 0;
	border-style: solid;
	border-width: 3px 3px 0 0;
	border-color: #2c291e transparent transparent transparent;
}

#hero-past-future #hero-past-time,
#hero-past-future #hero-future-time {
	display: block;
    line-height: 14px;
    margin-top: 7px;}

#hero-past-future #hero-future-title,
#hero-past-future #hero-past-title {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;}


#hero-block #hero-text-wrapper {
	
}
#hero-block.loading {
	
}

#hero-block.loading .loading {
	text-align: center;
	flex: 0 0 auto;
	color: #fff;
	font-size: 2em;
}
#hero-block.loading #hero-text-wrapper {
	background-color:rgba(0, 0, 0, 0.75);
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
#hero-block.loading #hero-text {
	display: none;
}

#hero-past-future.loading {
	display: none;
}

#schedulelink {
margin-top:0;
text-align: center;
	}
	
#schedulelink a {
	color: white;
	background-color: #333333;
	border: 1px solid black;
	border-top-width:0;
	display: inline-block;
	text-decoration: none;
	padding: 5px 14px;
	
	-webkit-box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.2);}
#schedulelink a i {
	padding-right: 7px;}
#schedulelink a:hover, #schedulelink a:focus {
	color: black;
	background-color: #94C83D;}

/*Programs Listings*/
.program-item { margin-top: 30px;}
.program-item h3 { margin-top: 0}
.program-item h3 a {color: #603312;}
.program-item h3 a:hover {color: #003d79;}
.program-item p { margin-top: 10px}
.program-item a { color: #003D79}
.program-item p.program-days-times { 
	margin-top: 0;
	font-weight: bold;
}
	
/* Post formats */

h2.format-quote {
	border-bottom: none;
}
/* Responsive Video embeds */
	
/*
div.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/



/*Playlist*/
#episodes button { padding-left: 20px}
#episodes button [data-icon]:before {
	left: -6px;
}

#episodes .hostedby { 
	margin-top: 10px;
	margin-bottom: 10px;
}
.playlist {
	margin: 0;
	list-style-type: none;}
.showplaylist {
	
}
.showplaylist strong {
	background-color: #eee;
	display: inline-block;
	padding: 4px 15px 4px 20px;
}
.showplaylist [data-icon]:before {
	left: -6px;
}
.playlist-headers {
	background-color: #CCC;
	border-top: 1px solid #aaa;
}
.playlist-item { 
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
	background-color: #eee;
	position: relative;
	}
.playlist .mic-break { 
	background-color: #DDDDDD;
    border-bottom-color: #DDDDDD;
    color: #999999;
    padding: 2px 0 0;
}
.playlist .mic-break .playlist-item-title {
	font-size: 12px;
}
.playlist li {
	margin-top: 0}
.hour { 
	padding-left: 10px;
	color: #666;}
.playlist-item-comment {
	color: #888;
	padding-top: 10px;
	padding-left: 30px
}
.playlist-item-album {
	padding-left: 3px;	
}
.playlist [data-icon]:before { 
	color: #CCCCCC;
    font-size: 25px;
    left: -20px;
    top: 9px;
}
.jp-audio {
	margin: 10px auto 30px ;
}

.playlistbox {
	background-color: #eee;	
	}

#jquery_jplayer_template,
#jp_container_template { display: none;}

/* End New*/


/* Depricate*/
#jplayer-html {
	height: 0;
	overflow: hidden;
}

.jplayer-block {
	background-color: #eee;
	padding: 20px 0;
}

/*End Depricate*/

/*****************/
/* Plugin Styles */
/*****************/

/* List Category Posts */

ul.lcp_catlist {
	margin-left: 0;
}

.lcp_catlist li {
	list-style: none;
	margin: 20px 0px;
}

/* Page/Template specific styles*/

/*404*/

#error404-goodnews {}
#error404-goodnews h1 {
	padding-top: 60px;
}
#error404-goodnews p {
	margin-top: 0;
	font-size: 	26px;
	line-height: 35px;
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
}
#error404-badnews {
	color: #5F3312;
}
#error404-badnews h2 {
	font-family: 'PT Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 26px;
	line-height:30px;
	border-bottom: none;
}
#error404-badnews p {
	font-size: 20px;
	margin-top: 0;
	line-height: 30px;
}

/*search*/
.search-result-item {}
.search-item-description {
	margin-top: 0;
} 

/*Nav-page*/
div.span6 a {
    white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* Large desktop overides */
@media (min-width: 1200px) {
	.blog h2, .home h2 {
	margin-top: 60px;
	}


	.cut-gutter-right { margin-right: -30px}

	#main-nav.nav > li > a {
	  font-size: 18px;
	  line-height:35px;
	  height: 35px;
	}
	
	.global-search {
		margin-bottom: 59px;
	}
	.navbar.sidebar-audio-buttons .icon-volume-up {
		left: -34px;
	}
	
	#hero-text {
		height: 360px;
	}
	#hero-text h1 {
		font-size: 38px;
		line-height: 50px;
	}
	#hero-text P {
		font-size: 17px;
		line-height: 30px;
	}


	#error404-goodnews h1 {
		padding-top: 90px;
	}
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
	#main-nav.nav > li > a {
	  font-size: 14px;
	  line-height:22px;
	  height: 22px;
	}
	
	.global-search {
		margin-bottom: 19px;
	}
	
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		padding: 9px 10px;
	}
	.navbar.sidebar-audio-buttons .nav > li > a {
		font-size: 13px;
	}
	.navbar.sidebar-audio-buttons .icon-volume-up {
		left: -6px;
	}
	
	#hero-text {
		height: 223px;
		width: 476px;
	}
	
	#error404-goodnews h1 {
		padding-top: 0;
	}
	#hero-text .hostedby {
		margin-top: 5px;
	}
	#hero-links { margin-top: 10px;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

	div#header-logo {
		text-align: left;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.site-header {
		margin-bottom: 0;
	}
	

	.global-search {
		float: none;
    	margin-bottom: 10px;
    	margin-top: 10px;
	}
	.input-append {
		display: block;
    padding-left: 15px;
		
	}
	
	.input-append input[class*="span"] {
		width: 50%;
		
	}
	
	.navbar {
		clear: both;
	}
	.navbar .nav {
    display: block;

	}
	.navbar .nav li {
		display: inline;
		width: auto;
	
	}
	.navbar .nav li a {
		border-left: 0px solid #ffffff;
		border-left: 0px solid rgba(255, 255, 255, 0.75);
		border-right: 0px solid rgba(0, 0, 0, 0.1);
		font-weight: normal;
		text-align: left;
	}
		
	.navbar .btn-navbar {
		font-size: 16px;
		margin-bottom: 0px;
		background: #444444;
		/*background: -moz-linear-gradient(top, #444, #222);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
		background: -webkit-linear-gradient(top, #444, #222);
		background: -o-linear-gradient(top, #444, #222);
		background: linear-gradient(to bottom, #444, #222);*/
		float: none;
		text-decoration: none;
		}

	.navbar a.btn-navbar:hover {
		color: black;
	}

	.navbar .nav li.donate {
		margin: auto 10px;
	}
	
	.navbar .nav li.donate a {
	  	color: black;
		background: #93c73d; /* Old browsers */
		background: -moz-linear-gradient(top,  #93c73d 0%, #93c73d 51%, #80ae35 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93c73d), color-stop(80%,#93c73d), color-stop(100%,#80ae35)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #93c73d 0%,#93c73d 80%,#80ae35 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #93c73d 0%,#93c73d 80%,#80ae35 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #93c73d 0%,#93c73d 80%,#80ae35 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #93c73d 0%,#93c73d 80%,#80ae35 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c73d', endColorstr='#80ae35',GradientType=0 ); /* IE6-9*/
		}

	.navbar .btn-navbar, 
	.navbar .btn-navbar:active, 
	.navbar .btn-navbar:hover, 
	.navbar .btn-navbar:focus {
		background: #603312;
		float: left;
	}

	.navbar a.btn-navbar:hover {
		color: #fff;
	}

	.navbar.top-mobile-nav {
		margin-bottom: 10px;
	}

	.navbar.top-mobile-nav a {
		text-align: center;
	}
	.navbar.top-mobile-nav .menu {		
		width: 21%;
	}	
	.navbar.top-mobile-nav .brand {
		width: 52%;
	}
	
	.navbar.top-mobile-nav .play-btn {
		color: #FFFFFF;
	    float: right;
	    font-size: 20px;
	    margin-right: 12px;
	    margin-top: 12px;
	    text-decoration: none;
	    width: 4%;
	}

	.nav-collapse, .nav-collapse.collapse {
	    background: #351c0a;
	    border-top: 1px solid #7d4217;
	}

	#sthoverbuttons {
		display: none;
	}
			
	#hero-text-wrapper {
		position: static;
	}
	#hero-text { 
		height: inherit;
		width: inherit;
	}
	#social-links .btn { margin: 10px 0;}
	
	#hero-text {
		background: #555;
	}
	#hero-text .inner {
		padding: 5px 20px;
	}
	

}
 
/* Landscape phones and down */
@media (max-width: 480px) { 

	div#header-logo {
		text-align: left;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.site-header {
		margin-bottom: 0;
	}
	
	.global-search {
		margin-left: -13px;
	}
	
	.input-append {
		padding-left: 0;
	}
	
	.input-append input[class*="span"] {
    	width: 70%;
	}

	.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
		width: 26%;
	}
	
	.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
		min-height: 29px;	
	}
	
	#header-logo img {
		max-height: 72px;
	}
	
	#sthoverbuttons {
		display: none;
	}
	
	.navbar.sidebar-audio-buttons .nav > li:first-child > a	{
		border-bottom: 1px solid #fff;
	}
	
	.navbar .nav li:first-child a {
		border: 0 none;
	    border-radius: 0 0 0 0;	
	}
	
	.navbar .nav li a {
		border: none;
	}
	
	.navbar .btn-navbar, 
	.navbar .btn-navbar:active, 
	.navbar .btn-navbar:hover, 
	.navbar .btn-navbar:focus {
		background: #603312;
	}
	
	.navbar a.btn-navbar:hover {
		color: #fff;
	}
	
	.navbar-inner ul.nav li {
	
	margin: 0;
	padding: 5px 0px;
	}
}

#social-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1rem;
}

/*  For dev ony  */
.whatpageisthis {
	display: none;
}
.admin-bar .whatpageisthis {
	display: block;
	background: none repeat scroll 0 0 #EEEEEE;
    color: #999999;
    display: block;
    left: 0;
    position: absolute;
	margin-top: -20px;
}
