/*  
Theme Name: WFIU Default
Theme URI: http://wfiu.org
Description: Default WFIU WPMU Template</a>.
Version: 1.0
Author: Adam Schweigert/Ryan Faubion
Author URI: http://wfiu.org


/***************************************
Reset.css * Resets default browser CSS styles.
Created by Erik Meyer: * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *****************************************/

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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/****************************************
 * Begin Typography & Colors
 ****************************************/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica,'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #efefef;
	color: #232323;
	height: 100%;
	}

#content {
	font-size: 1.2em;
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

p {
	font-size:1.25em;
	margin-bottom:0.5em;
	line-height:1.25em;
	}

h1 {
	font-size: 2.0em;
	font-weight:bold;
	margin: 0;
	}

h2 {
	font-size: 1.65em;
	margin-top:1em;
	}

h3 {
	font-size: 1.2em;
	margin-top:0.5em;
	}

h4 {
	font-size: 1.0em;
	margin-top:0.5em;
	}
	
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	}

#sidebar h2 {
	margin: 5px 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

strong {
	font-weight: bold;
	}
.red {
	color: #7d110c;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/****************************************
 * Default Links
 ****************************************/

a, a:link, a:visited {
	text-decoration:none;
	color: #990000;	
	}

a:hover, a:active {
	text-decoration:underline;
	}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
	background:none;
	}

/****************************************
 * IMAGES
 ****************************************/

p img {
	padding: 0;
	max-width: 100%;
	}

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

img.right {
	padding: 0;
	margin:0 0 0.5em 13px;
	display: inline;
	}

img.left {
	padding: 0;
	margin:0 13px 0.5em 0;
	display: inline;
	}

.right {
	float: right;
	}

.left {
	float: left;
	}
	
/*************************************
* Form Elements 
**************************************/
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/***************************************
* Various Tags & Classes 
****************************************/
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}
.hr {
	clear:both;
	width:100%;
	padding: 1.5em 0 0 0;
	margin-bottom: 2em;
	height:1px;
	border-bottom:1px solid #ccc;
}
.pod_hr {
	clear:both;
	width:100%;
	padding: 1.5em 0 0 0;
	margin-bottom: 1.5em;
	height:1px;
	border-bottom:1px solid #ccc;
}
a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.navigation {
	display: block;
	
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
.sponsor_text {
	clear:both;
	text-align:center;
	margin:0;
	padding:5px 0;
	color:#6d6e70;
	font-size:0.95em;
	
}

/****************************************
 * Basic Structure
 ****************************************/
 
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	width:100%;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 960px;
	border: none;
	border-left:#b0b2b4 1px solid;
	border-right:#b0b2b4 1px solid;
}
#container {
	margin:0px auto;
	width: 960px;
	padding: 0;
	background-color:#fff;
	height: auto;
	}


/****************************************
 * Header
 ****************************************/

#header {
	height:110px; 
	width:960px;
	padding-bottom:10px;
	}	
#header_left {
	float:left;
	width:600px;
	}
#header_left a img {
	padding:0;
	}
#header_right {
	float: right;
	text-align:left;
	padding:5px 8px 0 0;
	width:340px;
	}
#search {
	background: url(http://wfiu.org/images/header/bg-search.gif) no-repeat right top;
	width: 284px;
	height: 44px;
	float:right;
	margin: 28px 0 0 0;
	overflow:hidden;
	color:#000;
	padding:0;
}
#search fieldset {
	margin: 0 ;
	padding: 0;
	border: none;
	overflow: hidden;
	height: 44px;
	width: 284px;
}
#search form {
	float: left;
	margin:0 ;
	padding:0 ;
	overflow:hidden;
}
#search #searchbox {
	float: left;
	width: 178px;
	height: 1.545em; /* 17px */
	border: 1px solid #cecece;
	padding: 4px 0 0 4px;
	margin: 5px 0 0 11px;
	background: url(http://wfiu.org/images/header/bg-searchbox.gif) no-repeat 0 0;
	font-size: 0.917em; /* 11px */
}
#search #searchbox_label {
	background: url(http://wfiu.org/images/header/search.gif) no-repeat;
	float: left;
	height: 11px;
	margin: 11px 0 0 14px;
	text-indent: -9999px;
	width: 37px;
}
#search #go {
	float: left;
	margin: 6px 0 0 5px;
}
h1.masthead_text, h2.masthead_text {
	position:absolute;
	left:-9999px;
	height:0;
}
p#header_contact {
	clear:both;
	margin-top:0;
	padding-top:0;
	text-align:right;
}

