/* -- Clearfix --*/
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* -- Core styles -- */
body {
  font-family: "Lucida Fax", Georgia, Helvetica, Arial, sans-serif;
  background: url(../images/wallpaper.jpg);
}
h1,
h2,
h3,
h4,
h5 {
  font-size: .8125em;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
}
h2 {
  clear: both;
}
h3 {
  letter-spacing: 1px;
}
h4 {
  font-size: .875em;
}
h5 {
  margin: 0 0 14px 0;
  font-size: .875em;
  line-height: 16px;
  font-weight: bold;
  text-transform: none;
}
p,
input,
address,
textarea {
  font-size: .75em;
  line-height: 16px;
}
textarea {
  font-family: "Lucida Fax", Georgia, Helvetica, Arial, sans-serif;
}
p,
address {
  margin: 0 0 14px 0;
}
a {
  color: #677719;
  text-decoration: none;
}
a:hover,
a.on {
  color: #77261e;
}
h2 em {
  color: #677719;
}
sup {
  font-size: 75%;
  vertical-align: top;
}
a.button {
  display: inline-block;
  height: 24px;
  background: #00ff00;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .9px;
  background: url(../images/button_sprite.png) no-repeat left top;
  color: #ffffff;
}
a.button span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-left: 8px;
  padding-right: 35px;
  background: url(../images/button_sprite.png) no-repeat right top;
}
a.button-left {
  background: url(../images/button_left_sprite.png) no-repeat left top;
  padding-left: 36px;
  padding-right: 0px;
}
a.button-left span {
  background: url(../images/button_left_sprite.png) no-repeat right top;
  margin-left: 0;
  padding-right: 8px;
}
/* -- end core styles -- */
#notify {
  padding: 20px;
  background: #ffffff;
}
#notify h1 {
  font-size: 1.5em;
}
#notify h1,
#notify h2 {
  margin: 0 0 20px 0;
  font-weight: bold;
}
#container {
  width: 966px;
  margin: 0 auto;
  background: url(../images/shadow_hor.png) repeat-y top left;
}
#outer {
  width: 960px;
  margin: 0 auto;
  /*    background:#00ff00;*/

}
#inner {
  width: 860px;
  margin: 0 auto;
  background: #ffffff;
}
#footer {
  clear: both;
  width: 860px;
  margin: 0 auto;
}
#header {
  margin: 0 0 23px 0;
}
#header h1 {
  float: left;
}
#header #nowplaying {
  float: right;
}
/**
 * Header
 */
#nowplaying {
  margin: 13px 0 0 0;
  font-size: 1em;
  /*    font-style:italic;*/

}
#nowplaying dt,
#nowplaying dd {
  display: inline;
}
#nowplaying dt {
  color: #677718;
  text-transform: uppercase;
}
#nowplaying dd {
  font-size: .75em;
  color: #8c2319;
  font-style: italic;
}
/**
 * Footer
 */
#footer .contact {
  float: left;
}
#footer .links {
  float: right;
}
#footer .links li {
  display: inline;
}
#footer address {
  clear: both;
  padding: 10px 0;
  font-style: normal;
  color: #677719;
}
#footer .terms {
  padding: 0 0 20px 0;
}
#footer .terms span {
  color: #677719;
  float: right;
}

/**
 * Topnav
 */
#topnav {
  display: block;
  clear: both;
  padding: 10px 0 0 0;
  z-index: 1030;
  position: relative;
}
#topnav li {
  float: left;
  padding: 4px 7px 8px 7px;
  /*    padding:4px 7px 8px 7px;*/

  border-right: 1px solid #e6e6e6;
  position: relative;
}
#topnav li.first {
  padding-left: 0px;
}
#topnav li.last {
  padding-right: 0px;
  border-right: none;
}
#topnav a {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #677718;
  text-decoration: none;
  -moz-transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
