/*
Theme Name: Feral 2.5
Theme URI: http://www.feralaudio.com
Description: A CMS-style theme for Feral Audio.
Version: 2.5
Author: Stig Greve
Author URI: http://www.chromadile.com
Tags: podcasting, podcast archive
License: Copyright 2015 Stig Greve, all rights reserved.
*/

/* =========== Basic Structure =========== */
@font-face {
    font-family: 'Blackout';
    src: url('type/blackout-midnight.eot');
    src: url('type/blackout-midnight.eot?#iefix') format('embedded-opentype'),
         url('type/blackout-midnight.woff') format('woff'),
         url('type/blackout-midnight.ttf') format('truetype'),
         url('type/blackout-midnight.svg#Blackout') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaBook';
    src: url('type/futura-book.eot');
    src: url('type/futura-book.eot?#iefix') format('embedded-opentype'),
         url('type/futura-book.woff') format('woff'),
         url('type/futura-book.ttf') format('truetype'),
         url('type/futura-book.svg#FuturaBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaBold';
    src: url('type/futura-bold.eot');
    src: url('type/futura-bold.eot?#iefix') format('embedded-opentype'),
         url('type/futura-bold.woff') format('woff'),
         url('type/futura-bold.ttf') format('truetype'),
         url('type/futura-bold.svg#FuturaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaBookItalic';
    src: url('type/futura-book-italic.eot');
    src: url('type/futura-book-italic.eot?#iefix') format('embedded-opentype'),
         url('type/futura-book-italic.woff') format('woff'),
         url('type/futura-book-italic.ttf') format('truetype'),
         url('type/futura-book-italic.svg#FuturaBookItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
body,td,th {
	font-family: "FuturaBook", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #173532;
}
body {
	background: #fcf4d6 url(images/new/FA_repeat_grit.jpg) repeat;
	margin: 0px;
}
a:link,a:visited,a:active,a:hover{
	color:inherit;
	font-weight:inherit;
	font-style:inherit;
	text-decoration:none;
}
img{border:0;}
div.clr{clear:both;}
p{margin:0 0 14px;}
p:last-child{margin:0;}
.center{text-align: center;}
strong, b{font-family: "FuturaBold", sans-serif;font-weight: normal;}
em, i{font-family: "FuturaBookItalic", sans-serif;font-style: normal;}
::selection {
	color:#fcf4d6;
	background: #32b7ab;
}
::-moz-selection {
	color:#fcf4d6;
	background: #32b7ab;
}

/* =========== Header =========== */
div#header{
	position:relative;
	width:100%;
	min-height:200px;
	background:#00668e url(images/new/FA_repeat_shows.jpg) repeat center top;
}
div#header div.navigation{
	position:relative;
	width:100%;
	height:37px;
	background: #00668e;
}
div#header div.navigation ul.nav{
	display: block;
	margin:0 auto;
	padding:0;
	border:0;
	width:960px;
	height:37px;
	list-style:none;
}
div#header div.navigation ul.nav li{
	display:inline-block;
	float:right;
	height:37px;
	padding:0 13px;
	list-style-type:none;
}
div#header div.navigation ul.nav li.social{
	padding:0 6px;
}
div#header div.navigation ul.nav li.social.lead{
	margin:0 7px 0 0;
}
div#header div.navigation ul.nav li.current{
	background:#32b7ab;
}
div#header div.navigation ul.nav li:hover{
	background:#32b7ab;
}
div#header div.navigation ul.nav li.sparkle{
	display:inline-block;
	float:right;
	height:37px;
	padding:0;
	list-style-type:none;
	background:url(images/navigation-sparkle.gif) no-repeat top;
}
div#header div.navigation ul.nav li.sparkle:hover{
	background:url(images/navigation-sparklehover.gif) no-repeat top;
}

	/* ====== Podcasts Dropdown ====== */
	
