html {
  background: #eeeded;
  font-family: arial, sans-serif;
  font-size: 62.5%;
}

body {
  padding: 0px;
  font-size: 1em;
  line-height: normal;
  color: #333;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
}

a {
  color: #fe5900;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.error_page {
  padding-top: 100px;
}

.error_page p {
  font-size: 1.2em;
}

#mobile-app-ad-inner {
  background-color: #fe5800;
  text-shadow: 1px 2px #b13d00;
}

#mobile-app-ad a#dismiss {
  background: url(/media/img/radiolab/radiolab-sprite.png) no-repeat 0 -422px;
}

#mobile-app-ad a#dismiss:hover {
  background-color: #b13d00;
}

/* Backgrounds */

.box-close {
  background: transparent url('/media/img/radiolab/box-close.png') no-repeat 0px 0px;
  height: 14px;
}

.radiolab_home .box-close  {
  display: none;
}

/* Structure */

.column-container {
}

.radiolab_home .column-container,
.radiolab_archive .column-container {
  background: none;
}

.radiolab_archive .main.radiolab-content {
  padding-left: 0 !important;
}

.radiolab_archive .box-close {
  display: none;
}

.home-column-container {
  margin-top: 38px;
}

.main {
  min-height: 573px;
  height: auto !important;
  height: 573px;
  font-size: 11pt;
  background-color: #fff;
  -moz-box-shadow: 0px 2px 10px #ddd;
  -webkit-box-shadow: 0px 2px 10px #ddd;
  box-shadow: 0px 2px 10px #ddd;
  margin: 0;
  padding: 0 10px;
}

.main.home-main {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: inherit;
}

.sidebar {
  margin-left: 1.8%;
  margin-right: 0;
}

/* Header and Navigation */

#header {
  width: 100%;
  background: #333;
  height: 35px;
}

#header-donate {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #FE5800;
  font-size: 1.1em;
  line-height: 3.2em;
  font-weight: bold;
  width: 15%;
  text-transform: uppercase;
}

#header-donate a {
  color: #fff;
}

.header-util {
  margin: 0 auto;
}

.header-util-nav,
.header-sn-search {
  background: #333;
  float: left;
  display: inline-block;
  padding-top: 5px;
}

.header-util-nav {
  width: 43%;
}

.header-util-nav li {
  float: left;
}

.header-util-nav li a,
.header-util-nav li {
  color: #eee;
  text-transform: uppercase;
  font-size: 1.05em;
  line-height: 2.2em;
  padding: 0 10px 0 0;
}

.header-util-nav li:first-child a {
  background: none;
  padding-left: 0px;
}

.header-util-nav li.username a {
  color: #fe5900;
}

.header-util-nav li.user-welcome a {
  padding: 0px;
}

.header-sn-search{
  width: 36%;
  padding-right: 3%;
}

.header-sn-search form {
  float: left;
  margin-top: 3px;
  width: 157px;
  overflow: hidden;
}

.header-sn-search form input.text {
  width: 96px;
  height: 12px;
  padding: 2px;
  margin: 0 5px 0 0;
  float: left;
  background: #444;
  color: #ddd;
  font-size: 11px;
  border: 1px solid #666666;
  border-radius: 2px;
}

.header-sn-search form input.submit {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 16px;
  font-size: 1.1em;
  background: none;
  text-transform: uppercase;
  color: #EEEEEE;
  width: 50px;
}

.header-sn-search form input.submit:hover {
  text-decoration: underline;
}

.header-sn {
  overflow: hidden;
  height: 22px;
  width: 60px;
  padding-left: 10%;
  float: left;
  margin-top: 1px;
}

.header-sn li {
  float: right;
  margin-right: 6px;
}

.header-sn li.title {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: normal;
}

.header-sn li a {
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  background: url("/media/img/radiolab/radiolab-sprite.png") no-repeat scroll -249px -391px #888;
  border-radius: 3px;
}

.header-sn li.twitter a {
  margin-right: 1%;
}

.header-sn li.facebook a {
  background-position: -271px -391px;
}

.header-sn li.twitter a:hover {
  background-position: -249px -391px;
  background-color: #FE5800;
}

.header-sn li.facebook a:hover {
  background-position: -271px -391px;
  background-color: #FE5800;
}

.header-title-nav {
  height: 155px;
  position: relative;
}

