




/*
     FILE ARCHIVED ON 11:08:28 Feb 24, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:23:31 Nov 25, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "utf-8";
/* CSS Document */

/* -------------------------------- GENERAL AND SHARED -------------------------------- */

body {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	margin-bottom: 20px;
	background: #262626 url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/wqxr_site_bg.png') repeat top left;
}

a {
	word-wrap: break-word;
}

.container_12 {
    background-color: #fff;
}

h1 {
	font: normal normal 22px/18px arial;
	padding-bottom: 4px;
}

.homepage h1 {
    line-height: 25px;
}

h2 {
	line-height: 1.2em;
}

h2.headline {
	color: #555;
	font: normal bold 12px arial;
	padding: 5px 0px 8px 0px;
	text-transform: uppercase;
}

h2.headline.blue {
	border-top: 4px solid #0066CC;
}

h2.headline.red {
	border-top: 4px solid #e11837;
}

h2.headline.grey {
	border-top: 4px solid #c6c6c6;
	color: #000;
}

h2.headline.norule {
	border-top: none;
	text-transform: none;
}

h3 {
	font: normal bold 14px/14px arial;
	padding-bottom: 4px;
	line-height: 1.2em;
}

p.byline {
	font: normal normal 13px/16px arial;
	padding-bottom: 2px;
	color: #666;
}

p.byline a {
    color: #666;
}

blockquote {
	padding-left: 20px;
	padding-bottom: 20px;
}
 
/* -- Special link styles -- */

.commentlink a, a.commentlink {
background:transparent url(/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/comments_wqxr.gif) no-repeat scroll left top;
padding:0px 0px 10px 17px;
}

a.mp3down {
background:transparent url(/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/download_wxxr.gif) no-repeat scroll left top;
padding:0px 0px 10px 17px;
}

a.listen {
background:transparent url(/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/listen_wqxr.gif) no-repeat scroll left top;
padding:0px 0px 10px 17px;
}

a.add {
background:transparent url(/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/add_wqxr.gif) no-repeat scroll left top;
padding:0px 0px 10px 17px;
}

a.more:after {
	content: " \0BB";
} 
 

/* -------------------------------- HEADER -------------------------------- */

#header {
	height: 96px;
	background: #ffffff url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/nav_bg.gif') repeat-x;
}

#masthead {
	height: 61px;
	background: #000 url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/mast_tagline_bg.png') no-repeat top left;
}

#header .logo {
	margin-top: 15px;
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width: 530px;
}

#login_util{
	margin-top: 12px;
	color: #999;
	font-size: 12px;
	line-height: 14px;
	float: right;
	display: inline;
}

#login_util a {
	color: #999;
}

#login_util li {
	float:left;
	padding-right:10px;
	border-right: 1px dotted #6a6a6a;
	margin-right:10px;
}

#login_util li.wnyc a {
	color: #fff;
	padding: 0 3px;
	background-color: #ff0000;
}

#login_util li.wnyc a:hover {
	text-decoration: none;
	background-color: #112e51;
}

#login_util li.support a {
	color: #fff;
	padding: 0 3px;
	background-color: #085eac;
}

#login_util li.support a:hover {
	text-decoration: none;
	background-color: #112e51;
}

#login_util li:last-child, #login_util li.last  {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

#info_header {
	color: #999;
	font-size: 12px;
	line-height: 14px;
	float: right;
	display: inline;
	margin-top: 8px;
}

*html #info_header { /* IE6, Add Below #info_header */
	margin-top: 3px;
}

#info_header li.date{
	float:left;
	padding-right:10px;
	border-right: 1px dotted #999;
	margin-right:10px;
}

#info_header li.weather{
	float:left;
	text-transform: lowercase;
	line-height: 14px;
}

#info_header li.weather a {
	color: #999;
	text-decoration: none;
}

#info_header li.weather span {
	padding-left: 5px;
	font-weight: bold;
}

/* nav tabs */

.main-nav ul {
	float: left;
}

.main-nav ul li {
	display: inline;
	float: left;
}

.main-nav ul li a.tab {
	display:block;
	overflow: hidden;	
	text-indent: -9999px;
	font-size: 1px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.main-nav li.programs a.tab {
	width: 109px;
	background-image: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/nav_programs.png');
}

.main-nav ul li a.tab.active {
    background-position: 0px -35px;

}
.main-nav  li.programs a.tab:hover {
	background-position: 0px -35px;
}

.main-nav li.hosts a.tab {
	width: 69px;
	background-image: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/nav_hosts.png');
}

.main-nav  li.hosts a.tab:hover {
	background-position: 0px -35px;
}

.main-nav li.blogs a.tab {
	width: 81px;
	background-image: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/nav_blogs.png');
}

.main-nav  li.blogs a.tab:hover {
	background-position: 0px -35px;
}

.main-nav li.q2 a.tab {
	width: 45px;
	background-image: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/nav_q2.png');
}

.main-nav  li.q2 a.tab:hover {
	background-position: 0px -35px;
}

.main-nav li.schedule a.tab {
	width: 95px;
	background-image: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/nav_schedule.png');
}

.main-nav  li.schedule a.tab:hover {
	background-position: 0px -35px;
}

.main-nav li.playlists a.tab {
	width: 99px;
	background-image: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/nav_playlists.png');
}

.main-nav  li.playlists a.tab:hover {
	background-position: 0px -35px;
}

/* Second Level Lists CSS */

.main-nav li ul {
	z-index: 999999;
	position: absolute;
	background: #112e51;
	width: 150px;
	left: -999em; 
}

.main-nav li ul li {
	background-color: #112e51;
	font-size: 12px;
	border-bottom:1px dotted #0159a5;
}

.main-nav li ul li a {
	padding: 2px 2px 2px 4px;
	display: block;
	color: #FFF;
	min-width: 210px;
}

.main-nav li ul li a:hover {
text-decoration: none;
background-color: #0159a5;
}

.main-nav li:hover ul, .main-nav li.sfhover ul {
	left: auto;
}

#search {
	float: right;
	padding-right: 0px;
}

.search-form {
	margin-top: 4px;
	float: right;
	margin-left: 0px;
	width: 200px;
	margin-left: 0px;
}

#search form {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}

#search_form fieldset{
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#search .search-form .text {
	color: #6a6a6a;
	width: 160px;
	height: 18px;
	font-size: 13px;
	padding: 3px 0 0 1px;
	line-height: 16px;
}

