/*
Theme Name: Starburns Audio Custom
Theme URI: http://starburns.audio
Description: A full site theme for Starburns Audio.
Version: 1.0
Author: Stig Greve
Author URI: http://www.hirestig.com
Tags: podcast, podcasting
License: Copyright 2018 Stig Greve, all rights reserved.
*/

/* Basics */

	/* Grabbing our font */
	@import url("https://use.typekit.net/iuf2rab.css");
	
	html,body{
		min-width: 1322px;
		max-width: auto;
	}
	body{
		background: #fff;
		color: #000;
		margin: 0;
		font-size: 24px;
		line-height: 26px;
		font-weight: normal;
	}
	a{color: inherit;text-decoration: none;}
	a:hover{color: #1591ce; text-decoration: none;}
	.clear{clear: both;}
	::selection {
		color: #fff;
		background: #0069aa;
	}
	::-moz-selection {
		color: #fff;
		background: #0069aa;
	}
	p{margin: 0 0 26px;}
	form{border: none;margin: none;padding: none;}
	.alignleft{display: block;float: left;margin:0 22px 22px 0;}
	.alignright{display: block;float: right;margin:0 0 22px 22px;}
	.aligncenter{display: block;margin: 0 auto 22px;}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		margin: 0 0 0 125px;
	}
	.bx-wrapper .bx-pager {
		text-align: right;
		padding-top: 20px;
	}
	.clear{clear:both;}
	
/* Home/Header */
	
	div#home,
	div#subhead{
		position: relative;
		width: 1062px;
		height: 128px;
		margin: 0 auto;
	}
	div#home h1#logo,
	div#subhead h1#logo{
		display: block;
		position: absolute;
		top: 19px;
		left: 0;
		width: 291px;
		height: 90px;
		background: url(images/LOGO_new.png);
		background-image: url(images/LOGO_new.svg), none;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 291px 90px;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	div#home h1#logo a,
	div#subhead h1#logo a{
		display: block;
		width: 100%;
		height: 90px;
	}
	div#home ul.navigation,
	div#subhead ul.navigation{
		display: block;
		position: absolute;
		top: 68px;
		left: 325px;
		width: 521px;
		height: 23px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	div#home ul.navigation li,
	div#subhead ul.navigation li{
		display: block;
		float: left;
		height: 23px;
		background: url(images/NAVIGATION.png);
		background-image: url(images/NAVIGATION.svg), none;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 521px 47px;
		text-indent: -9999px;
		overflow: hidden;
	}
	div#home ul.navigation li a,
	div#subhead ul.navigation li a{
		display: block;
		width: 100%;
		height: 23px;
	}
	div#home ul.navigation li.home,
	div#subhead ul.navigation li.home{
		width: 56px;
		margin: 0 19px 0 0;
		background-position: 0 0;
	}
	div#home ul.navigation li.home:hover,
	div#subhead ul.navigation li.home:hover{
		background-position: 0 -24px;
	}
	div#home ul.navigation li.podcasts,
	div#subhead ul.navigation li.podcasts{
		width: 97px;
		margin: 0 18px 0 0;
		background-position: -75px 0;
	}
	div#home ul.navigation li.podcasts:hover,
	div#subhead ul.navigation li.podcasts:hover{
		background-position: -75px -24px;
	}
	div#home ul.navigation li.about,
	div#subhead ul.navigation li.about{
		width: 64px;
		margin: 0 18px 0 0;
		background-position: -190px 0;
	}
	div#home ul.navigation li.about:hover,
	div#subhead ul.navigation li.about:hover{
		background-position: -190px -24px;
	}
	div#home ul.navigation li.news,
	div#subhead ul.navigation li.news{
		width: 52px;
		margin: 0 18px 0 0;
		background-position: -272px 0;
	}
	div#home ul.navigation li.news:hover,
	div#subhead ul.navigation li.news:hover{
		background-position: -272px -24px;
	}
	div#home ul.navigation li.contact,
	div#subhead ul.navigation li.contact{
		width: 86px;
		margin: 0 19px 0 0;
		background-position: -342px 0;
	}
	div#home ul.navigation li.contact:hover,
	div#subhead ul.navigation li.contact:hover{
		background-position: -342px -24px;
	}
	div#home ul.navigation li.twitter,
	div#subhead ul.navigation li.twitter{
		width: 20px;
		margin: 0 6px 0 0;
		background-position: -447px 0;
	}
	div#home ul.navigation li.twitter:hover,
	div#subhead ul.navigation li.twitter:hover{
		background-position: -447px -24px;
	}
	div#home ul.navigation li.instagram,
	div#subhead ul.navigation li.instagram{
		width: 20px;
		margin: 0 8px 0 0;
		background-position: -473px 0;
	}
	div#home ul.navigation li.instagram:hover,
	div#subhead ul.navigation li.instagram:hover{
		background-position: -473px -24px;
	}
	div#home ul.navigation li.facebook,
	div#subhead ul.navigation li.facebook{
		width: 20px;
		margin: 0;
		background-position: -501px 0;
	}
	div#home ul.navigation li.facebook:hover,
	div#subhead ul.navigation li.facebook:hover{
		background-position: -501px -24px;
	}
	
	input.searchsba{
		display: block;
		position: absolute;
		top: 62px;
		right: 0;
		width: 155px;
		height: 26px;
		padding: 0 10px 0 30px;
		background: #fff url(images/SEARCH_icon.png);
		background-image: url(images/SEARCH_icon.svg), none;
		background-repeat: no-repeat;
		background-position: 11px 8px;
		background-size: 11px 11px;
		border: 2px solid #000;;
		font-size: 14px;
		line-height: 26px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
	}
	
