/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

a img {
	border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0;
	border-top: 5px solid #000;
}

#outer-container {
}

#main-container {
	margin: 0 auto;
	width: 980px;
}
#branding hgroup {
	margin: 0;
}
#primary {
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
}

.left-column {
	width: 640px;
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
}

.right-column {
	float: right;
	width: 300px;
	margin-bottom: 40px;
}

.partners-image-link {
	display: block;
	float: left;
	width: 213px;
	height: 106px;
	margin-right: 40px;
	border: 1px solid #e5e5e5;
}

.partners-image-link:hover {
	border: 1px solid #ccc;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #888;
	font: 16px 'Droid Serif', serif;
	font-weight: 300;
	line-height: 1.5;
	-webkit-appearance: none;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
}

body {
	background: #fff;
}
#page {
	background: #fff;
}

.heading {
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: 500;
	color: #222;
	text-transform: uppercase;
}

h2.heading {
	font-size: 28px;
}

h2.show-title, h4.show-title {
	font-family: 'News Cycle', sans-serif;
	font-size: 32px;
	line-height: 1;
	color: #222;
	margin-bottom: 20px;
}

.episode-item h4.show-title {
	line-height: 1.2;
}

h2.show-title a, h4.show-title a { color: #222; }
h2.show-title a:hover, h4.show-title a:hover { text-decoration: none; color: #000; } 

h4.show-title {
	font-size: 16px;
	margin-bottom: 0;
}

h3.heading {
	font-size: 24px;
	margin-bottom: 10px;
}

.video-headline h2.show-title {
	font-size: 34px;
	margin-bottom: 0;
}

.video-headline h4.episode-number {
	font-family: 'News Cycle', sans-serif;
	font-size: 18px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}


/* Text elements */
p {
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: none;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}


/* Forms */
input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #f7f7f7;
	border: 1px solid #aaa;
	color: #888;
	font-size: 11px;
	height: 30px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=email] {
	padding: 0 10px 0 10px;
	line-height: 1.2;
}

input[type="submit"] {
	background: #404040;
	border: 0;
	color: #fff;
	font-size: 11px;
	height: 32px;
	line-height: 1;
	margin: 0;
	padding: 0 10px 0 10px;
}

/* Links */
a {
	color: #b32017;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

.dark, span.dark, a.dark { color: #222; }
.navy-blue, span.navy-blue, a.navy-blue { color: #415a68; }
.light-blue, span.light-blue, a.light-blue { color: #dde9ec; }
.ruby-red, span.ruby-red, a.ruby-red { color: #b32017; }
.yellow, span.yellow, a.yellow { color: #fdba31; }
.light-gray, span.light-gray, a.light-gray { color: #aaa; }

.secondary {
	font-family: 'ATSackersHeavyGothic', sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}

.text-news { font-family: 'News Cycle', sans-serif; line-height: 100%; }

.upper {
	text-transform: uppercase;
}

.episodes-container {
	margin-bottom: 20px;
}

.episodes-container .third, .more-shows-container .third {
	margin-right: 0;
}

.episode-item {
	width: 300px;
	height: 275px;
	float: left;
	margin-right: 40px;
}

.page-template-homepage-php .episode-item {
	height: 300px;
}

.episode-item a.episode-item-thumb {
	display: block;
	margin-bottom: 10px;
}

.episode-item a.episode-item-thumb img {
	display: block;
	width: 300px;
	height: 170px;
}

.video-stage {
	background: #111;
}

.video-container {
	width: 640px;
	margin: 0 auto;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

.video-container p {
	margin-bottom: 0;
}

.video-container iframe {
	display: block;
}

#mp-show-more {
	font-family: 'ATSackersHeavyGothic', sans-serif;
	font-size: 12px;
	background: #404040;
	width: 180px;
	text-align: center;
	margin: 0 auto;
	display: block;
	height: 28px;
	padding-top: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin-bottom: 50px;
}

a#mp-show-more:hover {
	text-decoration: none;
	background: #333;
}

/* =Header
----------------------------------------------- */

#branding {
	position: relative;
	z-index: 2;
}
#site-title {
	margin: 0 16px 0 0;
	padding: 0;
	width: 100px;
	height: 158px;
	float: left;
}

#header-search-container {
	float: left;
	width: 220px;
	margin-top: 70px;
	position: relative;
}

#header-search-container input#s {
	width: 200px;
    padding: 0 10px 0 10px;
    margin: 0;
    height: 24px;
    color: #999;
    border: 0;
    background: #fff url(images/search-bg.gif) no-repeat;
	font-family: 'ATSackersHeavyGothic', sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#header-search-container input#s:focus {
	outline: none;
    background-position: 0 -24px;
}

#header-search-container input#searchsubmit {
	width: 18px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 10px;
	border: none;
	cursor: pointer;
	background: #fff url(images/search-mag-glass.gif) no-repeat;
	text-indent: -99999px;
}

#header-search-container input#searchsubmit:hover {
	background-position: 0 -20px;
}

#header-search-container label, #searchform label {
	display: none;
}

.no-results {
	margin-bottom: 300px;
}

.no-results input#s {
	float: left;
	margin-right: 10px;
	padding: 10px;
	height: 20px;
	width: 500px;
	font-size: 20px;
}

.no-results input#searchsubmit {
	float: left;
	padding: 10px;
	height: 42px;
	font-size: 20px;
	width: 120px;
}