#search .search-form .submit {
	padding: 3px;
	color: #2a2a2a;
	font-size: 12px;
	line-height: 18px;
	height: 26px;
	width: 30px;
	vertical-align: top;
	background-color: #d6d6d6;
	border: none;
	font-weight: 900;
}

#search .support-banner {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	padding-left: 6px;
}



/* -------------------------------- FOOTER -------------------------------- */

#footer {
	width: 960px;
	margin-top: 20px;
	background: #d6d6d6 url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/footer-logo.gif') no-repeat 10px center;
	padding: 10px 0px;
}

#footer ul {
	float: right;
	padding-right: 10px;
}

#footer ul li {
	display: inline;
	float: left;
	border-right: 1px solid #676a6c;
	padding: 0px 10px;
}

#footer ul li.last {
	border: none;
	padding-right: 0px;
}

#footer ul li, #footer ul li a {
	color: #676a6c;
	font: normal normal 12px/12px arial;
}

#footer ul li a:hover {
	color: #000;
}



/* -------------------------------- HOME PAGE -------------------------------- */

/* HOME PAGE STRUCTURE */

#main {
    padding-top:15px;
}

#home-left { }

#home-right {
	padding-left: 9px;
	border-left: 1px dotted #d6d6d6;
	padding-top: 10px;
}

#main.homepage {
    padding-top: 0px;
}

#main.homepage h1 a, #main.homepage h2 a, #main.homepage h3 a  {
	color: #000;
}
 
#main.homepage h1 a:hover, #main.homepage h2 a:hover, #main.homepage h3 a:hover  {
	color: #0066CC;
}

#main.homepage p.byline {
    margin-bottom: 0px;
}


 
/* HOME PAGE SPLASH AD */

#splash .close a {
	color: #fff;
  	opacity: 0.0; 
  	-moz-opacity:0.0;
   	filter:alpha(opacity=0);
	font: bold 11px garamond, times, serif;
	text-transform: lowercase;
	text-decoration: none;
	position: relative;
	top: -277px;
	left: 924px;
	height: 40px;
	width: 25px;
	padding: 20px 0 5px;
	z-index: 200;
	cursor: pointer;
/*	text-indent: -9999px;
*/}

#wqxr_splash_expanded {
	
}

#wqxr_splash_closed {
	display: none;
}

/* HOME PAGE LEFT SIDE FEATURE PANEL */

#home-main-panel {
	border-bottom: 1px dotted #d6d6d6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#home-feature-panel {
    margin-top: 3px;
}

.feature-story {
	padding: 10px 0px 5px 0px;
	border-bottom: 1px dotted #d6d6d6;
	min-height: 165px;
	height: auto !important;
	height: 165px;
}

.feature-story ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 10px;
	margin-bottom: 10px;
}

.feature-story ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 10px;
}


.feature-story.last {
	border-bottom: 0px;
}

.feature-story div {
	float: left;
}

.feature-image {
	width: 150px;
	margin-right: 10px;
}
/*
.feature-image .image-caption {
	width: 148px;
}
*/
.feature-content {
	width: 300px;
}

.feature-content .byline {
	font-size: 9pt;
	padding: 3px 0 5px;
}

.feature-content .byline, 
.second-story-content .byline { /* as per kehrlich but done in css in case it changes */
	display: none;
}

#home-essential-ny {
	padding-top: 13px;
	padding-left: 9px;
	border-left: 1px dotted #d6d6d6;
}


#home-essential-ny .essential-ny-feature {
	padding-bottom: 7px;
}

#home-essential-ny img.home-essential-ny-title {
	margin-bottom: 7px;
}

.essential-ny-pic {
	padding-bottom: 6px;
}

#home-essential-ny p.essential-ny {
	padding-bottom: 7px;
}


#home-essential-ny-ad {
	border-top: 1px dotted #d6d6d6;
	padding: 10px 0px;
}

/* HOMEPAGE LEFTSIDE SECONDARY PANEL */

#home-secondary-panel { }

#home-secondary-features {
	padding-right: 9px;
	border-right: 1px dotted #d6d6d6;
}

.second-story {
	padding: 15px 0px 10px 0px;
	border-bottom: 1px dotted #d6d6d6;
}

.second-story ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 10px;
	margin-bottom: 10px;
}

.second-story ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 10px;
}


.second-story.first {
	padding-top: 0px;
}

.second-story.last {
	border-bottom: 0px;
}

.second-story div {
	float: left; 
	border-bottom: none;
}

.second-story-image {
	width: 80px;
	padding-left: 10px;
	padding-bottom: 8px;
	float: right;
}

.second-story-content {
	width: 210px;
	padding-right: 0px;
}

.second-story-content p.byline {
	font: normal normal 11px/14px arial;
}

#home-secondary-media { }

#home-video-player {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #d6d6d6;
}

#home-video-player div {
	padding-bottom: 10px;
}

#home-video-navigation {
	margin-bottom: 5px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #d6d6d6;
}

#home-video-navigation ul {
	display: inline;
}

#home-video-navigation ul li {
	width: 90px;
	padding-right: 15px;
	float:left;
}

#home-video-navigation ul li img {
	margin-bottom: 8px;
	display: block;
}


#home-video-navigation ul li.last {
	padding-right: 0px;
}

#home-video-navigation ul li a {
	color: #000;
	display: block;
	font: normal bold 11px/normal arial;

}

#home-video-navigation ul li a:hover {
	color: #0066CC;
}


#home-video-more {
	text-align: right;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
}

#home-video-more a {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

#home-video-more a:hover {
	color: #0066CC;
}

#home-blogs {

}

.home-blog {
	padding: 10px 0px 5px 0px;
	border-bottom: 1px dotted #d6d6d6;
}

.home-blog.first {
	padding-top: 0px;
}

.home-blog.last {
	border-bottom: 0px;
}

.home-blog div {
	float: left;
}

.home-blog-image {
	width: 70px;
	padding-right: 10px;
}
.home-video-image {
	width: 90px;
}

.home-blog-content {
	width: 220px;
}

.home-blog-content p.byline {
	font: normal normal 12px/15px arial;
}


/* HOME PAGE RIGHT SIDE FEATURE FEATURES */

#station-player {
	margin-bottom: 10px;
}

#home-about {
	margin-bottom: 10px;
}

#home-about ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 10px;
	margin-bottom: 10px;
}

#home-about ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 10px;
}

.sponsor-300 {
	margin-bottom: 10px;
}

