/*
Theme Name: BTRtoday
Theme URI: http://github.com/wzzbzz/btrtoday-wordpress
Author: BreakthruRadio and Jim Williams Consulting
Author URI: http://btrtoday.com
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: multimedia, publishing, music, podcast
Text Domain: btrtoday

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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: #666;
}

html {
    font-size: 1em;
    line-height: 1.2;
}

body {
	font-family: Questrial; /*Futura-Medium, "Futura Medium",  Futura, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;*/
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets 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;
}

h3{
	font-weight:normal;
}

p {
    margin:0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */
a:hover,a:active{
    text-decoration:underline !important;
}
textarea {
    resize: vertical;
}

/** BTR **/

header nav{
		background:#dc2424;
		font-size:11px;
		height:18px;
		padding:2px 10px 0 0;
		text-align:right;
	}
	
header nav a, header nav img{
    padding:0 0 0 20px;
    letter-spacing:0.6px;
}
header nav a:link, header nav a:visited{
    color:#fff !important;
    text-decoration:none;
}

header nav a:active, header nav a:hover{
    color:#fff !important;
    text-decoration:underline !important;
}

header nav ul#nav{
    float:right;
    list-style:none;
    margin:0;
    padding:0;
}

header nav ul#nav li{
    float:left;
    position:relative;
}

header nav ul#nav li ul{
    display:none;
    position:absolute;
    top:12px;
    left:10px;
    background:#dc2424;
    text-align:left;
    padding:10px;
    margin:0;
    line-height:12px;
    z-index:10000
}

header nav ul#nav li.listen ul{
    width:80px;
}
header nav ul#nav li.read ul{
    width:80px;
}
header nav ul#nav li.watch ul{
    width:140px;
}
header nav ul#nav li.about ul{
    width:80px;
}
header nav ul#nav li.events ul{
    width:120px;
}

header nav ul#nav li ul li{
    display:block;
    clear:both;
    margin:0;
    padding:0;
    line-height:15px;
    text-align:left;
}

header nav ul#nav li ul a{
    color:#fff;
    padding:0;
}
/** btr about, btr events **/
	
	.btr-about #logo-btr{
		background:url('img/logo-btr-about.png') no-repeat;
		display:block;
		margin:35px 0 3px 10px;
		width:304px; height:38px;
	}
	
	.btr-events #logo-btr{
		background:url('img/logo-btr-events.png') no-repeat;
		display:block;
		margin:35px 0 3px 10px;
		width:315px; height:38px;
	}
	
		.btr-events #logo-btr span, .btr-about #logo-btr span{
			display:none;
		}
	
	.btr-events a:link, .btr-events a:visited,.btr-about a:link, .btr-about a:visited{
		color:#dc2424;
		text-decoration:none;
	}

	.btr-events a:active, .btr-events a:hover,.btr-about a:active, .btr-about a:hover{
		color:#dc2424;
		text-decoration:underline;
	}
	
	
		.btr-events .leftcol h2, .btr-events .leftcol h3,.btr-events .leftcol h4, .btr-about .leftcol h2, .btr-about .leftcol h3, .btr-about .leftcol h4{
			color:#dc2424;
			margin:0 0 15px;
		}
		
		.btr-events .leftcol h2{
			float:left;
			margin-right:20px;
		}
		
		.btr-events .leftcol select, .btr-events .leftcol input{
			float:left;
			margin:5px;
			border:1px solid #666;
			
			padding:3px;
			-webkit-border-radius:4px;
			-moz-border-radius:4px;
			border-radius:4px;
			background: #f8f8f8;
			color:#888;
			border:1px solid #f0f0f0;
			outline:none;
			display: inline-block;
			-webkit-appearance:none;
			-moz-appearance:none;
			appearance:none;
			cursor:pointer;
	
		}
  
		.btr-about .leftcol ul,.btr-about .leftcol ol{
            color: #333;
			font-size: 12px;
			line-height:18px;
        }
      .contact .leftcol p, .contact .leftcol ul{
            font-size:14px !important;
        }
        .btr-events .leftcol p{
            color: #333;
            font-size: 12px;
            line-height:18px;
            margin: 0 0 15px;
        }
        .btr-about .leftcol p{
			color: #666;
			font-size: 12px;
			line-height:18px;
			margin: 0 0 15px;
		}
	    
		.about-featured-box{
			background:#f0f0f0;
			padding:10px;
		}
		
		.btr-events .rightcol h2, .btr-events .rightcol h3, .btr-events .rightcol h4, .btr-about .rightcol h2, .btr-about .rightcol h3, .btr-about .rightcol h4{
			color:#dc2424;
			margin:0 0 15px;
		}	
		
		.btr-events .rightcol h2,.btr-about .rightcol h2{
			font-size:18px;
			margin:0 0 5px;
		}
		
		.btr-events .rightcol h3,.btr-about .rightcol h3{
			margin:5px 0 0;
		}
		
		
		.btr-events .rightcol a.btn-rsvp-facebook,.btr-about .rightcol a.btn-rsvp-facebook{
			border-top:1px solid #ccc;
			display:block;
			font-size:12px;
			padding:5px 0 0;
		}
        
        
.btr-listen a:link, .btr-listen a:visited, .btr-dj .btr-listen a:visited {
	color:#66cc33;
	text-decoration:none;
}

.post-wrap.btr-listen a:link, .post-wrap.btr-listen a:visited, .btr-dj .btr-listen a:visited {
	color:#66cc33 !important;
	text-decoration:none;
}
 
.post-wrap.btr-listen a:hover, .btr-listen a:active, .btr-listen a:hover,{
	color:#66cc33;
	text-decoration:underline;
}

.btr-read a:link, .btr-read a:visited{
	color:#ff9900;
	text-decoration:none;
}
.post-wrap.btr-read a:link, .post-wrap.btr-read a:visited, .btr-dj .btr-read a:visited {
	color:#ff9900 !important;
	text-decoration:none;
}

.btr-read a:active, .btr-read a:hover, .post-wrap.btr-read a:hover, .post-wrap.btr-read a:active{
	color:#ff9900;
	text-decoration:underline;
}



.btr-tv a:link, .btr-tv a:visited{
	color:#0099ff;
	text-decoration:none;
}

.post-wrap.btr-tv a:link, .post-wrap.btr-tv a:visited, .btr-dj .btr-tv a:visited {
	color:#0099ff !important;
	text-decoration:none;
}

.post-wrap.btr-tv a:hover, .post-wrap.btr-tv a:active, .btr-tv a:active, .btr-tv a:hover{
	color:#0099ff;
	text-decoration:underline;
}