.header-title-nav h1.logo a {
  background: url(/media/img/radiolab/radiolab-logo.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  width: 403px;
  height: 109px;
  top: 20px;
  position: absolute;
}

.header-title-nav ul {
  width: 287px;
  height: 25px;
  position: absolute;
  top: 105px;
  /*left: 118px;*/
  left: 138px;
}

.header-title-nav ul li {
  float: left;
}

.header-title-nav ul li a {
  display: block;
  height: 24px;
  text-indent: -9999px;
  background: transparent url('/media/img/radiolab/radiolab-sprite.png') no-repeat 0px 0px;
}

.header-title-nav ul li.listen a {
  width: 58px;
}

.header-title-nav ul li.listen a:hover {
  background-position: 0 -24px;
}

.header-title-nav ul li.read a {
  width: 55px;
  background-position: -58px 0;
}

.header-title-nav ul li.read a:hover {
  background-position: -58px -24px;
}

.header-title-nav ul li.watch a {
  width: 65px;
  background-position: -110px 0;
}

.header-title-nav ul li.watch a:hover {
  background-position: -110px -24px;
}

.header-title-nav ul li.podcasts a {
  width: 94px;
  background-position: -162px 0px;
}

.header-title-nav ul li.podcasts a:hover {
  background-position: -162px -24px;
}

/* TK
.header-title-nav ul li.make a {
  width: 90px;
  background-position: -72px 0px;
}

.header-title-nav ul li.make a:hover {
  background-position: -72px -24px;
}
*/

.header-title-nav li.donate,
.header-title-nav li.about,
.header-title-nav .mobile-nav,
.mobile-footer { /* hide at desktop screen size */
  display: none;
}

/* Footer */

.radiolab-footer {
  margin-top: 20px;
}

.radiolab-footer-about {
  height: 37px;
  padding-bottom: 30px;
  overflow: hidden;
}

.radiolab-footer-about a {
  text-indent: -9999px;
  background: transparent url('/media/img/radiolab/footer-elements.png') no-repeat 0px 0px;
  display: block;
}

.radiolab-footer-about h2 {
  float: left;
  width: 188px;
}

.radiolab-footer-about h2 a {
  width: 188px;
  height: 37px;
}

.radiolab-footer-about a.about-radiolab {
  float: left;
  height: 37px;
  width: 80px;
  background-position: -188px 0px;
}

.radiolab-footer-about p {
  font-weight: bold;
  float: right;
  text-align: right;
  line-height: 1.5em;
  padding-top: 10px;
  width: 490px;
  color: #666;
}

.radiolab-footer-about p a {
  text-indent: none;
  background: 0;
  display: inline;
  text-decoration: underline;
}

.radiolab-footer-about a img {
  position: relative;
  top: -2px;
}

.radiolab-footer-nav {
  height: 30px;
}

.radiolab-footer-nav h2 {
  float: left;
  width: 72px;
}

.radiolab-footer-nav h2 a {
  text-indent: -9999px;
  background: transparent url('/media/img/radiolab/footer-elements.png') no-repeat  0px -67px;
  display: block;
  width: 72px;
  height: 30px;
}

.radiolab-footer-nav ul {
  width: 600px;
  float: right;
  padding-top: 10px;
}

.radiolab-footer-nav ul li {
  float: right;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  border-right: 1px solid #999;
  margin-right: 7px;
  padding-right: 7px;
}

.radiolab-footer-nav ul li:first-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

/* Sidebar Elements */

.radiolab-widget {
  margin-bottom: 25px;
  clear: both;
}

.radiolab-widget-header {
  border-bottom: 2px solid #000;
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.radiolab-widget h2 {
  color: #0dc9ff;
  font-size: 1.8em;
  float: left;
}

.sidebar h4.noise {
  color: #0dc9ff;
  font-size: 18px;
  background: 0;
  padding: 8px 0;
  border-bottom: 2px solid #000;
  text-transform: none;
  clear: both;
}

.sidebar h4.noise span {
  font-size: 18px;
  background: 0;
}

.sidebar .latest-podcast {
  font-size: 8.5pt;
}

.sidebar .latest-podcast p {
  display: inline;
}

.sidebar .feed-list {
  font-size: 1.1em;
  line-height: 1.6em;
}

.sidebar .feed-list a.feed-link {
  font-weight: bold;
}

.damost h2 {
  width: 120px;
}

ul#damost-nav {
  height: 15px;
  position: relative;
  top: 4px;
}

ul#damost-nav li {
  float: left;
  height: 14px;
  padding-left: 4px;
  margin-left: 3px;
  border-left: 1px solid #000;
}

ul#damost-nav li:first-child {
  border-left: 0px;
  margin-left: 0px;
}

ul#damost-nav li a {
  height: 15px;
  display: block;
  padding: 0px 5px 0px 4px;
  color: #000;
  font-size: 10px;
  overflow: hidden;
  line-height: 13px;  
}