/* Banners */
	
	div.slider{width: 100%; height: 400px; overflow: hidden;}
	div.tile{
		position: relative;
		width: 100%;
		height: 400px;
		overflow: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}
	div.bannerbg{
		position: relative;
		width: 100%;
		height: 400px;
		background-repeat: repeat-x !important;
		background-position: center center !important;
		background-size: 400px 400px !important;
		/*-webkit-filter: blur(40px);
		-moz-filter: blur(40px);
		-o-filter: blur(40px);
		-ms-filter: blur(40px);
		filter: blur(40px);*/
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
		opacity: 0.07;
		z-index: 1;
	}
	div.bannerarea{
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -531px;
		width: 1062px;
		height: 358px;
		z-index: 10;
	}
	div.bannerarea div.artwork{
		position: relative;
		float: left;
		width: 358px;
		height: 358px;
		margin: 0 22px 0 0;
	}
	div.bannerarea div.artwork img{
		display: inline-block;
		width: 358px;
		height: 358px;
	}
	div.bannerarea div.callouts{
		position: relative;
		float: left;
		width: 680px;
		height: 280px;
		margin: 30px 0 0;
		overflow: hidden;
		opacity: 0.9;
		text-align: left;
		color: #fff;
	}
	div.bannerarea div.callouts a{
		color: inherit;
		font-weight: bold;
	}
	div.bannerarea div.callouts span.big{
		display: block;
		font-size: 2.5em;
		line-height: 1em;
		margin: 0 0 30px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
/* Podcasts */

	div#podcasts{
		position: relative;
		width: 1062px;
		margin: 45px auto 125px;
	}
	div#podcasts h2{
		display: block;
		font-size: 2.5em;
		line-height: 1em;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 45px;
		padding: 0;
	}
	div#podcasts ul.listing{
		display: block;
		width: 1062px;
		margin: 0;
		padding: 0;
	}
	div#podcasts ul.listing li{
		display: block;
		float: left;
		width: 202px;
		height: 125px;
		margin: 0 12px 13px 0;
		overflow: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		background-repeat: no-repeat;
		background-position: center center !important;
		background-size: 202px 125px !important;
	}
	div#podcasts ul.listing li div.bgs{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 202px;
		height: 125px;
		/*-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-o-filter: blur(15px);
		-ms-filter: blur(15px);
		filter: blur(15px);*/
		opacity: 0;
		z-index: 1;
		-webkit-transition: opacity 100ms ease-in-out;
		-moz-transition: opacity 100ms ease-in-out;
		-ms-transition: opacity 100ms ease-in-out;
		-o-transition: opacity 100ms ease-in-out;
		transition: opacity 100ms ease-in-out;
	}
	div#podcasts ul.listing li div.bgs:hover{
		opacity: 0.9;
		-webkit-transition: opacity 100ms ease-in-out;
		-moz-transition: opacity 100ms ease-in-out;
		-ms-transition: opacity 100ms ease-in-out;
		-o-transition: opacity 100ms ease-in-out;
		transition: opacity 100ms ease-in-out;
	}
	div#podcasts ul.listing li a{
		display: table-cell;
		position: relative;
		width: 202px;
		height: 125px;
		font-size: 0.875em;
		line-height: 1em;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		z-index: 10;
		opacity: 0;
		-webkit-transition: opacity 100ms ease-in-out;
		-moz-transition: opacity 100ms ease-in-out;
		-ms-transition: opacity 100ms ease-in-out;
		-o-transition: opacity 100ms ease-in-out;
		transition: opacity 100ms ease-in-out;
	}
	div#podcasts ul.listing li a:hover{
		opacity: 0.9;
		-webkit-transition: opacity 100ms ease-in-out;
		-moz-transition: opacity 100ms ease-in-out;
		-ms-transition: opacity 100ms ease-in-out;
		-o-transition: opacity 100ms ease-in-out;
		transition: opacity 100ms ease-in-out;
	}
	
	div#podcasts ul.listing li:nth-child(5),
	div#podcasts ul.listing li:nth-child(10),
	div#podcasts ul.listing li:nth-child(15),
	div#podcasts ul.listing li:nth-child(20),
	div#podcasts ul.listing li:nth-child(25),
	div#podcasts ul.listing li:nth-child(30),
	div#podcasts ul.listing li:nth-child(35),
	div#podcasts ul.listing li:nth-child(40),
	div#podcasts ul.listing li:nth-child(45),
	div#podcasts ul.listing li:nth-child(50),
	div#podcasts ul.listing li:nth-child(55),
	div#podcasts ul.listing li:nth-child(60),
	div#podcasts ul.listing li:nth-child(65),
	div#podcasts ul.listing li:nth-child(70),
	div#podcasts ul.listing li:nth-child(75),
	div#podcasts ul.listing li:nth-child(80),
	div#podcasts ul.listing li:nth-child(85),
	div#podcasts ul.listing li:nth-child(90),
	div#podcasts ul.listing li:nth-child(95),
	div#podcasts ul.listing li:nth-child(100),
	div#podcasts ul.listing li:nth-child(105),
	div#podcasts ul.listing li:nth-child(110),
	div#podcasts ul.listing li:nth-child(115),
	div#podcasts ul.listing li:nth-child(120),
	div#podcasts ul.listing li:nth-child(125),
	div#podcasts ul.listing li:nth-child(130),
	div#podcasts ul.listing li:nth-child(135),
	div#podcasts ul.listing li:nth-child(140),
	div#podcasts ul.listing li:nth-child(145),
	div#podcasts ul.listing li:nth-child(150),
	div#podcasts ul.listing li:nth-child(155),
	div#podcasts ul.listing li:nth-child(160),
	div#podcasts ul.listing li:nth-child(165),
	div#podcasts ul.listing li:nth-child(170),
	div#podcasts ul.listing li:nth-child(175),
	div#podcasts ul.listing li:nth-child(180),
	div#podcasts ul.listing li:nth-child(185),
	div#podcasts ul.listing li:nth-child(190),
	div#podcasts ul.listing li:nth-child(195),
	div#podcasts ul.listing li:nth-child(200){
		margin: 0 0 13px;
	}
	div#podcasts ul.listing li:nth-child(3),
	div#podcasts ul.listing li:nth-child(6),
	div#podcasts ul.listing li:nth-child(9),
	div#podcasts ul.listing li:nth-child(12),
	div#podcasts ul.listing li:nth-child(18),
	div#podcasts ul.listing li:nth-child(21),
	div#podcasts ul.listing li:nth-child(24),
	div#podcasts ul.listing li:nth-child(27),
	div#podcasts ul.listing li:nth-child(33),
	div#podcasts ul.listing li:nth-child(36),
	div#podcasts ul.listing li:nth-child(39),
	div#podcasts ul.listing li:nth-child(42),
	div#podcasts ul.listing li:nth-child(48),
	div#podcasts ul.listing li:nth-child(51),
	div#podcasts ul.listing li:nth-child(54),
	div#podcasts ul.listing li:nth-child(57),
	/* div#podcasts ul.listing li:nth-child(60), */
	div#podcasts ul.listing li:nth-child(63),
	div#podcasts ul.listing li:nth-child(66),
	div#podcasts ul.listing li:nth-child(69),
	div#podcasts ul.listing li:nth-child(72),
	/* div#podcasts ul.listing li:nth-child(75), */
	div#podcasts ul.listing li:nth-child(78),
	div#podcasts ul.listing li:nth-child(81),
	div#podcasts ul.listing li:nth-child(84),
	div#podcasts ul.listing li:nth-child(87),
	/* div#podcasts ul.listing li:nth-child(90), */
	div#podcasts ul.listing li:nth-child(93),
	div#podcasts ul.listing li:nth-child(96),
	div#podcasts ul.listing li:nth-child(99),
	div#podcasts ul.listing li:nth-child(102),
	/* div#podcasts ul.listing li:nth-child(105), */
	div#podcasts ul.listing li:nth-child(108),
	div#podcasts ul.listing li:nth-child(111),
	div#podcasts ul.listing li:nth-child(114),
	div#podcasts ul.listing li:nth-child(117),
	/* div#podcasts ul.listing li:nth-child(120), */
	div#podcasts ul.listing li:nth-child(123),
	div#podcasts ul.listing li:nth-child(126),
	div#podcasts ul.listing li:nth-child(129),
	div#podcasts ul.listing li:nth-child(132),
	/* div#podcasts ul.listing li:nth-child(135), */
	div#podcasts ul.listing li:nth-child(138),
	div#podcasts ul.listing li:nth-child(141),
	div#podcasts ul.listing li:nth-child(144),
	div#podcasts ul.listing li:nth-child(147),
	/* div#podcasts ul.listing li:nth-child(150), */
	div#podcasts ul.listing li:nth-child(153),
	div#podcasts ul.listing li:nth-child(156),
	div#podcasts ul.listing li:nth-child(159),
	div#podcasts ul.listing li:nth-child(162),
	/* div#podcasts ul.listing li:nth-child(165), */
	div#podcasts ul.listing li:nth-child(168),
	div#podcasts ul.listing li:nth-child(171),
	div#podcasts ul.listing li:nth-child(174),
	div#podcasts ul.listing li:nth-child(177){
		margin: 0 12px 13px 0;
	}
	