div#header div.navigation ul.nav li ul.subnav{
	position:absolute; 
	top:37px;
	left:50%;
	width:940px; 
	display:none; 
	margin:0 0 0 -470px; 
	padding:0 0 20px; 
	list-style:none;
	z-index:9999;
	background:#32b7ab;
	-webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.4);
}
div#header div.navigation ul.nav li ul.subnav span.title{
	display:block;
	font-family: "Blackout", sans-serif;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: normal;
	color: #fcf4d6;
	text-transform: uppercase;
	margin: 10px 0 8px 10px;
	padding: 0;
}
div#header div.navigation ul.nav li ul.subnav li{
	float:left;
	width:225px; 
	min-height:45px;
	padding:5px;
	float:left; 
	z-index:99999;
	text-align:left;
	font-size:14px;
	color:#fcf4d6;
	margin:0 0 5px;
}
div#header div.navigation ul.nav li ul.subnav li:hover{
	background:#00668e;
	color:#fcf4d6;
}
div#header div.navigation ul.nav li ul.subnav li a{
	display:block;
	float:left;
	height:45px;
	margin:0;
	padding:0;
	border:0;
}
div#header div.navigation ul.nav li ul.subnav li a span.mid{
	display:table-cell;
	width:200px;
	height:45px;
	vertical-align:middle;
}
div#header div.navigation ul.nav li ul.subnav li img{
	display:inline-block;
	float:left;
	width:45px;
	height:45px;
	margin:0 12px 0 0;
}

/* Logos & Support */
div#header div.logo{
	position:absolute;
	top:53px;
	left:50%;
	margin-left:-441px;
	width:411px;
	height:139px;
	background: url(images/new/FA_new_logo.png) no-repeat center top;
	text-indent: -9999px;
	overflow: hidden;
}
div#header div.logo a{
	display: block;
	width: 100%;
	height: 139px;
}
div#header div.support{
	position:absolute;
	top:53px;
	left:50%;
	margin-left:11px;
	width:466px;
	height:139px;
	text-indent:-9999px;
	overflow:hidden;
}
div#header div.support div.headline{
	width: 466px;
	height: 55px;
	background: url(images/new/FA_headline.png) no-repeat 6px 9px;
}
div#header div.support div.supportus{
	width: 466px;
	height: 68px;
	background:#32b7ab url(images/new/FA_support.png) no-repeat center top;
}
div#header div.support div.supportus a{
	display:block;
	width:100%;
	height:68px;
}

/* Homepage Slider */
div#fa_slider{
	width: 960px;
	height: 292px;
	margin: 173px auto 0;
	overflow:hidden;
}


/* =========== Hosts Banner =========== */
div#hosts-hero{
	position:relative;
	width:100%;
	height:300px;
	background:url(images/shows-hero.jpg) repeat-x top;
	text-align:center;
	overflow:hidden;
}

/*div#hosts-hero div.box:first-child{background:url(shows/artwork400/369.jpg);}
div#hosts-hero div.box:nth-child(2){background:url(shows/artwork400/380.jpg);}
div#hosts-hero div.box:nth-child(3){background:url(shows/artwork400/362.jpg);}
div#hosts-hero div.box:nth-child(4){background:url(shows/artwork400/364.jpg);}
div#hosts-hero div.box:nth-child(5){background:url(shows/artwork400/370.jpg);}
div#hosts-hero div.box:nth-child(6){background:url(shows/artwork400/356.jpg);}
div#hosts-hero div.box:nth-child(7){background:url(shows/artwork400/13.jpg);}
div#hosts-hero div.box:nth-child(8){background:url(shows/artwork400/373.jpg);}
div#hosts-hero div.box:nth-child(9){background:url(shows/artwork400/351.jpg);}
div#hosts-hero div.box:nth-child(10){background:url(shows/artwork400/358.jpg);}
div#hosts-hero div.box:nth-child(11){background:url(shows/artwork400/368.jpg);}
div#hosts-hero div.box:nth-child(12){background:url(shows/artwork400/17.jpg);}
div#hosts-hero div.box:nth-child(13){background:url(shows/artwork400/354.jpg);}
div#hosts-hero div.box:nth-child(14){background:url(shows/artwork400/374.jpg);}
div#hosts-hero div.box:nth-child(15){background:url(shows/artwork400/19.jpg);}
div#hosts-hero div.box:nth-child(16){background:url(shows/artwork400/4.jpg);}
div#hosts-hero div.box:nth-child(17){background:url(shows/artwork400/337.jpg);}
div#hosts-hero div.box:nth-child(18){background:url(shows/artwork400/353.jpg);}
div#hosts-hero div.box:nth-child(19){background:url(shows/artwork400/360.jpg);}
div#hosts-hero div.box:nth-child(20){background:url(shows/artwork400/366.jpg);}
div#hosts-hero div.box:nth-child(21){background:url(shows/artwork400/372.jpg);}
div#hosts-hero div.box:nth-child(22){background:url(shows/artwork400/375.jpg);}
div#hosts-hero div.box:nth-child(23){background:url(shows/artwork400/376.jpg);}
div#hosts-hero div.box:nth-child(24){background:url(shows/artwork400/383.jpg);}
div#hosts-hero div.box:nth-child(25){background:url(shows/artwork400/9.jpg);}
div#hosts-hero div.box:nth-child(26){background:url(shows/artwork400/11.jpg);}
div#hosts-hero div.box:nth-child(27){background:url(shows/artwork400/15.jpg);}*/