.container{
	margin:0 auto;
	width:960px;
}

	

	#social-buttons{
		float:right;
		margin: 46px 10px 0 0;
	}
	
	#social-buttons img{
		margin-left:1px;
	}
	.btr-listen hr, .btr-read hr, .btr-tv hr,.btr-about hr, .btr-events hr{
		border:none;
		height:2px;
		margin:0 auto 20px;
		width:100%;
        line-height:16px;
	}
	
	.btr-listen hr{
		background:#66cc33;
	}
	
	.btr-read hr{
		background:#ff9900;
	}
	
	.btr-tv hr{
		background:#0099ff;
	}

	.btr-events hr, .btr-about hr, .btr-dj hr{
		background:#dc2424;
	}
	
	.content{
		margin:0 auto;
		width:940px;
	}
    
    .content p{
        margin:10px 0;
    }

	/* HEADERS */
	
	#logo-btr{
		display:block;
		height:38px;
		margin:35px 0 3px 10px;
		width:400px;
	}
	.btr-listen #logo-btr{
		background:url('img/logo-btr-listen.png') no-repeat;

	}
	
	.btr-read #logo-btr{
		background:url('img/logo-btr-read.png') no-repeat;

	}
	
	.btr-tv #logo-btr{
		background:url('img/logo-btr-tv.png') no-repeat;

	}
	
	.btrtoday #logo-btr{
		height:64px;
		background:url('img/logo-btr-today.png') no-repeat;
	}
	
	.btr-listen #logo-btr span, .btr-read #logo-btr span, .btr-tv #logo-btr span{
		display:none;
	}
	

	.listen-featured-contain, .read-featured-contain, .read-smaller-contain, .tv-featured-contain, .tv-smaller-contain{
		margin:25px auto 0;
		overflow:hidden;
		width:940px;
	}
	
		.read-smaller-contain{
			padding-top:10px;
		}
		.listen-featured, .read-featured, .read-smaller-contain section, .tv-smaller-contain section{
			width:980px;
		}
		.read-smaller-contain section{
			clear:both;
			/*min-height:407px;*/
		}
		
		.read-featured .read-box-content{
			height:404px;
		}
		
		
		.read-smaller-contain  .read-box-content,.tv-smaller-contain .read-box-content{
			min-height:350px;
		}
	
		
			.listen-featured-box{
				background:#f0f0f0;
				float:left;
				padding:10px;
				margin:0 20px 0 0;
				width:280px;
				height:355px;
                line-height:18px;
			}
			.all-programs .listen-featured-box{
                height:300px;
                width:300px;
                margin-right:0;
                padding:0
            }
				.listen-featured-box h2{
					color:#66cc33;
					font-size:18px;
					margin:0 0 10px;
				}
			
				.listen-featured-box img{
					display:block;
					margin:0 0 12px;
					width:280px;
					height:157px;
				}
                
                .all-programs .listen-featured-box img{
                    width:300px;
                    height:168px;
                }
				
				.listen-featured-box h3{
					font-size:16px;
					margin:0;
				}

				.listen-featured-box p.byline{
					margin:0 0 20px;
				}
				
				.listen-featured-box p{
					color:#666;
					font-size:12px;
					margin:0 0 15px;
				}

				.listen-featured-box h3 a{
					/*font-size:14px;*/
				}

				.listen-featured-box a.more-media:link, .listen-featured-box a.more-media:visited{
					color:#66cc33;
					text-decoration:none;
				}
				
				.listen-featured-box a.more-media:active, .listen-featured-box a.more-media:hover{
					color:#66cc33;
					text-decoration:underline;
				}
	
	.listen-todays-programs-container{
		margin:40px 0;
	}
	
	a.more-media{
		margin-top:5px;
		font-size:12px;
		margin-bottom:20px;
	}
		
		.listen-todays-programs-container .section-heading, .btr-listen .section-heading{
			border-bottom:2px solid #66cc33;
			color:#66cc33;
			font-size:18px;
			text-transform:uppercase;
			line-height:1;
		}
	
		.listen-todays-programs-container section{
			margin:0 0 10px;
		}
	
			.listen-program{
				border-bottom:1px solid #e0e0e0;
				height:68px;
				padding:10px 0;
			}
			
			.listen-program-detail{
				border-bottom:1px solid #e0e0e0;
				padding:10px 0;
			}
				
				.listen-program img{
					display:block;
					float:left;
					margin:0 20px 0 0;
					width:121px; height:68px;
				}			
	
					.listen-program-title-byline{
						float:left;
						width:330px;
					}
		
						.listen-program-title-byline h3{
							font-size:14px;
							margin:15px 0 0;
						}
		
					.listen-program-description p, .listen-program-title-byline p{
						color:#666;
						float:left;
						font-size:11px;
						margin:0;
						width:322px;
					}
					.program-detail .listen-program-description p{
						font-size:13px;
						width:auto;
					}
					
					.listen-program-play{
						background:url('img/btn-listen-program-play.png') no-repeat;
						display:block;
						float:right;
						/*margin:14px 0 0;*/
						width:44px; height:43px;
					}
					
					.listen-program-play.small{
						display:inline;
						padding:0 7px;
						margin: 4px 0 0 4px;
						float:none;
						background:url('img/btn-listen-smallest.png') no-repeat;
						width:22px;height:21px;
					}

		.listen-todays-programs-container nav{
			color:#66cc33;
			font-size:12px;
			text-transform:uppercase;
			background:none;
			text-align:left;
		}
		/* for the program page*/
		.listen-program-header{
			text-align:center;
			margin-bottom:20px;
		}
		.links-listen-watch-read-contain:before{
			clear:both;
			display:block;
			width:100%;
		}
		.links-listen-watch-read-contain{
			margin:0 auto 20px;
			overflow:hidden;
			width:940px;
		}
		
			.links-listen-watch-read{
				width:985px;
				margin-top:10px;
			}
			
			.links-listen-watch-read a{
				color:#fff !important;
				display:block;
				float:left;
				font-size:24px;
				margin:0 20px 0 0;
				padding: 15px 0 10px 0px;
				text-align:center;
				text-shadow:1px 2px 1px #999;
				text-decoration:none;
				width:300px;
			}
		
			.btn-listen{
				background: #00ff33;
				background: -moz-linear-gradient(top, #00ff33 0%, #00ea2f 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ff33), color-stop(100%,#00ea2f));
				background: -webkit-linear-gradient(top, #00ff33 0%,#00ea2f 100%);
				background: -o-linear-gradient(top, #00ff33 0%,#00ea2f 100%);
				background: -ms-linear-gradient(top, #00ff33 0%,#00ea2f 100%);
				background: linear-gradient(to bottom, #00ff33 0%,#00ea2f 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff33', endColorstr='#00ea2f',GradientType=0 );
			}

			.btn-read{
				background: #ff9900;
				background: -moz-linear-gradient(top,  #ff9900 0%, #e88b00 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#e88b00));
				background: -webkit-linear-gradient(top,  #ff9900 0%,#e88b00 100%);
				background: -o-linear-gradient(top,  #ff9900 0%,#e88b00 100%);
				background: -ms-linear-gradient(top,  #ff9900 0%,#e88b00 100%);
				background: linear-gradient(to bottom,  #ff9900 0%,#e88b00 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#e88b00',GradientType=0 );
				
			}

			.btn-watch{
				background: #0099ff;
				background: -moz-linear-gradient(top,  #0099ff 0%, #008be8 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ff), color-stop(100%,#008be8));
				background: -webkit-linear-gradient(top,  #0099ff 0%,#008be8 100%);
				background: -o-linear-gradient(top,  #0099ff 0%,#008be8 100%);
				background: -ms-linear-gradient(top,  #0099ff 0%,#008be8 100%);
				background: linear-gradient(to bottom,  #0099ff 0%,#008be8 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#008be8',GradientType=0 );
				
			}
	
	/* btr read */

	.read-featured-contain, .tv-featured-contain{
		border-bottom:1px solid #ccc;
		margin:0 0 20px;
		padding:0 0 20px;
	}
	
		.read-featured-contain .read-featured-box, .tv-featured-contain .tv-featured-box{
			float:left;
			margin:0 20px 0 0;
			width:460px;
		}
	
			.read-featured-box img, .tv-featured-box img{
				margin:0 0 10px;
				width:300px; height:168px;
			}
			
	.read-featured-contain .read-featured-box img{
		width:460px; height:257px;
	}
	
	.read-smaller-contain .read-featured-box img{
		width:300px; height:168px;
	}
	.read-smaller-contain section, .tv-smaller-contain section{
		border-bottom:1px solid #ccc;
		margin:0 0 20px;
		padding:0 0 20px;
	}
		
		.read-smaller-contain .read-featured-box, .tv-smaller-contain .tv-featured-box{
			float:left;
			margin:0 20px 0 0;
			width:300px;
			/*min-h	eight:427px;*/
		}
		
		.read-featured-box h2, .tv-featured-box h2, .tv-featured-box h2, .jds-slide h2{
			color:#66cc33;
			font-size:24px;
			font-weight:normal;
			margin:0 0 10px;
		}
	
		.read-featured-box h3, .tv-featured-box h3{
			font-size:16px;
			margin:0;
		}
		h3 a.video-title{
			font-size:16px;
		}
		.read-featured-box p.byline, .tv-featured-box p.byline,  p.details-byline{
			margin:0 0 12px;
		}

		.all-programs p, .read-featured-box p, .tv-featured-box p, .jds-slide-details p{
			color:#666;
			font-size:12px;
			margin:0 0 15px;
			line-height:18px;
		}
		
        
		.read-box-content p.byline, .tv-featured-box p.byline{
			font-size:11px;
		}

		/*.read-featured-box a, .tv-featured-box a{
			font-size:12px;
		} */

		.read-featured-box a.more-media:link, .read-featured-box a.more-media:visited{
			color:#ff9900;
			text-decoration:none;
			font-size:12px;

		}
		
		.read-featured-box a.more-media:active, .read-featured-box a.more-media:hover{
			color:#ff9900;
			text-decoration:underline;
		}
	
	/* btr tv */
	
	.tv-featured-contain{
		border:none;
	}
	
	.btr-tv .section-heading{
		border-bottom:2px solid #0099ff;
		color:#0099ff;
		font-size:18px;
	}
	
	.tv-featured-box a.more-media:link, .tv-featured-box a.more-media:visited{
		color:#0099ff;
		text-decoration:none;
	}
	
	.tv-featured-box a.more-media:active, .tv-featured-box a.more-media:hover{
		color:#0099ff;
		text-decoration:underline;
	}
	
	/* slideshow */
	
	.jds-slideshow{
		position:relative;
		padding:0;
		width:100%; height:auto;
	}
	
	.jds-slideshow.closed{
		overflow-y:hidden;
		overflow-x:hidden;
	}
	
		.jds-slideshow .btn-prev{
			background:url('img/btns-prev.png') 0 396px no-repeat;
			display:none;
			position:absolute;
			top:0; left:0;
			visibility:hidden;
			width:5%; height:539px;
			z-index:2;
		}
		
		.jds-slideshow .btn-next{
			background:url('img/btns-next.png') 100% 396px no-repeat;
			display:none;
			position:absolute;
			top:0; right:0;
			visibility:hidden;
			width:5%; height:539px;
			z-index:2;
		}

		.jds-slideshow nav{
			bottom:28px;
			left:640px;
			position:absolute;
			width:98%;
			z-index:100;
		}
		
			.jds-slideshow nav div{
				width:auto;
			}

				.jds-slideshow nav a.btn-pagi{
					background:url('img/btn-dot-sprite.png') no-repeat;
					display:block;
					float:left;
					margin:0 16px 0 0;
					width:10px; height:11px;
				}
		
				.jds-slideshow nav a.active{
					background-position:-10px 0;
				}
				
		.jds-slides{
			position:relative;
			width:100%; height:auto;
		}
		
			.jds-slide.jds-slide-first{
				float:left;
				position:relative;
			}
		
			.jds-slide{
				background:#f0f0f0;
				display:block;
				float:none;
				position:absolute;
				-webkit-transform:translate3d(0,0,0);
				width:940px; height:349px;
			}
			
				.jds-slide img, .jds-slide iframe{
					display:block;
					float:left;
					width:620px; height:349px;
				}
			
				.jds-slide .jds-slide-details{
					display:block;
					float:left;
					padding:45px 20px 0;
					width:280px; height:301px;
				}
				.jds-slide .jds-slide-details.series-landing{
					padding-top:15px;
				}
				.jds-slide .jds-slide-details.series-landing div.subhead{
					padding:20px 0 0 0;
					margin:0;
					font-size:18px;
				}
                .jds-slide .jds-slide-details.series-landing div.subhead.title{
                    padding:5px 0 0 0;
                }
				.jds-slide .jds-slide-details.series-landing p.details-byline{
					padding:10px 0 0;
					margin:0;
				}

				.jds-slide .jds-slide-details.series-landing a.more{
					font-size:12px;
				}
		
			.slideshow-buttons{
				position:relative;
			}
			
		.jds-slide h2{
			color:#0099ff;
			margin:0;
		}
	
		
	/* btr article */
		.rightcol p{
			color: #666;
			font-size: 12px;
			margin: 7px 0 8px;
		}
	.leftcol{
		float:left;
		margin:0 20px 0 10px;
		width:620px;
	}
		
	.leftcol h2{
		font-weight:normal;
		font-size:24px;
	}
.leftcol h4{
    font-size:16px;
}
		.btr-article.leftcol .article-featured-image{
			display:block;
			margin:0 0 5px;
		}
		
		.btr-article.leftcol h2, .btr-article.leftcol h3, .btr-article.leftcol h4{
			margin:17px 0 4px;
            color: #666666;
		}
		
		.btr-article.leftcol h2.title{
			color:#ff9900 !important;
		}
		
		.btr-listen  h2, .btr-listen .leftcol h3, .btr-listen .leftcol h4{
			color:#66cc33 ;
		}
		
		.btr-tv .leftcol h2, .btr-tv .leftcol h3, .btr-tv .leftcol h4{
			color:#0099ff !important;
		}
		
        #suggestion.btr-watch h2,#suggestion.btr-watch a{
            color:#0099ff !important;
        }
        #suggestion.btr-read h2{
            color:#ff9900 !important;
        }
		#suggestion.btr-listen h2{
            color:#66cc33 ;
        }
		
        #suggestion .byline{
            line-height:20px;
        }
				
		
		.btr-article.leftcol h2{
            color:#666;
            font-size:24px;
			margin:30px 0 7px;
            
		}
        
        .btr-article.leftcol div.post-content h3{
            color: #666666;
            font-size:18px;
        }
        
         .btr-article.leftcol div.post-content h4{
            color: #666666;
            font-size:16px;
        }
        
        
        .btr-article.leftcol div.post-content blockquote{
            margin-bottom:20px;
        }
        .btr-article.leftcol div.post-content blockquote p{
            padding:0;
            margin:0;
        }
        
     /*   .btr-article .leftcol ul,ol{
            margin:35px 0;
            padding: 0 0 0 15px;
            font-size:13px;
        }
       */ 
        .btr-article.leftcol div.post-content li{
            margin-left:15px;
            line-height:23px;
        }
		
        .btr-article.leftcol  p{
            margin-bottom:30px;
        }
		.btr-article.leftcol p.article-details{
			font-size:12px;
			line-height:18px;
		}
		
		.btr-article.leftcol div.post-content{
			color: #666;
			font-size: 13px;
			line-height:24px;
			margin: 0 0 15px;
		}
		.btr-article.leftcol p strong{
			letter-spacing:0px;
		}
		.btr-article.leftcol div.post-content img{

		}
		.btr-article.leftcol div.post-content ul,.btr-article.leftcol div.post-content ol{
			padding: 0 0 0 15px;
            margin-bottom:30px
		}
	.rightcol{
		float:left;
		width:300px;
	}
	
		.article-featured-box{
			background:#f0f0f0;
			margin:0 0 20px;
			padding:10px 10px 10px;
		}
		
		.btr-article .rightcol h2, .btr-article .rightcol h3, .btr-article .rightcol h4{
			margin:0 0 15px;
		}	
		
		
		.rightcol div.btr-read h2, .rightcol div.btr-read  h3,rightcol div.btr-read  h4, .rightcol .btr-read a{
			color:#ff9900 !important;
		}
		
		.rightcol .btr-listen h2, .rightcol .btr-listen  h3, .rightcol  .btr-listen h4, .rightcol .btr-listen a{
			color:#66cc33 !important;
		}
		
		.rightcol .btr-tv h2, .rightcol .btr-tv h3,.rightcol .btr-tv h4, .rightcol .btr-tv a{
			color:#0099ff !important;
		}
				
		
		.btr-article .rightcol h2, .btr-article .rightcol h3, .btr-article .rightcol h4 {
			margin:0 0 15px;
		}	
		.btr-article .rightcol h2{
			font-size:18px;
			margin:0 0 5px;
		}
		
		.btr-article .rightcol img.thumb{
			display:block;
			margin:0 0 0px;
			width:280px; height:auto;
		}
		
        .btr-article .rightcol p.excerpt{
                margin-top:5px;
		}
		.btr-article .rightcol h3{
			font-size:16px;
			font-weight:200;
			margin:5px 0 10px;
		}
		
		.btr-article .rightcol p{
			color: #666;
			font-size: 12px;
			margin: 0 0 15px;
		}
        
        .rightcol p.readmore{
            margin:0;
        }


.btr-events table.events {
	width:620px;
}

.btr-events table.events thead{
	border-bottom:1px solid red;
}		
.btr-events table.events th{
	color:#757575;
	text-transform:uppercase;
	text-align:left;
	border-bottom:1px solid #a5a5a5;
	font-size:13px;
	
}

.btr-events table.events td{
	color:#858585;
	font-size:11px;
	padding:6px 6px 6px 0;
}

.btr-events table.events tr{
	border-bottom: 1px solid #c5c5c5;
	
}

.search #program-list, .btr-dj #program-list{
	width:inherit;
}

.btr-dj .avatar{
	padding:0 17px 13px 0;
	float:left;
}
.tag .post-image img, .search .post-image img, .btr-dj .post-image img{
	width:150px;
	height:85px;
}

.tag .post-wrap, .search .post-wrap, .btr-dj .post-wrap{
	border-bottom: 1px solid #eaeaea;
	margin-bottom:11px;
	padding-bottom:11px;
}

.tag .post-image, .search .post-image, .btr-dj .post-image{
	float:left;
	width:auto;
}

.post-info{
	float:left;
	width:760px;
	padding-left:30px;
	margin-top:-3px;
}
.leftcol .post-info{
    width:439px;
}

.tag .post-info, .search .post-info{
    width:760px;
}

.post-info p{
	line-height:18px;
	font-size: 11px;
}


	/* share bar */
	
	.share-bar span{
		display:block;
		float:left;
		margin:0 10px 0 0;
	}
		
	/* footer */
		
		.banner-promos{
			margin:0 auto 20px;
			width:940px;
		}
			
			.banner-promo{
			
				float:left;
				width:460px;
				
			}	

			.banner-promo:first-child{
				margin:0 20px 0 0;
			}

			
			/* player popup styles */
#liverail, #video-player{
    position:absolute;
    top:-1000px;
    left:-1000px;
    /*height:445px;
    width:740px;
    padding:25px 25px;
    border:1px solid #000;
    background:#fff;*/
    z-index: 1003;
}

#liverail-head{
    position:absolute;
    text-align:center;
    width:100%;
    top:0;
    left:0;
    z-index:1005;
    font-size:12px;
    padding-top:2px;
}

#liverail-head a{
    float:right;
    color:#666;
    margin-right:5px;
}
#popwrap{
    position:absolute;
    top:0px;
    left:0px;
    width:300px;
    height:450px;
    background-color:#000;
    opacity: 0.7;
    display:none;
    z-index: 1000;
}

.leftcol p img{
	display:block;
}
/* ==========================================================================
   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: 150%;
}

/*
 * 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.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/*  FROM MAIN.CSS */


#container{
	margin:0 auto;
	width:960px;
	letter-spacing:.6px;
}

/*
#social-buttons{
			margin:17px 0 0;
		}	
	*/
#social-buttons img:hover{
	opacity:.5;
}
		.logo a{
			display:block;
			width:300px; height:47px;
		}
		
		
		
		.logo span{
			display:none;
		}
		#logo-btr-today {
			background:url('img/logo-btr-today.png') no-repeat;
		}
		#logo-read {
			background:url('img/logo-read.png') no-repeat;
		}
				
			
		header hr{
			border:none;
			margin:-27px auto 20px;
			width:940px; height:2px;
		}

		.btrtoday header hr{
			background:#db2020;
		}
	
	
		
		.read #content {
			padding-top:20px;
		}
		.read header hr{
			background:#ffa848;
		}
		
		.read a{
			color:#FF9900;
			text-decoration:none;
		}
		.read a:hover{
			text-decoration:underline;
		}
		
		.read .featured .title{
			font-size:18px;
		}
		
		.read .title{
			margin-top:5px;
		}
		
		
		.read  .byline {
			color:#838383;
			font-size:11px;
		}
		
		.read .excerpt{
			color:#838383;
			font-size:12px;
			margin-top:25px;
			line-height:15px;
		}
		
		.read .link{
			margin-top:18px;
		}
		

		.read #content hr{
			color:#e6e6e6;
			margin : 24px 0;
			clear:both;
		}
		
		#feed-thirdeye-headlines{
			border:1px solid #dc2424;
			margin:0 10px;
		}
		
			#logo-thirdeye{
				background:url('img/logo-third-eye.png') no-repeat;
				float:left;
				width:132px; height:23px;
			}
			
			#logo-twitter{
				background:url('img/twitter-bird-red.png') no-repeat;
				float:left;
				width:30px; height:23px;
			}


			#feed-thirdeye-headlines article{
				float:left;
				width:907px;
			}
			
				#feed-thirdeye-headlines article h2{
					color:#666;
					font-size:10px;
					font-weight:normal;
					margin:5px 0 0;
				}
			
				#feed-thirdeye-headlines article a{
					color:#dc2424;
					text-decoration:none;
				}
				
				#feed-thirdeye-headlines article a:hover{
					text-decoration:underline;
				}
		#content{
			margin:0 0 34px 0px;
		}
	
	#content article{
		float:left;
	}
	.read #content .featured article{
		width:460px;
		margin:0 5px;
	}
	.read #content .regular article{
		width:300px;
		margin:0 5px;
	}
		.feed-main{
			float:left;
			width:300px;
			padding:0 9px 0 0;
			margin:30px 9px 32px 0;
		}
        
		.feed-main a{
			/*line-height:14px;*/
		}
		#feed-listen{
			border-right:1px solid #eee;
		}
	
		#feed-read{
			border-right:1px solid #eee;
		}
	
		#feed-watch{
			padding:0;
			margin:30px 0 0;
		}	

        .feed-main h2{
            font-size:16px;
            line-height:18px;
            margin:0;
            font-weight:normal;
        }
			/*.feed-main h2{
				color:#fff;
				font-size:24px;
				margin-top:0;
				padding: 7px 0 4px 8px;
				text-shadow:1px 2px 1px #999;
			}*/
			a.heading{
				display:block;
				height:46px;
				width:300px;
				margin-bottom:20px;
			}
			
			a.heading.listen{
				background:url(img/LISTEN.png) no-repeat;
			}
			a.heading.read{
				background:url(img/READ.png) no-repeat;
			}
			a.heading.watch{
				background:url(img/WATCH.png) no-repeat;
			}