#topnav li.on {
  /*
  background-color: #FEFEFE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#CDCDCD));
  background-image: -webkit-linear-gradient(top, #FEFEFE, #CDCDCD);
  background-image:    -moz-linear-gradient(top, #FEFEFE, #CDCDCD);
  background-image:     -ms-linear-gradient(top, #FEFEFE, #CDCDCD);
  background-image:      -o-linear-gradient(top, #FEFEFE, #CDCDCD);
  background-image:         linear-gradient(top, #FEFEFE, #CDCDCD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FEFEFE', EndColorStr='#CDCDCD');
   border-bottom: 1px solid #CCCCCC;
   */

}
#topnav .on a,
#topnav a:hover,
#subnav .on a,
#subnav a:hover,
#topnav li.on ul li a:hover  {
  /*    text-decoration:underline;*/

  color: #8c2319;
}

#topnav ul {
  position: absolute;
  background: #e8e8e8 url(../images/subnav_bg.gif) repeat-x top left;
  top: 100%;
  left: 0;
  width: 170px;
  border: 1px solid #ccc;
  display: none;
}

#topnav ul li {
  float: none;
  position: relative;
}

#topnav li.on ul li a {
  color: #677718;
}

/**
 * Subnav
 */
#subnav {
  display: block;
  clear: both;
  background: url(../images/subnav_bg.gif) repeat-x top left;
  height: 32px;
}
#subnav li {
  float: left;
  padding: 6px 9px 0 12px;
}
#subnav a {
  font-size: .635em;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}
/**
 * Content
 */
.two-col .col-1 {
  float: left;
  width: 300px;
  padding-bottom: 63px;
}
.two-col .col-2 {
  float: right;
  width: 560px;
  margin-bottom: 63px;
}
body .intro {
  margin-bottom: 32px;
}
#content h2 {
  padding: 0 0 9px 0;
  margin: 0 0 27px 0;
  font-size: 1.125em;
  border-bottom: 1px solid #677718;
}
.col3 {
  padding: 0 0 35px 0;
}
.col3 .col {
  float: left;
  width: 260px;
  margin-right: 40px;
  /*    background:#ff0000;*/

}
.col3 .col_last {
  margin-right: 0px;
}
.mod .media,
.mod .media_frame {
  height: 268px;
}
.mod .media_frame {
  background: url(../images/col_media_frame.jpg) no-repeat top left;
}
.mod .media_frame img {
  padding: 17px 0 0 19px;
}
.mod h3 {
  padding: 0 0 6px 0;
  margin: 0 0 19px 0;
  border-bottom: 1px solid #677718;
}
.col_wideleft .left {
  float: left;
  width: 560px;
}
.col_wideleft .right {
  float: right;
  width: 260px;
}
.content li {
  font-size: 13px;
}
.content li {
  margin: 0 0  10px 30px;
  list-style-position: outside;
  list-style-type: disc;
}
.content li h3 {
  margin-bottom: 10px;
}
/**
 * Homepage
 */