div#hosts-hero div#announce{
	position:absolute;
	top:65px;
	left:0;
	width:100%;
	padding:10px 0;
	background:url(images/bg-shopannounce.png);
	text-align:center;
}

/* =========== Index Episode Listing =========== */
div#episode-listing{
	position:relative;
	margin:26px auto;
	width:952px;
}
div#episode-listing h6{
	display: block;
	font-family: "Blackout", sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #00668e;
	padding: 0;
	margin: 0 0 20px 9px;
}
div#episode-listing div.epi{
	position:relative;
	float:left;
	width:460px;
	height:220px;
	margin:0 8px 16px;
	background:#fff;
}
div#episode-listing div.epi img.artwork{
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:220px;
	border:0;
}
div#episode-listing div.epi div.epiinfo{
	position:absolute;
	top:17px;
	left:237px;
	width:210px;
	height:150px;
	font-size:12px;
	line-height:12px;
	color:#173532;
	overflow:hidden;
}
div#episode-listing div.epi div.epiinfo span.show{
	display:block;
	font-family: "FuturaBold", sans-serif;
	font-size:18px;
	line-height:18px;
	margin:0 0 8px;
	color: #00668e;
}
div#episode-listing div.epi div.epiinfo span.title{
	display:block;
	font-size:14px;
	line-height:14px;
	margin:0 0 8px;
	color:#32b7ab;
}
div#episode-listing div.epi div.dllisten{
	position:absolute;
	bottom:17px;
	left:237px;
	width:210px;
	height:24px;
}
div#episode-listing div.epi div.dllisten div.buttonl{
	float:left;
	width:99px;
	height:24px;
	font-family: "FuturaBold", sans-serif;
	font-size: 13px;
	line-height:24px;
	color:#FFF;
	background:#00668e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
}
div#episode-listing div.epi div.dllisten div.buttonr{
	float:right;
	width:99px;
	height:24px;
	font-family: "FuturaBold", sans-serif;
	font-size: 13px;
	line-height:24px;
	color:#FFF;
	background:#00668e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
}
div#episode-listing div.epi div.dllisten div.button:last-child{
	margin:0;
}