.sponsor-300 h2 {
	border: 1px solid #d6d6d6;
	border-bottom: none;
	padding: 10px 0px;
	text-align: center;
	font: normal normal 12px/12px arial;
	color: #d6d6d6;
	text-transform: uppercase;
}

#home-wnyc-news {
	margin-bottom: 0px;
}

#home-wnyc-news ul.feature li {
	background-image: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/bullet-square-red.gif');
}

#home-wnyc-news ul.feature li a:hover, #home-wnyc-news .second-story-content h3 a:hover {
	color: #e11837;
}

#home-wnyc-newscast {
	margin-bottom: 0px;
	border-bottom: 1px dotted #d6d6d6;
}

#home-wnyc-newscast-player {
	padding: 0px 0px 0px 0px;
}

#home-wnyc-newscast-player .media_buttons {
	padding-top: 5px;
}

#home-addl-stories {
	margin-bottom: 25px;
}

#home-addl-stories li {
	padding: 5px 0px;
	border-bottom: 1px dotted #d6d6d6;
}

#home-addl-stories li.more {
	padding: 5px 0px 0px 0px;
	border-bottom: none;
}

#home-addl-stories li a {
	font: normal bold 13px/13px arial;
	color: #000;
}

#home-addl-stories li.more a {
	font: normal normal 12px/12px arial;
	text-decoration: underline;
}

#home-addl-stories li a:hover {
	color: #e11837;
}

#most-viewed {
	position: relative;
	padding-top: 30px;
	margin-bottom: 15px;
}

* html #most-viewed {
	padding-top: 32px;
}


ul#viewed-tabs {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 30px;
}

ul#viewed-tabs li {
	display: inline;
	float: left;
}

ul#viewed-tabs li a {
	display: block;
	height: 26px;
	border: 1px solid #363636;
	text-align: center;
	font: normal bold 11px/28px arial;
	padding: 0px;
	color: #fff;
	background-color: #363636;
	white-space: nowrap;
	margin-right: 2px;
	cursor: pointer;
}

ul#viewed-tabs li a:hover {
	background-color: #d6d6d6;
	color: #363636;
}

ul#viewed-tabs li.viewed a {
	 width: 92px;
}

ul#viewed-tabs li.emailed a {
	 width: 96px;
}

ul#viewed-tabs li.listened a {
	width: 102px;
	margin-right: 0px;
}

ul#viewed-tabs li.active a, ul#viewed-tabs li.active a:hover {
	padding-bottom: 4px;
	background-color: #fff;
	color: #363636;
	border-bottom: none;
}

div#viewed-box {
	border: 1px solid #363636;
	width: 278px;
	padding: 0px 10px;
}

div#viewed-box div { }

div#viewed-box div ol {
	list-style-type: decimal;
	list-style-position:inside;
}

div#viewed-box div ol li {
	padding: 10px 0px;
	border-bottom: 1px dotted #d6d6d6;
}

div#viewed-box div ol li.last {
	border-bottom: none;
}

div#viewed-box div ol li a {
	font: normal normal 12px/12px arial;
	color: #000;
}

div#viewed-box div ol li a:hover {
	color: #0066CC;
}

div#viewed-box div#viewed { }

div#viewed-box div#emailed {
	display: none;
}

div#viewed-box div#listened {
	display: none;
}

#follow-wqxr {
	margin-bottom: 20px;
	padding-top: 10px;
}

#follow-wqxr li {
	display: inline;
	float: left;
	margin-right: 2px;
}

#follow-wqxr li.last {
	margin-right: 0px;
}

/* HOME FEATURED LISTS */

ul.feature {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
}

ul.feature li {
	background:transparent url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/bullet-square-blue.gif') no-repeat 0px 0.5em ;
	padding-left: 8px;
	font: normal bold 12px/18px arial;
	list-style-type: none;
	list-style-position: outside;
}

ul.feature li a {
	color: #000;
}

ul.feature li a:hover {
	color: #0066CC;
}

.sidebar {
	border-left:1px dotted #D6D6D6;
	margin-left: 0px;
	margin-right: 0;
	padding-left: 9px;
}

/* WNYC STYLES */

.sub_masthead {
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
	margin-bottom: 10px;
}

.noborder {
    border: none;
}

/* general text */

p {
	font-size: 13px;
	line-height: 20px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
	font-size: 22px;
}

h2.title {
	font-size: 22px;
	margin-bottom: 4px;
	clear: both;
}

h2 a, h3 a, h4 a {
	color: #000;
	text-decoration: none;
}

h2 a:hover, h3 a:hover, h4 a:hover {
	color:#0066CC;
}

h3.date, h3.date a {
	color: #6a6a6a;
    margin-top: 7px;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 3px;
}

h3.channel-name a {
        color: #666;
        font-size: 9pt;
        font-weight: normal;
        text-transform: uppercase;
}

h3.subtitle {
    padding-top: 4px;
    padding-bottom: 0px;
	font-size: 13px;
}

a {
    color:#0066CC;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted invert;
}

a.listen {
	background:transparent url(/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/listen.gif) no-repeat scroll left top;
	padding:0 0 10px 17px;
}

.more:after  {
	content: " \0BB";
}

/* end text */

/* ARTICLE / EPISODE / SEGMENT */

.article-head {
	border-bottom: 1px dotted #d6d6d6;
	margin-bottom: 10px;
}

.article-breadcrumbs {
	font-size: 10px;
	color: #666;
}

.article-breadcrumbs a {
	color: #666;
	text-decoration: none;
}

.article-breadcrumbs a:hover {
	text-decoration: underline;
}

.article-series {
	border-top: 1px dotted #d6d6d6;
	padding-top: 10px;
	font-size: 11px !important;
	line-height: 17px !important;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
	background-color: #fff;
}

.article-series p {
	margin-bottom: 8px;
	font-size: 11px !important;
	line-height: 17px !important;
}

.article-series h3 a {
	text-decoration: none;
}

.article-series img {
	padding-right: 5px;
}

.article-series h3 {
	line-height: 24px !important;
	font-size: 19px;
	color: #333;
	font-weight: 400;
	margin: 0 0 3px 0;
}

