.float-right {
  float: right; }

.red {
  color: #cc0000; }

h1, h2, h3, h4, h5, h6, p, ul, a {
  color: #464646; }

a {
  text-decoration: none;
  outline: none; }

a:hover {
  color: #cc0000; }

abbr, acronym {
  border: none; }

.round-box {
  background: url(/images/semi-trans-white-bg.png) repeat scroll 0 0 transparent;
  background: rgba(255, 255, 255, 0.3);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }

.user-info {
  height: 120px; }
  .user-info .user-image-wrap {
    min-height: 120px; }
    .user-info .user-image-wrap img {
      margin-left: 18px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
  .user-info h2, .user-info h3 {
    margin: 0;
    margin-bottom: 0.25em; }

.button {
  display: block;
  color: #464646;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 0.4em 0 0.4em 0;
  border: solid 1px #888;
  background: url("/images/button-gradient.png") repeat-x scroll 0 0 transparent;
  background: -moz-linear-gradient(center bottom, rgba(200, 200, 200, 0.7) 1%, rgba(255, 255, 255, 0.7) 50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(200, 200, 200, 0.7)), color-stop(0.5, rgba(255, 255, 255, 0.7)));
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25); }
  .button:hover {
    background: url("/images/button-gradient-over.png") repeat-x scroll 0 0 transparent;
    background: -moz-linear-gradient(center bottom, rgba(200, 200, 200, 0.9) 1%, rgba(255, 255, 255, 0.9) 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(200, 200, 200, 0.9)), color-stop(0.5, rgba(255, 255, 255, 0.9))); }
    .button:hover h3 {
      color: #cc0000; }
  .button h3 {
    margin: 0.2em 0 0.2em 0; }

.alert {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd; }

.alert {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4; }

.error, .notice, .success, .alert {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.alert {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4; }

.alert a {
  color: #8a1f11; }

.notice h3, .error h3 {
  margin-top: 0.75em; }

.footer {
  margin-top: 3em;
  color: #464646;
  text-align: center; }
  .footer ul {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.25em; }
    .footer ul li {
      display: inline;
      padding: 0 20px; }
      .footer ul li a {
        text-decoration: none; }

form {
  background: url(/images/semi-trans-white-bg.png) repeat scroll 0 0 transparent;
  background: rgba(255, 255, 255, 0.3);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  padding: 0.5em 0; }
  form fieldset {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0.5em 1em 1em 1em; }
  form legend {
    color: #464646;
    font-size: 1.4em; }
  form ol {
    list-style-type: none; }
    form ol li {
      margin-bottom: .75em;
      font-size: 1.2em; }
      form ol li label {
        display: block;
        color: #464646; }
      form ol li input {
        font-size: 1em;
        color: #464646; }
      form ol li select {
        font-size: 1em;
        color: #464646;
        width: 100px; }
      form ol li p.inline-hints {
        display: inline;
        margin: 0; }
    form ol li.lower-hint p.inline-hints, form ol li p.lower-hints {
      display: block;
      margin: 0 0 1.5em 1em; }
  form fieldset.buttons {
    border: none; }
    form fieldset.buttons ol {
      margin: 0;
      padding: 0; }
      form fieldset.buttons ol li input {
        font-size: 1.4em; }

#error_explanation {
  margin: 1em;
  margin-left: 2.4em; }
  #error_explanation h2, #error_explanation ul, #error_explanation p.inline-errors {
    color: #8A1F11; }
  #error_explanation h2 {
    margin: 0; }
  #error_explanation ul {
    margin: 0; }

li.error label {
  color: #8A1F11; }
li.error input {
  border-color: #FBC2C4; }
li.error p.inline-errors {
  display: block;
  margin: 0 0 1.5em 1em;
  color: #8A1F11; }
li.error p.lower-hints {
  display: none; }

.user-controls a {
  color: #eee;
  text-decoration: none; }
  .user-controls a:hover {
    color: #fff; }

.deficient-browser-notice {
  position: fixed;
  z-index: 100;
  display: none; }

.browser-out-of-date {
  display: none; }

.video-wrap {
  position: fixed;
  display: none;
  z-index: 30;
  border: solid 2px rgba(46, 46, 46, 0.5);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9); }
  .video-wrap img {
    position: absolute;
    display: block;
    z-index: 40;
    top: -26px;
    right: -26px; }

.video-bg {
  position: fixed;
  width: 100%;
  z-index: 20;
  display: none;
  background: url(/images/semi-trans-black-bg.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4); }

.ageless-tv-wrap {
  margin-top: 2em; }

.heading {
  margin: -3em 0 -9em 0; }

.sub-heading {
  font-family: 'Helvetica Neue', Helvitica, Arial, sans-serif;
  font-weight: 200; }

.watch {
  display: block;
  padding: 0.5em 0 0.3em 0;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
  text-decoration: none;
  outline: none; }

body {
  background: #bbbbbb url(/images/gradient-bg.png) repeat-x 0px 22px; }

.container-wrap {
  width: 970px;
  margin: 0 auto;
  background-image: url(/images/main-bg-edges.jpg);
  background-color: #fff;
  background-repeat: no-repeat; }

.container {
  font-weight: 200; }

.header {
  background: url(/images/header-bg.png) no-repeat 0px 22px; }
  .header .logo {
    position: absolute; }
  .header .top-nav {
    position: relative;
    z-index: 10; }

.img-border {
  border: solid 1px #464646;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25); }

ul.top-nav {
  margin-top: 1em;
  list-style-type: none; }
  ul.top-nav li {
    display: inline; }
    ul.top-nav li a {
      display: block;
      outline: none; }
      ul.top-nav li a img {
        margin-top: 5px; }

.side-nav {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .side-nav a {
    text-decoration: none;
    outline: none; }
  .side-nav ul {
    list-style-type: none;
    display: none; }
    .side-nav ul li {
      display: block; }
      .side-nav ul li a {
        position: relative;
        left: -13px;
        display: block;
        width: 220px;
        background: url(/images/left-nav-off.png) no-repeat; }
      .side-nav ul li .bbq-current {
        left: -7px;
        background: url(/images/left-nav-on.png) no-repeat; }
  .side-nav ul.nav-ageless-tv .scrollable {
    position: relative;
    overflow: hidden;
    height: 222px;
    width: 180px; }
    .side-nav ul.nav-ageless-tv .scrollable .items {
      float: right;
      position: absolute;
      height: 20000em; }
      .side-nav ul.nav-ageless-tv .scrollable .items h3 {
        height: 36px;
        margin-bottom: 10px;
        padding: 6px;
        text-align: right;
        position: relative;
        background: rgba(0, 0, 0, 0.3);
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px; }
        .side-nav ul.nav-ageless-tv .scrollable .items h3 a {
          display: block;
          color: #464646; }
          .side-nav ul.nav-ageless-tv .scrollable .items h3 a:hover {
            color: #fff; }
        .side-nav ul.nav-ageless-tv .scrollable .items h3 a.active-tv {
          color: #fff; }
  .side-nav .scroll-controls {
    text-align: right; }
    .side-nav .scroll-controls h4 {
      cursor: pointer; }
      .side-nav .scroll-controls h4:hover {
        color: #cc0000; }
    .side-nav .scroll-controls .prev {
      background: url(/images/up-arrow.png) no-repeat 15px 0px; }
    .side-nav .scroll-controls .next {
      background: url(/images/down-arrow.png) no-repeat 15px 0px; }

.disabled-scroll {
  visibility: hidden; }

.content-wrap .content .bbq-loading {
  position: absolute;
  right: 300px;
  display: none; }
.content-wrap .content .bbq-item {
  display: none; }
  .content-wrap .content .bbq-item p, .content-wrap .content .bbq-item ul {
    font-size: 1.2em; }
  .content-wrap .content .bbq-item span {
    font-weight: bold; }
  .content-wrap .content .bbq-item ul {
    margin: 0;
    padding-left: 2em; }
  .content-wrap .content .bbq-item a {
    outline: none;
    text-decoration: none; }
    .content-wrap .content .bbq-item a:hover {
      color: #cc0000; }
  .content-wrap .content .bbq-item .top-main {
    position: relative;
    z-index: 2; }
    .content-wrap .content .bbq-item .top-main p {
      font-size: 1.5em;
      line-height: 1.4;
      margin-bottom: 1.25em; }