ul#damost-nav li.commented a {
  width: 58px;
}

ul#damost-nav li:hover, ul#damost-nav li.active {
  background: transparent url('/media/img/radiolab/widget-btn.png') no-repeat left top;
}

ul#damost-nav li:hover a, ul#damost-nav li.active a {
  background: transparent url('/media/img/radiolab/widget-btn.png') no-repeat right top;
  text-decoration: none;
}

ul#damost-nav li a span {
  display: none;
}

#damost div {
  clear: both;
  border-top: 2px solid #000;
  padding: 10px 0;
  width: 300px;
  margin-top: 18px;
}

#damost .tab ol {
  list-style: none;
}

#damost ol li {
  font-size: 1.1em;
  line-height: 1.4em;
  background: transparent url('/media/img/radiolab/widget-bullet.png') no-repeat 0px 6px;
  padding: 5px 0px 2px 14px;
  zoom: 1;
}

#damost ol li a {
  color: #000;
}

.featured-comments li.featuredcomment {
  line-height: 1.6em;
  font-size: 1.05em;
  padding: 12px 0 0;
  background: 0;
  border-bottom: 1px solid #ddd;
}

.featured-comments li.featuredcomment p {
  border: 0;
  width: auto;
}

li.featuredcomment .comment-author,
li.featuredcomment .comment-object {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  border: 0;
}

/* Homepage: Explore Radiolab Form and Output */

.feature-section-home {
  margin-top: 34px;
}

.feature-home {
  width: 550px !important;
}

.feature-explore {
  width: 390px !important;
}

.feature-explore h2.explore-label {
  margin: 32px 0px 0px 2px;
  height: 37px;
  width: 388px;
  text-indent: -9999px;
  background: #c7dfdd url('/media/img/radiolab/explore-label.png') no-repeat 10px 7px;
}

.explore-display {
  background-color: #c7dfdd;
  padding: 0px 9px;
  width: 370px;
  margin-left: 2px;
}

.explore-output {
  width: 220px;
  height: 208px;
  position: relative;
  float: left;
}

.explore-output img {
  position: absolute;
}

.explore-output h2.title {
  position: absolute;
  font-size: 28px;
  line-height: 34px;
  top: 3px;
  left: 8px;
  color: #fff !important;
  width: 155px;
}

.explore-output h2.shadow.title {
  color: #000 !important;
  top: 5px;
  left: 10px;
}

.explore-output ul {
  position: absolute;
}

.explore-output ul li {
  float: left;
}

.explore-output .transport {
  width: 52px;
  height: 21px;
  right: 3px;
  top: 9px;
}

.explore-output .transport li {
  margin-right: 6px;
}

.explore-output .transport li a {
  width: 20px;
  height: 21px;
  display: block;
  text-indent: -9999px;
  background: transparent url('/media/img/radiolab/explore-icons.png') no-repeat 0px 0px;
}

.explore-output .transport li.add a {
  background-position: 0px 0px;
}

.explore-output .transport li.play a {
  background-position: -26px 0px;
}

.explore-output .explore-util {
  height: 20px;
  right: 8px;
  bottom: 18px;
}

.explore-output .explore-util li {
  float: left;
  background: transparent url('/media/img/radiolab/explore-list-bg.png') no-repeat 0px 0px;
  height: 20px;
}

.explore-output .explore-util li.read-more {
  padding: 0px 0px 0px 5px;
}

.explore-output .explore-util li.download {
  background-position: right 0px;
  padding: 0px 5px 0px 0px;
}

.explore-output .explore-util li a {
  display: inline;
  color: #000;
  line-height: 1.8em;
}

.explore-output .explore-util li.read-more a {
  border-right: 1px solid #000;
  padding-right: 6px;
}

.explore-output .explore-util li.download a {
  padding-left: 8px;
}

.explore-form {
  width: 140px;
  float: right;
}

.explore-form .top, .explore-form .bottom {
  width: 140px;
  height: 5px;
  background: transparent url('/media/img/radiolab/explore-nav.png') no-repeat 0px -76px;
}

.explore-form .bottom {
  background-position: 0px -81px;
}

.explore-form form {
  background-color: #f1f7f6;
  width: 128px;
  padding-left: 8px;
  height: 195px;
  overflow: hidden;
}

.explore-form form h3 {
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 4px;
  margin: 0px;
}

.explore-form form fieldset {
  padding: 0px;
  margin: 0px 0px 2px 0px;
  width: 128px;
  overflow: hidden;
}

.explore-form form fieldset div.tagset { }