/* =========== Subpages =========== */
div#subpage{
	position:relative;
	margin:26px auto;
	padding:0 0 0 162px;
	width:768px;
	min-height:500px;
	background:url(images/subpage-neko.png) no-repeat top left;
	color:#5b5b5b;
	font-size:14px;
	line-height:18px;
}
div#subpage strong{
	font-family: "FuturaBold", sans-serif;
	color:#00668e;
}
div#subpage a:link,
div#subpage a:visited{
	color: #32b7ab;
	text-decoration: none;
}
div#subpage a:active,
div#subpage a:hover{
	color: #00668e;
	text-decoration: none;
}
div#subpage h1,
div#subpage h2,
div#subpage h3{
	font-family:"Blackout", sans-serif;
	font-size:62px;
	line-height:62px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 20px;
	padding:0;
	color:#00668e;
}
div#subpage div.supportferal{
	position:relative;
	float:right;
	background:#fff;
	width:280px;
	padding:15px;
	margin:0 0 20px 20px;
}
div#subpage div.supportpage{margin:0 20px 20px 20px;}
div#subpage div.supportferal h6{
	font-family:"Blackout", sans-serif;
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 15px;
	padding:0;
	color:#00668e;
}
div#subpage div.supportferal div.donateamazon{
	width:268px;
	margin:0 auto;
	background:#32b7ab;
	padding:6px;
	margin:0 0 14px;
}
div#subpage div.collectivemember{
	position:relative;
	width:768px;
	margin:0 0 26px;
	background:#fff;
}
div#subpage div.collectivemember div.memberpic{
	display:block;
	float:left;
	width:205px;
	height:inherit;
}
div#subpage div.collectivemember div.bio{
	float:left;
	width:535px;
	margin:15px 0 0 15px;
	padding: 0 0 15px;
	font-size:14px;
	line-height:16px;
}
div#subpage div.collectivemember ol li{
	margin:0 0 8px;
}
div#subpage div.collectivemember.dustin{
	background:#fff url(images/collective-dustin.jpg) no-repeat left top !important;
}
div#subpage div.collectivemember.stig{
	background:#fff url(images/collective-stig.jpg) no-repeat left top !important;
}
div#subpage div.collectivemember.puny{
	background:#fff url(images/collective-puny.png) no-repeat left top !important;
}
div#subpage div.collectivemember.thefancy{
	background:#fff url(images/collective-thefancy.jpg) no-repeat left top !important;
}
div#subpage div.collectivemember.castmate{
	background:#fff url(images/collective-castmate.jpg) no-repeat left top !important;
}
div#subpage div.collectivemember.walt{
	background:#fff url(images/collective-walt.jpg) no-repeat left top !important;
}
div#subpage div.collectivemember.colin{
	background:#fff url(images/collective-collin.jpg) no-repeat left top !important;
}
div#subpage h6{
	font-family:"Blackout", sans-serif;
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	margin:0 0 6px;
	padding:0;
	color:#32b7ab;
}
div#subpage h6.extra{
	margin:0 0 24px;
}
div#subpage div.collectivemember div.bio span{
	font-size:16px;
	line-height:16px;
	color:#5b5b5b;
	font-family: "FuturaBold", sans-serif;
}
div#subpage table#contact tr td{
	font-family: "FuturaBold", sans-serif;
	font-size:18px;
	line-height:18px;
	color:#5b3109;
}
div#subpage #formstuff{
	color:#5b5b5b;
	background:#FFF;
	font-size:16px;
	margin:8px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-left:1px solid #cec6aa;
	border-right:1px solid #cec6aa;
	border-top:2px solid #cec6aa;
	border-bottom:0;
	line-height:18px;
}
div#subpage table#contact tr td span{
	display:block;
	font-size:11px;
	line-height:13px;
	font-style:italic;
	color:#D85869;
}
div#subpage div.wpcf7-response-output{
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	color:#D85869;
	padding:8px;
}
div#subpage input.nameemail{
	width:250px;
	height:40px;
	padding:0 10px;
}
div#subpage textarea.message{
	width:450px;
	height:200px;
	padding:10px;
}
div#subpage input.feralcaptcha{
	width:160px;
	height:40px;
	padding:0 10px;
}
div#subpage input.sendit{
	font-family:"Blackout", sans-serif;
	font-size:30px;
	line-height:50px;
	text-align:center;
	color:#f2e9cb;
	letter-spacing:1px;
	width:128px;
	height:50px;
	background:#32b7ab;
	margin:20px 6px 0 0;
	border:0;
}
div#subpage input.sendit:hover,
div#subpage input.sendit:active{
	background:#00668e;
}
div#subpage div.podlist{
	float:left;
	width:170px;
	height:250px;
	margin:0 7px 14px;
	font-family: "FuturaBold", sans-serif;
	font-size:18px;
	line-height:18px;
}
div#subpage div.podlist a:link,
div#subpage div.podlist a:visited,
div#subpage div.podlist a:active,
div#subpage div.podlist a:hover{
	color:inherit;
}
div#subpage div.podlist img{
	width:170px;
	height:170px;
	margin:0 0 14px;
}
div#subpage div.donatelist{
	position:relative;
	float:left;
	width:367px;
	height:176px;
	background:#fff;
	margin:0 14px 14px 0;
}
div#subpage div.donatelist img.showart{display:block;position:absolute;top:0;left:0;width:176px;height:176px;}
div#subpage div.donatelist div.content{
	position:absolute;
	top:13px;
	left:189px;
	width:166px;
	height:60px;
	font-family: "FuturaBold", sans-serif;
	font-size:16px;
	line-height:17px;
}
div#subpage div.donatelist div.buttons{
	position:absolute;
	top:78px;
	left:189px;
	width:166px;
	height:95px;
}
div#subpage div.donatelist div.content p{margin:0 0 8px;}
div#subpage div.donatelist div.buttons div.donateamazon{
	width:156px;
	margin:0 auto 8px;
	padding:4px;
	background:#32b7ab;
}

