
html #sub-live {
  background-color: #bb270f;
  display: block;
  position: absolute;
  top: 27px;
  width: 200px;
  z-index: 9;
  margin-left: -50px;
  box-shadow: 0px 2px 6px #000;
  display: none;
  padding-bottom: 10px; }
  html #sub-live li.nav-sub-live {
    display: block; }

html #sub-live-now a,
html #sub-live-past a {
  color: #bb270f; }

html #sub-live-now li,
html #sub-live-past li {
  margin-left: 12px; }
  html #sub-live-now li a,
  html #sub-live-past li a {
    color: white; }

html header #live-promo {
  font-family: "Open Sans Condensed", arial, sans-serif;
  height: 30px;
  background-color: #d5e8f3;
  top: 12px;
  position: relative;
  box-shadow: 0px 1px 1px #000;
  white-space: nowrap; }
  html header #live-promo #live-promo-inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-left: 25%; }
    @media only screen and (max-width: 1046px) {
      html header #live-promo #live-promo-inner {
        padding-left: 0; } }
    html header #live-promo #live-promo-inner #watch-live {
      text-decoration: none;
      padding: 0 12px;
      box-sizing: border-box;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      background-color: #bb270f;
      color: white;
      height: 100%;
      vertical-align: middle;
      line-height: 30px;
      text-shadow: 1px 1px 1px #000; }
    html header #live-promo #live-promo-inner #watch-live-title {
      background-color: #bb270f;
      text-decoration: none;
      padding: 0 12px;
      box-sizing: border-box;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      color: white;
      height: 100%;
      vertical-align: middle;
      line-height: 30px;
      text-shadow: 1px 1px 1px #000; }
      @media only screen and (max-width: 1046px) {
        html header #live-promo #live-promo-inner #watch-live-title {
          max-width: 70%;
          overflow: hidden;
          text-overflow: ellipsis; } }

html #featured-posts-wrap.top-shelf-fixed {
  top: -37px !important; }

html #featured-posts-wrap.top-shelf-expanded {
  top: 77px !important; }

html body {
  padding-top: 140px; }
  @media only screen and (max-width: 1046px) {
    html body {
      padding-top: 100px; } }

html header.compact #live-promo {
  top: 9px; }
  @media only screen and (max-width: 1046px) {
    html header.compact #live-promo {
      top: -1px; } }

html header #nav-cats li a {
  font-size: 15px !important; }