/**
* Main Styles
*/
html, body {
  margin: 0;
  height: 100%; }

body {
  background: url("../img/bg.png") center 0 transparent;
  font-size: 14px;
  color: #5c5c5c;
  font-family: 'Open Sans', Helvetica, sans-serif;
  line-height: 1.5em; }
  @media (min-width: 1024px) {
    body {
      min-width: 980px;
      margin-bottom: 20px;
      padding: 0 40px 0 0; } }

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

a:hover {
  text-decoration: underline; }

a, a:focus, a:active {
  outline: none; }

h1 {
  text-transform: uppercase;
  font-family: 'Antic Slab', serif;
  font-weight: normal;
  line-height: 1.2em; }

hr {
  color: transparent;
  width: 100%;
  height: 4px;
  background: url("../img/content-line.png") 0 0 repeat-x;
  margin: 0;
  border: 0; }

img {
  display: block; }

.left {
  float: left;
  display: block; }

.right {
  float: right;
  display: block; }

.content header img {
  margin-bottom: 20px;
  width: 100%;
  height: auto; }

.content header h1 {
  font-size: 26px;
  color: #c86a08;
  margin: 0;
  font-weight: normal; }

.content header .author {
  font-size: 18px;
  color: #6b6b6b; }
  .content header .author > span {
    display: block;
    margin-top: 2px; }

.content header .links {
  margin-top: 10px; }
  .content header .links a {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-left: 0;
    background: url("../img/social-media-sprite.png") 0 0 no-repeat; }
    .content header .links a :first-child {
      margin-left: 0; }
    .content header .links a.facebook {
      background-position: 0 0; }
      .content header .links a.facebook:hover {
        background-position: -35px 0; }
    .content header .links a.twitter {
      background-position: 0 -35px; }
      .content header .links a.twitter:hover {
        background-position: -35px -35px; }
    .content header .links a.download {
      background-position: 0 -210px; }
      .content header .links a.download:hover {
        background-position: -35px -210px; }
    .content header .links a.embed {
      background-position: 0 -175px; }
      .content header .links a.embed:hover {
        background-position: -35px -175px; }

.content .body {
  margin-top: 1em; }
  .content .body img.aligncenter {
    margin: 1em auto; }
  .content .body img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  .content .body img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .content .body img.alignnone {
    margin: 1em 0; }
  .content .body .gallery {
    padding: 0 0 0 42px; }
    .content .body .gallery .gallery-item {
      text-align: center;
      font-size: 12px; }
      .content .body .gallery .gallery-item dd {
        width: 150px;
        line-height: 1.2em;
        margin: 5px; }

.content .tag-top {
  margin-top: 2em; }

.content .tags {
  padding: 20px 0; }
  .content .tags h1 {
    margin: 0 5px 0 0;
    float: left;
    font-size: 14px;
    line-height: 21px; }
  .content .tags p {
    float: left;
    font-style: italic;
    margin: 0;
    width: 575px; }

.btn {
  display: inline-block;
  *display: inline;
  border: 0;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  padding: 15px 20px;
  margin-top: 15px; }
  .btn.orange {
    background: #c86a08; }
    .btn.orange:hover {
      background: #f5840e; }
  .btn:hover {
    text-decoration: none; }

.callout-box {
  background-color: #FFFFFF;
  width: 580px;
  padding: 20px; }
  .callout-box.shows {
    margin-bottom: 20px; }
  .callout-box > h1 {
    margin-top: 0;
    font-size: 28px;
    color: #c86a08; }
  .callout-box img {
    width: 230px;
    float: left; }
  .callout-box .cont {
    float: right;
    width: 333px;
    min-height: 240px;
    position: relative; }
    .callout-box .cont h1 {
      margin: 0;
      font-size: 18px;
      color: #c86a08; }
    .callout-box .cont time {
      color: #6b6b6b;
      font-weight: 600; }
    .callout-box .cont p {
      margin: 0;
      font-size: 12px; }
    .callout-box .cont .links {
      position: absolute;
      right: 0;
      bottom: 0; }
    .callout-box .cont .more {
      position: absolute;
      left: 0;
      bottom: 0; }
  .callout-box .jp-progress {
    display: none; }
  .callout-box .jp-audio .jp-gui {
    width: 100px; }
  .callout-box #jp_container_0 {
    position: absolute;
    bottom: 0; }

.jp-audio {
  display: block;
  clear: both;
  margin-top: 10px; }
  .jp-audio .jp-gui {
    background-color: #cccccc;
    padding: 5px; }
  .jp-audio .jp-controls {
    margin-top: 1px;
    float: left; }
    .jp-audio .jp-controls a {
      display: block;
      background: url("../img/media-int-sprite.png") 0 0 no-repeat;
      float: left; }
      .jp-audio .jp-controls a.jp-stop {
        width: 16px;
        height: 16px;
        margin: 2px 6px 0 5px;
        background: #c86a08; }
      .jp-audio .jp-controls a.jp-play {
        background-position: 1px 1px;
        width: 18px;
        height: 19px; }
      .jp-audio .jp-controls a.jp-pause {
        background-position: 4px -31px;
        width: 18px;
        height: 19px; }
      .jp-audio .jp-controls a.jp-mute {
        background-position: -27px 1px;
        width: 20px;
        height: 22px;
        margin: -1px 5px 0; }
      .jp-audio .jp-controls a.jp-unmute {
        background-position: -54px -4px;
        width: 21px;
        height: 15px;
        margin: 3px 5px 0; }
  .jp-audio .times {
    font-size: 12px;
    float: right; }
  .jp-audio .jp-progress {
    width: calc(100% - 140px);
    float: left;
    margin: 3px 0 0 10px; }
    .jp-audio .jp-progress .jp-seek-bar {
      height: 16px;
      background-color: #999999; }
      .jp-audio .jp-progress .jp-seek-bar .jp-play-bar {
        height: 16px;
        background-color: #ffffff; }

#time-nav {
  overflow: hidden; }
  #time-nav .btn {
    font-size: 12px; }

/**
* Header Styles
*/
header#hd {
  border-bottom: 3px solid #57575a; }
  @media (min-width: 768px) {
    header#hd {
      margin: 30px auto 20px; } }
  @media (min-width: 1024px) {
    header#hd {
      width: 980px;
      margin: 30px auto 20px;
      position: relative; } }
  header#hd img.mobile-logo {
    max-width: calc(100% - 90px); }
    @media (min-width: 768px) {
      header#hd img.mobile-logo {
        display: none; } }
  header#hd table.logo-container {
    display: none; }
    @media (min-width: 768px) {
      header#hd table.logo-container {
        float: left;
        display: block; } }
  header#hd #hd-main {
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: white; }
    @media (min-width: 768px) {
      header#hd #hd-main {
        display: block;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        height: 1em;
        width: calc(100% - 363px);
        background-color: transparent;
        position: absolute;
        right: 10px;
        margin-top: 81px; } }
    @media (min-width: 1024px) {
      header#hd #hd-main {
        width: calc(100% - 423px);
        right: 50px; } }
    header#hd #hd-main.mobile-hidden {
      display: none; }
      @media (min-width: 768px) {
        header#hd #hd-main.mobile-hidden {
          display: block; } }
    @media (min-width: 768px) {
      header#hd #hd-main div {
        width: auto;
        height: 1em;
        line-height: 1em;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 0 5px;
        text-transform: uppercase;
        font-family: 'Antic Slab', serif; } }
    header#hd #hd-main div a {
      text-decoration: none;
      color: #6d6d74;
      padding: 1.8em;
      font-size: 2.2em;
      line-height: 2.2em; }
      header#hd #hd-main div a:hover {
        color: #c86a08; }
      @media (min-width: 768px) {
        header#hd #hd-main div a {
          font-size: inherit;
          padding: inherit;
          line-height: inherit; } }
    header#hd #hd-main span {
      width: 100%;
      display: inline-block;
      font-size: 0;
      line-height: 0; }
  header#hd #left-orange {
    position: absolute;
    top: 11px;
    left: 0;
    width: 10000px;
    margin-left: -10000px;
    height: 49px;
    background: url("../img/orange-header-bar.png") 0 0; }
  header#hd #hd-corner-dots {
    display: none; }
    @media (min-width: 1024px) {
      header#hd #hd-corner-dots {
        position: absolute;
        bottom: -151px;
        right: -66px;
        display: block;
        height: 191px;
        width: 117px;
        background: url("../img/upper-corner-dots.png") 0 0 no-repeat; } }
  header#hd .hamburger-container {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 30px;
    z-index: 11;
    top: 30px; }
    header#hd .hamburger-container.with-admin-bar {
      top: 60px; }
      @media (min-width: 768px) {
        header#hd .hamburger-container.with-admin-bar {
          padding-top: 30px; } }
    @media (min-width: 768px) {
      header#hd .hamburger-container {
        display: none; } }
    header#hd .hamburger-container.change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px); }
    header#hd .hamburger-container.change .bar2 {
      opacity: 0; }
    header#hd .hamburger-container.change .bar3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px); }
    header#hd .hamburger-container .bar1, header#hd .hamburger-container .bar2, header#hd .hamburger-container .bar3 {
      width: 35px;
      height: 5px;
      background-color: #57575a;
      margin: 6px 0;
      transition: 0.4s; }