.article-tools {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

ul.sharelinks {
	margin: 0px;
	padding: 0px 0px 0px 2px;
}

.sharelinks li {
	float: left;
	padding: 0px 5px 0px 0px;
	font-size: 11px;
	line-height: 11px;
	border-right: 1px solid #999;
	overflow: visible;
}

.sharelinks li.email {
	background: transparent url('/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/email.gif') no-repeat 0px 0px;
	padding-left: 20px;
}

.sharelinks li.share {
	background: transparent url('/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/share.gif') no-repeat 2px 0px;
	padding-left: 20px;
}

.sharelinks li.print {
	background: transparent url('/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/print.gif') no-repeat 5px -2px;
	padding-left: 24px;
}

.sharelinks li.bookmark {
	background: transparent url('/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/bookmark.gif') no-repeat 5px -1px;
	padding-left: 22px;
	border-right: 0px;
}

.sharelinks li.transcript {
	background: transparent url('/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/transcript.gif') no-repeat 13px 0px;
	padding-left: 24px;
	padding-right: 0px;
	border-right: 0px;
	float: right;
}

.sharelinks li.edit-item {
	background: transparent url('/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/edit.gif') no-repeat 13px 0px;
	padding-left: 26px;
	padding-right: 0px;
	float: right;
	border-right: 0px;
}

/*email this*/

#emailthiswrapper {
	display: none;
	position: absolute;
	width: 425px;
	z-index: 20;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #bfbfbf;
}

#emailthiswrapper input, #emailthiswrapper textarea{
	margin-bottom: 10px;
}

#emailthiswrapper .emailthis-submitbutton {
	margin-bottom: 0px;
}

#emailthiswrapper label{
	width: 425px;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

#emailthiswrapper h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
}

#emailthis_submit {
        margin-top: 10px;
}

#emailthiswrapper span {
        margin-bottom: 2px;
        color: #666;
        font-weight: normal;
}

.error-highlight {
        color: #E21E26;
}

#emailthiswrapper .form-note {
        font-size: 10px;
        color: #666;
        margin-bottom: 10px;
}




ul.series-navlinks {
border-bottom: 1px dotted #d6d6d6;
width: 620px;
margin-bottom: 10px;
overflow: hidden;
padding: 0;
list-style: none;
}
 
ul.series-navlinks li {
float: left;
margin-right: 10px;
width: 190px;
padding: 0;
font-size: 11px;
}

ul.series-navlinks li a {
    color: #6a6a6a;
    text-decoration: none;
}

ul.series-navlinks li a:hover {
    text-decoration: underline;
}

.serieslinks {
	margin-top: 7px;
	padding-top: 6px;
	border-top: 1px solid #d6d6d6;
}

.serieslinks li h4 {
    font-size: 11px;
}
.serieslinks li {
    font-size: 10px;	
}

.article-main {
	float: right;
	width: 365px;
}

.article-wide {}

.appearance-lead {
	margin-bottom: 15px;
}

.article-wide li {
	margin-bottom: 10px;
}

.article-sidebar {
	width: 200px;
	float: left;
	margin: 4px 14px 0 0;
}

.article-slideshow-tease, .article-map-holder, .article-eventpromo {
	margin-bottom: 15px;
}

.article-eventpromo p {
	font-size: 11px !important;
}

.article-eventpromo p.sidebar-event {
	margin-bottom: 0px;
	font-weight: 800;
	color: #666;
}

.article-eventpromo a {
	color: #000000;
}

.article-map {
	width: 200px;
	height: 200px;
	background-color: #bfbfbf;
}

.upcoming-tease {
    margin-top: 20px;
}

.article-slideshow-tease .link {
    font-size: 11px;
}

.article-slideshow {
	padding: 15px 0 25px;
        border-top: 1px dotted #d6d6d6;
	clear: left;
}

.storyslide {
  display: none;
  width: 620px;
  height: 395px;
}

.storyslide-image {
    background-color: #000;
    text-align: center;
}

.moreslides a {
	color: #ffffff;
	text-decoration: none;
}

.moreslides .teaserbox {
	overflow: hidden;
	height: 380px;
	background-color: #262626;
	text-align: center;
}

.moreslides .teaser {
    margin-top: 65px;
}

.moreslides ul li {
	float: left;
	margin-left: 27px;
	width: 120px !important;
}

.storyslides {
  width: 620px;
  height: 365px;
  display: block;
  margin-bottom: 10px;	
}

.storyslide-nav {
	font-size: 11px;
}

#storyslide-nav a {
background:#fff none repeat scroll 0 0;
border:1px solid #bfbfbf;
margin:0 2px;
padding:3px 5px;
text-decoration:none;
}

#storyslide-nav a.activeSlide {
color: #fff;
background:#195999 none repeat scroll 0 0;
}

.storylinks {
	font-size: 14px;
	margin-bottom: 12px;
}

.storylinks li {
	line-height: 20px;
        color: #333;    /* for annotations */
	font-size: 9pt;
}

.storylinks li a {
        margin-right: 5px; /* for annotations */
	margin-top: 1px;   /* for annotations */
	font-size: 10pt;
}

.article-tags {
	font-size: 12px;
	line-height: 16px;
	padding: 8px;
	margin: 0 0 10px 0;
	background-color: #d6d6d6;
}

.article-tags li, .article-bottom-tags li, .article-bottom-channel {
	display: inline;
	list-style-type: none;
	padding-right: 4px;
}

.article-tags li.read-more, .article-bottom-tags li.read-more {
        font-weight: bold;
}

.article-bottom-tags, .article-bottom-appearances, .article-bottom-channel {
	clear: both;
	padding-top: 10px;
	border-top:1px dotted #d6d6d6;
	margin: 0 0 10px 0;
}

.article-bottom-appearances {
	font-size: 11px;
}

.article-bottom-appearances ul {
	margin-bottom: 10px;
}

.article-bottom-appearances li {
	padding-right: 3px;
	display: inline;
}

.article-bottom-appearances li:after {
  content: ",";
}

.article-bottom-appearances li:first-child:after, .article-bottom-appearances li:last-child:after {
  content:"";
}

.article-pullquote {
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 12px 8px 16px;
	margin: 3px 0 10px 0;
	background-color: #f1f1f1;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.article-pullquote .curly  {
	font-size: 14px;
	font-family:"Trebuchet MS",Helvetica,Arial,san-serif;
}

.article-pullquote .curly.left {
	margin-left: -.65em;
	margin-right: .15em;
}

.article-pullquote .attribution {
	text-align: right;
	display: block;
}

.article-pullquote a {
	color: #000;
	text-decoration: none;
}

.article-bottom {
	overflow: hidden;
	margin-top: 20px;
}

.article-head h2 {
	margin-bottom: 3px;
	font-weight: 400;
	clear: both;
}

.article-head p {
	font-size: 14px;
	margin-bottom: 13px;
	line-height: 23px;
}

