@charset "UTF-8";
/* CSS Document */
/* Mixins
-----------------*/
/* Reset
----------------*/
html {
  -webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
address,
abstract,
cite,
code,
dfn,
th,
var {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}
abstract,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
/* Main
----------------*/
body {
  font: 14px Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background-position: 50% 100px !important;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-in-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-in-out;
  /* IE10? */
  -o-transition: all 0.3s ease-in-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: none;
}
a.link:before {
  content: "\00BB\a0";
}
.small {
  font-size: 12px;
}
.rule {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 17px;
}
.no-margin {
  margin: 0;
}
.alignleft {
  float: left;
}
img.alignleft {
  margin: 0 14px 14px 0;
}
.alignright {
  float: right;
}
img.alignright {
  margin: 0 0 14px 14px;
}
.sidebyside {
  overflow: auto;
}
.arrow,
.leftarrow,
.rightarrow {
  width: 0;
  height: 0;
  border-style: solid;
}
section ul,
section ol {
  margin: 0 0 30px 28px;
}
section ul {
  list-style: disc;
}
section ol {
  list-style: decimal;
}
.spacer {
  margin-bottom: 14px;
}
hr.previewtruncate {
  display: none;
}
/* Tables
----------------*/
/* Standard */
.standard,
.table-black,
.table-blue,
.table-pink,
.table-orange {
  margin-bottom: 28px;
}
.standard th,
.table-black th,
.table-blue th,
.table-orange th {
  border-right: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 7px 14px 5px;
  font-weight: bold;
}
.standard .rounded td,
.table-black .rounded td,
.table-blue .rounded td,
.table-pink .rounded td,
.table-orange .rounded td {
  border-bottom: none;
  padding: 0 0 5px;
}
.standard .top,
.table-black .top,
.table-blue .top,
.table-pink .top,
.table-orange .top {
  line-height: 0;
}
.standard .top .right,
.table-black .top .right,
.table-blue .top .right,
.table-pink .top .right,
.table-orange .top .right {
  border-top-right-radius: 5px;
}
.standard .top .left,
.table-black .top .left,
.table-blue .top .left,
.table-pink .top .left,
.table-orange .top .left {
  border-top-left-radius: 5px;
}
.standard .bottom td,
.table-black .bottom td,
.table-blue .bottom td,
.table-pink .bottom td,
.table-orange .bottom td {
  padding-bottom: 9px;
  border-right: none;
}
.standard .bottom .right,
.table-black .bottom .right,
.table-blue .bottom .right,
.table-pink .bottom .right,
.table-orange .bottom .right {
  border-bottom-right-radius: 5px;
}
.standard .bottom .left,
.table-black .bottom .left,
.table-blue .bottom .left,
.table-pink .bottom .left,
.table-orange .bottom .left {
  border-bottom-left-radius: 5px;
}
.standard td,
.table-black td,
.table-blue td,
.table-pink td,
.table-orange td {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 11px 14px 7px;
}
/* Colours */
.table-black th,
.table-black .rounded td {
  background-color: #000000;
}
.table-black tr.dark {
  background-color: #d6cfcf;
}
.table-black tr.light {
  background-color: #f4efef;
}
.table-blue th,
.table-blue .rounded td {
  background-color: #0e94c0;
}
.table-blue tr.dark {
  background-color: #e2f8ff;
}
.table-blue tr.light {
  background-color: #f3fcff;
}
.table-pink th,
.table-pink .rounded td {
  background-color: #DB4E9F;
}
.table-pink tr.dark {
  background-color: #FFE5F4;
}
.table-pink tr.light {
  background-color: #f9f0f5;
}
.table-orange th,
.table-orange .rounded td {
  background-color: #ff6e00;
}
.table-orange tr.dark {
  background-color: #fee5cf;
}
.table-orange tr.light {
  background-color: #fffcf3;
}
/* Buttons
----------------*/
input {
  border: none;
}
.input {
  font-size: 12px;
  padding: 7px 6px;
}
.button {
  display: inline-block;
  padding: 4px 10px 4px 30px;
  cursor: pointer;
  -webkit-transition: none;
  /* Saf3.2+, Chrome */
  -moz-transition: none;
  /* FF4+ */
  -ms-transition: none;
  /* IE10? */
  -o-transition: none;
  /* Opera 10.5+ */
  transition: none;
}
.morebutton {
  margin-top: 4px;
  text-align: center;
}
.long {
  width: 100%;
  padding: 9px 0 7px;
}
/* Header
----------------*/
#header {
  border-bottom: 1px solid #e0e2e3;
  width: 100%;
  height: 100px;
}
header {
  width: 984px;
  margin: 0 auto;
  font-size: 12px;
  display: table;
  height: 100%;
  position: relative;
}
header h1,
.site-logo {
  float: left;
}
header h1 a,
.site-logo a {
  text-indent: -9999px;
  height: 100px;
  width: 165px;
  display: block;
  -webkit-transition: none;
  /* Saf3.2+, Chrome */
  -moz-transition: none;
  /* FF4+ */
  -ms-transition: none;
  /* IE10? */
  -o-transition: none;
  /* Opera 10.5+ */
  transition: none;
}
.listen {
  margin: 24px 7px 0 179px;
  overflow: auto;
}
.listen div {
  float: left;
  width: 370px;
}
.listen strong {
  text-transform: uppercase;
  font-size: 23px;
  display: block;
}
.listen p {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.listen img {
  float: left;
  margin: 4px 10px 15px 0;
  width: 55px;
  max-height: 55px;
  border-radius: 27px;
  -webkit-clip-path: circle(27px at 27px 27px);
  clip-path: circle(27px at 27px 27px);
}
.listen .listennow {
  margin-right: 40px;
}
.listen .button {
  float: left;
  text-indent: -9999px;
  width: 57px;
  height: 57px;
  box-shadow: none;
  padding: 0;
  margin-right: 10px;
  border: none;
}
.listen .onairnow strong {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 300px;
  display: inline-block;
}
.listen .onairimage {
  width: 57px;
  height: 57px;
  margin-right: 10px;
  display: block;
  float: left;
  border-radius: 27px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#header.toolbar {
  position: fixed;
  top: 0;
  z-index: 10001;
  height: 30px;
  width: 100%!important;
  border: none;
}
.toolbar .listen {
  min-height: 26px;
}
.toolbar .listen img,
.toolbar .mobile,
.toolbar .search,
.toolbar .listennow strong,
.toolbar .listenHeading {
  display: none;
}
.toolbar header h1,
.toolbar .site-logo {
  margin: 4px 10px 0 0;
}
.toolbar header h1 a,
.toolbar header .site-logo a {
  width: 40px;
  height: 24px;
  background-position: 0 -193px;
}
.toolbar .listen {
  margin: 3px 0 0;
  padding: 0;
  background: none;
  width: auto;
}
.toolbar .listen strong {
  font-size: 14px;
  float: left;
}
.toolbar .listen p {
  float: left;
  max-width: 400px;
  border: none;
  margin-right: 10px;
}
.toolbar .listen div {
  width: auto;
}
.toolbar .listen .listennow {
  margin-right: 0;
  margin-left: 10px;
}
.toolbar .listennow p {
  line-height: 24px;
}
.toolbar .listen .button {
  width: 25px;
  height: 25px;
  background-size: 25px;
  margin-right: 7px;
  float: left;
}
.toolbar .onairnow img {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 7px 0 0;
  -webkit-clip-path: circle(14px at 13px 10px);
  clip-path: circle(14px at 13px 10px);
}
.toolbar .onairnow strong {
  width: 420px;
}
.toolbar .onairnow strong span {
  display: inline-block;
  vertical-align: top;
}
.toolbar .onairnow strong a {
  font: 14px Helvetica, Arial, sans-serif;
  text-transform: none;
}
.toolbar .onairnow p {
  display: none;
}
.toolbar .onair {
  width: 218px;
  padding: 3px 5px 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.toolbar .nowplaying {
  width: 214px;
  padding: 5px 5px 3px 83px;
}
.toolbar .listen .nowplaying strong {
  left: 5px;
}
.toolbar .onairimage {
  background-size: 28px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.search {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101;
  margin: 1px 0 0;
}
.search .searchform {
  position: relative;
}
.search .input {
  padding: 5px 6px 4px;
  width: 100px;
  margin-right: 7px;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: transparent;
}
.search .searchsubmit {
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: -20px;
  top: 4px;
}
.search ul {
  height: 20px;
  width: 310px;
}
.search li {
  vertical-align: top;
  display: inline-block;
}
.search .heading {
  margin-right: 14px;
  display: inline-block;
  height: 25px;
  text-align: left;
  width: 105px;
}
/* Primary Navigation
----------------*/
#primarynav,
#primary,
#primary ul,
#primary a {
  height: 30px;
}
#primarynav {
  position: relative;
  z-index: 100;
  width: 984px;
  margin: 0 auto;
}
#primary {
  width: 984px;
  margin: 0 auto;
  text-transform: uppercase;
}
#primary ul {
  width: 840px;
  overflow: hidden;
}
#primary li {
  float: left;
}
#primary a {
  display: block;
  padding: 0 25px;
}
#primary ul li.navchildren > a {
  background-position: 90% center;
  background-repeat: no-repeat;
}
#primary ul div {
  display: none;
  position: absolute;
  padding: 1px 0 0;
  overflow: visible;
  z-index: 500;
  text-transform: none;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
}
#primary ul ul {
  float: left;
  width: 218px;
  height: auto;
}
#primary ul ul li {
  float: none;
}
#primary ul ul a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  padding: 0 7px;
}
@media only screen and (device-width: 768px) {
  header,
  #primary {
    background: none;
    border-bottom: none;
  }
}
/* Secondary Navigation
----------------*/
#secondarynav {
  position: relative;
  width: 984px;
  margin: 0 auto;
  z-index: 50;
}
#secondary {
  width: 1004px;
  height: 33px;
  position: absolute;
  left: -10px;
  top: -16px;
  overflow: hidden;
}
#secondary ul {
  padding: 0 20px;
}
#secondary li {
  float: left;
  margin: 0 1px;
}
#secondary li a {
  padding: 4px 10px 3px;
}
#secondarynav .leftarrow,
#secondarynav .rightarrow {
  position: absolute;
  top: -16px;
}
@media screen and (max-width: 1100px) {
  #secondarynav .leftarrow,
  #secondarynav .rightarrow {
    display: none;
  }
}
#secondarynav .social {
  position: absolute;
  top: -10px;
  right: 14px;
  z-index: 101;
}
#secondarynav .social li {
  vertical-align: top;
  display: inline-block;
}
/* Third-Level Navigation
----------------*/
#secondary #third {
  padding-left: 0;
  overflow-y: hidden;
}
#third li:first-child {
  margin: 0 18px 0 0;
  padding-left: 20px;
  position: relative;
}
#third .arrow {
  top: 0;
  border-width: 17px 0 17px 17px;
  right: -17px;
  position: absolute;
}
/* Show Banner
----------------*/
#banner {
  height: 134px;
  margin: 0 auto;
  width: 984px;
  position: relative;
}
/* HP Promos
----------------*/
#promospan {
  overflow: hidden;
}
#promos {
  width: 970px;
  margin: 0 auto;
  padding: 7px;
  overflow: auto;
}
#promos .promo {
  width: 300px;
  height: 184px;
  position: relative;
  overflow: hidden;
}
#promos #massivepromo {
  width: 956px;
  height: 286px;
}
#promos #promo1 {
  float: left;
  margin-right: 14px;
  width: 464px;
  height: 286px;
}
#promos #promo2 {
  float: left;
  width: 242px;
  height: 286px;
}
#promos #promo3 {
  float: right;
  margin-bottom: 14px;
}
#promos #promo4 {
  float: right;
}
#promos .abstract,
.featurepanel .abstract {
  position: absolute;
  left: 0;
}
#promos .promo .abstract {
  bottom: 0;
}
#contentspan #promos {
  margin-top: 14px;
}
.featurepanel {
  padding-right: 13px;
  margin-right: 13px;
  width: 300px;
  overflow: hidden;
  height: 184px;
  float: left;
  position: relative;
}
#featurepanel3 {
  margin: 0;
  padding: 0;
}
.featurepanel h2 a {
  display: block;
  padding: 5px 10px 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 280px;
}
.featurepanel p {
  width: 280px;
  padding: 10px;
}
.featurepanel h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  cursor: pointer;
  display: block;
}
.featurepanel > a {
  display: block;
  height: 184px;
}
.featurepanel .badge {
  display: none;
}
#promos .promo h2 a {
  padding: 5px 10px;
  display: block;
  max-width: 280px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#promos #massivepromo h2 a {
  max-width: 936px;
}
#promos #promo1 h2 a {
  max-width: 444px;
}
#promos #promo2 h2 a {
  max-width: 222px;
}
#promos .promo p {
  padding: 10px;
  width: 202px;
}
#promos #promo1 p {
  width: 444px;
}
.newpromospan {
  height: 375px;
  width: 663px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 7px;
}
.newpromo img {
  position: absolute;
  top: -15px;
  display: none;
}
.newpromo a:first-child img {
  display: block;
}
.newpromolink {
  position: absolute;
  bottom: 0;
}
.newpromolink a {
  float: left;
  background: #959595;
  background: rgba(149, 149, 149, 0.9);
  color: #FFFFFF;
  padding: 5px;
  width: 210px;
  text-decoration: none;
  font-size: 16px;
  margin-right: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newpromolink a:last-child {
  margin-right: 0;
  width: 211px;
}
.newpromolink a:hover {
  color: #ffffff;
}
.newpromolink a.active {
  background: #dddddd;
}
#newpromo4 {
  margin-bottom: 7px;
}
#promos #massivepromo p {
  width: auto;
}
#promospan .badge {
  text-transform: uppercase;
  padding: 0 12px 2px;
  display: inline-block;
}
#promos .more {
  padding: 0;
}
#promos .more .badge {
  display: none;
}
#promos .more div {
  padding: 0;
  margin-bottom: 18px;
}
#promos .more div:last-child {
  padding: 0;
  margin: 0;
}
#promos .more div.last-child {
  padding: 0;
  margin: 0;
}
/* HP Tabs
----------------*/
.hptabs {
  margin-bottom: 4px;
  padding: 14px;
}
.tabs {
  padding-top: 9px;
  padding-left: 150px;
  border-bottom: 1px solid #eff0f1;
  margin: 0 0 14px;
}
.tabs li {
  display: inline-block;
}
.tabs li a {
  display: block;
  padding: 2px 10px 5px;
}
.tabcontent {
  display: table;
}
.tabcontent h3 {
  margin: 3px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #b3aca9;
}
.tabcontent .contentpod {
  margin: 0;
  width: auto;
  padding: 0;
}
.tabcontent .contentpod .image {
  margin: 0;
}
.tabcontent .gallery .image {
  width: auto;
}
.tabcontent .gallery .image img {
  width: 286px;
  height: 170px;
}
.tabcontent .image a {
  width: 300px;
  height: 184px;
}
.tabcontent .contentpod p {
  border: none;
}
.tabcontent .twitter {
  width: 314px;
  margin-left: 1em;
  position: relative;
}
.tabcontent .latesttwitter {
  padding: 14px;
}
.tabcontent .latesttwitter h4 {
  padding-bottom: 0;
  margin: -5px 0 20px;
  border: none;
}
.tabcontent .latesttwitter h5 {
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #aec0c2;
}
.tabcontent .latesttwitter p {
  height: 64px;
}
.tabcontent .twitter .arrow {
  position: absolute;
  left: -30px;
  top: 46px;
  margin: 0;
}
.tabcontent .twitter span {
  border-top: 1px solid #AEC0C2;
  display: block;
  padding: 10px 0 2px 24px;
}
/* Content
----------------*/
#contentspan {
  width: 984px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-bottom: 40px;
}
#content {
  width: 984px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