.explore-form form span {
  display: block;
  height: 11px;
  padding: 0px;
  margin: 0px 0px 2px 0px;
  overflow: hidden;
}

.explore-form form fieldset div.tagset span {
  margin-bottom: 3px;
}

.ui-helper-hidden-accessible {
  left:-9999px;
  position:absolute;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  text-decoration: none !important;
  cursor: pointer; text-align:
  center; zoom: 1;
  overflow: visible;
  margin: 0px;
}

.ui-button .ui-button-text {
  font-family: arial, sans-serif;
  display: inline;
  font-size: 9px;
  line-height: 10px;
  padding: 0px 0px 0px 15px;
  margin: 0px;
}

.ui-state-default {
  background:url("/media/img/radiolab/explore-radio.png") no-repeat 0px 0px;
  height: 11px;
  border: none;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000;
  font-weight: normal;
}

.tags-checkbox .ui-state-default {
  background:url("/media/img/radiolab/explore-check.png") no-repeat 0px 0px;
}

.ui-state-active, .tags-checkbox .ui-state-active {
  background-position: 0px -13px;
}

/* Explore Radiolab Zipper */

.zipper-section {
  height: 88px;
  margin-top: -2px;
  background-color: #c7dfdd;
  position: relative;
}

.zipper-previous, .zipper-next {
  position: absolute;
  display: block;
  top: 15px;
  background:url("/media/img/radiolab/explore-icons.png") no-repeat 0px 0px;
}

.zipper-previous {
  background-position: 0px -37px;
  width: 95px;
  height: 56px;
  top: 15px;
  left: -27px;
  cursor: pointer;
}

.zipper-next {
  background-position: -95px -37px;
  width: 93px;
  height: 56px;
  right: -12px;
}

.zipper-items {
  margin: 7px 0 0 !important;
  width: 795px;
  overflow: hidden;
}

.zipper-items li.jcarousel-item {
  float: left;
  width: 255px;
  height: 84px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}

.zipper-items li.jcarousel-item .zipper-image {
  float: left;
  width: 58px;
  height: 56px;
  background:url("/media/img/radiolab/explore-nav.png") no-repeat -26px -10px;
}

.zipper-items li.jcarousel-item .zipper-image img {
  margin: 1px 0px 0px 4px;
}

.zipper-items li.jcarousel-item .zipper-copy {
  float: right;
  width: 192px;
}

.zipper-items li.jcarousel-item .zipper-content {
  height: 56px;
  overflow: hidden;
  margin-bottom: 3px;
}

.zipper-items li.jcarousel-item h2 {
  font-size: 1.15em;
  padding-bottom: 2px;
  width: 145px;
  overflow: hidden;
}

.zipper-items li.jcarousel-item p {
  line-height: 1.2em;
  font-size: .9em;
}

.zipper-items li.jcarousel-item span.time {
  font-style: italic;
}

.zipper-items .transport {
  position: absolute;
  width: 40px;
  height: 16px;
  right: 0px;
  top: 0px;
}

.zipper-items .transport li {
  margin-left: 4px;
  float: left;
}

.zipper-items .transport li a {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  background: transparent url('/media/img/radiolab/explore-nav.png') no-repeat 0px 0px;
}

.zipper-items .transport li.add a {
  background-position: -102px -50px;
}

.zipper-items .transport li.play a {
  background-position: -121px -50px;
}

.zipper-util {
  height: 25px;
}

.zipper-util li {
  float: left;
}

.zipper-util li.read-more {
  border-right: 1px solid #fe5800;
}

.zipper-util li.read-more a {
  padding-left: 0px;  
  padding-right: 5px;
}

.zipper-util li.download a {
  padding-left: 5px;
}

/* Subscribe + Zipper Nav */

.feature-home-subscribe {
  height: 28px;
  overflow: hidden;
}

.rss-list {
  margin-top: 5px;
}

.rss-list li {
  float: left;
  background: transparent url('/media/img/radiolab/explore-nav.png') no-repeat  -102px -10px;
}

.rss-list li a {
  display: block;
  background: transparent url('/media/img/radiolab/explore-nav.png') no-repeat  -102px -10px;
  height: 10px;
  padding-left: 15px;
  padding-right: 3px;
  color: #000;
}

.rss-list li a:hover {
  text-decoration: underline;
}

.rss-list li.rss a {
  border-right: 1px solid #000;
  margin-right: 3px;
}

.zipper-nav {
  float: right;
  margin-top: 2px;
  padding-right: 15px;
}

.zipper-nav li {
  float: left;
  height: 18px;
  font-size: 1.1em;
  line-height: 1.5em;
}