.article-description blockquote {
	border-left:2px solid #d6d6d6;
	font-style:italic;
	margin:10px auto 15px;
	padding:0 10px;
	width:85%;
}

.article-description h3 {
    font-size: 18px;
    line-height: 21px;
}

.article-description h4 {
    font-size: 15px;
    line-height: 17px;
}

.article-description h3, .article-description h4 {
    padding-top: 10px;
    margin-bottom: 13px;
}

.article-video h4, .article-audioplayer h4 {
    margin-bottom: 2px;
}

.videoplayer {
	padding-bottom: 12px;
}

.videoplayer .media_buttons {
}

.Embed {
	border-left: 0px solid #000;
	background-position: 0px center;
	padding: 5px 0px 0px 18px;
}

.article-videoplayer .videoplayer .Embed, .article-videoplayer .videoplayer .media_buttons {
	display: block;
}

.article-videoplayer .videoplayer .media_buttons {
	padding-bottom: 12px;
}

.videoplayer .media_buttons fieldset {
	margin-top: 12px;
	float: left;
}

.article-videoplayer .videoplayer .media_buttons  fieldset {
	margin: 0px;
	margin: 12px 0px 12px 0px;
	float: left;
}

.article-videoplayer .videoplayer .media_buttons .embedthis { }

.user-embedded-video {
        height: 368px;
        display: block;
        margin-bottom: 20px;
}

.article-audioplayer {
	width: 529px;
	height: 67px;
	margin: 0px;
	padding: 14px 0px 20px 93px;
	background: transparent url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/article-player-bg.gif') no-repeat 0px 0px;
	font-size: 11px;
}

.article-audioplayer a {
	padding-top: 6px;
	padding-bottom: 6px;
}

.article-audioplayer a:hover {
	text-decoration: underline;
}

.article-audioplayer .media_buttons {
	margin-bottom: 0px;
	margin-top: 11px;
	padding-bottom: 0;
	position: relative;
	float: left;
}

.article-audioplayer .downloadlink {
	margin-top: 11px;
	float: left;
}

.article-audioplayer .media_buttons fieldset {
	position: absolute;
	clear: both;
	left: 0px;
}

.article-audioplayer .media_buttons legend {
	font-weight: bold;
}

.sideblock .article-audioplayer {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	background: none;
	width: 300px;
	height: 55px;
}

.sideblock .article-audioplayer a {
	padding-top: 6px;
	padding-bottom: 6px;
}

.sideblock .article-audioplayer a:hover {
	text-decoration: underline;
}

.sideblock .media_buttons fieldset {
	position: static;
	display: block;
	margin: 0px;
	float: none;
	margin: 24px 0px 12px 0px;
}

.sideblock .media_buttons .embedthis { }

.audio_fullsize {
	clear: both;
}

.article-inlineplayer {
    height: 48px;
	margin-bottom: 10px;
}

.article-video {
    margin-bottom: 14px;
}

.article-description blockquote p {
	font-size:14px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 23px;
}

.article-marquee {
	margin-top: 5px;
	margin-bottom: 10px;
}

.article-headergroup {
	padding-bottom: 10px;
}

.article-titlegroup {

}

.article-prevnext {
	font-size: 10px;
	line-height: 10px;
	float: right;
}

.article-prevnext li {
	display: inline;
}

.article-prevnext li.previous:after {
  content:" | ";
}

.article-description ul, .article-description ol {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}

.article-description ol {
    margin-left: 13px;   
}
	
.article-description ul li ul, .article-description ol li ol{
	margin-bottom: 0px;
	padding-top: 3px;
}
	
.article-description ul li {
	list-style: circle;
	list-style-position: inside;
	margin-left: 15px;
	padding: 3px 0px;
}
	
.article-description ul li ul li {
	list-style:disc;
	list-style-position: inside;
}
	
.article-description ol li {
	list-style:decimal;
	list-style-position: inside;
	font-size:12px;
	padding:3px 0px;
}
	
.article-description ol li ol li {
	list-style:decimal-leading-zero;
	list-style-position: inside;
}

.archive-nav {
	text-align: center;
}

.archive-nav a {
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.upcoming-tease h3.upcoming {
	margin-bottom: 10px;
	text-transform:uppercase;
	font-size: 12px;
}

/* COMMENTS */

.nothanks { display: none; }

.comment-thread {
    border-top:4px solid #d6d6d6;
	padding-bottom: 20px;
	margin-bottom:10px;
	margin-top: 20px;
	padding-top: 12px;
	clear: both;
}

.comment-thread h3 {
	font-size: 16px;
	margin-bottom: 12px;
}

#commentlist {
	clear: both;
}

.comment {
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
	margin-bottom: 10px;
}

.staff-comment {
	background-color: #ddd;
	border-top: solid 4px #0159A5;
	padding: 10px;
}

.comment-head {
	margin-bottom: 3px;
}

.comment-avatar {
	line-height: 25px;
}

.comment-author-image {
	height: 25px;
	float: left;
	margin-right: 8px;
}

.comment-guidelines {
	background-color: #f6f6f6;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	border: 1px solid #bfbfbf;
}

.comment-guidelines p {
	font-size: 11px;
}

.comment-author {
	font-size: 13px;
	font-weight: bold;
}

.comment-text {
	margin-bottom: 10px;
}

.comment-author a {
	text-decoration: none;
}

.comment-foot {
	font-size: 11px;
	color: #666;
}

.comment-date {
	display: block;
	margin: 4px 0;
}

.comment-staff-utils {
	text-align: right;
}

.comment div.flagformod,
.comment div.voting {
 	display: inline;
	vertical-align: top;
	padding-right: 2px;
}


.comment-thread label {
	font-weight: bold;
}

.comment-thread input, .comment-thread textarea {
	margin-top: 2px;
	margin-bottom: 10px;
}

.comment-leave {
	font-size: 10px;
	line-height: 19px;
	text-align: right;
}

.comment-thread textarea {
	font: 15px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}


/* SHOWS, SEGMENTS and EPISODES*/

.segment-tease, .episode-tease, .show-tease, .event-tease, .playlist-tease, .tiny-tease {
	border-bottom:1px dotted #C6C6C6;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:0px;
	clear: both;
}

.segment-tease h2.title, .episode-tease h2.title, .show-tease h2.title, .event-tease h2.title, .tiny-tease h2.title {
	font-size: 19px;
	font-weight: 400;
	clear: none;
}