.main {
  width: 628px;
  padding: 14px;
  overflow: auto;
}
.main h2,
.main h1.page-title,
.main h3 {
  border-bottom: 1px solid #e0e2e3;
  padding-bottom: 8px;
  margin: 10px 0 9px;
}
.main h3.link a {
  padding-left: 22px;
  text-decoration: none;
  display: block;
}
.main p {
  margin-bottom: 25px;
}
.main .social {
  margin-bottom: 17px;
  padding: 6px 9px 0;
  height: 26px;
}
.main .social ul {
  margin: 0;
}
.main .social li {
  vertical-align: top;
  display: inline-block;
}
.main .social .comments a {
  height: 21px;
  display: block;
  padding-left: 25px;
}
section {
  float: left;
  width: 656px;
  margin-top: 14px;
}
.wide {
  width: 984px;
}
.wide h2.heading,
.wide h1.heading {
  width: auto;
}
.wide .main {
  width: auto;
}
.wide .main p {
  max-width: 710px;
}
.widepod {
  margin-bottom: 4px;
}
.widepod img {
  float: left;
  margin-right: 14px;
}
.widepod h3 {
  border-bottom: none;
}
.widepod p {
  margin-bottom: 0;
  max-width: none;
}
section .section {
  width: 100%;
  padding: 7px 0 9px;
  margin-bottom: 4px;
}
section .heading {
  padding: 7px 14px 9px;
  width: 628px;
  margin-bottom: 4px;
}
#contentspan .top-content-heading {
  padding: 14px 14px 0;
  background-color: #FFFFFF;
  color: #2c2c2c;
  font: 700 16px 'proxima-nova', Arial, Helvetica, sans-serif;
  text-align: left;
}
#contentspan h2.top-content-heading,
#contentspan h1.top-content-heading {
  font-size: 28px;
}
section .teaser {
  margin-bottom: 4px;
  overflow: auto;
}
section .teaser h2,
section .teaser h1.page-title {
  padding: 0 15px 0 30px;
  height: 24px;
  float: left;
}
section .teaser .arrow {
  float: left;
  margin-right: 10px;
}
section .teaser ul {
  margin: 0;
}
section .teaser li {
  display: inline-block;
  height: 22px;
  overflow: hidden;
  vertical-align: top;
  margin-top: 2px;
}
section .teaser .title {
  margin-right: 7px;
}
section .teaser .rss {
  float: right;
  display: none;
}
section .teaser .rss a {
  padding-right: 25px;
  display: inline-block;
  height: 22px;
}
#latest {
  width: 664px;
  margin-left: -4px;
}
#latest .contentpod {
  margin: 0 0 0 4px;
  border-bottom: 4px solid #F2ECEC;
}
#latest .contentpod:last-child {
  border-bottom: none;
}
#latest .contentpod.last-child {
  border-bottom: none;
}
#latest .contentpod h3,
#latest .contentpod p {
  display: none;
}
#latest .contentpod h4,
#newest .contentpod h4 {
  padding-left: 30px;
  line-height: 22px;
  font-size: 15px;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 14px;
  background-position: 0 center;
  background-repeat: no-repeat;
}
#latest .contentpod h4 a,
#newest .contentpod h4 a {
  margin-top: 6px;
  display: inline-block;
}
#latest .contentpod.video h4,
#newest .contentpod.video h4 {
  background-position-x: -300px;
}
#latest .contentpod.gallery h4,
#newest .contentpod.gallery h4 {
  background-position-x: -600px;
}
#latest .contentpod.podcast h4,
#newest .contentpod.podcast h4 {
  background-position-x: -900px;
}
.contentpod {
  width: 270px;
  margin: 0 4px 4px 0;
  float: left;
  word-wrap: break-word;
  padding: 20px 28px 28px;
}
.contentpod h3 {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 14px;
  padding-bottom: 2px;
}
.contentpod h3 a {
  padding-left: 22px;
  display: block;
}
.contentpod h4 {
  padding-bottom: 5px;
}
.contentpod p {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.contentpod .image {
  position: relative;
}
.posted {
  border-top: 1px dotted #ebebeb;
  margin-top: 10px;
  padding: 5px 0 0 19px;
}
.thirds {
  overflow: auto;
}
.thirds .contentpod {
  padding: 14px;
  width: 188px;
  min-height: 170px;
  position: relative;
}
.hpwin .contentpod {
  min-height: 150px;
}
.thirds .contentpod:nth-child(3n) {
  margin-right: 0;
}
.thirds div.nth-child {
  margin-right: 0;
}
.thirds .contentpod h4 {
  line-height: 18px;
  padding-bottom: 25px;
}
.extend .contentpod h4 {
  padding-bottom: 6px;
}
.hpwin .contentpod h4 {
  padding-bottom: 0;
}
.thirds .contentpod p {
  border: none;
  margin-bottom: 16px;
}
.thirds .contentpod .image {
  margin: 0 0 8px;
}
.thirds .contentpod .image a {
  height: 120px;
  width: 188px;
}
.thirds .contentpod .posted {
  position: absolute;
  bottom: 10px;
  left: 14px;
  width: 169px;
}
#newest {
  overflow: auto;
  margin-bottom: 4px;
}
#newest .contentpod {
  margin-bottom: 0;
}
#newest div:last-child {
  margin-right: 0;
}
#newest div.last-child {
  margin-right: 0;
}
.podcast .audio {
  text-align: center;
  width: auto;
}
.image a {
  display: block;
  width: 270px;
  height: 166px;
}
.gallery .image {
  overflow: auto;
  width: 270px;
}
.gallery .image a {
  width: auto;
  height: auto;
}
.gallery .image img {
  padding: 6px;
  border: 1px solid #eaeaea;
  float: left;
  background-color: #FFFFFF;
}
.thirds .gallery .image {
  width: 188px;
  padding: 0;
}
.thirds .gallery .image img {
  padding: 0;
  border: none;
}
.gallery .image .imagethumb1 {
  margin-bottom: 4px;
  width: 256px;
  height: 157px;
}
.gallery .image .imagethumb3 {
  float: right;
}
.video .play,
.video .time {
  cursor: pointer;
  position: absolute;
  display: block;
}
.video .play {
  width: 37px;
  height: 37px;
  left: 5px;
  bottom: 5px;
}
.video .time {
  right: 0;
  bottom: 0;
  padding: 6px 10px;
}
.videoWrapper {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.videoWrapper iframe,
.videoWrapper div.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.videoWrapper div.video .innerWrapper {
  height: 100% !important;
  width: 100% !important;
}
.morespan {
  padding: 14px;
  width: 298px;
}
.morespan h4 {
  padding-bottom: 0;
}
.more {
  padding: 14px;
}
.more div {
  overflow: auto;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7d7d7;
}
.more div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.more div.last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.more h3 {
  margin-bottom: 12px;
}
.more img {
  float: left;
}
.more h4 {
  padding-left: 90px;
}
.more p {
  margin: 0;
  border: none;
  padding-left: 90px;
}
#latest .facebook {
  height: 188px;
  padding: 14px;
  width: 298px;
}
section .twitter {
  padding: 28px;
}
.latesttwitter {
  padding: 5px 14px 14px;
}
.latesttwitter h4 {
  border-bottom: 1px solid #a7bcc2;
  margin-bottom: 5px;
}
#latest .latesttwitter h4 {
  padding-left: 24px;
}
.latesttwitter p {
  margin: 0;
  border: none;
}
#latest .latesttwitter span {
  border-bottom: 1px solid #A7BCC2;
  display: block;
  padding-bottom: 5px;
}
.twitter .arrow {
  margin-left: 26px;
}
#latest .twitter .twitterbutton {
  text-align: right;
  height: 20px;
}
.list {
  width: 300px;
  float: left;
  margin-bottom: 30px;
}
.list ul {
  overflow: auto;
  margin: 0;
  list-style: none;
}
.list li {
  float: left;
  width: 150px;
}
.list li h3 {
  border: none;
  margin-bottom: 3px;
}
.main .search {
  margin: 0;
  text-align: left;
}
.main .list h3,
.main .search h3 {
  margin-bottom: 8px;
}
.filter {
  padding: 5px 14px;
  margin-bottom: 4px;
}
.filter p {
  margin: 5px 14px 5px 0;
  display: inline-block;
}
.filter a {
  padding: 5px 10px;
}
.alsosee {
  margin-bottom: 14px;
  padding: 16px;
}
.alsosee .contentpod {
  float: none;
  padding: 0;
  margin: 14px 0 0;
  width: auto;
  overflow: auto;
}
.alsosee .contentpod:first-child {
  margin: 0;
}
.alsosee .contentpod.first-child {
  margin: 0;
}
.alsosee .contentpod:last-child {
  border: none;
}
.alsosee .contentpod.last-child {
  border: none;
}
.alsosee .contentpod .image {
  margin: 0;
  float: left;
  border: none;
  margin: 0 14px 14px 0;
  padding: 0;
}
.alsosee .contentpod .image a {
  display: inline;
}
.alsosee .contentpod:last-child .image {
  margin-bottom: 0;
}
.alsosee .contentpod.last-child .image {
  margin-bottom: 0;
}
.alsosee .contentpod h4 {
  margin: 0;
  padding: 0;
}
.alsosee .contentpod p {
  border: none;
}
.alsosee .gallery .image {
  width: auto;
}
.alsosee .gallery img {
  height: 72px;
  width: 124px;
}
.alsosee .video .play {
  bottom: 7px;
  height: 21px;
  left: 7px;
  width: 21px;
}
/* Tactic Page
----------------*/
.page-tactic #content {
  overflow: auto;
  background: #FFFFFF;
}
.page-tactic section .teaser h2,
.page-tactic section .teaser h1.page-title {
  font-size: 14px;
  margin-bottom: 0;
}
#twocolumn .contentpod {
  padding: 0;
  margin: 0 28px 28px 0;
  width: 300px;
}
#twocolumn .contentpod:nth-child(2n) {
  margin-right: 0;
}
#twocolumn .contentpod.nth-child {
  margin-right: 0;
}
#twocolumn .contentpod p {
  border: none;
}
#twocolumn h3 {
  margin-bottom: 14px;
}
#twocolumn .image {
  margin-bottom: 14px;
}
#twocolumn .image a {
  width: 300px;
  height: 184px;
}
#twocolumn .gallery .image {
  width: 300px;
  height: 186px;
}
#twocolumn .gallery .image img {
  width: 286px;
  height: 172px;
}
#twocolumn .sponsored {
  background-color: transparent;
}
#twocolumn .sponsored img {
  float: left;
  margin: 0 14px 14px 0;
}
/* RHS Elements
----------------*/
aside {
  float: right;
  width: 300px;
  margin: 14px 14px 0 0;
}
aside .image a {
  width: 136px;
  height: 84px;
}
aside > div {
  margin-bottom: 28px;
  overflow: visible;
}
aside .heading {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 7px;
}
aside h3 {
  border-bottom: 1px solid #d6d0d0;
}
aside .link {
  float: right;
  font-weight: bold;
  margin-top: 10px;
}
aside .inner {
  overflow: auto;
}
aside .inner .contentpod {
  width: auto;
  margin: 0;
  float: none;
  padding: 7px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #d6d0d0;
  min-height: 85px;
}
aside .inner .contentpod:first-child {
  border-top: none;
}
aside .inner .contentpod.first-child {
  border-top: none;
}
aside .inner .contentpod:last-child {
  border-bottom: none;
}
aside .inner .contentpod.last-child {
  border-bottom: none;
}
aside .inner .contentpod.podcast {
  overflow: hidden;
}
aside .inner .podcast .audio {
  margin-bottom: 7px;
}
aside .inner .image {
  float: left;
  margin: 0 7px 0 0;
}
aside .gallery .image {
  width: 138px;
  padding: 0;
}
aside .gallery img {
  width: 124px;
  height: 72px;
}
aside .video .play {
  bottom: 7px;
  height: 21px;
  left: 7px;
  width: 21px;
}
aside .video .copy p:last-child {
  display: none;
}
aside .latestshow .podcast .audioplayer {
  margin-bottom: 14px;
}
aside .latestshow .podcast .copy {
  margin-left: 0;
}
aside .inner h4 {
  padding-bottom: 2px;
}
aside .inner p {
  margin-bottom: 0;
  border: none;
}
aside .arrowbutton .copy {
  height: 84px;
  vertical-align: middle;
  display: table-cell;
  width: 120px;
}
aside .arrowbutton .copy h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
aside .share {
  position: relative;
}
aside .share span {
  padding: 2px;
  display: inline-block;
}
aside .share .sharebutton {
  padding: 3px 4px 3px 20px;
  margin-right: 5px;
}
aside .share .arrow {
  position: absolute;
  left: 66px;
  top: 4px;
}
aside .like {
  padding: 4px 0 0 30px;
}
aside .like .sharebutton {
  height: 20px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 20px;
}
aside .like .arrow {
  left: 26px;
  top: 7px;
}
aside .topgalleries,
aside .hottestvideos,
aside .latestshow {
  overflow: auto;
}
aside .topgalleries.short {
  overflow: visible;
}
aside .topgalleries .contentpod,
aside .sponsoredstories .contentpod {
  float: left;
  width: 134px;
  padding: 6px 6px 0;
  border: none;
}
aside .topgalleries .contentpod .image,
aside .sponsoredstories .contentpod .image {
  margin: 0 0 5px;
}
aside .topgalleries.single img {
  width: 270px;
  height: 160px;
}
aside .topgalleries.single .contentpod,
aside .topgalleries.single .image {
  width: 284px;
}
aside .facebook .inner {
  overflow: hidden;
}
aside .facebook .likebox {
  overflow: hidden;
  width: 300px;
}
aside .likebox div {
  margin: -1px 0 0 -1px;
}
aside .sponsoredstories h4 {
  padding: 0;
}
aside .sponsoredstories .inner p {
  margin-bottom: 10px;
}
aside .hottestvideos .copy,
aside .latestshow .copy {
  margin-left: 143px;
}
aside .hotlist .hot {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 41px;
  padding-right: 16px;
}
aside .mostpopular .contentpod,
aside .hotlist .contentpod {
  overflow: auto;
}
aside .hotlist .mrec .ad {
  margin: 28px 0;
}
aside .latesttwitter {
  padding: 0;
}
aside .latesttwitter h3 {
  padding-bottom: 5px;
  padding-left: 35px;
}
aside .latesttwitter .inner {
  padding: 10px;
}
aside .latesttwitter .profile {
  overflow: auto;
  margin-bottom: 18px;
}
aside .latesttwitter .profile img {
  float: left;
  margin-right: 10px;
}
aside .latesttwitter h4 {
  border: none;
}
aside .latesttwitter .follow {
  width: 195px;
  overflow: hidden;
}
aside .latesttwitter .tweets {
  position: relative;
  padding: 1px 14px;
}
aside .latesttwitter .tweet {
  margin: 14px 0;
  padding-bottom: 14px;
  border-bottom: 1px dotted #ded8d8;
}
aside .latesttwitter .tweet:last-child {
  padding-bottom: 0;
  border: none;
}
aside .latesttwitter .tweet.last-child {
  padding-bottom: 0;
  border: none;
}
aside .latesttwitter .tweet ul {
  overflow: auto;
  margin-top: 3px;
}
aside .latesttwitter .tweet li {
  float: left;
  margin-right: 7px;
}
aside .latesttwitter .tweets .arrow {
  position: absolute;
  top: -14px;
  left: 18px;
}
aside .latesttwitter .hashtag {
  margin-bottom: 25px;
}
aside .social ul {
  overflow: auto;
  padding-top: 40px;
  margin: 15px 0 22px;
}
aside .social li {
  display: inline-block;
}
aside .social a {
  display: block;
  text-indent: -9999px;
  width: 51px;
  height: 50px;
}
aside .topfive .image {
  margin: 0;
  float: none;
}
aside .topfive .image a {
  display: inline;
  width: auto;
  height: auto;
}
aside .topfive h4 {
  margin-bottom: 0;
}
aside .topfive .contentpod {
  padding-left: 62px;
  min-height: inherit;
}
aside .topfive .contentpod:first-child {
  padding-left: 9px;
}
aside .topfive .contentpod.first-child {
  padding-left: 9px;
}
aside .topfive .contentpod:first-child .image img {
  width: 280px;
  height: 170px;
}
aside .topfive .contentpod.first-child .image img {
  width: 280px;
  height: 170px;
}
aside .topfive .item-1 .one {
  position: absolute;
  left: 6px;
  top: 127px;
  width: 38px;
  height: 38px;
}
aside .newsletter .thanks,
aside .newsletter .thanks:hover {
  padding-top: 42px;
  margin-top: 10px;
  min-height: inherit;
}
aside .signup {
  overflow: auto;
  padding-bottom: 4px;
}
aside .signup .input {
  border: 1px solid #CACACA;
  padding: 7px;
  width: 264px;
  margin-bottom: 7px;
}
aside .button {
  padding-bottom: 2px;
}
aside .poll {
  overflow: auto;
}
aside .poll h3 {
  padding: 0 10px 2px;
  border: none;
  position: relative;
}
aside .poll h3 .arrow {
  position: absolute;
  left: 10px;
  bottom: -7px;
}
aside .poll p {
  padding: 10px;
}
aside .poll img {
  margin-left: 10px;
  width: 280px;
  height: 170px;
}
aside .poll .options {
  margin: 4px 10px 10px;
  padding: 10px;
}
aside .poll .pollOption {
  padding-bottom: 12px;
}
aside .poll .pollOption:last-child {
  padding-bottom: 0;
}
aside .poll .pollOption.last-child {
  padding-bottom: 0;
}
aside .poll .pollOption input {
  margin-right: 7px;
}
aside .pollBars {
  height: 12px;
  display: inline-block;
  margin: 5px 0 0 0;
  width: 200px;
}
aside .pollBars span {
  height: 11px;
}
aside .poll .sharevote {
  line-height: inherit;
  margin: 0 10px 10px 0;
}
/* Show Schedule
----------------*/
.showlist {
  display: none;
}
.show {
  margin-bottom: 4px;
  overflow: hidden;
  position: relative;
}
.show .time,
.show .talent,
.show .info {
  vertical-align: top;
  display: inline-block;
}
.show .time {
  width: 123px;
  margin: 14px 7px 14px 21px;
}
.show .talent {
  margin: 14px;
}
.show .talent img {
  float: left;
}
.show .info {
  margin: 14px;
  width: 270px;
  margin-left: 7px;
}
.show .info h3 {
  margin-bottom: 14px;
}
.show .info p {
  margin-bottom: 14px;
}
.show ul {
  list-style: none;
  margin: 0;
}
.big .time {
  height: 192px;
  border-right: 1px solid #e5e0e0;
  padding-right: 14px;
}
.big .talent {
  margin: 0;
  padding: 0;
}
.big .info {
  width: 205px;
  height: 192px;
  border-left: 1px solid #e5e0e0;
  margin-left: 7px;
  padding-left: 14px;
}
.active .time .arrow {
  position: absolute;
  top: 16px;
  left: 0;
}
.active.big .info {
  border-left: 1px solid #43433f;
}
/* Photo Gallery
----------------*/
.darkspan {
  width: 956px;
  float: none;
  padding: 14px;
  position: relative;
  display: table;
}
.darkspan h2 {
  border-bottom: 1px solid #616057;
  margin-bottom: 14px;
}
.darkspan h2 span {
  display: block;
  padding-bottom: 5px;
}
.darkspan aside {
  margin: 0;
}
.darkspan aside > div,
.darkspan p {
  margin-bottom: 12px;
}
.tags {
  border-top: 1px dotted #e0e2e3;
  border-bottom: 1px dotted #e0e2e3;
  padding: 5px 0;
  max-width: 100%;
}
.darkspan .mrec {
  position: absolute;
  bottom: 14px;
  right: 14px;
  margin: 0;
}
.photospan {
  float: left;
  width: 630px;
  position: relative;
}
#photo {
  text-align: center;
  height: 472px;
  width: 630px;
  display: table-cell;
  vertical-align: middle;
}
#photo img {
  cursor: pointer;
}
#photo .arrow {
  position: absolute;
  top: 212px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  border: none;
}
#photo .previous {
  left: 20px;
}
#photo .next {
  right: 20px;
}
#photo .replay {
  cursor: pointer;
  height: 115px;
  padding-left: 24px;
}
#photo #promos {
  display: none;
  width: 630px;
  margin-top: 0;
  padding: 0;
}
#photo #promos .promo {
  width: 188px;
  height: 115px;
  float: left;
  margin: 0 33px 28px 0;
}
#photo #promos .promo:nth-child(3n) {
  margin-right: 0;
}
#photo #promos .promo.nth-child {
  margin-right: 0;
}
#photo #promos .promo h2 {
  border-bottom: none;
  font-size: 14px;
  margin-bottom: 0;
}
#photo #promos .promo h2 a {
  width: 168px;
  text-align: left;
}
#photo h3 {
  margin-bottom: 7px;
  display: none;
}
.darkspan .share {
  list-style: none;
}
.darkspan .share li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.photospan .share {
  border-top: 1px dotted #616057;
  padding-top: 7px;
  margin: 10px 0 0;
}
.photospan .pagination {
  float: right;
  font-weight: bold;
}
.darkspan .button {
  padding: 0;
  line-height: normal;
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  vertical-align: top;
}
.poll .button {
  padding: 2px 7px 0 28px;
  height: 24px;
}
.pollResults {
  width: 300px;
}
.darkspan aside .rateHate {
  width: 100%;
}
.darkspan .pollResults p {
  margin-bottom: 7px;
}
.darkspan .pollResults p strong {
  padding-bottom: 8px;
  border-bottom: 1px solid #616057;
  display: block;
}
.pollResultsInner {
  padding: 14px 10px 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9) inset;
}
.pollBars {
  text-align: left;
  margin: 0 41px;
  width: 196px;
}
.pollBars span {
  display: block;
  height: 9px;
}
/* Video
----------------*/
section.darkspan .videospan {
  float: left;
  width: 640px;
}
.videospan .share {
  margin: 14px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #616057;
}
.videospan .share a {
  height: 21px;
  display: block;
}
.videospan .share li.comments a {
  padding: 2px 0 0 25px;
}
.videospan .poll,
.videospan .pollResults {
  float: right;
  margin: 0 0 12px 14px;
}
.darkspan .tags {
  clear: both;
  margin-bottom: 0;
}
.darkspan .related {
  width: 300px;
}
.darkspan .related h4 {
  padding: 4px 10px;
  border-bottom: 1px solid #1a1a1a;
}
.darkspan .related .contentpod {
  border-top: 1px solid #4d4c4c;
  border-bottom: 1px solid #1a1a1a;
  padding: 7px 14px 7px 7px;
  margin: 0 0 0 1px;
  float: none;
  width: 277px;
  overflow: auto;
}
.darkspan .related .contentpod p {
  border: none;
  padding: 0;
  margin: 0;
  float: none;
}
.darkspan .related .contentpod:nth-child(n+5) {
  display: none;
}
.related .contentpod .image {
  position: relative;
  margin: 0 7px 0 0;
  width: 136px;
  float: left;
  padding: 0;
}
.related .contentpod .image a {
  display: block;
  height: 84px;
  width: 136px;
}
.related .gallery .image img {
  padding: 4px;
  width: 126px;
  height: 74px;
}
.related .video .play {
  bottom: 7px;
  left: 7px;
  width: 21px;
  height: 21px;
}
.video-container {
  position: relative;
  z-index: 99;
}
/* Comments
----------------*/
.commentspan h3 {
  padding-left: 25px;
  margin-bottom: 7px;
}
.commentspan p {
  margin-bottom: 18px;
}
.viewcomments {
  border-top: 1px dotted #e0dbdb;
}
.quote {
  border-bottom: 1px dotted #e0dbdb;
  padding: 12px 0;
  overflow: auto;
  position: relative;
}
.quote .info {
  float: left;
  width: 164px;
}
.quote p {
  margin: 0;
  width: 364px;
  float: right;
  padding: 14px 54px 14px 17px;
}
.quote .arrow {
  right: 435px;
  top: 23px;
  position: absolute;
}
.postcomment .form .checkboxspan fieldset,
.postcomment .form .rule {
  margin: 0 14px;
}
.postcomment .form .share fieldset {
  border-top: 1px solid #E0E2E3;
  border-bottom: 1px solid #E0E2E3;
  padding: 12px 0;
  margin-bottom: 25px;
}
.postcomment .form .share label {
  margin: 0;
  display: inline;
}
.postcomment .form .share label img {
  vertical-align: text-bottom;
}
.form span.small {
  display: block;
  margin-left: 155px;
  width: 470px;
}
/* HP Win
----------------*/
#win {
  overflow: auto;
  margin-top: 4px;
}
#win h2 {
  margin-bottom: 4px;
}
#win .contentpod {
  padding: 28px;
}
#win .contentpod .image {
  margin: 0 0 14px;
}
#win .contentpod .image a {
  width: auto;
  height: auto;
}
#win .winbutton {
  overflow: auto;
  padding: 14px;
}
#win .button {
  float: right;
}
/* Blogs
----------------*/
.page-blogindex .main {
  margin-bottom: 4px;
  overflow: visible;
}
.blogpost .posted {
  border-top: none;
  margin-top: 0;
  padding-top: 2px;
}
.blogpost h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 4px;
}
.blogpost .image {
  text-align: center;
  border-bottom: 1px solid #E0E2E3;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.blogpost .image a {
  display: inline;
  height: 286px;
  width: 464px;
}
.page-blogindex h3 {
  border-bottom: none;
}
.page-blogindex .tags {
  margin: 0;
  border: none;
}
.main .tags {
  margin-bottom: 14px;
  max-width: 100%;
}
.page-blogpage .section {
  margin-top: 4px;
}
.page-blogpage .blogpost img {
  display: inline-block;
}
.page-blogpage .blogpost .small {
  border-bottom: 1px solid #E0E2E3;
  max-width: 100%;
  margin-top: 5px;
  padding-bottom: 2px;
}
.page-blogpage .main {
  overflow: inherit;
}
.main .darkspan {
  margin-bottom: 28px;
  width: 600px;
  z-index: 0;
}
.main .videospan {
  margin-top: 7px;
}
.main .darkspan .tags {
  margin-bottom: 0;
}
.main .videospan .share a {
  padding-top: 0;
}
.page-blogpage .blogpost h4 {
  margin-bottom: 7px;
}
.main #photo #promos {
  width: 600px;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}