.feature_vintage_club {
  display: block;
  height: 155px;
  margin: 0 0 15px 0;
  color: #ffffff;
  background: url(../images/feature_vintage_club_bg.jpg) no-repeat top left;
}
.feature_vintage_club h3 {
  color: #ffffff;
  margin: 0 0 13px 0;
}
.feature_vintage_club p {
  padding-right: 119px;
}
.feature_vintage_club .inner {
  padding: 22px 0 0 21px;
}
.feature_vintage_home {
  display: block;
  height: 155px;
  margin: 0 0 15px 0;
  color: #ffffff;
  background: url(../images/feature_home_blue_bg.jpg) no-repeat top left;
}
.feature_vintage_home h3 {
  color: #ffffff;
  margin: 0 0 13px 0;
}
.feature_vintage_home a {
  color: #8c2319;
}
.feature_vintage_home .inner {
  padding: 22px 0 0 21px;
}
.feature_whats_on {
  background: url(../images/feature_whats_on_bg.jpg) no-repeat top left;
  min-height: 221px;
  height: auto !important;
  height: 221px;
}
.feature_whats_on .inner {
  padding: 14px 0 0 21px;
}
.feature_whats_on h3 {
  margin: 0 0 26px 0;
}
.feature_whats_on p {
  padding: 0 80px 0 0;
}
.video_container_480 {
  width: 507px;
  height: 303px;
  padding: 21px 0 0 32px;
  margin: 0 0 30px 0;
  background: url(../images/home_video_frame.jpg) no-repeat top left;
}
.now_and_next {
  background: url(../images/reload-competition.jpg) repeat-x top left;
  margin: 0 0 17px 0;
  height: 181px;
}
.now_and_next ul {
  padding: 15px;
}
.now_and_next li {
  float: left;
  width: 111px;
  height: 144px;
  /*overflow: hidden;*/

}
.now_and_next li.next {
  float: right;
}
.now_and_next h3 {
  padding: 20px 0 0 15px;
  color: #fff;
}
.now_and_next .status {
  font-size: .8125em;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.now_and_next .time {
  display: block;
  margin: 0 0 4px 0;
  font-size: 14px;
  color: #992419;
}
.now_and_next h4 {
  font-size: 14px;
  margin: 0 0 4px 0;
  color: #fff;
}
.now_and_next h5 a {
  color: #000;
}
.now_and_next h5 {
  font-size: .75em;
  font-style: italic;
  margin: 0 0 4px 0;
}
.now_and_next p {
  font-size: 12px;
}
/**
 * About
 */
#people li {
  clear: both;
  margin: 0 0 40px 0;
}
#people .media {
  float: left;
  width: 320px;
  margin: 0 0 40px 0;
  background: #efefef;
}
#people .info {
  float: right;
  width: 500px;
  margin: 0 0 40px 0;
}
#people .head {
  border-bottom: 1px solid #677718;
  margin: 0 0 30px 0;
}
#people h3 {
  float: left;
  padding: 0 0 6px 0;
  font-size: 1.125em;
  font-weight: normal;
}
#people h4 {
  float: right;
  text-transform: none;
  font-size: .75em;
  color: #677718;
}
/**
 * Schedule
 */