.zipper-nav li.label {
  color: #aaa;
  font-style: italic;
  padding-right: 12px;
}

.zipper-nav li a {
  display: block;
  color: #000;
  width: 18px;
  height: 18px;
  text-align: center;
}

.zipper-nav li a:hover, .zipper-nav li.current a {
  background: transparent url('/media/img/radiolab/explore-nav.png') no-repeat  0px -10px;
  text-decoration: none;
}

.zipper-nav li.prev {
  padding-right: 6px;
}

.zipper-nav li.next {
  padding-left: 8px;
}

.zipper-nav li.prev a, .zipper-nav li.next a {
  display: inline;
  width: auto;
}

.zipper-nav li.prev a:hover, .zipper-nav li.next a:hover {
  text-decoration: underline;
  background: none;
}

/* Interior Page Return Home Links */

.header-return-home a {
  margin-left: -22px;
  display: inline-block;
  background: transparent url('/media/img/radiolab/btn-return-home.png') no-repeat  center left;
  height: 48px;
  padding-left: 80px;
  font-size: 1.3em;
  line-height: 3.3em;
  font-weight: bold;
  color: #000;
}

.header-return-home a:hover {
  text-decoration: none;
  color: #fe5900;
}

.sidebar .podcast-support div {
  float: left;
  width: 50%;
}

.podcast-support a.btn {
  display: block;
  width: 147px;
  height: 36px;
  background: url(/media/img/radiolab/radiolab-sprite.png) no-repeat 0 -162px;
  text-indent: -9999px;
}

.podcast-support .support a.btn {
  background-position: -160px -162px;
}

.labpartners-btn a.btn {
  background: url('/media/img/radiolab/radiolab-sprite.png') no-repeat -19px -349px;
  width: 300px;
  height: 40px;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}


a.btn-label:after {
  content: " \0BB";
}

/* Boxes and Common Features */

.story-box {
  margin-bottom: 25px;
  clear: both;
}

.story-box.interior-lead {
  margin-bottom: 34px;
}

.story-box .story-box-header {
  overflow: hidden;
  position: relative;
  background-color: #fe5800;
}

.story-box .story-box-header h2 {
  float: left;
  font-size: 1.6em;
  line-height: 1.4em;
  padding: 7px 9px 8px;
}

.home-main .story-box h2,
.home-main .story-box h2 a {
  color: #fff;
}

.story-box.mini .story-box-top .story-box-header h2 {
  width: 220px;
}

.story-box .story-box-header ul {
  width: 62px;
  float: right;
}

.story-box .story-box-header ul {
  width: 121px;
}

.story-box .story-box-header ul li {
  float: left;
  margin-left: 6px;
}

.story-box .story-box-header ul li a {
  display: block;
  height: 33px;
  text-indent: -9999px;
  background: transparent url('/media/img/radiolab/box-feature-top-buttons.png') no-repeat 0px 0px;
}

.story-box .story-box-header ul li.add a {
  width: 21px;
  background-position: 0px -33px;
}

.story-box .story-box-header ul li.listen a {
  width: 21px;
  background-position: -25px -33px;
}

.story-box .story-box-header ul li.add a {
  width: 46px;
  background-position: 0px 0px;
}

.story-box .story-box-header ul li.listen a {
  width: 55px;
  background-position: -52px 0px;
}

.story-box .content {
  position: relative;
  background-color: #fff;
  padding: 25px 10px 10px;
}

.story-box .media {
  width: 34%;
  margin: 1% 3% 1% 1%;
  float: left;
}

.story-box .media img,
.story-box .text object { /* for embedded videos */
  width: 100%;
}

.story-box .video-overlay {
  left: 20px;
  top: 115px;
}

.story-box .text {
  width: 60%;
  float: left;
  color: #777;
  margin-top: 5px;
}

.story-box .text p {
  margin-top: 0; /* reset with npr stories */
}

.story-box-byline {
  margin-bottom: 10px;
}

.story-box-info li {
  float: right;
  height: 20px;
  background-image: url('/media/img/radiolab/box-feature-icons.png');
  background-repeat: no-repeat;
}

.story-box-info li.comments {
  float: left;
  padding-left: 20px;
  background-position: 0px 5px;
  overflow: hidden;
}

.story-box-info li.read-more {
  background-position: 0px -16px;
  padding: 0px 0px 0px 5px;
}

.story-box-info li.download {
  background-position: right -16px;
  padding: 0px 5px 0px 8px;
}

.story-box-info li a {
  font-size: .9em;
  line-height: 2em;
  color: #000;
}