/*
			#feed-listen h2{
				background: #66cc33;
				background: -moz-linear-gradient(top, #66cc33 0%, #00ea2f 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66cc33), color-stop(100%,#00ea2f));
				background: -webkit-linear-gradient(top, #66cc33 0%,#00ea2f 100%);
				background: -o-linear-gradient(top, #66cc33 0%,#00ea2f 100%);
				background: -ms-linear-gradient(top, #66cc33 0%,#00ea2f 100%);
				background: linear-gradient(to bottom, #66cc33 0%,#00ea2f 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc33', endColorstr='#00ea2f',GradientType=0 );
			}
		
			#feed-read h2{
				background: #ff9900;
				background: -moz-linear-gradient(top,  #ff9900 0%, #e88b00 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#e88b00));
				background: -webkit-linear-gradient(top,  #ff9900 0%,#e88b00 100%);
				background: -o-linear-gradient(top,  #ff9900 0%,#e88b00 100%);
				background: -ms-linear-gradient(top,  #ff9900 0%,#e88b00 100%);
				background: linear-gradient(to bottom,  #ff9900 0%,#e88b00 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#e88b00',GradientType=0 );
			}
		
			#feed-watch h2{
				background: #0099ff;
				background: -moz-linear-gradient(top,  #0099ff 0%, #008be8 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ff), color-stop(100%,#008be8));
				background: -webkit-linear-gradient(top,  #0099ff 0%,#008be8 100%);
				background: -o-linear-gradient(top,  #0099ff 0%,#008be8 100%);
				background: -ms-linear-gradient(top,  #0099ff 0%,#008be8 100%);
				background: linear-gradient(to bottom,  #0099ff 0%,#008be8 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#008be8',GradientType=0 );
			}
*/
			#feed-listen a{
				color:#66cc33;
				text-decoration:none;
			}
		
			#feed-listen a:hover{
				color:#66cc33;
				text-decoration:underline;
			}
		
			#feed-read a{
				color:#ff9900;
				text-decoration:none;
			}
		
			#feed-read a:hover{
				color:#ff9900;
				text-decoration:underline;
			}
		
			#feed-watch a{
				color:#0099ff;
				text-decoration:none;
			}
		
			#feed-watch a:hover{
				color:#0099ff;
				text-decoration:underline;
			}

			.feed-main article{
				margin:0 0 20px;
				min-height:72px;
			}
			.feed-main article.featured-article{
				min-height:234px;
			}
		
			.feed-main article img{
				display:block;
				float:left;
				width:150px; height:84px;
			}
		
			.feed-main .featured-article img{
				float:none;
				margin:0 0 6px;
				width:300px; height:168px;
			}
		
			.feed-main article .feed-content{
				float:left;
				margin:0 0 0 5px;
				width:145px; height:auto;
				font-size:11px;
				line-height:14px;
			}
		
			.feed-main article h3{
				font-size:14px;
                line-height:16px;
				margin:0;
			}
            
            .feed-main article h3 a{
                letter-spacing:0.3px;
            }
		
			.feed-main .featured-article h3{
				font-size:16px;
			}
            .feed-main article.featured-article p{
                font-size:12px;
            }
			.feed-main article p{
				color:#666;
				font-size:12px;
                line-height:14px;
				margin:0;
			}
		
			.feed-main .feed-more{
				display:block;
				clear:both;
				font-size:12px;
				width:100%;
                padding-top:3px;
			}
		
			#feed-listen .feed-more{
				border-top:2px solid #66cc33;
			}
		
			#feed-read .feed-more{
				border-top:2px solid #ff9900;
			}
		
			#feed-watch .feed-more{
				border-top:2px solid #0099ff;
			}
			
			
	#banner-left, #banner-right{
		float:left;
		width:460px;
	}
	
	#banner-left{
		margin:0 20px 0 0;
	}
	
		#banners{
			display:block;
			margin:0 auto 20px;
		}
		
		