#range_container {
  margin-left: 240px;
}
.schedule_mod {
  clear: both;
  margin: 0 0 18px 0;
}
.schedule_mod .head {
  height: 26px;
  margin: 0 0 17px 0;
  border-bottom: 1px solid #677718;
}
.schedule_mod .body {
  clear: both;
  min-height: 100px;
  height: auto !important;
  height: 100pxpx;
}
.schedule_mod .head h3 {
  font-size: 1.125em;
  float: left;
}
.schedule_mod .tools {
  float: right;
}
.schedule_mod .tools li {
  float: left;
  padding: 0 10px;
  font-size: .8125em;
  border-left: 1px solid #e6e6e6;
}
.schedule_mod .tools li.last {
  padding-right: 0px;
}
.schedule_mod .tools a {
  text-transform: uppercase;
}
.schedule_mod .nav {
  float: left;
  width: 200px;
  padding: 10px 0 20px 0;
  margin: 0 0 20px 0;
  background: url(../images/col1_bg.png) no-repeat top left #e7e4cc;
}
.schedule_mod .nav h3 {
  padding: 0 10px 10px 10px;
}
.schedule_mod .nav li {
  display: block;
  padding: 5px 10px 5px 23px;
  background: url(../images/list_bg_off.png) no-repeat bottom center;
}
.schedule_mod .nav li.on,
.schedule_mod .nav li:hover {
  background: url(../images/list_bg_on.png) no-repeat bottom center #506002;
}
.schedule_mod .nav li.on a,
.schedule_mod .nav li:hover a {
  color: #ffffff;
}
.schedule_mod .schedule {
  float: right;
  width: 620px;
  margin: 0 0 30px 0;
}
.schedule_mod .schedule h3 {
  padding: 0 0 10px 0;
}
.schedule_mod .schedule table {
  width: 620px;
  margin: 0 0 0 0;
}
.schedule_mod td {
  vertical-align: top;
  border-bottom: 1px solid #677718;
  background: #e8ebdd;
  -moz-transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.schedule_mod tr.on td,
.schedule_mod .hover td {
  background-color: #c2c9a3;
}
.schedule_mod .time {
  width: 70px;
  padding: 10px 0 14px 8px;
  color: #8c2319;
  text-align: center;
  background-image: url(../images/schedule_cell_off.gif);
  background-position: left top;
  background-repeat: repeat-y;
}

.schedule_mod .time a { color: #8c2319; font-size: 75%; text-transform: uppercase; }
.schedule_mod .time img { height: 38px; margin: 6px 0 1px; width: 30px; }

.schedule_mod .on .time,
.schedule_mod .hover .time {
  background-image: url(../images/schedule_cell_on.gif);
}

.schedule_mod .info {
  padding: 10px;
  border-left: 1px solid #677718;
}

/*
.schedule_mod tr.on .info {
  background-image: url(../images/schedule_on_now.png);
  background-repeat: no-repeat;
  background-position: 446px 8px;
}
*/

.schedule_mod .title {
  margin: 0 0 11px 0;
  color: #677718;
}

.schedule_mod .title a { float: right; }

.schedule_mod .episode {
  margin: 0 0 6px 0;
  font-size: .875em;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}
/**
 * Video
 */
.bc_container {
  float: left;
  width: 640px;
  height: 360px;
  margin: 0 0 40px 0;
  background: #c7c6c6;
}
#video h3 {
  padding: 0 0 10px 0;
}
#video #featured {
  float: right;
  width: 200px;
  height: 360px;
  background: url(../images/col1_bg.png) no-repeat top left #e7e4cc;
}
#video .categories {
  float: left;
  width: 200px;
  clear: both;
  background: url(../images/col1_bg.png) no-repeat top left #e7e4cc;
  min-height: 203px;
  height: auto !important;
  height: 203px;
}
#video .categories .list {
  font-size: .8125em;
}
#video .categories .title {
  padding-bottom: 4px;
}
#video .categories h3 {
  padding: 10px 0 4px 13px;
  letter-spacing: 1px;
}
#video .categories li a {
  display: block;
  padding: 8px 13px;
  background: url(../images/video_category_divider.png) no-repeat bottom center;
}
#video .categories li.on a,
#video .categories li:hover a {
  color: #ffffff;
  background-image: none;
  background: #506002;
}
#video .categories ul ul {
  background: #8d974e;
}
#videos {
  width: 620px;
  float: right;
}
#videos h3 {
  font-size: 1.125em;
}
#videos .head {
  padding: 12px 0;
  margin: 0 0 19px 0;
  border-top: 1px #766b16 solid;
  border-bottom: 1px #766b16 solid;
}
#videos .head .tools {
  float: right;
}
#videos .video_list li {
  margin: 0 0 0 0;
  width: 300px;
  min-height: 316px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 316px;
  margin: 0 12px 0 0;
}
#videos .video_list li.last {
  margin-right: 0px;
}
#videos .video_list .media {
  width: 300px;
  height: 216px;
}
#videos .video_list h3 {
  float: left;
  padding: 12px 0 12px 0;
  color: #677718;
}
#videos .video_list .duration {
  float: right;
  padding: 10px 0 0 0;
  font-size: 1em;
  font-style: italic;
}
#videos .video_list p {
  clear: both;
}
#videos .paginator {
  border-top: 1px #766b16 solid;
  padding: 12px 0 0 92px;
}
#videos .paginator .next {
  display: block;
  float: left;
  width: 58px;
}
#videos .paginator .prev {
  display: block;
  float: left;
  width: 58px;
}
#videos .paginator .pages {
  display: block;
  width: 328px;
  float: left;
  text-align: center;
}
#videos .paginator .pages a {
  padding: 0 4px;
}
/**
 * Events
 */
#events_loader {
  position: absolute;
  width: 300px;
  height: 300px;
  background: url(../images/loader.gif) center center no-repeat;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