.story-box-info li.read-more a {
  border-right: 1px solid #000;
  padding-right: 8px;
}

.story-box.mini .story-box-info li.comments {
  margin: 0px;
}

.story-box.mini .story-box-info li.read-more {
  padding-left: 10px;
  margin: 0px;
}

.story-box.mini .story-box-info li.read-more a {
  display: block;
  height: 20px;
  border-right: 0px;
  padding-right: 10px;
  background-image: url('/media/img/radiolab/box-feature-icons.png');
  background-position: right -16px;
}

.share-this {
  margin-top: 10px;
}

.story-box .content.player {
  padding-top: 8px;
  padding-bottom: 8px;
}

.home-main .read-more {
  float: right;
  margin: 0 -15px 0 0;
}

.home-main .read-more.podcasts {
  margin-top: -8px;
  margin-bottom: 15px;
  clear: both;
}

.read-more .label,
.read-more .pointer {
  background: url(/media/img/radiolab/radiolab-sprite.png) no-repeat 0 0;
  text-indent: -9999px;
  float: left;
}

.read-more .pointer {
  background-position: 0 -102px;
  width: 88px;
  height: 57px;
}

.read-more .label.read {
  background-position: 0 -91px;
  width: 95px;
  height: 11px;
  margin-top: 21px;
}

.read-more .label.view {
  background-position: 0 -81px;
  width: 160px;
  height: 11px;
  margin-top: 21px;
}

/* Article/Episode Pages */

.enlarge_link {
  background-image: url('/media/img/radiolab/enlarge-icon.png');
}

* html .enlarge_link {
  background-image: url('/media/img/radiolab/enlarge-icon.gif');
}

#enlarge .close a {
  background-image: url('/media/img/wnyc/close.gif');
}

#series-main {
  position: relative;
}

#series-main ul.img-headlines li.two img, 
#series-main ul.img-headlines li.three img,
#series-main ul.img-headlines li.one {
  border-top: 3px solid #fe5800;
}

#series-main ul.img-headlines li.one a {
  background-color: #e4f7f5;
}

#series-main ul.img-headlines li.one a:hover {
  background-color: #d1e8e6;
}

.showslider-container {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.showslider ul li {
  position: relative;
}

.showslider ul li.active img {
  border: 1px solid #fe5800;
}

.showslider .jcarousel-prev {
  background-image: url(/media/img/radiolab/show-slider-btn-prev.png);
}

.showslider .jcarousel-next {
  background-image: url(/media/img/radiolab/show-slider-btn-next.png);
}


.article-wide,
.article-wide p,
.article-description, 
.episode-tease, 
.tease, 
.segment-tease,
.story-box .content {
  font-size: 11pt;
  line-height: 1.7em;
  color: #333;
}

.main .episode .page-titlegroup a,
.article-detail .page-titlegroup a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.story-headergroup .seanum-epnum,
.article-titlegroup,
.page-titlegroup,
.profile-head {
  position: relative;
  background-color: #fe5900;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.9em;
  padding: 0 10px;
  border: none;
  margin: 0 0 0 -10px;
  width: 100%;
  color: #fff;
}


.flatpage-headergroup {
  position: relative;
  margin-bottom: 40px;
}

.profile-head-row {
  position: relative;
  height: 100px;
}

h2.profile-head {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 12px;
}

.profile,
.login-register {
  font-size: 1.2em;
}

.profile-avatar {
  margin: 40px 0 20px;
  clear: both;
  display: block;
}

.profile-nav {
  clear: both;
}

.profile-tease li {
  line-height: inherit;
}

.page-titlegroup h2,
.page-titlegroup h2.title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.9em;
  color: #000;
}

.page-titlegroup h3.subtitle {
  font-size: 10.5pt;
  margin: 10px 0 -10px 11px;
}

.page-titlegroup p {
  margin-left: 11px;
  font: normal 10.5pt arial,sans-serif;
}

.article-prevnext {
  font-weight: normal;
  position: absolute;
  top: 35px;
  right: 24px;
  display: none;
}

.flatpage-headergroup .article-tools {
  top: -29px;
  right: 5px;
}

.article-series {
  background-color: transparent;
  border-top: 2px solid #000;
}

h2.title, h2.title a {
  color: #45d5ff;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
}

.article-titlegroup h2.title,
.story-headergroup h2.title {
  padding-top: 28px;
  margin-bottom: 0px;
}

.article-titlegroup h3.date,
.story-headergroup h3.date,
.story-headergroup p.byline {
  margin: 5px 0 0;
  font: normal 10.5pt/1.1em arial, sans-serif;
  color: #999;
}