/*
  *
  * This is by Jim Williams
  * definitely redundant.
  * for tv pages
  *
 */

.tv{
	color:#0099ff;
}

.title-row{
	margin-bottom:7px;
}
.title-row .title{
	font-size:24px;
	float:left;
}

.title-row .series-info{
	float:right;
	font-size:11px;
	color:#666;
	padding-top:12px;
}

#video-embed{
    box-shadow: 0px 6px 20px 1px #999;
    position: relative;
    z-index: 10;
	height:528px;
}
#video-info{
	clear:both;
	margin-bottom:20px;
    position:relative;
    z-index:0;
}
#video-info div{
	background:#f0f0f0;
	color:#666;
	line-height:2;
}


#episode-info{
	float:left;
	width:849px;
	padding:30px 45px 0;
	margin-right:20px;
	font-size:13px;
    /*border-top: 10px solid #AAA;*/
}

#series-info{
border-top:1px solid #999;
border-bottom:1px solid #999;
padding:13px 0;
margin:15px 0;
}
#series-info img{width:176px;float:left;}
#series-info #series-data{float:left;}
#series-info p{
	font-size:11px;
}

#series-info a{
	font-size:14px;
}

#series-info div{
    margin-left:20px;
}

#series-data h3{
    margin:0;
}
.tv-episode #featured-videos{
	margin-top:40px;
}