.segment-tease h2.title, .episode-tease h2.title, .show-tease h2.title, .event-tease h2.title, .tiny-tease h2.title {
	font-size: 19px;
	font-weight: 400;
	clear: none;
}

segment-tease .media_buttons a.first, .episode-tease .media_buttons a.first, .show-tease .media_buttons a.first, .event-tease .media_buttons a.first, .playlist-tease.media_buttons a.first, .tiny-tease .media_buttons a.first
	padding-left: 18px;
	background-position: 0px center;
}

.segment-tease .media_buttons a.first.commentlink, .episode-tease .media_buttons a.first.commentlink, .show-tease .media_buttons a.first.commentlink, .event-tease .media_buttons a.first.commentlink, .playlist-tease .media_buttons a.first.commentlink, .tiny-tease  .media_buttons a.first.commentlink {
	padding: 0 5px 0 23px
}

.segment-tease .media_buttons a.edit, .episode-tease .media_buttons a.edit, .show-tease .media_buttons a.edit, .event-tease .media_buttons a.edit, .playlist-tease .media_buttons a.edit, .tiny-tease .media_buttons a.edit {
	background: transparent url('/web/20100224110828/http://parmenides.wnyc.org/media/img/icons/edit.gif') no-repeat 6px 0px;
	padding-left: 21px;
}

#top_stories .segment-tease,
#top_stories .episode-tease {
        border-bottom: 0;
        margin-bottom: 0;
        padding: 10px 10px 5px;
        background-color: #f1f1f1;
}

#top_stories .episode-tease h2.title {
}

#top_stories .segment-tease h2.title {
        font-size: 10pt;
        font-weight: 800;
}

#top_stories {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #E6E6E6;
}

#top_stories h3.date {
        font-weight: bold;
        font-size: 1em;
        text-transform: uppercase;
        margin-bottom: 10px;
}

.top-tease {
    border-bottom: 4px solid #C6C6C6;
    margin-bottom: 20px;
    padding-bottom: 13px;
}

.top-tease .article-description p {
    margin-left: 210px;
    font-size:14px;
    line-height:23px;
    margin-bottom:12px;
}

.top-tease .article-sidebar ul {
    margin-bottom: 0;
}

.top-tease .article-sidebar li {
    margin-left: 0;
    margin-right: 4px;
}

.top-tease .segment-head {
    margin-left: 210px;
    overflow: hidden;
    margin-bottom: 3px;
}


.top-tease .segment-head h3 {
   padding-top: 0;
   margin-bottom: 0px;
   font-size: 15px;
}
    
.top-tease .segment-head p {
	font-size: 13px;
	line-height: 21px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.top-tease .article-titlegroup {
    border: none;
    padding-bottom: 0;
}

.top-tease h2.title {
    font-size: 23px;
}

.top-tease h3.subtitle {
    font-size: 16px;
}

.tease-head {
    overflow: hidden;
    margin-bottom: 7px;
}

.tease-head h4 {
    color: #6a6a6a;
}


	/* Host and Show Listings */

	.host-show {
		border-bottom: 1px dotted #d6d6d6;
		padding: 10px 0px;
	}
	
	.host-show.even {
		background-color: #f1f1f1;
	}
	
	.host-show-image {
		float: left;
		width: 90px; 
	}
	
	.host-show-description {
		float: left;
		margin-left: 10px;
		width: 520px; 
	}

/* images */

.mediumimage {
	width: 200px;
	margin-bottom: 10px;
	position: relative;
}

.smallimage {
	width: 100px;
}

.article-longimage {
	margin-bottom: 10px;
}

.sidebar-longimage {
	margin-bottom: 5px;
}

.imageleft {
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.imageright {
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 13px;
	float: right;
}

.smallestimageright {
	margin-top: 3px;
	margin-left: 8px;
	margin-bottom: 8px;
	float: right;
}

.imagepromo {
	margin-bottom: 3px;
}

.credit, .caption {
	font-size: 10px;
	color: #666;
}

.enlarge_link {
	background-image: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/enlarge-icon.png');
}

* html .enlarge_link {
	background-image: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/enlarge-icon.gif');
}

#enlarge .close a {
	background-image: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/close.gif');	
}

/* end images */

/*blocks*/

.sideblock, .block {
	border-bottom: 1px dotted #d6d6d6;
	margin-bottom: 10px;
    padding-bottom: 0px;
}

.sideblock h3 {
	font-size: 14px;
}

.sideblock h4 {
	font-size: 12px;
	margin-bottom: 3px;
}

.show-nav {
	margin-bottom: 20px;
}

.show-nav h4, .calendar-nav h4 {
	border-top:4px solid #c6c6c6;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top:5px;
	text-transform:uppercase;
}

.sub-alt-show-special h4, .show_special p {
	margin-top: 4px;
}
  
.sideblock ul {
	margin-top: 8px;
	margin-bottom: 12px;
}

.sideblock li {
	font-size: 12px;
    margin: 3px 0 4px 0px;	
}

.block h3 {
	font-size: 13px;
}

.block p {
	font-size: 11px;
}

.sideblock p {
	font-size: 12px;
}

ul.sidetouts {
	margin-bottom:10px;
}

ul.sidetouts li {
	overflow: hidden;
	border-bottom:1px dotted #d6d6d6;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 10px;
	padding:0px 0 10px 0px;
}

ul.sidetouts li.outline {
	border-bottom: none;
	font-size: 11px;
	color: #666;
	text-align: left;
	padding-bottom: 0px;
}

ul.sidetouts li.featuredcomment p {
	margin-bottom: 12px;
	font-size: 11px;
}

ul.sidetouts li.featuredcomment .comment-author {
	font-size: 12px;
	font-weight: normal;
}

ul.sidetouts li.featuredcomment .comment-author-image {
	height: 32px;
}

ul.sidetouts li.featuredcomment .comment-avatar {
	line-height: 13px;
}

ul.sidetouts .imageleft {
	margin-right: 10px;
	margin-bottom: 0px;
}

ul.sidetouts li:first-child {
	padding: 0 0 0 0;
	margin-bottom: 0px;
	border-bottom: none;
}

ul.sidetouts li img {
	float: left;
	margin: 0 0 0 0;
}

ul.sidetouts li h3 {
   font-size: 14px;
   margin-bottom: 5px;
}

ul.sidetouts li h4 {
   font-size: 12px;
   margin-bottom: 2px;
}

ul.sidetouts li p {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px
}

ul.sidetouts li p.date {
	margin-bottom: 0px;
}

ul.flatpage-nav li {
    font-size: 12px;
    font-weight: 600;
}

ul.flatpage-nav li:first-child {
    border-bottom:1px dotted #d6d6d6;
	margin: 5px 0px 10px 0px;
	padding:0px 0 10px 0px;
}

ul.flatpage-nav li:last-child {
border: none;
margin-bottom: 0px;
padding-bottom: 0px;
}



/* archive calendar */

#show_calendar {
        background-color: #eee;
        border: 1px solid #585858;
        padding: 12px 0px 6px 0px;
        width: 138px;
}