div#pagebreadcrumbs{
	width:950px;
	margin:14px auto 25px;
	font-size:14px;
	line-height:14px;
}
div#pagebreadcrumbs a:link,
div#pagebreadcrumbs a:visited{
	color:#32b7ab;
	text-decoration:none;
}
div#pagebreadcrumbs a:active,
div#pagebreadcrumbs a:hover{
	color:#00668e;
	text-decoration:none;
}

div#sharearea{
	width:100%;
	height:30px;
}
div#sharearea span{
	display:inline-block !important;
	margin:0 8px 0 0 !important;
	width:60px !important;
}
span.stButton,
span.stMainServices{
	width:60px !important;
}

/* Support a Podcast Page */

div.sap_float{
	float:left;
	width:128px;
	height:128px;
	border:0;
	margin:0;
	padding:0;
}
div.sap_float img.sap_images{
	width:128px;
	height:128px;
	border:0;
}
div.sap_donate_nonprofit{
	position: relative;
	float:left;
	width:344px;
	background:#00A994 url(images/bg-blue.jpg);
	padding: 15px;
	margin: 0 20px 20px 0;
	color: #fff;
}
div.sap_donate_forprofit{
	position: relative;
	float:left;
	width:344px;
	background:#00A994 url(images/bg-blue.jpg);
	padding: 15px;
	margin: 0;
	color: #fff;
}
div.sap_donate_nonprofit h6,
div.sap_donate_forprofit h6{
	font-family: "Blackout", sans-serif;
	font-size: 24px !important;
	line-height: 24px !important;
	font-weight: normal;
	letter-spacing:1px;
	margin: 0 0 6px;
	padding: 0;
	color: #f8efd0 !important;
}
div.sap_donate_nonprofit p,
div.sap_donate_forprofit p{
	margin:0 0 16px;
}
div.sap_donate_nonprofit div.chip,
div.sap_donate_forprofit div.chip{
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 19px;
}

/* =========== Footer =========== */
div#footbuffer{
	position: relative;
	width: 100%;
	height: 35px;
	background:#00668e url(images/new/FA_repeat_shows.jpg) repeat center center;
}
div#footer{
	position:relative;
	width:100%;
	background:#00668e;
}
div#footer div#footerblock{
	position:relative;
	width:936px;
	margin:0 auto;
	padding:26px 0;
	color:#fcf4d6;
}
div#footer div#footerblock div.copyright{
	float:left;
	width:400px;
	font-size:14px;
	line-height:16px;
}
div#footer div#footerblock div.footernav{
	float:right;
	width:150px;
	margin:0 0 0 15px;
	font-size:14px;
	line-height:18px;
}
div#footer div#footerblock div.footernav ul{
	margin:0;
	padding:0;
	border:0;
	width:150px;
	list-style:none;
}
div#footer div#footerblock div.footernav ul li{
	width:90%;
	padding:5%;
	list-style-type:none;
}
div#footer div#footerblock div.footernav ul li:hover{
	background:#32b7ab;
	color:#fcf4d6;
}
div#footer div#footerblock div.footernav ul li.twitter{
	width:70%;
	padding:5% 5% 5% 25%;
	background:url(images/footer-twitter1.png) no-repeat top left;
}
div#footer div#footerblock div.footernav ul li.twitter:hover{
	background:#32b7ab url(images/footer-twitter1.png) no-repeat top left;
}
div#footer div#footerblock div.footernav ul li.facebook{
	width:70%;
	padding:5% 5% 5% 25%;
	background:url(images/footer-facebook1.png) no-repeat top left;
}
div#footer div#footerblock div.footernav ul li.facebook:hover{
	background:#32b7ab url(images/footer-facebook1.png) no-repeat top left;
}
div#footer div#footerblock div.footernav ul li.tumblr{
	width:70%;
	padding:5% 5% 5% 25%;
	background:url(images/footer-tumblr1.png) no-repeat top left;
}
div#footer div#footerblock div.footernav ul li.tumblr:hover{
	background:#32b7ab url(images/footer-tumblr1.png) no-repeat top left;
}
div#footer div#footerblock div.footernav ul li.reddit{
	width:70%;
	padding:5% 5% 5% 25%;
	background:url(images/footer-reddit.png) no-repeat top left;
}
div#footer div#footerblock div.footernav ul li.reddit:hover{
	background:#32b7ab url(images/footer-reddit.png) no-repeat top left;
}