#featured-videos .title{
	font-weight:bold;
	font-size:18px;
	width:100%;
	border-bottom:3px solid #0099ff;
}

.tv-smaller-contain .tv-featured-box.last{
	margin-right:0px;
}


.all-programs{
	/*text-align:center;*/
}

.all-programs table tr td{
    padding: 0 10px 20px 10px;
}

.all-programs table tr td.left{
    padding-left:0px;
}

.btr-listen #program-list article p{
    line-height:15px;
}

.btr-listen-series #program-list{
    margin-top:20px;
}
.search .post-date, #program-list .post-date{
	font-size:14px;
	font-weight:normal;
}

 .info-box{
	float:left;
	width:300px;
	margin-left:20px;
    background:#f0f0f0;
    min-height:392px;
    max-height:392px;
}

.info-box.min{
    min-height:232px;
}
.btr-playlist  #host-information.info-box{
    min-height:inherit;
}
 .info-box.left{
	margin-left:0px;

}

.all-programs .listen-featured-box .info{
    padding:0 10px 10px;
}

.listen-featured-box .info{
    height:145px;
}

#host-information .text-box .desc{
    height:inherit;
}

 .text-box{

	padding:15px 10px;
	color:#666666;
    max-height:165px;
    position:relative;
}
.min .text-box{
    padding-bottom:5px;
}
 .text-box .title{
	font-size:16px;
}


 .text-box .info{
	font-size:12px;
	padding:1px 0 6px;
}