#show_calendar .ui-datepicker-inline {
        padding-bottom: 6px;
}

#show_calendar a.ui-datepicker-prev {
        display: inline;
        width: 20px;
        float: left;
        background: #eee url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/schedule/schedule-cal-arrow-l.gif') no-repeat 6px 0px;
        overflow:hidden;
        text-indent: -9999px;
        height:14px;
}

#show_calendar a.ui-datepicker-next {
        display: inline;
        width: 20px;
        float: right;
        background: #eee url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/schedule/schedule-cal-arrow-r.gif') no-repeat 3px 0px;
        overflow:hidden;
        text-indent:-9999px;
        height:14px;
}

#show_calendar .ui-datepicker-title {
        font: normal bold 11px/13px arial;
        padding: 0px 2px 5px;
        text-align: center;
}

#show_calendar table {
        font: normal normal 10px/10px arial;
        margin: 0px auto;
}

#show_calendar table th {
        font-weight: bold;
}

#show_calendar table th, #show_calendar table td {
        text-align: center;
        padding: 3px 1px;
        width: 16px;
}

#show_calendar table td a {
        display: block;
        width: 16px;
        height: 16px;
        line-height: 16px;
        color: #2f81d3;
}

#show_calendar table td a:hover {
        background-color: #555556;
        color: #fff;
        text-decoration: none;
}

#show_calendar table td.today a {
        background-color: #2f81d3;
        font-weight: bold;
        color: #fff;
}

#show_calendar table td.inactive a, #show_calendar table td.inactive a:hover {
        color: #999;
}
	




/*end blocks*/



/* ads */

.bigbox_ad {
	text-align: center;
	margin: 0 0 10px 0px;
    border: 1px solid #d6d6d6;
	width: 300px;
}

.bigbox_ad p {
    margin-bottom: 0;
	text-align: center;
	color: #ccc;
	text-transform:uppercase;
	line-height: 30px;
    border-bottom:1px solid #d6d6d6;
}

/* end ads */

#playlist-nav li a {
    color: #666;
    text-decoration: none;
}

#playlist-nav li a:hover {
    text-decoration: underline;
}

#playlist-nav li a.active {
    color: #0066CC;
}

/* playlist tabs */

.playlistTabs {
	margin-top: 20px;
	background: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/playlist-tab-bg.gif') repeat-x left bottom;
}

.playlistTabs ul { }

.playlistTabs li.header { }

.playlistTabs li {
	float: left;
	background: url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/playlist-tab-left.gif') no-repeat left top;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 6px;
	border-bottom: 1px solid #989898;
	overflow: hidden;
	height: 26px;
}

.playlistTabs li.header {
	background: none;
	border: none;
	color: #000;
	font: normal bold 12px/25px arial;
	padding: 0px 0px 0px 0px;
	margin-right: 12px;
}

.playlistTabs a {
	float: left;
	display: block;
	background: #fff url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/playlist-tab-right.gif') no-repeat right top;
	padding: 0px 8px 0px 2px;
	text-decoration: none;
	font: normal bold 14px/27px arial;
	color: #fff;
	height: 26px;
	overflow: hidden;
}

.playlistTabs a:hover {
	color: #CCC;	
	text-decoration: none;
}

.playlistTabs .current {
	background-image:url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/playlist-tab-left-on.gif');
	border-bottom: 1px solid #fff;
}

.playlistTabs .current a {
	background-image:url('/web/20100224110828/http://parmenides.wnyc.org/media/img/wqxr/nav/playlist-tab-right-on.gif');
	color: #085eac;
}


/* Profile */

.profile-head-row {
        clear: both;
        height: 50px;
        padding: 10px 0;
}

.profile-nav {
	font-size:11px;
	font-weight:bold;
	line-height:2em;
}

.profile-nav ul {
	overflow:hidden;
	padding:1px 0 0;
}

.profile-nav li {
	display:block;	
}

.profile-nav li a {
	background-color:#f6f6f6;
	border:1px solid #bfbfbf;
	color:#000;
	display:block;
	margin:-1px 0 0;
	padding:4px 5px 5px 10px;
	text-decoration:none;
	width:122px;
}

.profile-avatar {
	float: left;
	margin-right: 10px
}


.profile-nav li a:hover, .profile-nav li a.active {
background-color:#ffffff;
}

.profile-tease li {
	list-style: none;
	line-height: 18px;
	margin: 5px 0;
}

.profile-head {
	margin-bottom: 5px;
}

.profile, .profile-email {
	margin: 10px 0;
}

.profile-bark-form {
	margin: 20px 0 10px 0;
}

.profile-tease .comment-src {
	font-size: 11px;
	line-height: 1.2em;
	margin: 5px 0 15px;
}

.profile label, .profile-email label {
	padding-top: 2px;
	font-weight: bold;
	width: 120px;
	font-size: 11px;
	float: left;
	margin-right: 10px;
	display: block
}

.profile label {
	text-align: right;
	width: 100px;	
}

.profile-password label {
	width: 200px;
}

.profile input, .profile-email input {
	margin-bottom: 10px;
	display: block;
}

.profile .errorlist, .profile-email .errorlist {
	color: red;
}

.profile .errorlist {
	margin-left: 110px;
}

.profile .submit {
	margin-left: 130px;
}

.profile-email .submit {
	margin-top: 10px;
}

/*  Image Caption */

p.image-caption, .top-tease .article-description p.image-caption {
	font-size: 10px;
	line-height: 13px;
	clear: both;
	color: #666;
	text-align: left;
	padding: 4px 0 0;
	margin: 0;
}

p.image-caption a {
	color: #666;
}

img.captioned {
	margin-bottom: 4px;
}

/* PLAYLIST AND SETLIST TEMPLATE */

.playlist-template, .setlist-template {
	clear: both;
	border: 1px solid #c6c6c6;
	padding: 20px 0px 20px 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	display:block;
	background-color: #eee;
}