.story-headergroup p.byline {
  margin: 5px 0 9px 0;
}

.story-headergroup #producing-logos {
  right: 25px;
  top: 90px;
}

.segment-full .article-titlegroup h3.date:before,
.segment-full .story-headergroup h3.date:before {
  content: " \0AB ";
}

.article-titlegroup h2.title {
   padding-top: 65px;
}

.segment-tease h2.title, .episode-tease h2.title, .show-tease h2.title, .event-tease h2.title, .tiny-tease h2.title, .blurb-tease h2.title, #current-episode h2.title {
	padding-top: 5px;
}


h3.episode-number, h3.subtitle {
  width: 490px;
}

#series-main h4.noise {
  background: none !important;
  border-bottom: 2px solid #000;
  margin: 15px 0;
  padding-bottom: 15px;
}

.segment-tease, .episode-tease, .show-tease, .profile-tease, .event-tease, .playlist-tease, .tiny-tease, .blurb-tease {
  border-bottom: 2px solid #000;
}

#series-main .blurb-tease,
#series-main .event-tease {
  border-bottom: 1px solid #eee;
}

.story-bottom {
  border-top: 2px solid #000;
  margin: 20px 0 0 0;
}

.article-audioplayer {
  padding: 4px 0px 8px 0px;
  background-color: #c7dfdd;
  width: 620px;
  height: 60px;
  margin: 20px 0px;
}

.article-audioplayer .player_element {
  padding: 0 0 4px 7px;
}

.sidebar .article-audioplayer {
  width: auto;
  margin: 10px 0;
  padding: 4px 0 8px;
  background-color: #C7DFDD;
  height: 60px;
}

.sidebar .article-audioplayer .player_element {
  padding: 0;
}

.comment-text p {
  font-size: 11pt;
}

#page-counter {
  margin: 15px 11px;
}

.article-bottom-tags h4, .article-bottom-appearances h4, .article-bottom-channel h4 {
  background-color: #C7DFDD;
  padding: 2px 4px;
}

.embedthis {
  background-color: #fff;
  padding: 0px;
  background-color: #f6f6f6;
  border: 1px solid #C6C6C6;
  margin: 25px 0 10px;
  padding: 5px;
  width: 288px;
  overflow: hidden;  
  clear: both;
  position: absolute;
  z-index: 100;
}

.embedthis textarea {
  margin: 0px;
  width: 286px;
  height: 75px;
  font-size: 11px;
  margin-bottom: 5px;
}

* html .embedthis textarea {
  width: 282px;
}

.embedthis legend {
  display: none;
}

.embedthis p {
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 5px;
}

.embedthis label {
  font-weight: bold;
}

.embed-close-button {
  font: normal normal 11px/11px arial;
  display: block;
  clear: both;
}

.article-full .story-headergroup  {
  top: -29px;
  margin-bottom: -29px;
}

.article-wide.segment-full .story-headergroup {
  padding-left: 10px;
  margin-left: -10px;
}

.article-full .story-headergroup h2.title {
  padding-top: 55px;
}

.article-full .article-full .event-tools {
  top: 0;
}

.segment-full .story-headergroup h2.title  {
  padding-top: 58px;
}

/* Misc interior styles */

.search-results body .bb {
  border-bottom: 1px solid #000 !important;
}

.search-results body a:link {
  color: #fe5900;
}

.appearance-lead {
  border-bottom: 2px solid #000;
}

.appearance-lead h4 {
  font-size: 1.2em;
}

#content ul.segment-list li,
#content ul.article-list li,
ul.storylinks li a,
ul.series-navlinks li a {
  background: transparent url('/media/img/radiolab/widget-bullet.png') no-repeat 0px 2px;
  padding-left: 13px;
}

/* Archive Radio page */

#archive-intro {
  background-color: #fe5900;
  -moz-box-shadow: 3px 3px 7px #ccc;
  -webkit-box-shadow: 3px 3px 7px #ccc;
  box-shadow: 3px 3px 7px #ccc;
}

#archive-intro .text {
  float: left;
  width: 450px;
  margin: 15px 0 7px 12px;
  color: #fff;
}

#archive-intro .buttons {
  float: right;
  width: 123px;
  margin: 55px 20px 0 0;
}

#archive-intro .buttons a {
  margin: 10px 0;
  display: block;
}

#archive-intro h1 {
  font-size: 30px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 15px;
}

#archive-intro p {
  font-size: 1.1em;
  line-height: 1.2em;
}

.story-box .content.archive {
  padding: 10px 0 10px 20px;
}