/* About */

	div#about{
		position: relative;
		width: 1062px;
		margin: 45px auto 125px;
	}
	div#about h3{
		display: block;
		font-size: 2.5em;
		line-height: 1em;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 45px;
		padding: 0;
	}
	
/* News */

	div#news{
		position: relative;
		width: 1062px;
		margin: 45px auto 125px;
	}
	div#news a{
		color: #0069aa;
		text-decoration: none;
	}
	div#news h4{
		display: block;
		font-size: 2.5em;
		line-height: 1em;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 45px;
		padding: 0;
	}
	div#news span.posttitle{
		display: block;
		font-size: 1.25em;
		line-height: 1em;
		font-weight: bold;
		margin: 0 0 10px;
	}
	div#news span.posttitle a{
		color: #000;
		text-decoration: none;
	}
	div#news span.postdata{
		display: block;
		font-size: 0.75em;
		line-height: 1em;
		font-style: italic;
		margin: 0 0 22px;
	}
	div#news .alignleft{
		display: block;
		float: left;
		max-width: 50%;
		height: auto;
		margin: 0 22px 22px 0;
	}
	div#news .alignright{
		display: block;
		float: right;
		max-width: 50%;
		height: auto;
		margin: 0 0 22px 22px;
	}
	div#news .aligncenter,
	div#news iframe,
	div#news object{
		display: block;
		width: 800px;
		height: auto;
		/*min-height: 450px;*/
		margin: 0 auto 22px;
	}
	
	/* News Page */
	
	div.news_col{
		float: left;
		width: 791px;
	}
	div.news_col article{
		position: relative;
		margin: 0 0 100px;
	}
	div.news_col article .aligncenter,
	div.news_col article iframe,
	div.news_col article object{
		display: block;
		width: 593px !important;
		height: auto;
		/*min-height: 334px !important;*/
		margin: 0 auto 22px;
	}
	div.sort_col{
		display: block;
		float: right;
		width: 249px;
	}
	div.sort_col ul{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
	}
	div.sort_col ul li{
		display: block;
		width: 221px;
		height: 24px;
		padding: 12px;
		border: 2px solid #000;
		margin: 0 0 7px;
		font-size: 0.85em;
		line-height: 24px;
	}
	div.sort_col ul li a{
		display: block;
		width: 100%;
		height: 100%;
		color: #000 !important;
		text-decoration: none;
	}
	div.sort_col ul li.thehead{
		background: #000;
		text-transform: uppercase;
		color: #fff;
	}