.info-box.min .text-box .info{
    padding-top:5px;
}

 .text-box .desc{
	font-size:12px;
	height:110px;
	overflow-y:hidden;
    line-height:16px;
}

.info-box .link{
	font-size:12px;
	padding:10px;
}
#host-information.info-box .link{
    padding:0 10px 10px;
}
    

#banner-ad{
	padding-top:20px;
}


#playlist-left{
	float:left;
	width:620px;
}

#playlist{
    
	font-size:14px;
	color:#666666;	
	line-height:24px;
}
 #program-content{

	font-size:14px;
	color:#666666;	
	line-height:18px;
}

#program-info{
    
}
#program-content img{
	display:block;
    max-width:620px;
}

ul#playlist-tabs{
	list-style:none;
	margin:0 0 40px 0;
	padding:0;
}

ul#playlist-tabs li{
	float:left;
	height:28px;
	width:33%;
	margin:0;
	background:url(img/playlist-nav-bg-off.png) repeat-x;
	color:#fff;
	text-align:center;
	padding-top:8px;
	cursor:pointer; cursor:hand;
}

ul#playlist-tabs li.on{
	background:url(img/playlist-nav-bg-on.png) repeat-x;
	color:#999;
}
ul#playlist-tabs:after{
	clear:both;
}
#suggestion{
	padding: 10px 5px 15px;
	font-size:14px;
	color:#666666;
	float:right;
	width:31%;
	background:#eee;
	margin-top:20px;

}
 
#social-tags{
	padding-top:40px;
}

#social{
	float:left;
	width:620px;
}

#tags{
	float:left;
	padding-left:20px;
	color:#666666;
	font-size:11px;
	width:300px;
}

#list-contain{

}

.list-item{
	padding-bottom:20px;
}
.list-item img{
	float:left;
	width:162px;
}

.list-item.narrow{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:  1px solid #cccccc;
}

.list-item-info{
	width:200px;
	float:left;
	padding-left:20px;
	/*font-size:12px !important;*/
}

.list-item-info p a{
    font-size:14px;
}

.list-item-info.narrow{
	width:300px;
	padding-left:0;
	margin-right:20px;
	font-size:11px;
	color:#666;
}

.list-item-description.narrow{
	width:500px;
	padding-left:0px;
	padding-right:20px;
	color:#666;

}