/****************************************
 * Global Navigation
 ****************************************/

.menuwrapper {
	font-weight: bold;
	margin:0;
	padding:0;
	clear: both;
	height:30px;
	font-size: 1.35em;
	background: #fff url('http://wfiu.org/images/header/red_bar_bg.gif') repeat-x;
	width: 960px;
	text-shadow: 0 0 0 #000;
	-moz-opacity: 0.96;
	z-index:50 !important;
	position:absolute;
	}
	
.clearit {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	}

.p7menubar, .p7menubar ul {
	padding:0;
	margin:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	}

.p7menubar li a {
	display:block;
	text-decoration:none;
	padding:.5em 1.5em .75em 1.5em;
	background:url('http://wfiu.org/images/header/navdivide.png')  no-repeat 0 3px;
	font-size:1em;
	color:#fff;
	}
.p7menubar a:visited {
	color:#FFF;
}	

.p7menubar a.trigger {
	margin-right:6px;	
	background-image:url('http://wfiu.org/images/header/p7PM_dark_south.gif');
	background-position: right center;
	}

.p7menubar li {
	float: left;
	width: 9em;
	background:url('http://wfiu.org/images/header/navdivide.png')  no-repeat 0 3px;
	}

.p7menubar li ul, .p7menubar li ul li  {
	width: 15em;
	z-index:50;
	}

.p7menubar li ul li{
	background:none;
	}
.p7menubar li ul li a {
	color: #FFF;
	padding: 3px 12px 3px 8px;
	border-bottom:#c5c5c5 1px solid;
	background:none;
	}

.p7menubar li ul {
	margin-top: 0;
	position: absolute;
	display: none;
	background-color: #efefef;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	z-index:50 !important;
	}
/*
.p7menubar a:active, .p7menubar a:focus { 
	padding-bottom: 5px;
	background: url('images/activenav.png') no-repeat bottom center;
	}
*/
.p7menubar li:hover a, .p7menubar li.p7hvr a {
	color: #B0b2b4;
	}

.p7menubar li:hover ul, .p7menubar li.p7hvr ul {
	display: block;
	}

.p7menubar li:hover ul a, .p7menubar li.p7hvr ul a {
	color: #232323;
	/*background-color:transparent; */
	}


.p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
	}
.p7menubar li ul li a:visited {
	color: #232323;
}
.p7menubar li {width: auto;}

#subspecial {
	background: url('http://wfiu.org/images/header/top-nav-bg.gif') repeat-x;
	}
#subspecial a {
	color:#fff;
}
	
	
/****************************************
* Begin Content
****************************************/

#content_main {
	clear:both;
	float:left;
	width:620px;
	height:auto;
	margin-left:15px;
	margin-top:40px;
}
#content_top {
	margin-top:1em;	
}
#content_top img {
	margin-left:0;
}
#content_top div.election_special {
	margin-top:-15px;
	height:75px;
	width:590px;
	background:url('http://wfiu.org/images/header/election_bg.gif') repeat-x;
	padding:3px 15px 20px 15px;
}
#content_top div.election_special h3 {
	font-size:16px;
	font-weight:bold;
}
#content_top h2.headline {
	font-size:2.0em;
	margin-bottom:0.5em;
	font-weight:bold;
	margin-top:0;
}
#content_top .homepage_top_banner {
	height:100px;
	margin-top:-15px;
	}