/* Contact */

	div#contact{
		position: relative;
		width: 1062px;
		margin: 45px auto 125px;
	}
	div#contact h5{
		display: block;
		font-size: 2.5em;
		line-height: 1em;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 45px;
		padding: 0;
	}
	div#contact div.left{
		position: relative;
		float: left;
		width: 412px;
		margin: 0;
	}
	div#contact div.right{
		position: relative;
		float: right;
		width: 628px;
		margin: 0;
	}
	div#contact div.left input{
		display: block;
		width: 376px;
		height: 40px;
		background: #fff;
		border: 2px solid #000;
		font-size: .9em;
		line-height: 40px;
		margin: 0 0 16px;
		padding: 0 16px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	div#contact div.left select{
		-webkit-appearance: none;
    		-moz-appearance: none;
    		appearance: none;
    		display: block;
    		width: 412px;
    		height: 44px;
    		background: #fff url(images/dropdown_arrow.png);
		background-image: url(images/dropdown_arrow.svg), none;
		background-repeat: no-repeat;
		background-position: 378px 18px;
		background-size: 16px 7px;
    		border: 2px solid #000;
    		font-size: .9em;
    		line-height: 36px;
    		margin: 0 0 16px;
    		padding: 0 16px;
    		-webkit-border-radius: 50px;
    		-moz-border-radius: 50px;
    		border-radius: 50px;
	}
	div#contact div.left div.cappy{
		display: table-cell;
		width: 284px;
		height: 171px;
		padding: 14px 0 0 128px;
		background: #eee;
		text-align: center;
		vertical-align: middle;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	div#contact div.right textarea{
		display: block;
		width: 592px;
		height: 336px;
		background: #fff;
		border: 2px solid #000;
		font-size: .9em;
		line-height: 1em;
		margin: 0 0 16px;
		padding: 12px 16px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	div#contact div.right input.send{
		display: block;
		float: right;
		width: 196px;
		height: 50px;
		color: #fff;
		background: #0069aa;
		font-size: 1em;
		line-height: 50px;
		text-transform: uppercase;
		text-align: center;
		border: none;
		-webkit-appearance: none;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	