#events_intro {
  float: left;
  width: 260px;
  padding: 0 0 12px 0;
}
#feature_container {
  float: right;
  width: 560px;
  height: 298px;
  margin: 0 0 20px 20px;
  background: url(../images/events_feature_bg.jpg) top left no-repeat;
}
#feature_container .featured_item {
  position: relative;
  width: 505px;
  height: 209px;
  margin: 31px 0 0 30px;
  overflow: hidden;
  /* background:rgba(0,255,255,.2); */

}
#feature_container .featured_item ul {
  position: absolute;
  left: 0px;
}
#feature_container .featured_item li {
  display: block;
  float: left;
  width: 505px;
  height: 209px;
}
#feature_container .featured_item .image {
  float: left;
  padding: 0 9px 0 0;
}
#feature_container .featured_item .info {
  float: right;
}
#feature_container .featured_item .view {
  float: right;
  padding: 0 0 0 7px;
}
#feature_container .featured_item h3 {
  font-size: 1.125em;
  padding: 0 0 7px 0;
  color: #ffffff;
}
#feature_container .featured_item h4 {
  padding: 0 0 7px 0;
  font-size: 1.125em;
  text-transform: none;
  font-style: italic;
  color: #f4775a;
}
#feature_container .featured_item h3 a {
  color: #ffffff;
}
#feature_container .featured_item p {
  color: #ffffff;
}
#feature_container .pagination {
  width: 400px;
  margin: 0 0 0 30px;
  text-align: center;
}
#feature_container .pagination .prev {
  float: left;
  width: 40px;
}
#feature_container .pagination .next {
  float: left;
  width: 40px;
}
#feature_container .pagination .pages {
  color: #fff;
  float: left;
  width: 120px;
  text-align: center;
}
#feature_container .pagination .dot {
  padding: 0 4px;
}
#feature_container .pagination a {
  color: #f65d44;
}
#feature_container .pagination a.on {
  color: #ffffff;
}
.events_tools {
  float: right;
  width: 260px;
  min-height: 260px;
  height: auto !important;
  height: 260px;
  padding: 20px 0 0 0;
  margin: 0 0 30px 0;
  background: url(../images/events_tools_bg.png) no-repeat top left #e7e4cc;
}
.cal {
  margin: 20px 0 20px 0;
}
.cal .tools {
  height: 22px;
  margin: 0 22px;
  padding: 6px 4px 0 4px;
  text-align: center;
  background: #677718;
}
.cal .tools a,
.cal .tools .current {
  float: left;
  padding: 0 1px;
}
.cal .tools .current {
  display: block;
  width: 172px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #999999;
}
.cal .tools .current a {
  float: none;
  color: #ffffff;
}
.cal table {
  margin: 0 0 0 22px;
}
.cal th {
  color: #ffffff;
}
.cal th span {
  display: block;
  width: 30px;
  height: 22px;
  padding: 8px 0 0 0;
  background: #b0bb78;
  text-shadow: 1px 1px 2px #999999;
  font-weight: normal;
}
.cal td {
  padding: 1px 1px 0 0;
}
.cal td span,
.cal td a {
  display: block;
  width: 30px;
  height: 22px;
  padding: 8px 0 2px 0;
  color: #8c2319;
  text-align: center;
  background: #ffffff;
}
.cal td.disabled span {
  background: #f5f4eb;
}
.cal td.on span,
.cal td.on a {
  color: #ffffff;
  background-color: #8c2319;
  -moz-transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.cal td.on a:hover,
.cal td.selected a {
  background-color: #ac4339;
}
.cal td span {
  display: block;
}
.events {
  width: 580px;
}
.events li {
  clear: left;
  height: 140px;
  -moz-transition: background 0.25s ease-out;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
.events li.hover {
  background: #ffaaff;
  background: rgba(0, 255, 0, 0.1);
  cursor: pointer;
}
.events .view {
  float: right;
  padding: 0 0 0 10px;
}
.events .media {
  float: left;
  clear: left;
  margin: 0 20px 0 0;
}
.events h3 {
  color: #677719;
  padding: 0 0 6px 0;
}
.events .date {
  display: block;
  padding: 0 0 8px 0;
  font-size: .875em;
  font-style: italic;
}
.col1_form fieldset {
  padding: 0 20px 17px 20px;
  margin: 0 0 17px 0;
}
.col1_form label {
  display: block;
  padding: 0 0 9px 0;
  font-size: .875em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fieldset_keywords input {
  width: 184px;
  height: 24px;
  padding: 0 28px 0px 8px;
  border: none;
  background: url(../images/keyword_search_bg.png) no-repeat top left;
}
#fieldset_categories select {
  display: block;
  width: 220px;
}
/**
 * Event
 */
#event .info {
  width: 560px;
  float: left;
}
#event .info img {
  padding: 0 0 20px 0;
}
#event .info .date {
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}
#event .details {
  float: right;
  width: 260px;
  min-height: 200px;
  height: auto !important;
  height: 200px;
  margin: 0 0 20px 0;
  background: url(../images/col1_bg.png) no-repeat top left #e7e4cc;
}
#event .details h3,
#event .details h4,
#event .details p,
#event address {
  padding-left: 20px;
  padding-right: 20px;
}
#event .details h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  background: url(../images/sidebar_divider.png) no-repeat bottom center;
}
#event .details h4 {
  font-size: .8125em;
  text-transform: none;
  font-weight: bold;
}
#event .details address {
  padding: 0 20px;
  font-style: normal;
}
#event .details .map_container {
  padding: 0 20px 20px 20px;
}
.paginator {
  display: block;
  height: 34px;
  width: 580px;
  margin: 0 0 10px 0;
}
.paginator .prev {
  display: block;
  float: left;
  width: 70px;
}
.paginator .next {
  display: block;
  float: right;
  width: 70px;
  text-align: right;
}
.paginator .pages {
  display: block;
  float: left;
  width: 300px;
  height: 34px;
  text-align: center;
}
.paginator .pages a,
.paginator .pages span {
  padding: 0 4px;
}
/**
 * Forms
 */