.archive h1 {
  color: #45d5ff;
  font-size: 30px;
  margin: 15px 0;
}

.archive ul li {
  float: left;
  width: 100px;
  margin: 0 18px 10px 0;
}

.archive ul li img {
  border: 1px solid #666;
}

.archive ul li h4 {
  margin: 5px 0;
  font-size: 1.1em;
}

.archive ul li h4 a {
  color: #45D5FF;
  text-decoration: none;
}

.archive ul li .info-overlay {
  width: 110px;
  height: 94px;
  padding: 7px;
  font-size: 9pt;
  line-height: 1.2em;
  background: url(/media/img/radiolab/archive-info-overlay.png) no-repeat top left;
  position: absolute;
  left: -999px;
  margin: 1px 0 0 5px;
}

.archive ul li:hover .info-overlay {
  left: auto;
}

.archive ul li .info-overlay h4 {
  margin: 0 0 5px;
}

.archive ul li .info-overlay a.read-more {
  display: block;
  width: 60px;
  height: 17px;
  font-size: 8pt;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 2px 2px 0;
  margin: 10px 0;
}

.archive ul li .info-overlay a.read-more:hover {
  text-decoration: none;
  color: #45D5FF;
}

.videolist li {
  min-height:90px;
  clear:both;
  
}

.videolist li .videoitem-image {
    float:right;
    position:relative;
}

.videolist li .videoitem-image .video-overlay {
    top:55px;
    left:5px;
}

.videolist li .noimage .video-overlay {
    display:none;
}

.recent-video h4 {
    padding-top:10px;
    padding-bottom:10px;
}

#morelikethis li .morelikethis-source {
  margin: 5px 0 10px;
}

.latestpodcasts-container {
  background-color: #ccf5ff;
  -moz-box-shadow: 2px 2px 7px #ccc;
  -webkit-box-shadow: 2px 2px 7px #ccc;
  box-shadow: 2px 2px 7px #ccc;
  margin: 0 0 30px -10px;
  height:181px; /*sent manually ahead of time, so it doesn't jump after load*/
  position: relative;
}

ul.latestpodcasts-list li {
  display: block;
  float: left;
  width: 135px;
  margin: 14px 0 10px 15px;
  vertical-align: top;
}

ul.latestpodcasts-list li.count-0 { /* first */
  background-color: #01c6fb;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 7px #ccc;
  -webkit-box-shadow: 2px 2px 7px #ccc;
  box-shadow: 2px 2px 7px #ccc;
  margin-top: -15px;
  margin-bottom: 6px;
  padding: 0 5px 10px;
  min-height: 175px;
}

ul.latestpodcasts-list .image {
  position: relative;
  overflow: hidden;
  width: 135px;
  height: 90px;
}

ul.latestpodcasts-list li.count-0 h4 {
  height: 10px;
  width: 135px;
  margin: 10px 0 8px;
  text-indent: -9999px;
  background: transparent url('/media/img/radiolab/radiolab-sprite.png') no-repeat 1px -70px;
}

ul.latestpodcasts-list .image img {
  width: 135px;
}

ul.latestpodcasts-list .image .audiobtns {
  position: absolute;
  right: 10px;
  bottom: 6px;
}

ul.latestpodcasts-list .audiobtns a {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin-left: 7px;
  text-indent: -9999px;
  background: transparent url('/media/img/radiolab/radiolab-sprite.png') no-repeat -26px -50px;
}

ul.latestpodcasts-list .audiobtns a.Add {
  background-position: 0 -50px;
}

ul.latestpodcasts-list h3.title { font-size: 10pt; }
ul.latestpodcasts-list h3.title a { color: #333; }

ul.latestpodcasts-list li h3.title:before {
  content: "EPISODE";
  display: block;
  margin-top: 1px;
  font-size: 8pt;
  font-weight: normal;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

ul.latestpodcasts-list li.count-0 h3.title a,
ul.latestpodcasts-list li.count-0 h3.title:before {
  color: #fff;
}

ul.latestpodcasts-list li.is_short h3.title:before { content: "SHORT"; }

#radiolab_popdown_ad {
  margin-bottom: 40px;
}

#google_ads_div_rl_popdown_ad_container, /* homepage */
#google_ads_div_rl_popdown_inner_ad_container { /* inner pages */
  /*temporary hack to stop google ads from forcing a height*/
  height: auto!important;
  width: auto!important;
  display: block!important;
}

#pass_through_frame {
  padding: 20px;
  width: 540px;
  background: white;
}

.story-tools, 
.article-tools {
  border-top: 0;
  border-bottom: 0;
}