/**
* Sidebar Styles
*/
#about-top {
  position: absolute;
  display: block;
  width: 301px;
  height: 26px;
  background: url("../img/about-top.png") 0 0 no-repeat;
  top: -21px;
  right: 0; }
  #about-top #about-box-bg {
    position: absolute;
    width: 300px;
    height: 122px;
    top: 30px;
    left: -7px;
    background-color: #ffffff;
    z-index: 0; }

#about-box {
  margin-top: 5px;
  padding: 15px 20px;
  background: url("../img/about-box-bg.png") 0 0 repeat-y;
  font-size: 12px;
  position: relative;
  z-index: 5; }
  #about-box h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #c86a08; }
  #about-box p {
    margin: 0.5em 0 0; }

#about-bot {
  display: block;
  width: 300px;
  height: 4px;
  background: url("../img/about-bot.png") 0 0 no-repeat;
  position: relative;
  z-index: 5; }

#error-box,
#success-message {
  display: none; }

#email-box {
  margin-top: 14px;
  margin-bottom: 14px;
  width: 260px;
  padding: 15px 20px;
  background: url("../img/social-dots-bg.png") 0 0; }
  #email-box input {
    display: block;
    border: 0;
    line-height: 1em; }
  #email-box input[type=email] {
    width: 234px;
    padding: 13px;
    font-size: 14px;
    font-family: 'Antic Slab', serif;
    text-transform: uppercase; }
  #email-box input[type=submit] {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 30px;
    background-color: #d18637;
    float: right;
    margin-top: 8px; }
    #email-box input[type=submit]:hover {
      background-color: #c86a08; }