.main #photo #promos .promo {
  margin-right: 18px;
}
.main #photo #promos .promo:nth-child(3n) {
  margin-right: 0;
}
.main #photo #promos .promo.nth-child {
  margin-right: 0;
}
.main .photospan,
.main #photo {
  width: 600px;
}
.main .photospan {
  margin-top: 7px;
}
.main .photospan img {
  display: inline;
  max-width: 598px;
}
.main .photospan .poll,
.main .photospan .pollResults {
  float: right;
  margin-left: 14px;
}
.main .photospan .share {
  border-bottom: 1px dotted #616057;
  margin-bottom: 14px;
}
.pollspan {
  width: 465px;
  margin: 0 auto 28px;
}
.pollspan h4 {
  padding: 4px 18px 5px;
  margin-bottom: 0;
}
.pollspan .poll {
  padding: 14px;
  overflow: auto;
}
.pollspan img {
  float: left;
  margin: 0 14px 14px 0;
}
.pollspan p {
  margin-bottom: 0;
}
.pollspan .options {
  clear: both;
  margin: 14px 0;
  overflow: auto;
}
.pollspan .optionsInner {
  overflow: auto;
  padding-bottom: 10px;
}
.pollspan .pollOption {
  width: 286px;
  margin: 10px auto 0;
  padding: 7px;
}
.pollspan .result {
  padding: 0;
}
.pollspan .pollBars {
  margin: 0 7px 0 0;
  width: 220px;
  display: inline-block;
}
.pollspan .pollBars span {
  height: 14px;
}
.readNext {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 350px;
  padding: 0;
  z-index: 101;
  display: none;
}
@media screen and (max-width: 1300px) {
  .readNext {
    display: none !important;
  }
}
.readNext .arrow {
  left: 17px;
  position: absolute;
  top: 32px;
}
.readNext h3 {
  padding: 5px 18px 8px;
  border-top-left-radius: 4px;
  margin-bottom: 0;
}
.readNext div {
  padding: 14px 50px 14px 14px;
  border-bottom: 1px solid #cbcaca;
  overflow: auto;
}
.readNext img {
  float: left;
  margin-right: 7px;
}
.readNext h4 {
  margin-bottom: 5px;
}
.readNext p {
  margin-bottom: 0;
}
#articles .mrec {
  text-align: center;
}
.OoyalaVideoPlayer {
  background: #000000;
}
/* Rate/Hate
----------------*/
.rateHate {
  position: relative;
  font-size: 12px;
  text-align: center;
  float: right;
  margin-left: 14px;
}
.darkspan .rateHate p {
  font-size: 12px;
}
.rateHate.notloaded {
  visibility: hidden;
}
.rateHate .feedback,
.rateHate .hated,
.rateHate .rated {
  display: none;
}
.rateHate.voted .feedback {
  display: block;
}
.rateHate.voted .voteNow {
  display: none;
}
.videospan .rateHate {
  float: right;
  margin: 0 0 12px 14px;
}
.rateHate p strong {
  padding-bottom: 8px;
  border-bottom: 1px solid #616057;
  display: block;
}
.rate,
.hate {
  width: 29px;
  height: 29px;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 14px;
  opacity: 0.5;
  background: url(../../today/images/bg-pollThumbs.png) no-repeat;
}
.rate:hover,
.hate:hover {
  opacity: 1;
}
.rate {
  left: 14px;
}
.hate {
  right: 14px;
  background-position-x: -244px;
}
.voted .rate,
.voted .hate {
  cursor: auto;
  opacity: 1;
}
.rateHate {
  background-color: #343434;
}
/* Twitter Post
----------------*/
.twitterpost {
  padding: 12px 14px 14px;
  margin-bottom: 28px;
}
.twitterpost h4 {
  border-bottom: 1px solid #A7BCC2;
  padding-bottom: 11px;
  padding-left: 42px;
}
.twitterpost .tweet {
  padding: 14px;
  margin-top: 7px;
}
.twitterpost img {
  float: left;
}
.twitterpost h5 {
  margin-left: 62px;
  font-size: 14px;
}
.twitterpost p {
  margin: 0 0 0 62px;
}
/* Forms
----------------*/
.form {
  width: 100%;
}
.form table {
  width: 100%;
}
.form .form-heading,
.form .form-subheading {
  border-bottom: 1px solid #E0E2E3;
  padding-bottom: 6px;
  display: block;
}
.form .form-subheading {
  font: 16px/19px TeXGyreAdventorBold, Arial, Helvetica, sans-serif;
  margin-top: 18px;
  margin-bottom: 6px;
}
.form .form-required {
  font-size: 12px;
}
.form td {
  padding: 5px 0;
  vertical-align: top;
}
.form td label {
  margin-top: 5px;
}
.form .radio,
.form .checkbox {
  width: auto;
  height: auto;
  border: none;
}
.form input,
.form select,
.form textarea,
.podcastbar select,
.form .widelabelspan select {
  width: 280px;
  height: 25px;
  border: 1px solid #c1c1c1;
  padding: 0 10px;
}
.form input:focus,
.form textarea:focus,
.form .focus {
  border: 1px solid #92c5c7;
}
.form select,
.podcastbar select {
  padding-right: 0;
}
.form select {
  width: 130px;
}
.form .textarea td,
.form .widelabelspan td {
  padding: 10px 10px 10px 134px;
}
.form .textarea label,
.form .widelabelspan label {
  float: none;
  width: 445px;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.form textarea {
  height: 125px;
  padding: 10px;
  width: 425px;
}
.form .postcode {
  width: 110px;
}
.form label,
.form .radiospan legend {
  float: left;
  text-align: right;
  width: 145px;
  margin-right: 10px;
}
.postcomment .form .textarea label {
  float: left;
  margin-right: 10px;
}
.form .radiospan label,
.form .checkboxspan label {
  float: none;
  margin-left: 6px;
}
.form .checkboxspan td {
  padding: 2px 8px;
}
.form .checkboxspan label {
  display: block;
  text-align: left;
  width: auto;
}
.form .checkboxspan br {
  display: none;
}
.form .button,
.pollspan .button {
  width: auto;
  height: auto;
  float: right;
  border: none;
  padding: 6px 14px 6px 40px;
}
.form span.xformvalidator {
  display: block;
  margin-left: 155px;
}
.form input[type=file] {
  border: none;
  display: block;
}
.form .statementspan td {
  padding-top: 0;
}
.form .statement {
  font-size: 11px;
  line-height: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form input[type=file] {
    display: inline;
  }
}
.form-facebook {
  text-align: center;
  font-weight: bold;
  padding: 10px 10px 6px;
  line-height: 18px;
}
.form-facebook a {
  display: inline-block;
  vertical-align: middle;
}
/* ReCaptha
----------------*/
.form #xformrecaptcha {
  margin-top: 14px;
}
.form .recaptchatable {
  width: auto;
  background: #F2F2F2;
  margin-left: 90px !important;
}
.form .recaptchatable .recaptcha_image_cell {
  background: none;
}
.form #xformrecaptcha div div div {
  margin: 0 auto;
}
/* Podcasts
----------------*/
.podcastbarspan {
  float: left;
  margin-right: 4px;
}
.podcastbar {
  width: 205px;
}
.podcastbar p {
  margin-bottom: 0;
}
.podcastbar select {
  width: 205px;
  margin: 10px 0;
}
.podcastbar .subscribe a {
  display: block;
  margin-bottom: 14px;
}
.audiospan {
  float: left;
}
.audio {
  width: 380px;
  margin-bottom: 4px;
}
.audio:last-child {
  margin-bottom: 0;
}
.audio.last-child {
  margin-bottom: 0;
}
.audio h3 {
  border-bottom: none;
}
.audio h3.title {
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 14px;
}
.audio p {
  margin-bottom: 0;
}
.audio .download {
  padding: 8px 0 8px 25px;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 7px;
  display: block;
}
.audio .details {
  border-bottom: 1px solid #E0E2E3;
  padding-bottom: 14px;
  margin-bottom: 14px;
  overflow: auto;
}
.audio .details:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.audio .details p {
  margin-left: 148px;
}
.audio .details img {
  float: left;
  margin-right: 14px;
}
.podcastplayer-392,
.podcastplayer-270 {
  height: 70px;
}
#podcast .morebutton {
  width: 391px;
}
/* Search Results
----------------*/
.page-searchresults section,
.page-searchresults aside {
  float: right;
}
.page-searchresults section {
  margin: 0 70px 0 0;
}
.page-searchresults #content h2 {
  margin: 14px 0 0 14px;
}
.page-searchresults .searchinfo {
  display: inline;
  vertical-align: top;
  margin-left: 14px;
}
.page-searchresults #content .search {
  display: none;
}
.page-searchresults #content .search .searchform {
  text-align: left;
}
.page-searchresults aside {
  width: 230px;
  position: static;
  margin-left: 14px;
}
.page-searchresults aside ul {
  margin: 0 0 14px 0;
  overflow: auto;
}
.searchfilter li {
  margin-bottom: 12px;
}
/* Sitemap
----------------*/
.sitemapList {
  width: 218px;
  float: left;
  margin: 14px 28px 28px 0;
}
.sitemapList:nth-child(4n) {
  margin-right: 0;
}
.sitemapList.nth-child {
  margin-right: 0;
}
.sitemapList:nth-child(5n) {
  clear: left;
}
.sitemapList ul {
  margin: 0;
  list-style: none;
}
.sitemapList li {
  margin-bottom: 5px;
}
/* 404 Page
----------------*/
.page-404 .wide {
  padding: 70px 0 150px;
  margin-top: 14px;
}
.page-404 .main {
  width: 464px;
}
.page-404 h2 {
  border: none;
}
.page-404 .main .list,
.page-404 .main .search {
  float: none;
  margin-right: 0;
  width: auto;
}
.page-404 .main .search .input {
  width: 450px;
}
.page-404 .list li {
  width: 232px;
}
/* Media Player
----------------*/
.page-mediaplayer #leaderboard-1 {
  border: none;
}
.page-mediaplayer #contentspan {
  padding-bottom: 20px;
}
.page-mediaplayer .darkspan {
  padding-right: 30px;
  width: 940px;
  display: inline-block;
}
.page-mediaplayer .darkspan h2 {
  border: none;
  margin-bottom: 16px;
}
.page-mediaplayer .darkspan .connectspan {
  float: left;
}
.page-mediaplayer .connect {
  width: 606px;
  overflow: auto;
}
.page-mediaplayer .connectInner {
  margin: 10px;
  padding: 6px 10px 0;
  position: relative;
  overflow: auto;
}
.page-mediaplayer .connect h1 {
  margin: 10px 0 0 10px;
}
.page-mediaplayer .connect h1 a,
.page-mediaplayer .connect .site-logo a {
  width: 115px;
  height: 65px;
}
.onair-strap {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 0;
  right: 0;
}
.onair-show {
  overflow: auto;
  border-bottom: 1px solid #d1d5d4;
  padding-right: 15px;
  margin-bottom: 12px;
}
.onair-show img {
  float: left;
  margin: 0 8px;
}
.onair-show h3 {
  margin: 10px 0 15px;
}
.onair-like {
  list-style: none;
  margin: 0 0 10px;
  overflow: auto;
}
.onair-like li {
  float: left;
}
aside .onair-like li {
  float: none;
}
.onair-like .button {
  width: 122px;
  height: 25px;
  margin-right: 12px;
}
.onair-like .love {
  padding-left: 26px;
}
.page-mediaplayer .darkspan .mrec {
  position: static;
}
.page-mediaplayer #topstoriesspan {
  padding: 10px 0;
}
.page-mediaplayer #footerlinks {
  border: none;
}
.page-mediaplayer #footerlinks div {
  margin: 0 auto;
  padding-top: 28px;
}
.page-mediaplayer .copyright {
  top: 26px;
}
.fb-profile {
  list-style: none;
  margin: 0 0 10px;
  overflow: auto;
}
.fb-profile li {
  float: left;
  margin-right: 3px;
}
.fb-profile li:last-child {
  margin-right: 0;
}
.page-mediaplayer aside > div {
  margin-bottom: 0;
  overflow: auto;
}
.page-mediaplayer aside .flashplayer {
  width: 300px;
  height: 56px;
  margin-bottom: 15px;
  overflow: hidden;
}
.flashplayer ul {
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
.flashplayer li {
  margin-bottom: 5px;
}
.flashplayer li a {
  float: none;
}
.page-mediaplayer .nowplaying {
  border-bottom: 1px solid #000000;
}
.page-mediaplayer .album {
  float: right;
  width: 80px;
  margin-left: 15px;
}
.page-mediaplayer aside .nowplaying .link {
  width: 80px;
  margin-top: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-mediaplayer .artist {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 205px;
}
.page-mediaplayer .nowplayinginfo {
  border-top: 1px solid #454545;
  padding: 10px 0 5px;
  border-bottom: 1px solid #000000;
}
.page-mediaplayer aside h5 {
  margin-bottom: 5px;
}
.page-mediaplayer .nowplayinginfo .songinfo {
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page-mediaplayer .nowplayinginfo .songinfo p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 290px;
}
.page-mediaplayer .nowplayinginfo .songinfo .artist {
  margin-bottom: 2px;
}
.page-mediaplayer .nowplayinginfo .songinfo .song {
  margin: 0;
}
.page-mediaplayer .mrec {
  border-top: 1px solid #454545;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
}
.page-mediaplayer .links {
  border-top: 1px solid #454545;
  padding-top: 10px;
}
.page-mediaplayer .links ul {
  margin: 0;
}
.page-mediaplayer .links .link {
  float: none;
}
.page-mediaplayer .tweet {
  margin: 10px;
}
.page-mediaplayer .tweet h3 {
  border-bottom: 1px solid #b5a9a9;
  padding: 0 0 3px 24px;
  position: relative;
}
.page-mediaplayer .tweet h3 span {
  position: absolute;
  top: 0;
  right: 0;
}
.page-mediaplayer .tweet p {
  border-top: 1px solid #ffffff;
  padding-top: 5px;
}
.page-mediaplayer .tweet p span {
  padding-left: 5px;
}
.commentsheader {
  border: 1px solid #4d6496;
  margin-bottom: 1px;
  position: relative;
}
.page-mediaplayer .commentsheader h2 {
  margin: 6px 0 8px 8px;
}
.commentsheader h2 span {
  display: inline;
  margin-left: 7px;
}
.commentsheader ul {
  list-style: none;
  margin: 0;
  position: absolute;
  right: 14px;
  top: 5px;
}
.commentsheader li {
  float: left;
  margin-left: 8px;
}
.commentsheader .autorefresh span {
  padding-top: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 24px;
  display: inline-block;
}
.commentsheader .autorefresh.selected span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.commentsheader .refresh a {
  padding-right: 17px;
}
.comments {
  margin-bottom: 7px;
}
.comments div {
  height: 380px;
  overflow: auto;
  display: block;
}
.page-mediaplayer #contentspan,
.page-mediaplayer #topstoriesspan,
.page-mediaplayer #footerlinks {
  visibility: hidden;
}
.page-mediaplayer .leaderboard,
.page-mediaplayer .mrec,
.page-mediaplayer .flashplayer {
  display: none;
}
.preroll {
  overflow: auto;
  height: 100%;
  position: absolute;
  width: 100%;
}
.preroll header h1,
.preroll .site-logo {
  float: none;
  display: inline-block;
}
.preroll .darkspan {
  width: 984px;
  margin: 14px auto;
  padding: 0 0 40px;
  display: table;
}
.preroll .darkspan p {
  margin-top: 40px;
  margin-bottom: 20px;
}
.preroll .videoplayer {
  margin: 0 164px;
  padding: 14px;
}
/* Songl Player
----------------*/
.page-songlmp section {
  width: auto;
  float: none;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 20px;
}
.page-songlmp .preroll section {
  display: table;
  margin: 14px auto;
  padding: 0 0 40px;
}
.page-songlmp .preroll section p {
  margin: 40px 0 20px;
}
.page-songlmp .player-header {
  overflow: auto;
}
.page-songlmp .flashplayer {
  margin: 0 0 0 220px;
  background-repeat: no-repeat;
}
.page-songlmp .songl-itemlist {
  list-style: none;
  margin: 0;
  font-size: 14px;
}
.page-songlmp .songl-itemlist li {
  margin: 0;
}
.page-songlmp .songl-itemlist li > div {
  margin: 2px 0 0;
}
.page-songlmp .songl-item-image {
  display: inline-block;
  font-size: 0;
}
.page-songlmp .songl-item-title {
  display: block;
  font-weight: bold;
}
.page-songlmp .songl-item-desc {
  display: block;
}
.page-songlmp .songl-logo {
  display: inline-block;
  background: transparent url("../images/songl-logo.png") no-repeat;
  width: 116px;
  height: 55px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  vertical-align: middle;
}
.page-songlmp .onair h2 {
  margin: 0 0 0.3em;
}
.page-songlmp .onair-show {
  float: left;
  width: 300px;
  padding: 0;
  margin: 0;
}
.page-songlmp .onair-image {
  display: block;
}
.page-songlmp .onair-image img {
  float: none;
  margin: 0;
  display: block;
}
.page-songlmp .onair-panel {
  float: right;
  width: 580px;
  padding: 0;
  margin: 0;
}
.page-songlmp .onair-panel .songl-logo {
  width: 61px;
  height: 27px;
  background-position: 0 100%;
}
.page-songlmp .onair-playing {
  float: left;
  width: 280px;
}
.page-songlmp .onair-playing .artist {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 0 2px;
}
.page-songlmp .onair-playing .song {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page-songlmp .nowplaying {
  overflow: auto;
}
.page-songlmp .nowplaying .album {
  float: left;
  width: 75px;
  margin: 0 10px 0 0;
}
.page-songlmp .nowplaying .artist {
  margin-top: 15px;
}
.page-songlmp .nowplayinginfo {
  clear: both;
}
.page-songlmp .songl-hotlist {
  float: right;
  width: 260px;
  text-align: center;
  position: relative;
}
.page-songlmp .songl-carousel,
.page-songlmp .songl-carousel .jcarousel-clip,
.page-songlmp .songl-hotlist .songl-itemlist,
.page-songlmp .songl-hotlist .songl-itemlist li {
  width: 260px;
  height: 141px;
}
.page-songlmp .songl-hotlist .songl-itemlist,
.page-songlmp .songl-hotlist .songl-itemlist li {
  overflow: hidden;
}
.page-songlmp .songl-hotlist .songl-item-image img {
  width: 100px;
  height: 100px;
}
.page-songlmp .songl-hotlist .songl-item-image .play {
  display: none;
  position: absolute;
}
.page-songlmp .songl-hotlist .songl-item-title,
.page-songlmp .songl-hotlist .songl-item-desc {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-songlmp .promos-panel aside {
  margin: 0;
}
.page-songlmp .promos-panel .mrec {
  margin: 0;
  height: 250px;
}
.page-songlmp #contentspan #promos {
  background: none;
  margin: 0;
  width: auto;
  padding: 0;
}
.page-songlmp .featurepanel {
  margin: 0 10px 0 0;
  padding: 0;
}
.page-songlmp #featurepanel2 {
  margin-right: 0;
}
.page-songlmp .badge {
  display: none;
}
.page-songlmp .songl-channel .songl-itemlist li {
  float: left;
  width: 200px;
  margin: 0 40px 0 0;
  text-align: center;
}
.page-songlmp .songl-channel .songl-itemlist li:last-child {
  margin-right: 0;
}
.page-songlmp .songl-channel .songl-itemlist li.last-child {
  margin-right: 0;
}
.page-songlmp .songl-channel .songl-item-image img {
  width: 200px;
  height: 200px;
}
.page-songlmp .songl-signup {
  text-align: center;
}
.page-songlmp .songl-signup h2 {
  clear: both;
  padding-top: 10px;
  margin-bottom: 20px;
}
.page-songlmp {
  overflow: hidden;
}
.page-songlmp #contentspan,
.page-songlmp #topstoriesspan,
.page-songlmp #footerlinks {
  visibility: hidden;
}
.page-songlmp .leaderboard,
.page-songlmp .mrec,
.page-songlmp .flashplayer,
.page-songlmp .wings-container,
.page-songlmp .social {
  display: none;
}
.justplayed-btn {
  cursor: pointer;
}
.page-songlmp .songl-panel {
  display: none;
}
.page-songlmp .ui-button {
  outline: none;
}
body .ui-dialog {
  z-index: 800000;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
}
#nowPlayingHistoryList .song {
  margin-top: 7px;
  font-weight: bold;
}
#nowPlayingHistoryList .song:first-child {
  margin-top: 2px;
}
/* Selector
----------------*/
.page-selector .selector {
  overflow: auto;
  height: 100%;
  position: absolute;
  width: 100%;
  text-align: center;
}
.page-selector section {
  width: auto;
  float: none;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 20px;
}
.page-selector .selector section {
  display: table;
  margin: 14px auto;
  padding: 100px 0;
  width: 984px;
}
.page-selector header h1,
.page-selector .site-logo {
  float: none;
  display: inline-block;
}
.page-selector .station-selector {
  margin: 14px;
}
.page-selector .station {
  width: 300px;
  margin: 0 14px;
  display: inline-block;
}
.page-selector .station img {
  margin-bottom: 14px;
}
.page-selector select {
  width: 250px;
  margin: 14px;
}
/* Footer
----------------*/
#footer {
  border-bottom: 1px solid #730101;
  padding-top: 14px;
  position: relative;
  z-index: 100;
}
footer {
  width: 956px;
  margin: 0 auto;
  padding: 0 14px 40px;
  overflow: auto;
}
footer p {
  padding-bottom: 8px;
  color: #d6cfcf;
}
footer ul {
  overflow: auto;
}
footer li {
  padding-bottom: 8px;
  vertical-align: top;
}
footer h6 {
  border-bottom: 1px solid #ae4d4d;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
footer h6 a {
  padding-left: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
footer .footerlist {
  margin-top: 7px;
  width: 126px;
  float: left;
  margin-right: 28px;
}
footer .shows {
  width: 300px;
}
footer .shows li {
  width: 148px;
  display: inline-block;
}
.footerpod {
  width: 272px;
  float: right;
  padding: 8px 14px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a53535;
}
.footerpod li {
  width: 136px;
  float: left;
}
.footerpod li a {
  padding: 10px 0 10px 30px;
  display: inline-block;
}
footer input {
  float: left;
}
footer .input {
  margin-right: 7px;
  padding: 6px;
  width: 227px;
}
footer .button {
  padding: 0;
  width: 25px;
  height: 30px;
  display: block;
}
footer .follow {
  clear: right;
  float: right;
  width: 300px;
}
footer .follow li {
  padding: 0;
  display: inline-block;
}
footer .follow h6 {
  margin: 0;
  padding: 0;
  border: none;
  width: 88px;
  height: 38px;
}
footer .follow li a {
  text-indent: -9999px;
  display: inline-block;
  width: 38px;
  height: 38px;
}
#footerlinks {
  border-top: 1px solid #9d2727;
  position: relative;
  z-index: 100;
}
#footerlinks div {
  width: 956px;
  margin: 0 auto;
  padding: 11px 14px 28px;
  position: relative;
}
#footerlinks li a {
  border-right: 1px solid #d6cfcf;
  padding-right: 5px;
}
#footerlinks li:last-child a {
  border-right: 0;
}
#footerlinks li.last-child a {
  border-right: 0;
}
#footerlinks ul {
  margin-bottom: 14px;
}
#footerlinks li {
  display: inline;
}
.copyright {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 164px;
  height: 34px;
}
/* Advertising
----------------*/
.mrec,
.ad,
.leaderboard {
  position: relative;
  z-index: 1 !important;
}
.leaderboard .ad {
  width: 728px;
  height: 90px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
#leaderboard-1 {
  border-bottom: 1px solid #eff0f1;
  padding: 10px 0;
}
#leaderboard-2 {
  margin: 0 auto 34px;
  padding: 14px;
  width: 728px;
  border-bottom: 1px solid #a53535;
}
#bookmark-1 {
  width: 232px;
  height: 80px;
  position: absolute;
  top: 10px;
  right: 0;
}
section .thirds .mrec {
  clear: both;
  text-align: center;
}
section .thirds .mrec > .ad {
  padding: 14px 0 47px;
}
section .mrec .ad {
  margin-bottom: 0;
}
.minimrec {
  width: 300px;
}
.page-home .minirec {
  height: 125px;
}
#latest .minimrec {
  padding: 13px;
}
.sponsored {
  width: 300px;
}
#latest .sponsored {
  padding: 13px;
}
.strip .ad {
  text-align: center;
  padding: 14px;
  background: #fff;
}
.showbanner-ad {
  position: absolute;
  top: 20px;
  right: 30px;
}
.billboard .ad {
  min-width: 728px;
  min-height: 90px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.blank {
  display: none;
}
.wings-container {
  width: 984px;
  margin: 0 auto;
  position: relative;
}
.wings-ad {
  position: absolute;
  top: 165px;
  z-index: 101;
}
#wings-left {
  left: -119px;
}
#wings-right {
  right: -119px;
}
.wings-ad .ad {
  width: 119px;
}
#header .fb_iframe_widget {
  width: 85px;
  height: 20px;
  overflow: hidden;
}
#header.fb_iframe_widget iframe {
  z-index: 200;
}
body > iframe {
  position: absolute;
  top: -9999px;
}
/* Wings
----------------*/
.fullwings #leaderboard-1,
.fullwings #primarynav,
.fullwings #bannerspan,
.fullwings #promospan,
.fullwings #contentspan {
  width: 984px;
  margin: 0 auto;
}
.fullwings #secondary {
  width: 984px;
  left: 0;
}
.fullwings #secondarynav .leftarrow,
.fullwings #secondarynav .rightarrow {
  display: none;
}
.fullwings #secondarynav .social {
  right: 14px;
}
.fullwings #contentspan {
  margin: 0 auto;
  padding-bottom: 0;
}
.fullwings #leaderboard-1 {
  background: transparent;
  border: none;
}
/* AddThis
----------------*/
.at4-follow .at4-follow-inner .at4-follow-container .at-follow-label {
  display: none;
}
.at4-follow .at4-follow-inner {
  padding-top: 4px !important;
}
.at4-follow.at4-follow-24 .at4-follow-inner .at4-follow-close-control div {
  margin-top: 4px !important;
}
/* Mobile
----------------*/
.fullsite {
  font: bold 30px Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.fullsite a {
  padding: 15px;
  display: block;
}
/* Sponsors Rotator (300x125)
----------------*/
.rotator {
  display: none;
  cursor: pointer;
}
.rotator,
.jcarousel-container,
.jcarousel-clip,
.jcarousel-item {
  width: 300px;
  height: 125px;
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* HTML5 Audio Player
----------------*/
/* Audio Player */
div.jp-audio {
  line-height: 1.6;
  background-color: #eee;
  margin-bottom: 14px;
  width: 390px;
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  color: #9e9d97;
  border: 1px solid #d6cfcf;
  border-radius: 4px;
}
div.jp-audio ul {
  list-style-image: none;
}
div.jp-size-286 {
  width: 286px;
}
div.jp-size-270 {
  width: 270px;
}
div.jp-size-188 {
  width: 188px;
}
div.jp-audio a {
  -webkit-transition: none;
  /* Saf3.2+, Chrome */
  -moz-transition: none;
  /* FF4+ */
  -ms-transition: none;
  /* IE10? */
  -o-transition: none;
  /* Opera 10.5+ */
  transition: none;
}
div.jp-interface {
  position: relative;
  width: 100%;
}
div.jp-audio div.jp-type-single div.jp-interface {
  height: 70px;
  overflow: hidden;
}
/* @group CONTROLS */
div.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div.jp-audio ul.jp-controls {
  padding: 10px 10px 0 10px;
}
div.jp-audio-stream ul.jp-controls {
  width: 142px;
  padding: 20px 20px 0 20px;
}
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
  width: 40px;
  height: 40px;
  margin-top: 6px;
  background-repeat: no-repeat;
}
a.jp-play:hover {
  background-position: -41px 0;
}
a.jp-pause {
  background-position: 0 -42px;
  display: none;
}
a.jp-pause:hover {
  background-position: -41px -42px;
}
/* @end */
/* @group progress bar */
div.jp-progress {
  overflow: hidden;
  background-color: #dddddd;
}
div.jp-audio div.jp-progress {
  position: absolute;
  top: 32px;
  height: 15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
  left: 10px;
  top: 10px;
  width: 300px;
  height: 10px;
}
div.jp-size-286 div.jp-type-single div.jp-progress {
  width: 196px;
}
div.jp-size-270 div.jp-type-single div.jp-progress {
  width: 180px;
}
div.jp-size-188 div.jp-type-single div.jp-progress {
  width: 98px;
}
div.jp-seek-bar {
  background: #cccccc;
  width: 0px;
  height: 100%;
  cursor: pointer;
}
div.jp-progress div.jp-seeking-bg {
  background: url(../images/sprite-audio-player-seeking.gif);
}
div.jp-play-bar {
  background: #009be3;
  width: 0px;
  height: 100%;
}
/* @end */
/* @group volume controls */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 12px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  position: absolute;
  z-index: 1;
  margin: 0;
  top: 38px;
  left: auto;
  right: 94px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
  margin-left: 154px;
}
div.jp-audio a.jp-volume-max {
  position: absolute;
  z-index: 1;
  margin: 0;
  top: 38px;
  left: auto;
  right: 20px;
}
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  background-repeat: no-repeat;
}
a.jp-mute {
  background-position: 0 -170px;
}
a.jp-mute:hover {
  background-position: -19px -170px;
}
a.jp-unmute {
  background-position: -60px -170px;
  display: none;
}
a.jp-unmute:hover {
  background-position: -79px -170px;
}
a.jp-volume-max {
  background-position: 0 -186px;
}
a.jp-volume-max:hover {
  background-position: -19px -186px;
}
div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: #ccc;
  width: 46px;
  height: 5px;
  cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
  top: 32px;
  right: 34px;
}
div.jp-volume-bar-value {
  background: #009be3;
  width: 0px;
  height: 5px;
}
/* @end */
/* @group current time and duration */
div.jp-audio div.jp-time-holder {
  position: absolute;
  top: 50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
  left: 10px;
  top: 27px;
}
.jp-time-holder,
div.jp-current-time,
div.jp-duration,
div.jp-sca-duration {
  font-size: 11px;
}
div.jp-current-time,
div.jp-duration,
div.jp-sca-duration {
  width: 60px;
}
div.jp-current-time {
  display: inline;
}
div.jp-duration,
div.jp-sca-duration {
  display: inline;
  text-align: right;
}
/* @end */
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px;
}
div.jp-jplayer {
  background-color: #000000;
}
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}
/* @end */
.jp-scrubber {
  background: #f8f7f7;
  width: 320px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 60px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.jp-size-286 .jp-scrubber {
  width: 216px;
}
.jp-size-270 .jp-scrubber {
  width: 200px;
}
.jp-size-188 .jp-scrubber {
  width: 118px;
}
.jp-size-188 .jp-controls a.jp-mute,
.jp-size-188 .jp-controls a.jp-unmute,
.jp-size-188 .jp-volume-bar,
.jp-size-188 .jp-controls a.jp-volume-max {
  display: none !important;
}
/* Hide Stuff
----------------*/
.facebookLoginContainer,
.facebookLogoutContainer,
.postcomment .share,
.alsosee span,
#relatedcontent,
.sharevote {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  body {
    background-image: none !important;
  }
  .wings-container {
    display: none;
  }
}
.page-form .main h2,
.page-form .main h1.page-title {
  padding: 10px 0;
  overflow: hidden;
}
.contentarea.wide {
  width: 984px;
  margin: 0 auto;
}