input[type=text],
input[type=password],
textarea {
  display: inline;
  padding: 6px 8px;
  color: #898989;
  border: 1px solid #d3d3d3;
  background: #e8e8e8;
}
fieldset.stacked {
  padding: 0 0 20px 0;
}
fieldset.stacked input,
fieldset.stacked textarea {
  display: block;
}
fieldset.stacked label {
  display: block;
  margin: 0 0 10px 0;
  font-size: .875em;
  text-transform: uppercase;
}
fieldset.stacked label span {
  padding-top: 4px;
}
fieldset.stacked li label {
  display: block;
  text-transform: none;
  font-size: .75em;
}
fieldset.stacked strong {
  display: block;
}
fieldset.stacked li span {
  display: block;
  margin-left: 30px;
}
fieldset.stacked li input {
  float: left;
}
#id_other_platform { margin: -20px 0 0 30px; width: 240px; }

.errorlist li {
  color: #aa0000;
  font-size: .635em;
  padding: 0 0 4px 0;
}
#newsletter_form_container {
  clear: both;
  height: 86px;
  border-top: 1px solid #888341;
  border-bottom: 1px solid #888341;
  margin: 0 0 20px 0;
}
#newsletter_form_container .loader {
  display: block;
  margin: 30px auto 0 auto;
}
#newsletter_form {
  display: block;
  margin: 26px 0 0 0;
}
#newsletter_form .errorlist {
  padding: 8px 0 0 46px;
}
#newsletter_form legend {
  padding: 7px 13px 0 0;
  font-size: .875em;
}
#newsletter_form fieldset {
  display: inline;
  float: left;
}
#fieldset_email {
  padding: 0 0 0 36px;
  background: url(../images/form_and_sign.png) no-repeat 6px 0;
}
.JS #newsletter_form label {
  display: none;
}
#newsletter_form label {
  display: inline;
  font-size: .875em;
}
#newsletter_form .submit {
  padding: 2px 0 0 8px;
}
/* News */
#column .nav {
  float: left;
  width: 200px;
  padding: 10px 0 20px 0;
  background: url(../images/col1_bg.png) no-repeat top left #e7e4cc;
}
#column h2 {
  position: relative;
}
#column h2 span {
  position: absolute;
  display: block;
  left: 50%;
  top: 0px;
  width: 50%;
  font-size: .875em;
  text-align: right;
  font-style: italic;
  color: #677718;
}
#column #author {
  background: url(../images/article_divider.png) bottom center no-repeat;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