#subscribe-link,
#tomorrow-box {
  display: block;
  margin-bottom: 14px;
  background-color: #939598;
  background-color: rgba(0, 0, 0, 0.45);
  font-family: 'Antic Slab', serif;
  font-size: 18px;
  color: #f1efec;
  line-height: 1em; }

#subscribe-link {
  width: 190px;
  background-image: url("../img/podcast-subscribe-bg.png");
  background-repeat: no-repeat;
  background-position: 217px 7px;
  padding: 14px 40px 14px 30px;
  margin-bottom: 10px; }
  #subscribe-link:hover {
    text-decoration: none;
    background-color: #787878;
    background-color: rgba(0, 0, 0, 0.6); }

.side-box {
  width: 264px;
  padding: 20px 15px;
  border: 3px solid #6d6d74;
  margin-top: 0;
  position: relative; }
  .side-box:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 3px;
    height: 26px;
    background: #6d6d74; }

#tomorrow-box {
  width: 300px;
  padding: 14px 0;
  text-align: center;
  margin-top: 8px; }
  #tomorrow-box span {
    font-size: 14px; }

#side-social {
  width: 260px;
  height: 58px;
  background: url("../img/social-dots-bg.png") 0 0 repeat-x;
  text-align: center;
  position: relative; }
  #side-social ul {
    padding: 0;
    margin: -17px 57px 0;
    top: 50%;
    position: absolute; }
    #side-social ul li {
      display: block;
      margin-left: 20px;
      float: left; }
      #side-social ul li:first-child {
        margin-left: 0; }
      #side-social ul li a {
        display: block;
        width: 35px;
        height: 35px;
        background-image: url("../img/social-media-sprite.png");
        background-repeat: no-repeat; }
        #side-social ul li a.facebook {
          background-position: 0 0; }
          #side-social ul li a.facebook:hover {
            background-position: -35px 0; }
        #side-social ul li a.twitter {
          background-position: 0 -35px; }
          #side-social ul li a.twitter:hover {
            background-position: -35px -35px; }
        #side-social ul li a.google_plus {
          background-position: 0 -70px; }
          #side-social ul li a.google_plus:hover {
            background-position: -35px -70px; }
        #side-social ul li a.vimeo {
          background-position: 0 -105px; }
          #side-social ul li a.vimeo:hover {
            background-position: -35px -105px; }
        #side-social ul li a.rss {
          background-position: 0 -140px; }
          #side-social ul li a.rss:hover {
            background-position: -35px -140px; }