.list-item-description{
	width:500px;
	float:left;
	font-size:11px;
	padding-left:20px;
}


.list-item a{
	text-decoration:none;
	font-size:12px;
}

.list-item-description a{
	font-size:11px;
}



hr.footer{
	background:#fff;
	margin:20px auto;
}

footer #social-btns{
	float:left;
	margin-top:5px;
}

footer #search{
	float:right;
}

footer .footer-col{
	float:left;
	margin-left:47px;
	width:190px;
}

footer .footer-links{

}

footer .footer-link{
	font-size:14px;
}

footer .footer-link a{
	line-height:1.6em;
}

footer .col-head{
	color:#fff;
	font-size:18px;
}

#footer-copyright-logo{
	
}
#footer-copyright{
	float:left;
	color:#fff;
	font-size:12px;
}
#footer-logo{
	float:right;
	background:url('img/btr-logo-footer.png') no-repeat;
	height:25px;
	width:134px;
}

a.footer-social{
	display:block;
	float:left;
	height:24px;
	width:24px;
	margin-right:11px;
}
a.facebook{
	background:url('img/footer-fb.png') no-repeat;
}
a.footer-social.twitter{
	background:url('img/footer-twitter.png') no-repeat;
}
a.footer-social.tumblr{
	background:url('img/footer-tumblr.png') no-repeat;
}

a.footer-social.pinterest{
	background:url('img/footer-pinterest.png') no-repeat;
}

a.footer-social.instagram{
	background:url('img/footer-instagram.png') no-repeat;
}

a.footer-social.rss{
	background:url('img/footer-rss.png') no-repeat;
}

#search-input{
	border:none;
	background:url('img/search-bg.png') no-repeat;
	width:158px;
	height:32px;
	float:left;
	padding-left:10px;
	font-size:12px;
}

#search-input:focus{
	border:none;
}

#search-btn{
	width:31px;
	height:31px;
	background:url('img/search-btn.png') no-repeat;
	border:0;
	float:left;
}

		footer{
			background:#dc2424;
			margin:0 auto 0px;
			padding:10px 10px 8px;
			width:922px;
		}

			footer p{
				color:#fff;
				font-size:10px;
			}

			footer a{
				color:#fff !important;
				text-decoration:none;
			}

			footer a:hover{
				color:#fff !important;
				text-decoration:underline;
			}
			
			
.eventspage{
	
}

.eventspage h1{
	color:#999999;
	font-size:30px;
}

.eventspage a.songkick-callout{
	display:block;
	width:162px;
	height:42px;
	margin-bottom:40px;
	background : url("img/concerts-by-songkick.png") no-repeat;
}

.eventspage ul.events-nav{
	list-style-type :none;
	margin:0 0 20px 0;
	padding:0;
}

.eventspage ul.events-nav li{
	float:left;
	padding:0 3px;
}
.eventspage ul.events-nav li.current{
	background:#dc2424;
	color:#fff;
}

.eventspage .events-list{
	margin-bottom:8px;
}

#events .events-list{
	min-height:200px;
	/*max-height:600px;
	overflow-y:auto;*/
}

#events a.songkick-logo{
	width:167px;
	height:42px;
	background : url("img/songkick-logo-transparent.png");
	margin-top:10px;
    float:right;
}

.more-events{
    margin-top:10px;
    font-size:14px;
    float:left;
}
 .events-list .event{
	clear:both;
    min-height:50px;
	border-bottom:1px solid #f2f2f2;
	margin-top:3px;
}
 .events-list .event .datebox{
	float:left;
	height:30px;
	width:40px;
	border: 1px solid #dc2424;
	background-color:#eeeeee;
	text-align:center;
	font-size:12px;
	color:#666;
	padding-top:9px;
	line-height:13px;
	letter-spacing .5px;
}

 .events-list .event .datebox .day-of-week{
	text-transform:uppercase;
}

 .events-list .event .bandlist{
	float:left;
	margin-left:33px;
	padding-top:4px;
	width:405px;
	font-size:14px;
}

 .events-list .event .bandlist{
	float:left;
	margin-left:33px;
	padding-top:4px;
	width:405px;
	font-size:12px;
}
.playlist-page  .events-list .event .bandlist{
    width:414px;
    margin-left:10px;
}

 .events-list .event .venue{
	float:left;
	width:140px;
	text-align:right;
	font-size:12px;
	color:#666;
}


.playlist-page .events-list .event{
	clear:both;
	padding:8px 0;
}

.playlist-page .events-list .event .datebox{
	float:left;
	height:31px;
	width:40px;
	border: 1px solid #dc2424;
	background-color:#eeeeee;
	text-align:center;
	font-size:12px;
	color:#666;
	padding-top:9px;
	line-height:13px;
	letter-spacing .5px;
}

.playlist-page .events-list .event .datebox .day-of-week{
	text-transform:uppercase;
}

.playlist-page .events-list .event .bands-venue{
	float:left;
}
.playlist-page .events-list .event .bandlist{
	padding-top:4px;
	font-size:12px;
}

.playlist-page .events-list .event .bands-venue{
	margin-left:7px;
    width: 566px;
}
.events-list .event a{
	color:#dc2424;
}

.playlist-page .events-list .event .venue{
	font-size:12px;
	color:#666;
}

.playlist-page h1{
	font-size:14px;
	text-transform:uppercase;
}


.btr-listen.program-landing #program-left h2{
	margin-bottom:0;
}

.listen-featured-box h2, .article-featured-box h2{
	margin-top:0;
	width:220px;
	height:15px;

}

.listen-featured-box h2.music, .article-featured-box h2.music{
	display:block;
	background:url("img/sectionheader-featuredinmusic.png") no-repeat; 

}

.listen-featured-box h2.talk, .article-featured-box h2.talk{
	background:url("img/sectionheader-featuredintalk.png") no-repeat; 
}

.listen-featured-box h2.comedy,.article-featured-box h2.comedy{
	background:url("img/sectionheader-featuredincomedy.png") no-repeat; 
}

.article-featured-box img.thumb{
    width:280px;
}
.noborder{
	border:0 !important;
}




#series-infobox{
    font-size:12px;
    color:#666;
    background-color: #f0f0f0;
    height:100px;
    margin-bottom:23px;
}
#series-image{float:left;width:178px;}
#series-image img{width:178px;}
#series-desc{float:left;padding-left:20px;width:730px;}
#series-desc #about{font-size:16px;padding-top:20px;}
#series-desc #desc{font-size:14px;line-height:18px;padding-top:5px;}
                
                
.article-tags { margin:25px 0; }
.article-tags p{font-size:11px;line-height:16px;}
                
                
                
                
.dj-latest nav{margin-bottom:15px;}