#column #author img {
  float: left;
  padding: 0 20px 20px 0;
}
#column #author p {
  padding-bottom: 20px;
  font-style: italic;
}
#column .detail {
  float: right;
  width: 620px;
  margin-bottom: 64px;
}
#column .detail .image {
  float: right;
  padding: 0 0 20px 20px;
}
.sidenav h3 {
  padding: 0 10px 10px 10px;
}
.sidenav li {
  display: block;
  padding: 5px 10px 5px 23px;
  background: url(../images/list_bg_off.png) no-repeat bottom center;
}
.sidenav .nav li.on,
.sidenav .nav li:hover {
  background: url(../images/list_bg_on.png) no-repeat bottom center #506002;
}
.sidenav .nav li.on a,
.sidenav .nav li:hover a {
  color: #ffffff;
}
/**
 * Contact
 */
.contact_form_container {
  margin: 0 0 30px 0;
}
/**
 * messages
 */
.messages li {
  padding: 10px 10px 30px 40px;
}
.messages .success {
  background: url(../images/tick.png) no-repeat 8px 8px;
}
.messages .error {
  background: url(../images/error.png) no-repeat 12px 10px;
}
.friends .friend {
  padding-bottom: 25px;
  margin-bottom: 25px;
  background: transparent url("../images/article_divider.png") scroll center bottom no-repeat;
}
.friends .friend img {
  display: block;
  margin-bottom: 15px;
}
/*
 * Freesat
 */
#header .award {
  display: block;
  float: left;
  margin: 2px 0 0 11px;
}
/**
 * Comp
 */