#side-ad {
  margin-top: 14px;
  margin-bottom: 14px; }

#twitter-feed-side {
  margin-top: 20px; }
  #twitter-feed-side article {
    margin-bottom: 10px; }
    #twitter-feed-side article section {
      padding: 15px 10px;
      background-color: #FFFFFF;
      font-size: 12px;
      color: #000000;
      line-height: 1.4em; }
    #twitter-feed-side article aside {
      font-size: 10px;
      padding-left: 40px;
      color: #000000;
      background: url("../img/twit-arrow.png") 20px 0 no-repeat; }

/**
* Footer Styles
*/
#ft {
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  height: 47px;
  padding: 20px 0;
  margin-top: 20px; }
  @media (min-width: 768px) {
    #ft {
      display: block; } }
  @media (min-width: 1024px) {
    #ft {
      width: 980px; } }
  #ft #ft-inner {
    font-size: 9px;
    padding: 17px 0 18px 40px;
    background: url("../img/footer-dots-bg.png") 0 0 repeat;
    position: relative;
    z-index: 5;
    padding: 20px; }
    @media (min-width: 390px) {
      #ft #ft-inner {
        font-size: 12px; } }
    @media (min-width: 1024px) {
      #ft #ft-inner {
        width: 940px;
        padding: 17px 25px 18px 40px; } }
  #ft a {
    color: #57575a; }

#ft-main {
  text-transform: uppercase; }
  @media (min-width: 768px) {
    #ft-main {
      float: left; } }
  #ft-main ul {
    margin: 0;
    padding: 0; }
    #ft-main ul li {
      float: left; }
      #ft-main ul li:before {
        content: "\00a0|\00a0"; }
      #ft-main ul li:first-child:before {
        content: ""; }

#ft-lines {
  display: none; }
  @media (min-width: 1024px) {
    #ft-lines {
      display: block;
      width: 10000px;
      background: url("../img/footer-lines.png") 0 0 no-repeat;
      height: 87px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0; } }

#ft-corner-dots {
  display: none; }
  @media (min-width: 1024px) {
    #ft-corner-dots {
      display: block;
      width: 64px;
      height: 188px;
      position: absolute;
      top: -121px;
      right: -64px;
      background: url("../img/lower-corner-dots.png") 0 0 no-repeat; } }

#copyright {
  text-align: right;
  clear: both;
  padding-top: 20px; }
  @media (min-width: 768px) {
    #copyright {
      float: right;
      clear: none;
      padding-top: inherit; } }

/**
* Index Styles
*/
#main > .left {
  width: 620px; }
  #main > .left * {
    max-width: 620px; }

#main > .right {
  width: 300px;
  position: relative; }
  #main > .right * {
    max-width: 300px; }

/**
* Home Page Styles
*/
#main.home #home-top > .left {
  background-color: #FFFFFF;
  width: 580px;
  padding: 20px;
  overflow: hidden; }
  #main.home #home-top > .left > h1 {
    margin-top: 0;
    font-size: 28px;
    color: #c86a08; }
  #main.home #home-top > .left img {
    width: 230px;
    float: left; }
    @media (min-width: 768px) {
      #main.home #home-top > .left img + .cont {
        float: right;
        width: 333px; } }
  #main.home #home-top > .left .cont {
    min-height: 225px;
    padding-bottom: 60px;
    position: relative; }
    #main.home #home-top > .left .cont h1 {
      margin: 0;
      font-size: 20px;
      color: #c86a08; }
    #main.home #home-top > .left .cont time {
      color: #6b6b6b;
      font-weight: 600;
      display: block;
      margin: 5px 0;
      font-size: 14px; }
    #main.home #home-top > .left .cont p {
      margin: 0;
      font-size: 14px; }
    #main.home #home-top > .left .cont #jp_container_1 {
      position: absolute;
      bottom: 0; }
    #main.home #home-top > .left .cont .jp-gui {
      width: 126px; }
    #main.home #home-top > .left .cont .jp-progress {
      display: none; }
    #main.home #home-top > .left .cont .links {
      position: absolute;
      right: 0;
      bottom: 0; }