p.feedback_box  {
	clear:both;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	background-color:#CEFEFE;
	border:1px solid #efefef;
	padding:4px 0 3px 0;
	margin-bottom:3px;
	margin-top:1em;
}
#left_column {
	clear:both;
	float:left;
	width:310px;
	height:auto;
	margin-bottom:1.5em;
}      
#right_column {
	float:left;
	width:270px;
	height:auto;
	margin-left:35px;
	margin-bottom:1.5em;
}
#content_bottom {
	clear:both;
	float:left;
	width:620px;
	height:auto;
	margin-bottom:1.5em;
}
#left_column p, #right_column p {
	padding: 0 10px 0 0;
}
.header_bar {
	clear:both;
	text-transform:uppercase;
	border-bottom: 1px solid #ccc;
	font-size: 1.25em;
	color:#6d6e70;
	padding-top:1.5em;
	margin-bottom:1em;
}
h2.header_bar {
	margin-top:0;
}

#content_main ul {
	margin:0.25em 0 0.75em 16px;
}
#content_main ul li {
	font-weight:bold;
	font-size:1.25em;
	padding-top:0.25em;
	list-style:inside disc;
}
.red_header_bar {
	clear:both;
	background: url('http://wfiu.org/images/header/red_bar_bg.gif') repeat-x;
	color:#FFF;
	font-weight:bold;
	width:100%;
	padding: 4px 0 3px 0;
	text-align:center;
	font-weight:regular;
	font-size: 1.25em;
	margin-bottom:1.5em;
	margin-top:1em;
}
.red_header_bar a {
	color:#FFF;
}
#podcast_help {
	padding-left:15px;
}
#podcast_help p {
	margin:0 0 1em 0;
	padding:0;
}
#podcast_help h3 {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:1em;
	margin-top:0.5em;
}
#podcast_help h4 {
	font-size:1.25em;
	font-weight:bold;
}
#podcast_help ul li a {
	color:#7d110c;
}
.lead_story h3.headline {
	text-align:left;
	font-size:2.0em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-weight:bold;
}
.lead_story img {
	margin-bottom:1.5em;
}
.substory h3.headline {
	font-size:1.5em;
	padding-top:0;
	font-weight:bold;
	padding-bottom:0.5em;
}
#content_main ul.headlines_list {
	margin-top:-0.5em;
}
#content_main ul.headlines_list li {
	list-style:none outside;
	font-size:1.2em;
	padding-bottom:0.5em;
	margin-left:-15px;
}
#content_main ul.headlines_list li.more_link {
	font-weight:normal;
}
#content_main ul.podcast_list {
	margin:0;
	padding:0;
}
#content_main ul.podcast_list li {
	list-style:none outside;
}
#content_main ul.podcast_list li img.pod_icon {
	float:left;
	margin:0;
	padding:0.5em 25px 0 15px;
}
#content_main ul.podcast_list h3 {
	margin:0;
	padding:0;
}
#content_main ul.podcast_list li p {
	margin-top:0.5em;
	font-size:1em;
}
#content_main ul.podcast_list li div.podcast_subscription {
	margin-top:0.75em;
	position:relative;
	left:-10px;
}
#content_main ul.podcast_list li div.podcast_subscription img {
	margin:0;
	padding:0;
}
#content_main ul.podcast_list li div.podcast_subscription .pod_subscribe_field {
	padding:0; 
	position:relative; 
	top:-3px;
}
#content_main ul.podcast_items_list {
	margin:0;
	padding:0;
}
#content_main ul.podcast_items_list li {
	list-style:none outside;
	padding:0 0 0 15px;
	margin:0;
}
#content_main ul.podcast_items_list li  h3 {
	margin-top:0.25em;
}
#content_main ul.podcast_items_list li  p {
	font-size:1em;
	margin-top:0.5em;
}
.featured_cd_wrapper {
	margin-bottom:1em;
}
.featured_cd_wrapper h3 {
	margin-bottom:0;
}
.featured_cd_wrapper h3.header_bar {
	border-bottom:1px solid #ccc;
}
.featured_cd_box {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding:1em 10px 0.5em 10px;
	}
.featured_cd_box h3 {
	margin-top:0;
}
.featured_cd_box p {
	margin-bottom:0;
	margin:0;
}
#content_main div.featured_cd_box ul li {
	margin-left:-15px;
	list-style:none outside;
}
.sub_box .header_bar {
	margin-bottom:0;
	border-bottom: 1px solid #ccc;
}
.sub_box p {
	font-size:1.125em;
	margin-top:0;
	margin-bottom:0;
}
.sub_box img {
	padding:2px 8px;
	margin:0;
	}