column{
    display:block;
}

cite{
	display:block;
    font-size:11px;
}

blockquote{
    background:#f0f0f0;
    background: -webkit-linear-gradient(left, #f0f0f0 , #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f0f0f0, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f0f0f0, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f0f0f0 , #fff); /* Standard syntax */
    border-left:12px solid #ccc;
    padding:20px 25px 20px;
    font-size:13px;
    line-height:24px;
    margin:0;
}



h3.title{
	letter-spacing: .1px;
}



/* player code by leon dewan */
#info-progress {
				width:620px;
				padding-left:5px;
				float:left;
			}

			#progress-strip {
				width:434px;
				height:8px;
				border:1px #cfcfcf solid;
				margin-top:7px;
				margin-left:9px;
				background-color: #999;
				position:relative;
				float:left;
			}

			#progress-strip .load-progress {
				position:absolute; top:1px; left:1px;
				width:0;
				height:6px;
				background-color: #767676;
			}

			#progress-strip .play-progress {
				position:absolute; top:0; left:0;
				width:0;
				height:6px;
				background-color: #484848;
				transition: background-color .25s ease-in;
			}

			#progress-strip div.play-progress.buffering {
				background-color:#99bb99;
			}

			#buffering {
				position:absolute; top:20px; left:50px;
				color:#99cc99;
				font-size:14px;
				display:none;
			}

			#time-container {
				float:left;
				margin: 4px 0 0 8px;
				font-size:14px;
			}

			#audcontrols {
				clear:both;
			}

			#audcontrols div {
				cursor:pointer;
			}

			#audcontrols .highlight{
				color:#339933;
			}

			#audio-player{
				background-color: #f0f0f0;
				position:relative;
			}

			#audio-player #host-image {
				background-color: #000000;
				width:300px;
				height:168px;
				float:left;
			}

			#ep-info {
				margin-top: 13px;
				margin-left:5px;
				padding-bottom:11px;
			}

			#ep-info div.info {
				padding-top:2px;
			}

			#transport {
				float:left;
				width:60px;
				margin-left: 15px;
				padding-left:0;
			}

			#play-pause {
				cursor:pointer;
				width:20px; height:25px; float:left;
				background: url('img/sprite_audio_play_pause.png') 0 0;
			}

			#play-pause.pause {
				background: url('img/sprite_audio_play_pause.png') 0 -25px;
			}

			#transport .transport-sm {
				float:left;
				width:15px;
				height:17px;
				margin-top:4px;
			}

			#track-prev {
				background:url('img/sprite_audio_back_forward.png') 0 0;
				margin-left:4px;
				cursor:pointer;
			}

			#track-next {
				background:url('img/sprite_audio_back_forward.png') -20px 0;
				margin-left: 5px;
				cursor:pointer;
			}

			#program-controls {
				clear:both; 
				margin-top:12px;
				margin-left: 15px;
				float:left;
			}

			#program-controls div, #program-controls a {
				display:block;
				padding-left:14px;
				height:14px;
				float:left;
				margin-right:6px;
				background:url('img/sprite_controls.png') 0 0 no-repeat;
				cursor:pointer;
			}

			#program-controls div span, #program-controls a span {
				transition: all 0.25s;
				display:inline-block;
				text-decoration:none;
				overflow:hidden;
				width:0;
				padding:0;
				font-size:14px;
				line-height:14px;
				color:#66cc33;
			}

			#program-controls div:hover span, #program-controls a:hover span {
				width:auto;
				padding-left:5px;
			}

			#program-controls div#list-social:hover span a {
				padding-left:0;
			}

			#list-social a {
				text-decoration:none;
				display:block;
				width:16px; height:16px;
				background:url('img/sprite_social.png') 0 0 no-repeat;
			}

			#list-social a.google {
				background-position: -21px, 0;
			}

			#list-social a.twitter { 
				background-position: -42px, 0;
			}

			#list-social a.linkedin {
				background-position: -63px, 0;
			}

			#list-social a.tumblr {
				background-position: -84px, 0;
			}

			#list-social a.mail {
				background-position: -105px, 0;
			}

			div#continuous-play {
				background-position: 0 -20px;
			}

			div#continuous-play.highlight{
				background-position: 0 -100px;
			}

			a#list-download {
				background-position: 0 -40px;
			}

			div#list-subscribe {
				background-position: 0 -60px;
			}

			div#list-social {
				background-position: 0 -80px;
			}


			#subscribe-container {
				width:300px; height:123px;
				padding:15px;
				display:none;
				background-color:#cacaca;
				position:absolute;
				top:20px;
				right:20px;
				z-index:1;
				box-shadow: -6px 3px 5px #888;
			}

			#subscribe-container .close {
				position:absolute;
				top:12px; right:11px;
				cursor:pointer;
			}

			#subscribe-container .title {
				font-weight:bold;
			}

			#subscribe-container .subscribe {
				margin-top:10px;
				display:block;
				float:left;
				text-decoration:none;
				line-height:31px;
				background-color:#666;
				font-weight:normal;
				color:#fff;
				padding-left:10px; padding-right: 10px;
			}

			#subscribe-container p {
				padding-top:10px;
				clear:both;
				font-size:14px;
			}

			#subscribe-container .subscribe-paste {
				margin-top:10px;
				border:1px #000 solid;
				background-color:#fff;
				font-size: 14px;
				padding:1px;
				padding-left:3px;
			}
			
			
			
.isapp{}
/*
.isapp .container header, .isapp .container footer, .isapp .container .fb-comments, .isapp .container #featured-videos, .isapp .container #video-info{
	display:none;
}

.isapp .container, .isapp .content, .isapp #video-embed, .isapp #video-embed iframe{
	width:100% !important; 
}
*/

.event-group.hide{
    height:0px;
    overflow:hidden;
}


#dj-info h2{font-size:36px;-webkit-margin-after: 0em;margin-bottom:0;}
#dj-info h3{font-size:18px;}
#dj-info p{font-size:14px;}
#dj-info .info{font-size:14px;margin-bottom:30px}


.rightcol .article-featured-box h3{
    margin-bottom:2px;
    margin-top:5px;
}

.btr-about .leftcol div.with_separator{
    border-bottom: 1px solid #e5e5e5;
    margin:20px 0 0 0;
    padding: 0 0 20px 0;
    
}

.podcast-description{
    /*border:1px solid #ddd;*/
    font-size:16px;
    line-height: 24px;
    
}

.podcast-subscription{
    font-size:16px;
    line-height:36px;
}


.gallery img { border: 0 !important; }