#main.home #home-top > .right {
  width: 300px;
  position: relative; }
  #main.home #home-top > .right * {
    max-width: 300px; }

#main.home #home-ad {
  margin-top: 20px; }
  #main.home #home-ad img {
    margin: 0 auto; }

#main.home header#blog-feed-head {
  margin-top: 15px; }
  #main.home header#blog-feed-head h1 {
    margin: 0 0 15px;
    border-bottom: 3px solid #6d6d74;
    line-height: 1em;
    padding-bottom: 15px;
    font-size: 24px; }

#main.home .side-box {
  margin-top: 0; }

.list .content {
  font-size: 14px;
  margin: 15px 0 0;
  padding-top: 15px;
  border-top: 3px solid #6d6d74;
  position: relative; }
  @media (min-width: 1024px) {
    .list .content {
      width: 620px; } }
  .list .content:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none; }
  .list .content .img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    display: block;
    float: left; }
    @media (min-width: 768px) {
      .list .content .img {
        padding-right: 10px;
        width: 220px;
        padding-bottom: 0; } }
    @media (min-width: 1024px) {
      .list .content .img {
        padding-right: 10px; } }
    .list .content .img img {
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .list .content .img img {
          width: inherit; } }
    @media (min-width: 1024px) {
      .list .content .img + .cont {
        float: right;
        width: 380px; } }
  .list .content .body {
    margin-top: 5px;
    padding-bottom: 12px; }
  .list .content .cont {
    margin-bottom: 50px; }
    .list .content .cont header span {
      display: block;
      font-weight: 600; }
    .list .content .cont h1 {
      font-size: 19px; }
    .list .content .cont time {
      font-weight: 600;
      display: block;
      margin: 3px 0;
      font-size: 14px; }
    .list .content .cont p {
      margin: 0; }
    .list .content .cont .more {
      position: absolute;
      bottom: 0; }
    .list .content .cont .container {
      position: absolute;
      bottom: 0; }
      .list .content .cont .container .jp-gui {
        width: 100px; }
      .list .content .cont .container .jp-progress {
        display: none; }
    .list .content .cont .links {
      position: absolute;
      bottom: 0;
      right: 0; }

.links a {
  float: left;
  width: 18px;
  height: 18px;
  display: block;
  background: url("../img/social-media-small-sprite.png") 0 0 no-repeat;
  margin-left: 3px; }
  .links a :first-child {
    margin-left: 0; }
  .links a.facebook {
    background-position: 0 0; }
    .links a.facebook:hover {
      background-position: -18px 0; }
  .links a.twitter {
    background-position: 0 -18px; }
    .links a.twitter:hover {
      background-position: -18px -18px; }

.links .embed_wrap {
  width: 485px;
  height: 35px;
  position: relative;
  float: left;
  overflow: hidden; }

.links .embed_link {
  position: absolute;
  left: -485px;
  top: 0;
  background-color: #CCCCCC;
  width: 475px;
  padding: 5px; }
  .links .embed_link .embed_link_txt {
    border: none;
    padding: 7px;
    width: 461px;
    font-size: 10px;
    color: #5c5c5c; }

/**
* Single Styles
*/
.single #jp_container_1 {
  margin-bottom: 20px; }

.single .jp-gui {
  width: calc(100% - 10px); }
  @media (min-width: 768px) {
    .single .jp-gui {
      width: 610px; } }

.single .jp-progress {
  width: calc(100% - 140px); }
  @media (min-width: 768px) {
    .single .jp-progress {
      width: 474px; } }