.sub_box_wrapper  {
	background-color:#fafafa;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	height:auto;
}
.interstitial {
	margin:1em 0 0 0;
}
.interstitial img {
	margin-left:18px;
}
#content_bottom span.podcast {
	display:-moz-inline-block;
	display:inline-block;
	float:left;
	text-align:center;
	padding:0.5em 12px 1.5em 12px;
}
#content_bottom span.podcast h4 {
	font-size:1.25em;
	padding-bottom:0;
	font-weight:bold;
	}
#content_bottom span.podcast p {
	margin-top:0.25em;
	font-size:1.125em;
}
#social_media_icons {
	clear:both;
	text-align:center;
	width:100%;
}
#social_media_icons h3 {
	text-align:left;
	margin-bottom:0.5em;
}
.sm_icon {
	padding: 0.5em 0px;
	}
img.audio-play-button {
	float:left; 
	margin-bottom:0;
	position:relative;
	top:-1px;
}

/****************************************
 * Begin Sidebar
 ****************************************/
#sidebar {
	float:right;
	width:300px;
	margin-right:8px;
	padding:0.25em 0 2em 0;
	overflow:visible;
	margin-top: 30px;
}
.sidebar_header {
	clear:both;
	background: url('http://wfiu.org/images/header/top-nav-bg.gif') repeat-x;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	width:100%;
	height:20px;
	padding: 6px 0 0 8px;
	font-size: 1.5em;
	margin-top:3px;
}
.sidebar_subhead {
	background: #efefef url('http://wfiu.org/images/sidebar/subhead-bg-gray.gif') repeat-x;
	border-bottom:1px solid #b0b2b4;
	margin-top:1px;
	padding:6px 0 2px 8px;
	font-size:1.25em;
	width:100%;
	font-weight:bold;
}
TABLE.gnc {
	margin:0.5em 0px 0.5em 8px;
	font-size:1.25em;
	line-height:1.125em;
	font-weight:bold;
}
.gncTitle {
	font-weight:bold;
}
.listen_links, .pgm_schedule {
	margin-left:8px;
}
.listen_help {
	font-size:1em;
	margin-left:8px;
}
#enews {
	margin: 1.5em 0 0 8px;
}
.enews_exp {
	font-size:1em;
	margin:0.5em 0 1em 8px;
}
#sidebar_support {
	background: url('http://wfiu.org/images/common/quotes_305_60.png') no-repeat;
	padding-top:0.25em;
	width:308px;
}
.testimonial_img {
	float:right;
	margin: 0.5em 8px 0 0;
}
.testimonial {
	margin:0;
	padding: 12px 8px 0 20px;
	font-size:1.25em;
}
.testimonial_nopic {
	margin:0;
	padding: 10px 8px 0 15px;
	font-size:1.25em;
}
.testimonial_caption {
	margin:0;
	padding: 0.5em 0 0.5em 10px;
	font-size:1.125em;
	color:#666;
}
.testimonial_src {
	display:none;
}
.support_link {
	margin-top:-2px;
	text-align:right;
	padding: 0 5px;
	font-weight:bold;
	font-size:1.25em;
}
#tiles {
	padding:1em 0 1em 0;
}

.support_link {
	margin-top:-2px;
	text-align:right;
	padding: 0 5px;
	font-weight:bold;
	font-size:1.25em;
}

#sidebar .tile {
	border:#cdcdcd 1px solid;
	margin-left:15px;
	margin-top:5px;
	height:125px;
	width:125px;
	float:left;
}
.headline-region {
	display:none;
}
.headline-tease {
	padding-left:8px;
	font-size:1.125em;
	margin-top:0.5em;
}
.headline-title {
	padding-left:0;
	font-size:1.125em;
	font-weight:bold;
	line-height:1.25em;
}
p.more_events {
	font-size:1.25em;
	margin-top:-0.5em;
	margin-bottom:0.5em;
	padding-left:8px;
}
#flickr_badge {
	margin-top:0.5em;
	margin-left:15px;
}
.flickr_badge_image {
	margin:1px 1px 1px 1px; 
	display:inline;
}
.flickr_badge_image img {
	border: 1px solid #ccc !important;
	padding: 3px;
	margin:3px;
	background-color:#FFF;
}
.flickr_link {
	padding-left:15px;
	font-size:1em;
}
.adsense_unit {
	margin-left:2px;
}
/* End Sidebar */