/* Breadcrumbs */

	div#breadcrumbs{
		position: relative;
	    width: 1062px;
	    margin: 0 auto 10px;
	    font-size: 0.75em;
	}
	
/* Show Pages */
	
	div.holder{
		position: relative;
		width: 100%;
		height: 400px;
		margin: 0;
		overflow: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}
	div.holder div.bannerbg{
		position: relative;
		width: 100%;
		height: 400px;
		background-repeat: repeat-x !important;
		background-position: center center !important;
		background-size: 400px 400px !important;
		/*-webkit-filter: blur(40px);
		-moz-filter: blur(40px);
		-o-filter: blur(40px);
		-ms-filter: blur(40px);
		filter: blur(40px);*/
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
		opacity: 0.07;
		z-index: 1;
	}
	div.holder div.bannerarea{
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -531px;
		width: 1062px;
		height: 358px;
		z-index: 10;
	}
	div.holder div.bannerarea div.artwork{
		position: relative;
		float: left;
		width: 358px;
		height: 358px;
		margin: 0 22px 0 0;
	}
	div.holder div.bannerarea div.artwork img{
		display: inline-block;
		width: 358px;
		height: 358px;
	}
	div.holder div.bannerarea div.callouts{
		position: relative;
		float: left;
		width: 680px;
		height: 230px;
		margin: 60px 0 0;
		overflow: hidden;
		opacity: 0.9;
	}
	div.holder div.bannerarea div.callouts span.big{
		display: block;
		font-size: 2.5em;
		line-height: 1em;
		margin: 0 0 30px;
		font-weight: bold;
		text-transform: uppercase;
	}
	div.holder div.bannerarea div.subscribe{
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 680px;
		height: 46px;
	}
	div.holder div.bannerarea div.subscribe div.icon{
		position: relative;
		float: right;
		width: 46px;
		height: 46px;
		margin: 0 16px 0 0;
		background-size: 46px 46px;
		background-repeat: no-repeat !important;
		background-position: center top;
		text-indent: -9999px;
		overflow: hidden;
		z-index: 100;
	}
	div.holder div.bannerarea div.subscribe div.icon a{
		display: block;
		width: 100%;
		height: 46px;
	}
	div.holder div.bannerarea div.subscribe div.icon:first-child{
		margin: 0;
	}
	div.holder div.bannerarea div.subscribe div.icon.apple{
		background: url(images/ICON_apple.png);
		background-image: url(images/ICON_apple.svg), none;
	}
	div.holder div.bannerarea div.subscribe div.icon.spotify{
		background: url(images/ICON_spotify.png);
		background-image: url(images/ICON_spotify.svg), none;
	}
	div.holder div.bannerarea div.subscribe div.icon.castbox{
		background: url(images/ICON_castbox.png);
		background-image: url(images/ICON_castbox.svg), none;
	}
	div.holder div.bannerarea div.subscribe div.icon.tunein{
		background: url(images/ICON_tunein.png);
		background-image: url(images/ICON_tunein.svg), none;
	}
	div.holder div.bannerarea div.subscribe div.icon.stitcher{
		background: url(images/ICON_stitcher.png);
		background-image: url(images/ICON_stitcher.svg), none;
	}
	div.holder div.bannerarea div.subscribe div.icon.radiopublic{
		background: url(images/ICON_radiopublic.png);
		background-image: url(images/ICON_radiopublic.svg), none;
	}
	div.holder div.bannerarea div.subscribe div.icon.rss{
		background: url(images/ICON_rss.png);
		background-image: url(images/ICON_rss.svg), none;
	}
	
	div#showcontent{
		position: relative;
		width: 1062px;
		margin: 45px auto;
	}
	div#showcontent div.sponsors{
		position: relative;
		width: 1026px;
		padding: 18px;
		margin: 45px auto;
		color: #fff;
	}
	div#showcontent div.sponsors a{
		color: inherit;
		text-decoration: underline;
	}
	div#showcontent div.sponsors div.oursponsors{
		position: relative;
		float: left;
		width: 85%;
		font-size: 1.5em;
		line-height: 1em;
		font-weight: bold;
	}
	div#showcontent div.sponsors div.oursponsors small{
		display: block;
		font-size: .6em;
		font-weight: normal;
		margin: -4px 0 0;
	}
	div#showcontent div.sponsors button.expand{
		display: block;
		position: relative;
		float: right;
		width: 102px;
		height: 58px;
		background: url(images/ICON_expand.png);
		background-image: url(images/ICON_expand.svg), none;
		background-repeat: no-repeat;
		background-position: 40px 20px;
		background-size: 50px 28px;
		border: none;
		text-indent: -9999px;
		overflow: hidden;
		outline: 0;
	}
	div#showcontent div.sponsors div.sponlist{
		display: none;
		position: relative;
	}
	div#showcontent div.sponsors div.sponlist hr{
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		opacity: 0.3;
		margin: 30px 0;
		border: none;
	}
	div#showcontent div.sponsors div.sponlist img,
	div#showcontent div.sponsors div.sponlist iframe,
	div#showcontent div.sponsors div.sponlist object{
		display: block;
		max-width: 1026px;
		margin: 18px auto;
		border: 2px solid #fff;
	}
	
	div#showcontent div.playerarchive{
		position: relative;
		float: left;
		width: 628px;
		margin: 0;
	}
	div#showcontent div.biolinks{
		position: relative;
		float: right;
		width: 357px;
		margin: 0;
	}
	div#showcontent div.biolinks div.biowrap{
		margin: 0;
	}
	div#showcontent div.biolinks div.biowrap img,
	div#showcontent div.biolinks div.biowrap iframe,
	div#showcontent div.biolinks div.biowrap object{
		display: block;
		width: 357px;
		height: auto;
	}
	div#showcontent h5,
	div#showcontent div.playerarchive h5,
	div#showcontent div.biolinks h5{
		display: block;
		font-size: 2.5em;
		line-height: 1em;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 45px;
		padding: 0;
	}
	div#showcontent div.biolinks ul.follow{
		display: block;
		position: relative;
		width: 357px;
		margin: 0;
		padding: 0;
		border: none;
	}
	div#showcontent div.biolinks ul.follow li{
		display: block;
		position: relative;
		font-size: 1em;
		line-height: 24px;
		text-transform: uppercase;
		color: #fff;
		width: 271px;
		height: 24px;
		padding: 22px 20px 22px 66px;
		margin: 0 0 10px;
	}
	div#showcontent div.biolinks ul.follow li a{
		display: block;
		width: 100%;
		height: 24px;
		color: inherit;
		text-decoration: none;
	}
	div#showcontent div.biolinks ul.follow li.site{
		background-image: url(images/SOCIAL_website.svg), none !important;
		background-size: 30px 30px !important;
		background-repeat: no-repeat !important;
		background-position: 16px 20px !important;
	}
	div#showcontent div.biolinks ul.follow li.site:first-child{
		background: #98ca33 url(images/SOCIAL_website.png);
	}
	div#showcontent div.biolinks ul.follow li.site:nth-child(2){
		background: #FFC619 url(images/SOCIAL_website.png);
	}
	div#showcontent div.biolinks ul.follow li.site:nth-child(3){
		background: #FE7A16 url(images/SOCIAL_website.png);
	}
	div#showcontent div.biolinks ul.follow li.site:nth-child(4){
		background: #00BEC1 url(images/SOCIAL_website.png);
	}
	div#showcontent div.biolinks ul.follow li.site:nth-child(5){
		background: #C0379A url(images/SOCIAL_website.png);
	}
	div#showcontent div.biolinks ul.follow li.site:nth-child(6){
		background: #D291FF url(images/SOCIAL_website.png);
	}
	div#showcontent div.biolinks ul.follow li.twitter{
		background: #4ab4f5 url(images/SOCIAL_twitter.png);
		background-image: url(images/SOCIAL_twitter.svg), none;
		background-size: 30px 30px;
		background-repeat: no-repeat !important;
		background-position: 16px 20px;
	}
	div#showcontent div.biolinks ul.follow li.instagram{
		background: #e9667f url(images/SOCIAL_instagram.png);
		background-image: url(images/SOCIAL_instagram.svg), none;
		background-size: 30px 30px;
		background-repeat: no-repeat !important;
		background-position: 16px 20px;
	}
	div#showcontent div.biolinks ul.follow li.facebook{
		background: #627aad url(images/SOCIAL_facebook.png);
		background-image: url(images/SOCIAL_facebook.svg), none;
		background-size: 30px 30px;
		background-repeat: no-repeat !important;
		background-position: 16px 20px;
	}
	div#showcontent div.biolinks ul.follow li.youtube{
		background: #ff3333 url(images/SOCIAL_youtube.png);
		background-image: url(images/SOCIAL_youtube.svg), none;
		background-size: 30px 30px;
		background-repeat: no-repeat !important;
		background-position: 16px 20px;
	}
	