/**
* Recommended Page
*/
.recommended article {
  width: 260px;
  margin-bottom: 10px;
  padding: 0 14px 59px;
  position: relative; }
  .recommended article:first-child {
    border-right: 1px solid #222222; }
  .recommended article .img {
    display: table;
    margin: 10px 0;
    height: 160px; }
    .recommended article .img div {
      display: table-cell;
      vertical-align: middle; }
    .recommended article .img img {
      display: block;
      width: 110px;
      padding: 0 75px; }
  .recommended article h1 {
    margin-top: 0;
    font-size: 18px;
    color: #c86a08; }
  .recommended article p {
    font-size: 12px; }
  .recommended article.featured {
    width: 540px;
    padding: 0 20px;
    margin-bottom: 40px; }
    .recommended article.featured img {
      width: 210px;
      padding: 0; }
    .recommended article.featured .right {
      width: 310px; }
      .recommended article.featured .right p {
        margin-bottom: 59px; }
    .recommended article.featured .meta {
      width: 310px;
      bottom: 0; }
  .recommended article .meta {
    position: absolute;
    height: 44px;
    bottom: 15px;
    right: 14px;
    width: 260px; }
    .recommended article .meta .price {
      position: absolute;
      left: 0;
      top: 11px;
      font-family: 'Antic Slab', serif;
      font-size: 28px; }
    .recommended article .meta .btn {
      position: absolute;
      right: 0;
      bottom: 0;
      margin-top: 0;
      background-image: url("../img/amazon-logo.png");
      background-position: right 15px;
      background-repeat: no-repeat;
      padding: 15px 37px 15px 20px; }

.recommended .product-row {
  border-top: 1px solid #222222;
  padding-top: 20px; }

/**
* Helper Classes
*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.placeholder {
  color: #757575; }

.lt-ie9 body {
  font-family: Helvetica, sans-serif; }

.lt-ie9 h1,
.lt-ie9 header#hd #hd-main div,
.lt-ie9 #subscribe-link,
.lt-ie9 #tomorrow-box {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }

.lt-ie9 .content .tags p {
  width: 500px; }

.lt-ie9 #email-box input[type="email"] {
  padding: 13px 13px 8px; }

.lt-ie9 #copyright {
  margin-right: 0; }

.listview-tags {
  text-transform: uppercase; }
  .listview-tags a {
    text-transform: none;
    font-style: italic; }

#searchform {
  padding: 15px 20px;
  background: url("../img/social-dots-bg.png") 0 0; }
  #searchform input {
    border: 0;
    line-height: 1em; }
  #searchform input[type="search"] {
    width: 234px;
    padding: 13px;
    font-size: 14px;
    font-family: 'Antic Slab', serif;
    text-transform: uppercase;
    margin-right: 8px; }
  #searchform input[type="submit"] {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 30px;
    background-color: #D18637; }

.content header .links .social-share,
.links .social-share {
  font-size: 10px;
  height: 18px;
  padding: 7px 0 0;
  float: right;
  clear: right;
  width: 125px;
  text-align: center;
  margin-top: 3px; }

.content header .links .facebook-share,
.links .facebook-share {
  background: #4C66A4; }
  .content header .links .facebook-share:hover,
  .links .facebook-share:hover {
    background: #3B5998; }

.content header .links .twitter-share,
.links .twitter-share {
  background: #019AD2; }
  .content header .links .twitter-share:hover,
  .links .twitter-share:hover {
    background: #2C77BA; }

.content header .links .social-share {
  float: left;
  clear: none;
  margin-right: 3px; }

.content header .links .download {
  background: #d18637; }
  .content header .links .download:hover {
    background: #c86a08; }

.content header .links .embed {
  background: #40B1C7; }
  .content header .links .embed:hover {
    background: #2D91A5; }

.guest {
  font-style: italic;
  font-weight: 600;
  display: block;
  font-size: 17px;
  margin-top: 7px; }

.fb-like-box {
  background: #fff; }

.schedule .content .body {
  padding-bottom: 0; }

.schedule .content .cont {
  margin-bottom: 0; }
  .schedule .content .cont .links {
    bottom: 6px; }

.tp-lightbox {
  filter: alpha(opacity=79) !important;
  -moz-opacity: 0.79 !important;
  -khtml-opacity: 0.79 !important;
  opacity: 0.79 !important; }

.visiblebox {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  margin: 100px auto !important;
  width: 700px !important;
  padding: 0 !important; }

#closebox {
  top: -15px !important;
  left: -15px !important; }

div.milt-obit {
  margin-bottom: 15px;
  background-color: black; }
  div.milt-obit img {
    border: 3px solid black;
    margin: 0 auto; }
  div.milt-obit div.caption {
    font-family: 'Antic Slab', serif;
    padding: 5px 20px; }
    div.milt-obit div.caption h3, div.milt-obit div.caption h4, div.milt-obit div.caption p {
      margin: 10px 0;
      font-size: 2em;
      text-align: center; }
      div.milt-obit div.caption h3 a, div.milt-obit div.caption h4 a, div.milt-obit div.caption p a {
        color: white; }
    div.milt-obit div.caption p {
      font-size: 1em;
      text-align: right; }

div.columns-container {
  margin: 10px; }
  @media (min-width: 768px) {
    div.columns-container {
      margin: 0 20px; } }
  @media (min-width: 1024px) {
    div.columns-container {
      margin: 0; } }
  @media (min-width: 768px) {
    div.columns-container div.left-column, div.columns-container div.right-column {
      float: left;
      overflow: hidden; } }
  div.columns-container div.left-column {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      div.columns-container div.left-column {
        width: calc(66.6% - 20px);
        margin: 0 20px 0 0; } }
    @media (min-width: 1024px) {
      div.columns-container div.left-column {
        width: 620px; } }
    div.columns-container div.left-column section.featured-episodes {
      background-color: white;
      padding: 20px;
      overflow: hidden;
      margin-bottom: 20px; }
      div.columns-container div.left-column section.featured-episodes h1 {
        margin-top: 0;
        color: #c86a08; }
    div.columns-container div.left-column div.sam-container.sam-place img {
      max-width: 100%; }
  @media (min-width: 768px) {
    div.columns-container div.right-column {
      width: 33.3%; } }
  @media (min-width: 1024px) {
    div.columns-container div.right-column {
      width: 300px; } }
  div.columns-container div.right-column > h2 {
    display: none; }
  div.columns-container div.right-column div.facebook-like-widget h2 {
    font-family: 'Antic Slab', serif; }
  div.columns-container div.right-column div.social-media-links {
    margin: 0 0 20px 0;
    padding: 5px 0 0 0;
    text-align: center;
    border: 3px solid #6d6d74; }
    div.columns-container div.right-column div.social-media-links a {
      font-family: 'Antic Slab', serif;
      font-size: 16px;
      font-weight: 700; }
      div.columns-container div.right-column div.social-media-links a:hover {
        text-decoration: none; }
      div.columns-container div.right-column div.social-media-links a img {
        display: inline; }
      div.columns-container div.right-column div.social-media-links a span.label {
        position: relative;
        top: -10px; }
  div.columns-container div.right-column div.mjre-latest-news, div.columns-container div.right-column div.mjre-show-categories {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px; }
    div.columns-container div.right-column div.mjre-latest-news > h2, div.columns-container div.right-column div.mjre-show-categories > h2 {
      font-family: 'Antic Slab', serif; }
    div.columns-container div.right-column div.mjre-latest-news > div, div.columns-container div.right-column div.mjre-show-categories > div {
      clear: both;
      margin-bottom: 20px;
      overflow: hidden; }
      div.columns-container div.right-column div.mjre-latest-news > div > a img, div.columns-container div.right-column div.mjre-show-categories > div > a img {
        width: 30%;
        height: auto;
        float: left;
        margin-right: 5%; }
      div.columns-container div.right-column div.mjre-latest-news > div div.item-details, div.columns-container div.right-column div.mjre-show-categories > div div.item-details {
        width: 65%;
        float: left; }
        div.columns-container div.right-column div.mjre-latest-news > div div.item-details h3, div.columns-container div.right-column div.mjre-latest-news > div div.item-details p, div.columns-container div.right-column div.mjre-show-categories > div div.item-details h3, div.columns-container div.right-column div.mjre-show-categories > div div.item-details p {
          margin: 0; }
        div.columns-container div.right-column div.mjre-latest-news > div div.item-details h3, div.columns-container div.right-column div.mjre-show-categories > div div.item-details h3 {
          font-family: 'Antic Slab', serif; }
    div.columns-container div.right-column div.mjre-latest-news > a.more-news, div.columns-container div.right-column div.mjre-show-categories > a.more-news {
      display: block;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 600;
      padding: 13px 30px;
      background-color: #d18637;
      float: right; }
      div.columns-container div.right-column div.mjre-latest-news > a.more-news:hover, div.columns-container div.right-column div.mjre-show-categories > a.more-news:hover {
        background-color: #c86a08;
        text-decoration: none; }
  div.columns-container div.right-column div.mjre-show-categories {
    border-top: 1px solid #6d6d74; }
  div.columns-container div.right-column #searchform p.hint {
    padding: 5px 0 10px;
    text-align: right;
    margin: 0 0 20px 0;
    font-style: italic;
    font-weight: 600; }

div#main.home div.left-column img.banner-ad {
  width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .content_wrapper {
    width: 100%;
    margin: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .content_wrapper {
    width: 940px;
    margin: 0 auto;
    padding-left: 40px; } }