/* =Nav
-------------------------------------------------------------- */

#main-nav-container {
	float: left;
	margin-top: 68px;
	width: 644px;
}

ul#main-nav {
	margin: 0;
	list-style-type: none;
}

ul#main-nav li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#main-nav li a {
	margin: 0;
	padding: 8px 12px 8px 12px;
	text-transform: uppercase;
	color: #222;
	font-family: 'ATSackersHeavyGothic', sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}

ul#main-nav li a:hover {
	text-decoration: none;
}

ul#main-nav li a:hover,
.home ul#main-nav li#nav-home a,
.page-template-about-php ul#main-nav li#nav-about a,
.page-template-shows-php ul#main-nav li#nav-shows a,
.single ul#main-nav li#nav-shows a,
.page-template-live-php ul#main-nav li#nav-live a {
    color: #b32017;
}



/* =Episode Detail Page
----------------------------------------------- */

.content-module {
	margin-bottom: 20px;
	position: relative;
}

.content-module a.show, .content-module a.hide {
	width: 100%;
	height: 41px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	right: 0;
	top: 9px;
	background: transparent url(images/window-shade.gif) right center no-repeat;
}

.content-module a.hide {
	background: transparent url(images/window-shade-close.gif) right center no-repeat;	
}

#additional-links p {
	font-size: 14px;
}

#episode-breakdown p, #additional-links p {
	font-size: 12px;
	margin-bottom: 10px;
}

#additional-links p {
	margin-bottom: 8px;
}

#episode-breakdown strong {
	color: #333;
}

h3.host-title {
	font-family: 'News Cycle', sans-serif;
	font-size: 22px;
	margin-bottom: 5px;
}

.host-meta {
	margin-bottom: 30px;
}

.host-meta p {
	font-size: 14px;
}

.host-full-meta .full-host-bio {
	font-size: 16px;
}

.host-full-meta h3.host-title {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 10px;
}

/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}

.footer-row {
	border-top: 5px solid #e5e5e5;
	padding: 20px 0 20px 0;
}

#footer-logo, #footer-navs-container {
	float: left;
}

#footer-email-capture-container {
	float: right;
}

#footer-logo {
	width: 182px;
}

#footer-logo img {
	border: 1px solid #e5e5e5;
	border-top-width: 0;
	border-bottom-width: 0;
}

#footer-navs-container {
	width: 418px;
}

#footer-email-capture-container {
	width: 360px;
	margin-left: 20px;
	text-align: right;
}

ul#footer-nav, ul#footer-social-nav {
	margin: 0 0 20px 18px;
	list-style-type: none;
}

ul#footer-social-nav {
	margin: 0 0 0 30px;
}

ul#footer-nav li, ul#footer-social-nav li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#footer-social-nav li {
	margin-right: 20px;
}

ul#footer-nav li a {
	margin: 0;
	padding: 8px 12px 8px 12px;
	text-transform: uppercase;
	color: #888;
	font-family: 'ATSackersHeavyGothic', sans-serif;
	font-size: 10px;
}

ul#footer-social-nav li a {
	margin: 0;
	display: block;
	padding: 9px 0 7px 40px;
	height: 16px;
	background: url(images/footer-social-icons.gif) no-repeat;
	color: #222;
	font: 10px 'Droid Serif', serif;
	font-weight: 300;
	opacity: .7;
}

ul#footer-social-nav li a#fsn-twitter { background-position: 0 -32px; }
ul#footer-social-nav li a#fsn-tumblr { background-position: 0 -64px; }

ul#footer-nav li a:hover, ul#footer-social-nav li a:hover { text-decoration: none; }

ul#footer-nav li a:hover { color: #222; }
ul#footer-social-nav li a:hover { opacity: 1; }


#footer-tagline-container {
	margin-bottom: 30px;
	border-top: none;
}

#footer-tagline {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 18px 0 18px 0;
	font-size: 18px;
	color: #666;
}


/* =Subpage Sections
----------------------------------------------- */

.show-meta .half-row-host {
	
}

.team-list-item {
	margin-bottom: 20px;
	width: 300px;
	margin-right: 40px;
	float: left;
}

.team-list-item .team-thumb {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 15px;
}

.team-list-item .description {
	width: 185px;
	float: left;
}

.team-list-item h4, .team-list-item h5 {
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: 500;
	color: #aaa;
	font-size: 16px;
}

.team-list-item h4 {
	text-transform: uppercase;
	font-family: 'Terminal Dosis', sans-serif;
	color: #415a68;
	font-size: 18px;
	margin-bottom: 0;
}

ul#contact-list {
	margin: 0;
	list-style-type: none;
	font-family: 'Terminal Dosis', sans-serif;
}

ul#contact-list li {
	margin: 0;
	padding: 0;
	height: 32px;
	margin-bottom: 10px;
	display: block;
}

ul#contact-list li a {
	display: block;
	padding: 3px 0 5px 32px;
	height: 16px;
	background: #fff url(images/icon-mail-mini.gif) no-repeat;
	font-weight: 500;
	line-height: 100%;
	opacity: .8;
}

ul#contact-list li a#mail-link-love { background-position: 0 -24px; } /* heart */
ul#contact-list li a#mail-link-hate { background-position: 0 -48px; } /* shit */

ul#contact-list li a:hover {
	text-decoration: none;
	opacity: 1;
}

/* =Embedded Fonts
----------------------------------------------- */


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