/* Search Results */

	div#searchresults{
		position: relative;
		width: 1062px;
		margin: 0 auto 125px;
	}
	div#searchresults h5{
		display: block;
		font-size: 2.5em;
		line-height: 1em;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 45px;
		padding: 0;
	}
	div#searchresults input{
		display: block;
		position: relative;
		width: 1000px;
		height: 36px;
		padding: 0 20px 0 35px;
		margin: 0 0 45px;
		background: #fff url(images/SEARCH_icon.png);
		background-image: url(images/SEARCH_icon.svg), none;
		background-repeat: no-repeat;
		background-position: 14px 11px;
		background-size: 14px 14px;
		border: 2px solid #000;;
		font-size: .9em;
		line-height: 26px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	div#searchresults div.result{
		position: relative;
		width: 100%;
		margin: 0 0 45px;
	}
	div#searchresults div.result a{
		color: inherit;
		text-decoration: none;
	}
	div#searchresults div.result p.big{
		font-size: 1.5em;
		line-height: 1em;
		text-transform: uppercase;
	}
	
/* Footer */

	div#footer{
		position: relative;
		width: 1062px;
		margin: 45px auto;
		text-align: center;
	}
	div#footer div.bottom_nav{
		display: block;
		text-transform: uppercase;
		text-align: center;
		font-size: 0.9em;
	}
	div#footer small{
		font-size: 0.8em;
		line-height: 0.75em;
	}
	
/* Hiding Mobile Stuff */

	div.head_menu,
	select.mobile_menu,
	div#footer div.bottom_menu,
	div#subhead select.submenu,
	div#showcontent ul.mobile_sub,
	div#showcontent h5.subscribe{
		display: none;
	}