.playlist-template h1, .setlist-template h1  {
	margin: 0px;
	padding: 0px 0px 15px 10px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.playlist-template div.playlist-items, .setlist-template div.setlist-items {
	background: #eee url('/web/20100224110828/http://parmenides.wnyc.org/media/img/playlist-template-bg.gif') repeat-y 10px 0px;
}

.playlist-template div div, .setlist-template div div {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px 10px 0px 15px;
}

.playlist-template div div.column-1, .setlist-template div div.column-1 {
	padding-left: 10px;
}

.playlist-template div div.column-3, .setlist-template div div.column-3 {
	padding-right: 0px;
	border-right: 0px;
}

.playlist-template div div div, .setlist-template div div div {
	width: auto;
	float: none;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.playlist-template h2 {
	border: 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.playlist-template p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}

.playlist-template p.author {
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
}

.setlist-template .setlist-items ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}

.setlist-template .setlist-items ul li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	padding: 0px 0px 8px 0px;
	margin-left:0px;
}

.setlist-template ul li span.position {
	font-weight: bold;
}

.setlist-template ul li span.artist {
	font-weight: normal;
}

.setlist-template ul li span.song {
	font-style: italic;
}

/* Polls */

.poll {
	background-color: #eeeeee;
	padding: 0px 5px 12px 5px;
	width: 187px;
	border: 1px solid #c6c6c6;
	float: right;
	margin: 0px 0px 10px 15px;
}

.poll h3 {
	font-size: 20px;
	line-height: 22px;
	color: #333;
	padding-bottom: 8px;
	padding-right: 7px;
	padding-left: 7px;
	margin: 0px;
	text-align: center;
}

.poll p {
	color: #333;
	font-size: 12px;
	line-height: 15px;
    padding: 0px 7px;
    margin: 0px;
	text-align: left;
}

.poll p.subtitle {
	color: #333;
    padding-bottom: 7px;
    font-weight: bold;
    text-align: center;
}

.poll p.description {
    padding-bottom: 7px;
}

.poll p.results {
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 8px 0px 0px 0px;
    clear: both;
    margin: 0px;
}

.poll p.results a {
	color: #085eac;
	font-weight: bold;
	text-decoration: underline;
}

.poll p.results a:hover {
	color: #333;
	text-decoration: underline;
}

.poll .survey_wrapper {
	position: relative;
}

.poll .vote { }

.poll .vote div {
	border: 1px solid #c6c6c6;
	background-color: #fff;
	padding: 10px 10px 0px 10px;
	text-align: center;
	width: 112px;
	margin-left: 26px;
}

.poll .vote h2 {
	text-align: center;
	color: #333;
	padding: 0px 0px 4px 0px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

ul.voteList, .article-description ul.voteList {
	margin-bottom: 0px;
	font-size: auto;
	line-height: inherit;
}

ul.voteList li, .article-description ul.voteList li {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	margin-top: 6px;
	width: 108px;
}

.poll .vote ul li a {
	display: block;
	width: 104px;
	color: #fff;
	font: normal bold 11px/13px arial;
	padding: 6px 2px 6px 4px;
	background-color: #085EAC;
	border: 1px solid #c6c6c6;
}

.poll .vote ul li a:hover {
	text-decoration: none;
	background-color: #666;
}


/* Events Archive */

.month-archive { }

.events .event-detail {
	margin-top: 0px;
}

.event-detail div.event-tease:last-child {
	border-bottom: 0px;
}

.events .event-tease a.more {
	font-size: 11px;
	line-height: 11px;
}

.events h3.subhead, .event-detail-page h3.subhead {
	font: normal normal 22px/18px arial;
	margin-bottom: 10px;
	border-bottom: 1px dotted #D6D6D6;
	padding-bottom: 14px;
}

.event-tease {
	display:block;
	margin-bottom: 15px;
	overflow:hidden;
}

.event-tease h3.subtitle {
	color: #999;
}

.event-detail div.event-tease:last-child {
	border-bottom: 0px;
}

.event-date {
	padding: 0px;
	margin: 0px;
}

.events .event-date h3.date {
	font-weight: bold;
	color: #666;
	font-size:13px;
	line-height: 13px;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
}

.event-full h2 {
	font-size: 15px;
	font-weight: bold;
	
}

.event-full h2.title {
	padding-bottom: 0px;
}


/* Events Detail */

.event-detail-page .event-detail {
	margin: 0px;
	padding: 0px;
}

.events .event-date h3.date {
	font-weight: bold;
	color: #666;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 8px;
}

.events .event-date h3.subtitle {
	margin-bottom: 4px;
}

.event-detail-page .event-detail {
	padding: 0px;
}

ul.sharelinks {
	margin: 0px;
	padding: 0px 0px 0px 2px;
}

.sharelinks li {
	float: left;
	padding: 0px 5px 0px 0px;
	font-size: 11px;
	line-height: 11px;
	border-right: 1px solid #999;
}

.event-date-category {
	overflow: hidden;
	border-bottom: none;
	padding-bottom: 16px;
}

.event-date-category ul li {
	padding-top: 0px;
	color: #999;
}

.event-tools {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px dotted #D6D6D6;
}

.event-tools ul.sharelinks li.print {
	border-right: 0px;
}

.event-full h3.date {
	line-height: 4px;
	font-weight: bold;
	color: #666;
}

.event-venue {
	clear: both;
}

.event-full h4 {
	border-bottom: 1px dotted #D6D6D6;
}
	

/* Calendar */

#event-calendar {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.events-calendar {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-collapse: collapse;
	border-left: 0px solid #bfbfbf;
	font-size: 13px;
	color: #303030;
	text-align: center;
	background-color: #fff;
}

.events-calendar td, .events-calendar th  {
	border-left: 1px solid #bfbfbf;
}

.events-calendar th {
	border-top: 1px solid #bfbfbf;
}

.events-calendar caption {
	padding: 0px;
	padding-bottom: 8px;
	color: #333;
	font: normal bold 13px/13px arial;
	overflow: hidden;
	text-align: left;
	background-color: transparent;
}

.events-calendar caption a, .events-calendar caption .monthlink a {
	padding: 0px;
	color: #333;
	font: normal bold 12px/23px arial;	
}

.events-calendar .today, .events-calendar td.today a, .events-calendar td.today a:link, .events-calendar td.today a:visited {
	background: #085EAC;
}

.events-calendar td a:link, .events-calendar td a:visited {
	background-color: #ececec;
	color: #333;
}

.events-calendar td a:hover, .events-calendar td a:active {
	background-color: #085EAC;
	color: #fff;
}