#competitions .entry {
  float: right;
  width: 560px;
}
#competitions .media {
  margin-bottom: 32px;
  float: left;
}
/* tickets */
.ticket-info .buy-ticket {
  float: right;
  margin-right: 20px;
  margin-left: 10px;
}
.ticket-info p {
  padding-top: 5px;
}
/* new homepage */
.clear {
  clear: both;
}
.featured-item {
  float: left;
  width: 241px;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 148px;
  background: #ccc;
  padding: 16px;
  position: relative;
  z-index: 2;
  background: url(http://www.vintage.tv/assets/images/col_bg_300.png) no-repeat top left #e7e4cc;
}
.featured-item.hover {
  cursor: pointer;
}
.featured-item h3 {
  font-size: 14px;
  color: #992419;
  z-index: 4;
  position: relative;
  margin-bottom: 20px;
}
.featured-item p {
  position: relative;
  z-index: 4;
}
.featured-item a.read-more {
  width: 110px;
  height: 26px;
  text-indent: -999em;
  background: url(http://www.vintage.tv/assets/images/read_more_button.png) 0 0 no-repeat;
  z-index: 4;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.featured-item img.fi-small {
  width: 95px;
  height: 108px;
  float: left;
  margin-right: 10px;
  position: relative;
  z-index: 4;
}
.featured-item img.fi-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 180px;
  width: 273px;
  z-index: 2;
}
.featured-item.fi-image h3,
.featured-item.fi-video h3 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.featured-item.last {
  margin-right: 0;
}
#content .hp-carousel {
  height: 375px;
  border: 1px solid #333;
  border-bottom-color: #546201;
  margin-bottom: 20px;
  position: relative;
}
#content .hp-carousel .prevnextdots {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 99;
}
#content .hp-carousel .prevnextdots li {
  height: 22px;
  width: 22px;
  background: url(http://www.vintage.tv/assets/images/carousel_top_bg.png) 0 0 no-repeat;
  cursor: pointer;
  z-index: 999;
  float: left;
  margin-left: 10px;
}
#content .hp-carousel .prevnextdots li.next {
  background-position: -28px 0;
  margin-right: 5px;
}
#content .hp-carousel .prevnextdots li.dot {
  background-position: -66px 0;
  width: 10px;
}
#content .hp-carousel .prevnextdots li.active {
  background-position: -85px 0;
}
#content .hp-carousel .hp-carousel-inner {
  height: 305px;
  overflow: hidden;
}
#content .hp-carousel .hp-carousel-inner li {
  height: 305px;
  position: relative;
  width: 564px;
}
#content .hp-carousel .hp-carousel-inner li img {
  width: 564px;
  height: 305px;
  position: relative;
  display: block;
}
#content .hp-carousel .hp-carousel-inner li .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2b2b2b;
  padding: 10px;
}
#content .hp-carousel .hp-carousel-inner li h2 {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-transform: none;
  border-bottom: 0;
  padding: 0;
}
#content .hp-carousel .hp-carousel-inner li p {
  padding-top: 5px;
  font-size: 12px;
  color: #fff;
  font-style: italic;
  margin: 0;
  text-transform: none;
  height: 32px;
  overflow: hidden;
  display: none;
}
#content .hp-carousel .pager {
  height: 60px;
  padding: 6px 68px 6px 75px;
  background-color: #546201;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#content .hp-carousel .pager .pager-inner {
  height: 57px;
  overflow: hidden;
}
#content .hp-carousel .pager .pager-inner li {
  width: 60px;
  height: 55px;
  border: 1px solid #fff;
  float: left;
  margin: 0 3px;
}
#content .hp-carousel .pager .pager-inner li img {
  cursor: pointer;
  width: 60px;
  height: 55px;
}
#content .hp-carousel .pager .prevnext li {
  position: absolute;
  left: 27px;
  top: 25px;
  height: 22px;
  width: 22px;
  background: url(http://www.vintage.tv/assets/images/pager_bg.png) 0 0 no-repeat;
  cursor: pointer;
}
#content .hp-carousel .pager .prevnext li.next {
  right: 27px;
  left: auto;
  background-position: -521px 0;
  width: 22px;
}
.news-item {
  margin-bottom: 20px;
}
.news-item p.date {
  margin: 0;
  color: #333;
  font-size: 12px;
  display: none;
}
.news-item p a {
  text-decoration: underline;
}
.news-item h4 {
  font-size: 12px;
  margin: 0 0 10px 0;
  text-transform: none;
}
.image-item {
  width: 126px;
  float: left;
  height: 126px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.image-item.third {
  margin-right: 0;
}
.col_homepage .left {
  float: left;
  width: 566px;
}
.col_homepage .right {
  float: right;
  width: 273px;
}
.col_homepage .half-left {
  float: left;
  width: 420px;
}
.col_homepage .half-left h3 {
  margin-bottom: 15px;
}
.col_homepage .half-left h3 a {
  text-transform: none;
  letter-spacing: 0;
  padding-left: 6px;
  text-decoration: underline;
  font-size: 12px;
}
.col_homepage .half-right {
  float: right;
  width: 420px;
}
.col_homepage .half-right h3 {
  margin-bottom: 15px;
}
.col_homepage .half-right h3 a {
  text-transform: none;
  letter-spacing: 0;
  padding-left: 6px;
  text-decoration: underline;
  font-size: 12px;
}
.poll-intro-image {
  margin-bottom: 20px;
  margin-top: -10px;
}

.poll-results {
  float: right;
  width: 315px;
  background: url(http://www.vintage.tv/assets/images/col_bg_300_poll.png) no-repeat 0 -10px #e7e4cc;
  min-height: 150px;
  padding: 10px;
}

#content .poll-results h2 {
  color: #8C2319;
  border-bottom: 1px solid #bbb8a7;
  margin-bottom: 17px;
}

.poll-results td {
  font-size: 0.875em;
  padding: 0 5px 5px 0;
}