/****************************************
 * Footer
 ****************************************/
 
#footer {
	clear:both;
	background-color: #fff;
	padding: 0;
	border-top: #7d110c 3px solid;
	border-bottom:#6d6e70 1px solid;
}
#sitemap {
	float:left;
	padding: 0 0 0 20px;
	margin: 5px 0;
	text-align:left;
	width:710px;
}
#sitemap ul {
	list-style:none;
	border-right:#dedede 1px solid;
}
#sitemap a {
	text-decoration:none;
}
#sitemap ul li {
	display: inline;
	line-height: 1.35em;
	font-size:12px;
	padding: 0 4px;
}
#sitemap ul li.heading {
	font-size:14px;
	font-weight:bold;
	padding:0;
}
#sitemap ul li.heading a {
	color:#333435;
	text-decoration:none; !important
}
#sitemap ul li.first a:hover, a:active {
	color:#b0b2b4;
}
#sitemap ul li a {
	color:#990000;
}
#sitemap ul li a:hover, a:active {
	text-decoration:underline;
}
#sitemap ul li.more a {
	font-weight:bold;
}
#translators {
	float:right;
	padding:12px 20px 0 0;
	width:200px;
	text-align:right;
}
#translators ul li {
	color:#6d6e70;
	font-size:12px;
	line-height:1.35em;
}
#translators ul li.first {
	font-size:14px;
	font-weight:bold;
}
#bottom {
	clear:both;
	border-top: #b0b2b4 2px solid;
	background:#eceded url('http://wfiu.org/images/footer/footer_graybar_65.png') repeat-x 100% 0;
	height:40px;
	padding:10px 20px;
}
#logos {
	float:left;
	width:480px;
	margin:-5px 0 0 0;
	padding:0;
}
#legal {
	float: right;
	text-align:right;
	width:400px;
}
#legal p {
	font-size:11px;
	color:#6d6e70;
	padding:0;
	margin:0 0 0.25em 0;
}

/******NPR Modules******/
.nprMod {
	margin-top:-0.5em;
}
.nprModText, .nprModImg, .nprModCatTitle, .nprModAudioLinks, .nprModMore
	{
		display: none;
	}
.nprModHead {
	font-size:1.2em;
	padding-left:0;
}
/******innerfade homepage styles******/
ul#portfolio {
	margin:-15px 0 0 0;
	}
ul#portfolio li {
	list-style:none;
	margin:0;
	display: none;
	}
.navbuttons {
	background-color:#FFF;
	color:#b0b2b4;
	border:1px solid #6d6e70;
	margin: 5px 3px 0 0;
	padding:3px 5px 2px 5px;
	font-size:1em;
	}
.podcontrols a:hover {
	color: #6d6e70 !important;
	background-color:#efefef;
	text-decoration:none;
	}

/* podcast scroller styles */

#podcasts {
	/* border:1px solid gray; */
	height: 150px;
	width: 575px;
	overflow:hidden;
	background-color:white;
	float:left;
	margin-top: 10px;
}
	
#podcasts ul{
	width:5000px;
}
	
#podcasts li{
	float:left;
	width: 119px;
	padding-left: 19px;
	/* border: 1px solid red; */
	list-style: none !important;
}

			
.podcastimage {
		height: 100px;
		width: 100px;
		border: 1px solid #333;
}

.podcontrols {
	/* border: 1px solid gray; */
	width: 20px;
	height:150px;
	float: left;
	text-align: center;
	overflow:hidden;
}
.podcontrols:hover {
	background-color: #ccc;
}

.chicbuttons {
	height: 16px;
	width: 100px;
	float: left;
	font-size: 12px;
	margin-top: 2px;
}

.itunes {
	float:left;
}

.feed {
	float:right;
}
	
