*, *:before, *:after {
   box-sizing:        border-box;
  -moz-box-sizing:    border-box;
  -webkit-box-sizing: border-box;
}

canvas, iframe, video, svg, .video,
.posttext img, .postcomment img, .commenttext img, .postpreview img, .reviewbody img, .container img, .shout img {
  max-width: 100%;
}

/* ---------------------------------------- */

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Arial', 'Helvetica', san-serif;
  font-size: 14px;
  line-height: 18px;

  color: #222;
  background: #171e16 url(/images/bg.jpg) no-repeat top center fixed;
  /*background-position: 50% -90px;*/
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { 
  body {
    background: #171e16 url(/images/bg@2x.jpg) no-repeat top center fixed;
  }
}

#wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

header {
  width: 95%;
  max-width: 960px;
  margin: 0 auto 0 auto;
  height: 110px;
  border-bottom: 0px solid #000;
  position: relative;
  padding-left: 0;
}

#headerbar {
  z-index: 2;
  width: 100%;
  height: 80px;
  background: #000;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-left: 0;
}

#logowrapper {
  text-decoration: none;
}

#logo {
  z-index: 999;
  margin: 0 20px 0 15px;
  display: block;
  width: 260px;
  height: 245px;
  background: url(/images/logo.png?v=2) 0 -14px no-repeat;
  zoom: 1;

  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;

  position: absolute;
  top: 0;
  left: -65px;
}

#logo:hover {
  background: url(/images/logo_hover.png) 0 0 no-repeat;
  cursor: pointer;
}

#logo img {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { 
  #logo {
    background: url(/images/logo@2x.png) 0 -14px no-repeat;
    background-size: 100%;
  }

  #logo:hover {
    background: url(/images/logo_hover@2x.png) 0 -14px no-repeat;
    background-size: 100%;
  }
}

#movieforums {
  display: inline-block;
  margin: 60px 0 0 265px;

  text-shadow: 0px -1px rgba(200, 200, 200, 0.5),
               0px -2px rgba(160, 160, 160, 0.5),
               0px -3px rgba(120, 120, 120, 0.5),
               0px -4px rgba(0,   0,   0,   0.4),
               0px -6px rgba(0,   0,   0,   0.6);
}

#movieforums a {
  font-family: 'Futura';
  font-size: 5em;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;

  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

#movieforums:hover a {
  text-shadow: 0px -1px rgba(200, 200, 200, 0.5),
               0px -2px rgba(120, 120, 120, 0.5),
               0px -3px rgba(0,   0,   0,   0.2),
               0px -4px rgba(0,   0,   0,   0.3);
}

#movieforums:hover a {
  transform:         translate(0px, 2px);
  -o-transform:      translate(0px, 2px);
  -ms-transform:     translate(0px, 2px);
  -moz-transform:    translate(0px, 2px);
  -webkit-transform: translate(0px, 2px);
}

nav {
  z-index: 2;
  width: 960px;
  margin: 27px auto 0 auto;
  margin: 27px auto 0 auto;
  padding-left: 140px;
  padding-left: 170px;
  padding-left: 150px;
}

nav a, nav a:visited, nav a:hover, nav a:visited:hover {
  font-size: 1.6em;
  font-family: 'Futura', sans serif;
  padding: 4px 10px;
  border: 2px solid transparent;
  border-top: 0;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  margin-right: 10px;
  color: #FFF;
  text-decoration: none;
  text-shadow: 2px 2px 1px #222;

  transition:         none;
  -o-transition:      none;
  -ms-transition:     none;
  -moz-transition:    none;
  -webkit-transition: none;
}

nav a:hover, nav a:visited:hover  {
  color: #BBB793;
}

nav a {
  position: relative;
}

@media (max-width: 1100px) {
  nav {
    padding-left: 130px;
  }

  nav a, nav a:visited, nav a:hover, nav a:visited:hover {
    font-size: 1.4em;
    margin-right: 15px;
  }

  footer a.footernav, footer a.footernav:visited {
    font-size: 1.4em;
    width: 40%;
  }
}

/* for iPads */
@media (max-width: 1024px) {
  nav a, nav a:visited, nav a:hover, nav a:visited:hover {
    font-size: 1.3em;
    margin-right: 5px;
  }
}

@-moz-document url-prefix() {
  nav {
    margin-top: 24px;
  }
}

#movies {
  border-bottom: 2px solid #777;
}

#movieclub {
  border-bottom: 2px solid #838383;
}

#movieclub:hover {
  border-top: 0px solid #838383;
}

#essays {
  border-bottom: 2px solid #AA1620;
}

#essays:hover {
  border-top: 0px solid #AA1620;
}

#reviews {
  border-bottom: 2px solid #C05737;
}

#reviews:hover {
  border-top: 0px solid #C05737;
}

#forums {
  border-bottom: 2px solid #CA9B25;
}

#forums:hover {
  border-top: 0px solid #CA9B25;
}

#lists {
  border-bottom: 2px solid #159737;
}

#lists:hover {
  border-top: 0px solid #159737;
}

#bo {
  border-bottom: 2px solid #2283BA;
}

#bo:hover {
  border-top: 0px solid #2283BA;
}

#quizzes {
  border-bottom: 2px solid #8A6CA2;
}

#quizzes:hover {
  border-top: 0px solid #8A6CA2;
}

.login a, .login a:visited {
  color: #FFF;
  text-decoration: none;
}

.login a:hover, .login a:visited:hover {
  color: #CCC;
  text-decoration: underline;
}

.login {
  margin: 20px 0 0 30px;
  font-size: 0.9em;
  color: #FFF;
}

.login img {
  border: 1px solid #999;
  margin-right: 10px;
}

#container {
  width: 95%;
  max-width: 960px;
  margin: 90px auto 0 auto;
}

#content {
  margin-top: 55px;
}

body.essays #content, body.reviews #content, body.lists #content {
  width: 90%;
  margin: 0 auto 0 auto;
}

@font-face {
  font-family: 'Futura';
  src: url('https://www.movieforums.com/fonts/futuralt-webfont.eot');
  src: local('?'),
         url('https://www.movieforums.com/fonts/futuralt-webfont.woff') format('woff'), url('https://www.movieforums.com/fonts/futuralt-webfont.ttf') format('truetype');
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Futura';
    src: url('/fonts/futuralt-webfont.svg') format('svg');
  }

  h1, h2, h3, h4, h5,
  footer a.footernav, footer a.footernav:visited,
  .contentheadertext
  {
    font-variant: normal !important;
  }
}

a, a:active, a:visited, a:hover, a:visited:hover {
  font-size: 1em;
  /* slightly darker */
  /* has virtue (or is this bad?) of not being the exact same color as header first-letters */
  /* color: #aca77a; */
  /* Going slightly darker */
  color: #9b966f;
}

a:visited {
  color: #bbb793;
}

a:hover, a:visited:hover {
  /*color : #CA5100;*/
  color: #b20511;
}

a.light, a.light:visited, span.light, div.light {
  color: #999;
}

a.light:hover, a.light:visited:hover {
  color: #E1E1E1;
}

.light_textshadow {
  text-shadow: 2px 2px 2px #111
}

a img {
  border: 0;
}

:focus {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
}

::selection {
       background-color: #636d54;
       background-color: #c1bfb1;
       color: #333;
}

::-moz-selection {
       background-color: #636d54;
       background-color: #c1bfb1;
       color: #333;
}

.default_cursor {
  cursor: default;
}

.help_cursor {
  cursor: help; 
}

.text_cursor {
  cursor: text;
}

.container {
  background: url(/images/blackpixel_60.png);
  border: 1px solid #777;
  color: #999;
  padding: 20px;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

.percent_90 {
  width: 90%;
  margin: 0 auto 0 auto;
  text-align: left;
}

.flat_top {
  border-radius:         0 0 7px 7px;
  -moz-border-radius:    0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;


  border-top: 0;
}

.darkselect {
  background-color: #222;
  color: #CCC;
  height: 28px;
  border: 1px solid #777;
  box-shadow:         3px 3px 3px #111;
  -moz-box-shadow:    3px 3px 3px #111;
  -webkit-box-shadow: 3px 3px 3px #111;

  text-shadow: 2px 2px 2px #111;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

#jumpmenu {
  font-size: 1.1em;
  height: 38px;
}

@-moz-document url-prefix() {
  #jumpmenu {
    height: auto;
    padding: 10px;
  }

  .darkselect {
    height: auto;
    padding: 4px;
    font-size: 1.1em;
  }
}

.lastpost {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality;
  fill-rule: evenodd;
  clip-rule: evenodd;
}

.submitbutton {
  height: 32px;
  padding: 3px 18px;
  color: #FFF;
  background: #beb59f;
  font: 1.3em 'Futura', sans-serif;
  border: 1px solid #5b4d31;
  text-shadow: 1px 1px 2px #5b4d31;
  box-shadow:         1px 1px 2px rgba(0,0,0,0.5);
  -moz-box-shadow:    1px 1px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px; 

  transition:         0.1s;
  -webkit-transition: 0.1s;

  background-color: #998457;
  background: -webkit-gradient(radial,center center,0,center center,460,from(#d2cec5),to(#998457));
  background: -webkit-radial-gradient(circle,#d2cec5,#998457);
  background: -moz-radial-gradient(circle,#d2cec5,#998457);
  background: -ms-radial-gradient(circle,#d2cec5,#998457);
}

.submitbutton:hover, a.pagenav:hover, a.shoutnav:hover {
  cursor: pointer;
  background-color: #ae9970;
  background: -webkit-gradient(radial,center center,0,center center,460,from(#e4e1dc),to(#ae9970));
  background: -webkit-radial-gradient(circle,#e4e1dc,#ae9970);
  background: -moz-radial-gradient(circle,#e4e1dc,#ae9970);
  background: -ms-radial-gradient(circle,#e4e1dc,#ae9970);
}

.submitbutton:active, a.pagenav:active, a.shoutnav:active {
  text-shadow: 0 0 2px #5b4d31;
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.redbutton, .redbutton:visited {
  background-color: #300;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#800), to(#300));
  background: -webkit-radial-gradient(circle, #800, #300);
  background: -moz-radial-gradient(circle, #800, #300);
  background: -ms-radial-gradient(circle, #800, #300);
}

.redbutton:hover, .redbutton:visited:hover {
  background-color: #D72323;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#D72323), to(#700));
  background: -webkit-radial-gradient(circle, #D72323, #700);
  background: -moz-radial-gradient(circle, #D72323, #700);
  background: -ms-radial-gradient(circle, #D72323, #700);
}

.submit_small {
  height: 28px;
  padding: 4px 12px;
  font-size: 1.1em;

  box-shadow:         1px 1px 2px rgba(0,0,0,0.5);
  -moz-box-shadow:    1px 1px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

@-moz-document url-prefix() {
  .submitbutton {
    padding-top: 2px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .submitbutton {
    padding-top: 3px;
  }
}

#button {
  display: inline-block;
  box-shadow:         3px 3px 3px #111;
  -moz-box-shadow:    3px 3px 3px #111;
  -webkit-box-shadow: 3px 3px 3px #111;
  padding: 3px;
  height: 48px;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  background-color: #998457;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#D2CEC5), to(#998457));
  background: -webkit-radial-gradient(circle, #D2CEC5, #998457);
  background: -moz-radial-gradient(circle,    #D2CEC5, #998457);
  background: -ms-radial-gradient(circle,     #D2CEC5, #998457);
}

#button a, #button a:visited {
  position: relative;
  display: inline-block;
  overflow: hidden;

  border: 1px solid #777;
  background: #000;
  font-size: 1.3em;
  color: #E1E1E1;
  padding: 12px 14px 10px 33px;
  text-decoration: none;
  font-family: 'Futura', sans-serif;
  text-shadow: 1px 1px 2px #111;
  background: url(/images/blackpixel_80.png);

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  box-shadow:         inset 0 0 5px #000, inset 0 0 5px #000, inset 0 0 5px #000;
  -moz-box-shadow:    inset 0 0 5px #000, inset 0 0 5px #000, inset 0 0 5px #000;
  -webkit-box-shadow: inset 0 0 5px #000, inset 0 0 5px #000, inset 0 0 5px #000;

  -webkit-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
       -o-transition: all 0.1s linear;
          transition: all 0.1s linear;
}

#button a img {
  position: absolute;
  top: 1px;
  left: -12px;
}

#button a:hover {
  background: url(/images/blackpixel_60.png);
}

#button a:first-letter, #button a:visited:first-letter {
  color: #BBB793;
}

#button a:active {
  text-shadow: none;
}

#button:active {
  box-shadow: none;

  transform:         translate(2px, 2px);
  -o-transform:      translate(2px, 2px);
  -ms-transform:     translate(2px, 2px);
  -moz-transform:    translate(2px, 2px);
  -webkit-transform: translate(2px, 2px);
}

#button, ul.tweet_list li:hover {
  cursor: pointer;
}

#reelimg:hover, #button a:hover img, ul.tweet_list li:hover img {
  cursor: pointer;
  -webkit-animation: rotate 3s linear infinite;
  -moz-animation:    rotate 3s linear infinite;
  -o-animation:      rotate 3s linear infinite;
  -animation:        rotate 3s linear infinite;
  animation:         rotate 3s linear infinite;
}

fieldset.fieldset_dark {
  border-color: #383838;
  color: #999;
  padding: 10px 20px;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

fieldset.fieldset_dark legend {
  font-size: 0.9em;
  color: #CCC;
  text-shadow: 2px 2px 2px #111;
  padding: 0 4px 0 4px;
}

.spinner, .spinner_med, .spinner_large {
  display: inline-block;
  position: relative;
  overflow: hidden;

  top: 3px;
  right: 0px;

  height: 7px;
  width: 7px;
  margin: 0;

  box-sizing:         content-box;
  -moz-box-sizing:    content-box;
  -webkit-box-sizing: content-box;

  -webkit-animation: rotate .6s infinite linear;
  -moz-animation:    rotate .6s infinite linear;
  -o-animation:      rotate .6s infinite linear;
  animation:         rotate .6s infinite linear;

  border-left:   3px solid rgba(187, 183, 147, .55);
  border-right:  3px solid rgba(187, 183, 147, .55);
  border-bottom: 3px solid rgba(187, 183, 147, .55);
  border-top:    3px solid rgba(187, 183, 147, 1.0);

  border-radius:         100%;
  -moz-border-radius:    100%;
  -webkit-border-radius: 100%;
}

@-moz-document url-prefix() {
  .spinner {
    top: 2px;
    border-radius: 6px;
  }

  .spinner_med, .spinner_large {
    border-radius: 100%;
  }
}

.spinner_med {
  height: 14px;
  width: 14px;
  top: 5px;
}

.spinner_large {
  height: 28px;
  width: 28px;
  border-width: 6px;
}

#popupheader {
  display: block;
  background: #000;
  color: #AAA;
  padding: 12px;
  border-bottom: 1px solid #777;
  text-shadow: 1px 1px 2px #111;
  background-color: #3D3525;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#75674B), to(#3D3525));
  background: -webkit-radial-gradient(circle, #75674B, #3D3525);
  background: -moz-radial-gradient(circle, #75674B, #3D3525);
  background: -ms-radial-gradient(circle, #75674B, #3D3525);
}

.pagenav {
  float: right;
  white-space: nowrap;
  display: inline-block;
  font-family: 'Futura', sans-serif;
  font-size: 0.9em;
  color: #111;
  padding: 3px 2px 3px 8px;
  border: 1px solid #777;

  box-shadow:         3px 3px 3px #111;
  -moz-box-shadow:    3px 3px 3px #111;
  -webkit-box-shadow: 3px 3px 3px #111;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  background-color: #998457;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#D2CEC5), to(#998457));
  background: -webkit-radial-gradient(circle, #D2CEC5, #998457);
  background: -moz-radial-gradient(circle,    #D2CEC5, #998457);
  background: -ms-radial-gradient(circle,     #D2CEC5, #998457);
}

.pagenav_thread {
  margin-bottom: 10px;
}

.pagenav_inside {
  display: inline-block;
  white-space: nowrap;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  box-shadow:         inset 0 0 5px #000, 
                      inset 0 0 5px #000, 
                      inset 0 0 5px #000;
  -moz-box-shadow:    inset 0 0 5px #000, 
                      inset 0 0 5px #000, 
                      inset 0 0 5px #000;
  -webkit-box-shadow: inset 0 0 5px #000, 
                      inset 0 0 5px #000, 
                      inset 0 0 5px #000;
}

.pagecount {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 6px 3px 0;
  color: #FFF;
  text-shadow: 1px 1px 2px #5b4d31;
}

.pagenav_inside :first-child {
  border-radius:         7px 0 0 7px;
  -moz-border-radius:    7px 0 0 7px;
  -webkit-border-radius: 7px 0 0 7px;
}

.pagenav_inside :last-child {
  border-radius:         0 7px 7px 0;
  -moz-border-radius:    0 7px 7px 0;
  -webkit-border-radius: 0 7px 7px 0;
}

.curpage, .pagenav a, .pagenav a:visited {
  display: inline-block;
  font-size: 1em;
  padding: 6px 8px 2px 8px;
  text-decoration: none;
  margin: 0;
  color: #FFF;
  background: url(/images/blackpixel_80.png);
  
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;

  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.curpage {
  color: #999;
}

.pagenav a:hover, .pagenav a:visited:hover {
  text-decoration: none;
  color: #111;
  color: #FFF;
  background: url(/images/blackpixel_40.png);
  text-shadow: 1px 1px 2px #111;
}

.pagenav_popup {
  display: inline-block;
  display: none;
}

.pagenav_jump_container {
  display: inline-block;
  overflow: hidden;
  width: 19px;
  height: 12px;
}

.pagenav_jump a {
  background-image: none;
}

.pagenav_jump img {
  float: right;
}

@-moz-document url-prefix() {
  .pagecount {
    padding: 0 6px 4px 0;
  }

  .curpage, .pagenav a, .pagenav a:visited {
    padding: 4px 8px;
  }
}


.nomargin {
  margin: 0;
}

.notextshadow {
  text-shadow: none;
}

.notransition {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

font {
  line-height: 1;
}

.red {
  border: 1px solid red;
}

.clear {
  clear: both;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.border {
  border: 1px solid #000;
}

.left {
  float: left;
}

.right {
  float: right;
}

hr {
  height: 1px;
  border: 0;
  background-color: #777;
}

hr.dark {
  background: #383838;
}

hr.light {
  background: #DADADA;
}

.padding_10 {
  padding: 10px;
}

.rotate_90 {
  -ms-transform:     rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform:         rotate(90deg);
}

.rotate_180 {
  -ms-transform:     rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform:         rotate(180deg);
}

.rotate_270 {
  -ms-transform:     rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform:         rotate(270deg);
}

/* --------------------------------------- */

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: 'Futura';
  /*font-size: 3.2em;*/
  font-size: 2.8em;
  /*font-variant: small-caps;*/
  font-weight: normal;

  line-height: 1.2;
  letter-spacing: 2px;
  text-decoration: none;

  color: #FFF;
  text-shadow: 2px 2px 2px #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter {
  color: #BBB793;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

@-moz-document url-prefix() {
  h4 {
    font-size: 1.4em;
  }
}

h5 {
  font-size: 1em;
}

.futura {
  font-family: 'Futura', sans-serif;
}

.1em, h1.1em, h2.1em, h3.1em, h4.1em {
  font-size: 1em;
}

.2em, h1.2em, h2.2em, h3.2em, h4.2em {
  font-size: 2em;
}

.3em, h1.3em, h2.3em, h3.3em, h4.3em {
  font-size: 3em;
}

a h1, a h2, a h3, a h4, a h5, a:visited h1, a:visited h2, a:visited h3, a:visited h4, a:visited h5 {
  text-decoration: none;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5,
a:visited:hover h1, a:visited:hover h2, a:visited:hover h3, a:visited:hover h4, a:visited:hover h5 {
  text-decoration: underline;
}

.small {
  font-size: 0.8em;
}

a.small, a.small:visited, a.small:hover, a.small:visited:hover {
  font-size: 0.8em;
}

.med {
  font-size: 0.9em;
}

a.med, a.med:visited, a.med:hover, a.med:visited:hover {
  font-size: 0.9em;
}

.padded {
  padding: 25px;
}

span.arrow {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 8px 0 8px;
}

.hidden {
  display: none;
}

.border {
  border: 1px solid #000;
}

.border_radius {
  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

.no_border_radius {
  border-radius:         0;
  -moz-border-radius:    0;
  -webkit-border-radius: 0;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

/* -------------------------------------------- */
/* REP BANNER */
/* -------------------------------------------- */

div.banner {
  height: 30px;
  width: 30px;
  position: absolute;
  top: -2px;
  right: 15px;
  text-shadow: 1px 1px 2px #111;
  text-align: center;
  /*font: 600 16px sans-serif;*/
  font: 1em 'Futura', sans-serif;
  font-weight: normal;
  font-style: none;
  color: #FFF;
  line-height: 27px;
  border: 0;
  /*background-image: -webkit-linear-gradient(top, #be0000, #800);*/
  background-color: #800;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#be0000), to(#800));
  background: -webkit-radial-gradient(circle, #be0000, #800);
  background: -moz-radial-gradient(circle, #be0000, #800);
  background: -ms-radial-gradient(circle, #be0000, #800);
}

div.banner:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 0;
  width: 0;
  border: solid 15px #940000;
  border-top: 0;
  border-bottom-color: transparent;
}

div.banner_off:hover {
  background: red;
  background: #be0000;
}

div.banner_off:hover:after {
  border-color: red;
  border-color: #be0000;
  border-bottom-color: transparent;
}

/* -------------------------------------------- */
/* HEADER AND NAVIGATION */
/* -------------------------------------------- */

div.subnav {
  z-index: 10;
  position: absolute;
  white-space: nowrap;
  left: 25%;
  top: 47px;
  color: #FFF;
  padding: 8px;
  font-weight: normal;
  border: 1px solid #777;
  border-top: 0;
  border: 0;
  overflow: hidden;

  border-radius:         0 0 7px 7px;
  -moz-border-radius:    0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;

  font-size: 0.9em;
}

@-moz-document url-prefix() {
  div.subnav {
    top: 50px;
  }
}

@media (max-width: 1100px) {
  #logo {
    left: -40px;
  }

  div.subnav {
    left: 24%;
  }
}

div.subnav a.subnav_link, div.subnav a.subnav_link:visited {
  font-family: sans-serif;
  font-variant: none;
  font-weight: normal;
  font-size: 1.1em;
  color: #CCC;
  margin: 0 8px 0 8px;
  text-decoration: none;
  text-shadow: 2px 2px 2px #111;
  border-top: 2px solid #CA9B25;

  border-radius:         0;
  -moz-border-radius:    0;
  -webkit-border-radius: 0;

  top: -8px;
  display: inline-block;
  padding-top: 10px;
}

/* Class attached in global.js for Safari display issue */
body.safari div.subnav a.subnav_link, body.safari div.subnav a.subnav_link:visited {
  top: -4px !important;
}

body.essays div.subnav a.subnav_link, body.essays div.subnav a.subnav_link:visited {
  border-top: 2px solid #AA1620;
}

body.reviews div.subnav a.subnav_link, body.reviews div.subnav a.subnav_link:visited {
  border-top: 2px solid #C05737;
}

body.lists div.subnav a.subnav_link, body.lists div.subnav a.subnav_link:visited {
  border-top: 2px solid #159737;
}

body.boxoffice div.subnav a.subnav_link, body.boxoffice div.subnav a.subnav_link:visited {
  border-top: 2px solid #2283BA;
}

body.quizzes div.subnav a.subnav_link, body.quizzes div.subnav a.subnav_link:visited {
  border-top: 2px solid #8A6CA2;
}

body div.subnav a.subnav_link:nth-last-child(1) {
  margin-right: 22px;
}

div.subnav a.subnav_link:hover, div.subnav a.subnav_link:visited:hover {
  box-shadow:         none;
  -moz-box-shadow:    none;
  -webkit-box-shadow: none;
  color: #FFFFC0;
  /*text-decoration: underline;*/
  border-top: 2px solid #FFFFC0;
  background-image: url(/images/yellow_subnav.png);
  border-radius:         0 0 7px 7px;
  -moz-border-radius:    0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
}

#headersearch {
  float: left;
  cursor: pointer;
  margin: 3px 0 0;
  background: url(/images/search_small.png) no-repeat -7px -7px;
  background: none;
  height: 22px;
  width: 22px;
}

@media (max-width: 1100px) {
  /* This is so the search button doesn't start to overlap with the logo, making it almost impossible to click */
  #headersearch {
    margin-left: 20px;
  }
}

#searchbar {
  z-index: 5;
  display: none;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 100%;
  height: 35px;
  margin-right: 35px;
  background: #383838;

  border-radius:         0 0 7px 7px;
  -moz-border-radius:    0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;

  border: 1px solid #999;
}

@media (max-width: 1100px) {
  #searchbar {
    margin-left: 20px;
  }
}

#searchfield {
  position: absolute;
  width: 90%;
 
  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  display: inline-block;
  height: 30px;
  padding: 10px 6px 7px 40px;
  border: 0;

  /*background: url(images//search_small.png) 0px -1px no-repeat, url(/images/blackpixel_65.png) top left repeat;*/
  background: url(/images/search_small.png) top left no-repeat;
  background-position: 0px -1px;
  background: none;

  font: 1.4em 'Futura';
  color: #E1E1E1;
  text-shadow: 1px 1px 2px #111;
  background-color: #383838;
}

@-moz-document url-prefix() {
  #searchfield {
    height: 33px;
    padding-top: 7px;
    font-size: 1.2em;
  }
}

#searchsubmit {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #E1E1E1;
  background: #383838;
  border: 0;
  margin: 1px 0 0 0;
  height: 28px;
  font: 1em 'Futura';
  text-shadow: none;
}

#searchsubmit:hover {
  color: #FFFFC0;
}

@-moz-document url-prefix() {
  #searchsubmit {
    height: 17px;
    margin-top: 3px;
  }
}

#closesearch {
  position: absolute;
  top: 3px;
  right: -45px;
  z-index: 6;
  display: none;
  color: #FFF;
  border: 0;
  background-image: none;
}

#login {
  display: inline-block;
  width: 100%;
  float: right;
  color: #CCC;
  text-shadow: 1px 1px 2px #111;
  font-size: 0.9em;
  margin: 0;
}

#login div {
  display: block;
  clear: both;
}

#login div span {
  float: left;
  padding-top: 4px;
}

#login div div.right {
  width: 70px;
}

#login input[type=text], #login input[type=password] {
  float: right;
  width: 140px;
  height: 25px;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  padding: 0 8px 0 8px;
  margin: 4px 0 0 0;
  background-color: #383838;
  border: 1px solid #777;
  color: #CCC;
  text-shadow: 1px 1px 2px #111;
  font-size: 0.9em;

  box-shadow:         1px 1px 2px #111;
  -moz-box-shadow:    1px 1px 2px #111;
  -webkit-box-shadow: 1px 1px 2px #111;
}

#login input[type=text]:focus, #login input[type=password]:focus {
  background: #525252;
  border: 1px solid #999;
}

#login input[type=submit] {
  width: 90%;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  color: #555;

  box-shadow:         1px 1px 1px #111;
  -moz-box-shadow:    1px 1px 1px #111;
  -webkit-box-shadow: 1px 1px 1px #111;
}

label {
  cursor: pointer;
}

label:hover {
  color: #D9D9D9;
}

/* gotta overwrite the previous class for the rating dropdowns */
a.dd-selected label:hover, label.dd-option-text:hover {
  color: #585858;
}

.biginput {
  color: #585858;
  font: 1.5em 'Futura', sans-serif;
  text-shadow: 1px 1px 2px #CCC;
  line-height: 140%;
  padding: 12px;
  height: 50px;
  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
  border: 1px solid #777;
  box-shadow: 2px 2px 2px #111;
  width: 695px;
  margin: 0 auto 0 auto;
}

@-moz-document url-prefix() {
  .biginput {
    padding: 10px 12px;
  }
}

.headertext {
  display: inline-block;
  font: 1.5em 'Futura', sans-serif;
}

textarea {
  transition:         height 0.2s;
  -moz-transition:    height 0.2s;
  -webkit-transition: height 0.2s;
}

.blackbar {
  background: #000;
  padding: 6px;
  color: #777;
  text-align: center;
  border: 1px solid #777;
  border-width: 0 1px 0 1px;
}

.quotecontainer {
  display: table;
  table-layout: fixed;
  width: 98%;
  margin: 5px 0 20px;
}

.quote {
  display: table-cell;
  padding: 12px;
  border: 1px solid #CCC;
  background-color: #DDD;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  box-shadow:         2px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    2px 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.postedby {
  padding: 0 0 6px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}

.shout .quotecontainer {
  display: inherit;
}

.shout .quote {
  background: none;
  box-shadow:         none;
  -moz-box-shadow:    none;
  -webkit-box-shadow: none;
  border: 0;
  border-left: 1px solid #383838;

  border-radius:         0;
  -moz-border-radius:    0;
  -webkit-border-radius: 0;
}

.shout .postedby {
  border-bottom: 1px solid #383838;
}

.inforum {
  display: inline-block;
  font-size: 1em;
  color: #777;
  margin-left: 30px;


  opacity:        0.7;
  -moz-opacity:   0.7;
  -khtml-opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  
}

.inforum_opaque, .inforum:hover {
  opacity:        1;
  -moz-opacity:   1;
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/* -------------------------------------------- */
/* LOGIN AND NOTIFICATIONS */
/* -------------------------------------------- */

#registerdiv {
  border-top: 1px solid #BBB;
  margin: 12px 12px 0;
}

#registerdiv a {
  height: 25px;
  margin-top: 15px;
  padding-bottom: 0;
  font-size: 1em;

  border-radius:         0;
  -moz-border-radius:    0;
  -webkit-border-radius: 0;
}

.loginbutton {
  height: 25px;
  color: #FFF;
  padding: 0;
  margin-top: 4px;
  padding-top: 4px;
  font-size: 0.9em;
  text-shadow: 1px 1px 2px #5b4d31
  letter-spacing: 1px;
}

#cookielabel {
  color: #383838;
  text-shadow: none;
}

#cookielabel span {
  margin: 3px 0 0 12px;
}

.loginfield_label {
  margin-right: 16px;
  padding-top: 8px;
  color: #383838;
  text-shadow: none;
}

#login_open {
  position: absolute;
  top: 18px;
  right: 10px;
}

#login_wrapper {
  position: relative;
}

#login_wrapper:after {
  top: 13px;
  right: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(225, 225, 225, 0);
  border-bottom-color: #e1e1e1;
  border-width: 10px;
  margin-left: -10px;
}

#login_content {
  z-index: 99;
  position: absolute;
  top: 33px;
  right: 0;
  padding-top: 15px;
  width: 325px;
  background: #E1E1E1;
  border: 0px solid #111;
  box-shadow:         2px 2px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow:    2px 2px 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font: 1em 'Arial', sans-serif;
  color: #383838;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  padding: 10px;
  color: #585858 !important;
  font-size: 1.3em;
}

.notifyavatar_container {
  background: #E1E1E1;
  padding: 4px 6px;
  min-height: 34px;
}

.notifyavatar_container .notifyavatar {
  margin-top: 1px;
}

#login_header {
  background: #E1E1E1;
  padding: 12px 0 0 17px;
  height: 33px;
  width: 72px;
}

#login_header span {
  font-size: 1.1em;
  text-shadow: 1px 1px 1px #777;
  color: #585858;
}

#header_avatar {
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
  padding-right: 1px;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

body div.subnav a.noformatting, body div.subnav a.noformatting:visited, body div.subnav a.noformatting:hover, body div.subnav a.noformatting:visited:hover {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  text-shadow: none;

  border-radius:         0;
  -moz-border-radius:    0;
  -webkit-border-radius: 0;
}

body div.subnav a.notification, body div.subnav a.notification:visited, body div.subnav a.notification:hover, body div.subnav a.notification:hover {
  color: #383838;
  padding: 6px 12px;
  display: block;
  font: 1.3em 'Futura';
  text-shadow: 1px 1px 1px #AAA;
}

body div.subnav a.notification:hover, body div.subnav a.notification:hover {
  background-color: #3d3525;
  background: -webkit-gradient(radial,center center,0,center center,460,from(#75674b),to(#3d3525));
  background: -webkit-radial-gradient(circle,#75674b,#3d3525);
  background: -moz-radial-gradient(circle,#75674b,#3d3525);
  background: -ms-radial-gradient(circle,#75674b,#3d3525);
  color: #E1E1E1;
  text-shadow: 2px 2px 2px #111;
  text-decoration: none;
}

.notifyavatar {
  border: 1px solid #777;
  box-shadow:         1px 1px 2px #111;
  -moz-box-shadow:    1px 1px 2px #111;
  -webkit-box-shadow: 1px 1px 2px #111;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

#closenotifications {
  margin: 15px 10px 0 0;
}

#notifications_open {
  position: absolute;
  top: 5px;
  left: 39px;
}

@media (max-width: 1100px) {
  #notifications_open {
    margin-left: 20px;
  }
}

#notifications_content {
  z-index: 99;
  position: absolute;
  top: 34px;
  padding-top: 15px;
  width: 230px;
  background: #E1E1E1;
  border: 0px solid #111;
  box-shadow:         3px 3px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow:    3px 3px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);

  font: 1em 'Futura', sans-serif;
  color: #383838;

  border-radius:         0 7px 7px;
  -moz-border-radius:    0 7px 7px;
  -webkit-border-radius: 0 7px 7px;
}

#nonew {
  padding: 10px 10px 0;
  font-size: 1.3em;
}

body div.subnav a, body div.subnav a:visited {
  top: -8px;
  margin: 0 6px;
}

body div.subnav {
  overflow: visible;
}

.badge span {
  position: absolute;
  top: -3px;
  right: 3px;
  font-family: Arial, sans-serif;
}

.badge {
  position: absolute;
  top: 6px;
  left: 40px;

  background: rgb(210,103,103);
  background: -moz-linear-gradient(top, rgba(210,103,103,1) 0%, rgba(246,151,151,1) 78%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,103,103,1)), color-stop(78%,rgba(246,151,151,1)));
  background: -webkit-linear-gradient(top, rgba(210,103,103,1) 0%,rgba(246,151,151,1) 78%);
  background: -o-linear-gradient(top, rgba(210,103,103,1) 0%,rgba(246,151,151,1) 78%);
  background: -ms-linear-gradient(top, rgba(210,103,103,1) 0%,rgba(246,151,151,1) 78%);
  background: linear-gradient(to bottom, rgba(210,103,103,1) 0%,rgba(246,151,151,1) 78%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d26767', endColorstr='#f69797',GradientType=0 );

  background: #D92727;
  border: 1px solid #FFF;
  border-radius:         8px; /* must be 1/2 of ( border-width*2 + width ) */
  -moz-border-radius:    8px;
  -webkit-border-radius: 8px;

  box-shadow:         1px 1px 1px #000;
  -moz-box-shadow:    1px 1px 1px #000;
  -webkit-box-shadow: 1px 1px 1px #000;

  color: #FFF;
  font-size: 0.8em;
  font-weight: bold;
  height: 14px; /* height + padding-top must equal width */
  padding-top: 0px; /* height + padding-top must equal width */
  text-align: center;
  display: inline-block;
  width: 14px;
}

@media (max-width: 1100px) {
  .badge {
    left: 60px;
  }
}

div.usersmall_div {
  white-space: nowrap;
  padding-top: 2px;
}

div.usersmall_div a {
  font-size: 0.9em;
  margin: 0 20px 4px 8px;
}

div.usersmall_div a i {
  margin-right: 6px;
  margin-top: 4px !important;
}

a.viewall, a.viewall:visited {
  display: block;
  text-align: center;
  font: 1.4em 'Futura';
  margin-top: 30px;
  text-decoration: none;
  color: #FFF;
  text-shadow: 2px 2px 2px #111;  
}

a.viewall:first-letter {
  color: #BBB793;
}

a.viewall:hover, a.viewall:visited:hover {
  color: #FFFFC0;
  text-decoration: underline;
}

/* -------------------------------------------- */
/* POPCORN RATINGS */
/* -------------------------------------------- */

.popcorn_rating {
  display: inline-block;
  width: 77px;
  height: 18px;
  background: url(/images/popcorn/light-popcorn0.png?v=5) no-repeat;
}

.rating_0_5 {
  background: url(/images/popcorn/light-popcorn0_5.png) no-repeat;
}

.rating_1 {
  background: url(/images/popcorn/light-popcorn1.png) no-repeat;
}

.rating_1_5 {
  background: url(/images/popcorn/light-popcorn1_5.png) no-repeat;
}

.rating_2 {
  background: url(/images/popcorn/light-popcorn2.png) no-repeat;
}

.rating_2_5 {
  background: url(/images/popcorn/light-popcorn2_5.png) no-repeat;
}

.rating_3 {
  background: url(/images/popcorn/light-popcorn3.png) no-repeat;
}

.rating_3_5 {
  background: url(/images/popcorn/light-popcorn3_5.png) no-repeat;
}

.rating_4 {
  background: url(/images/popcorn/light-popcorn4.png) no-repeat;
}

.rating_4_5 {
  background: url(/images/popcorn/light-popcorn4_5.png) no-repeat;
}

.rating_5 {
  background: url(/images/popcorn/light-popcorn5.png) no-repeat;
}

.shout .popcorn_rating {
  display: inline-block;
  width: 77px;
  height: 18px;
  background: url(/images/popcorn/dark/popcorn0.png) no-repeat;
}

.shout .rating_0, .dark_rating_0 {
  background: url(/images/popcorn/dark/popcorn0.png) no-repeat;
}

.shout .rating_0_5, .dark_rating_0_5 {
  background: url(/images/popcorn/dark/popcorn0_5.png) no-repeat;
}

.shout .rating_1, .dark_rating_1 {
  background: url(/images/popcorn/dark/popcorn1.png) no-repeat;
}

.shout .rating_1_5, .dark_rating_1_5 {
  background: url(/images/popcorn/dark/popcorn1_5.png) no-repeat;
}

.shout .rating_2, .dark_rating_2 {
  background: url(/images/popcorn/dark/popcorn2.png) no-repeat;
}

.shout .rating_2_5, .dark_rating_2_5 {
  background: url(/images/popcorn/dark/popcorn2_5.png) no-repeat;
}

.shout .rating_3, .dark_rating_3 {
  background: url(/images/popcorn/dark/popcorn3.png) no-repeat;
}

.shout .rating_3_5, .dark_rating_3_5 {
  background: url(/images/popcorn/dark/popcorn3_5.png) no-repeat;
}

.shout .rating_4, .dark_rating_4 {
  background: url(/images/popcorn/dark/popcorn4.png) no-repeat;
}

.shout .rating_4_5, .dark_rating_4_5 {
  background: url(/images/popcorn/dark/popcorn4_5.png) no-repeat;
}

.shout .rating_5, .dark_rating_5 {
  background: url(/images/popcorn/dark/popcorn5.png) no-repeat;
}

.norating, .norating_light {
  width: 77px;
  height: 18px;
  color: #AAA;
  font: 0.9em 'Futura', sans-serif;
  text-shadow: 1px 1px 1px #111;
  margin-top: 3px;
}

.norating_light {
  color: #222;
  text-shadow: 1px 1px 1px #CCC;
}

/* -------------------------------------------- */
/* RIBBONS */
/* -------------------------------------------- */

.wrapper {
  background: #DADADA;

  border-radius:         8px;
  -moz-border-radius:    8px;
  -webkit-border-radius: 8px;

  box-shadow:         0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 0px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);

  position: relative;
  z-index: 90;
  color: #000;
  text-align: justify;
  padding: 10px 60px 10px 20px;
}

.ribbon-wrapper-color {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -3px;
  top: -3px;
}

.ribbon-color {
  font: bold 1.2em sans-serif;
  z-index: 89;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  text-shadow: 1px 1px 2px #383838;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  border: 1px solid #383838;
  padding: 7px 7px 4px 3px;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #85BA3A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#85BA3A), to(#608428));
  background-image: -webkit-linear-gradient(top, #85BA3A, #608428);
  background-image:    -moz-linear-gradient(top, #85BA3A, #608428);
  background-image:     -ms-linear-gradient(top, #85BA3A, #608428);
  background-image:      -o-linear-gradient(top, #85BA3A, #608428);
  color: #FFF;

  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-blank {
  width: 100%;
  background-color: transparent;
  padding: 0;

  border-radius:         0;
  -moz-border-radius:    0;
  -webkit-border-radius: 0;
}

.ribbon-color:before, .ribbon-color:after {
  content: "";
  border-top:   3px solid #3C5018;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-color:before {
  left: 0;
}
.ribbon-color:after {
  right: 0;
}

.ribbon-green {
  z-index: 88;
  font: bold 1.2em sans-serif;
  letter-spacing: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#85BA3A), to(#608428));
  background-image: -webkit-linear-gradient(top, #85BA3A, #608428);
  background-image:    -moz-linear-gradient(top, #85BA3A, #608428);
  background-image:     -ms-linear-gradient(top, #85BA3A, #608428);
  background-image:      -o-linear-gradient(top, #85BA3A, #608428);
}

.ribbon-red {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#5C0000));
  background-image: -webkit-linear-gradient(top, #C00, #5C0000);
  background-image:    -moz-linear-gradient(top, #C00, #5C0000);
  background-image:     -ms-linear-gradient(top, #C00, #5C0000);
  background-image:      -o-linear-gradient(top, #C00, #5C0000);
}

.userlinks_small {
  margin: 4px 0 4px 0;
}

footer hr {
  width: 80%;
  background-color: #383838;
}

ul.tweet_list {
  margin: 0;
  padding: 0;
}

ul.tweet_list li {
  position: relative;
  list-style: none;
  font-size: 0.85em;
  text-align: left;
}

ul.tweet_list li img {
  position: absolute;
  left: -1px;
}

.tweet_first:after {
  content: "";
  display: block;
  width: 80%;
  background-color: #383838;
  height: 1px;
  margin-top: 15px;
}

ul.tweet_list li.tweet_even, ul.tweet_list li.tweet_odd {
  padding: 8px 10px 6px 44px;
}

ul.tweet_list li.tweet_even {
}

span.tweet_time a, span.tweet_time a:visited {
  /*color: #888;*/
}

span.tweet_time a:hover, span.tweet_time a:visited:hover {
  /*color: #222;*/
}

div.follow {
  width: 165px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}

div.follow hr {
  height: 1px;
  background: #CCC;
  border: 0;
  margin: 10px 0 10px 0;
}

#footercontainer {
  padding: 25px 0 5px 0;

  background: url(/images/footer_frame_stretch.png) top center repeat-x,
              url(/images/black_lozenge.png) top center repeat;
}

footer a.footernav, footer a.footernav:visited, footer a.footernav:hover, footer a.footernav:visited:hover {
  font-size: 1.3em;
  font-weight: bold;
  font-family: "Futura";

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  color: #FFF;
  text-decoration: none;
  text-shadow: 2px 2px 2px #111;

  font-size: 1.5em;
  font-family: 'Futura';
  font-weight: normal;

  float: left;
  width: 50%;
  padding: 0 0 0 45px;
  margin: 12px 0;
  letter-spacing: 2px;
  color: #FFF;
}

footer a.noleftpadding, footer a.noleftpadding:visited, footer a.noleftpadding:hover, footer a.noleftpadding:visited:hover {
  padding-left: 0;
}

@media (max-width: 1024px) {
  footer a.footernav, footer a.footernav:visited, footer a.footernav:hover, footer a.footernav:visited:hover {
    font-size: 1.3em;
  }
}

@media (max-width: 960px) {
  footer a.footernav, footer a.footernav:visited, footer a.footernav:hover, footer a.footernav:visited:hover {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
  }
}

footer a.footernav:hover, footer a.footernav:visited:hover {
  color: #FFFFC0;
  text-decoration: underline;
}

a.footernav:first-letter, a.footernav:visited:first-letter {
  color: #BBB793;
}

footer {
  clear: both;
  position: relative;
  overflow: hidden;
  width: 95%;
  max-width: 960px;
  margin: 90px auto 0 auto;
  padding: 0 41px 0 41px;
  color: #EEE;

  background: url(/images/footer_frame_topleft.png)       top left   no-repeat,
              url(/images/footer_frame_stretch_left.png)  top left   repeat-y,
              url(/images/footer_frame_topright.png)      top right  no-repeat,
              url(/images/footer_frame_stretch_right.png) top right  repeat-y,
              url(/images/black_lozenge.png)    top center repeat;
}

footer a, footer a:visited {
  color: #FFF;
  font-family: sans-serif;
  font-size: 1em;
  text-shadow: 2px 2px 2px #000;
  text-decoration: none;
  letter-spacing: 1px;
  color: #BBB793;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

footer a:hover, footer a:visited:hover {
  color: #FFFFC0;
  text-decoration: underline;
}

footer .half_footer {
  width: 46%;
}

footer .linkcontainer {
  margin-top: 35px;
  padding: 0 15px 0 35px;
  border-right: 1px solid #383838;
}

#twitter {
  position: relative;
  background: url(/images/twitter.png) top left no-repeat;
  background-position: 4px 18px;
  padding: 0 0 0 44px;
}

#twitter a, #twitter a:visited, #twitter a:hover, #twitter a:visited:hover,
span.tweet_text a, span.tweet_text a:visited, span.tweet_text a:hover, span.tweet_text a:visited:hover {
  font: normal 1em sans-serif;
}

#twitterlink {
  position: absolute;
  right: 42px;
  bottom: 5px;
}

#twitter h2 {
  display: inline-block;
  font-size: 2em;
  /*margin: 20px 0 10px 0;*/
  margin-top: 13px;
}

#copyright {
  margin: 15px 0 15px 0;
  padding-left: 35px;
  font-size: 0.8em;
  color: #555
}

#tmdb {
  position: absolute;
  bottom: 15px;
  right: 50px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

/* --------------------------------------- */

.video, .video-vimeo {
  max-width: 100%; 
  display: block;
  /*width: 650px;*/
  width: 700px;
  /*height: 401px;*/
  height: 433px;
  /*border: 1px solid #383838;*/
  /* Darker border was good for dark YouTube theme. Switching to light, use this: */
  border: 1px solid #787878;
  background-color: #000;
  box-shadow:         2px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    2px 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.video-vimeo {
  /*height: 368px;*/
  height: 396px;
}

.shout .video-vimeo {
  height: auto;
}

.video-resized {
  width: auto;
  height: auto;

  border: 0;
  box-shadow:         none;
  -moz-box-shadow:    none;
  -webkit-box-shadow: none;
}

.pretty-embed, .play {
  background-color: #000;
}

.vbmenu_option {
  font: 18px 'Futura', sans-serif;
  background: #FFF;
  color: #998457;
  text-shadow: 1px 1px 2px #CCC;
  padding: 8px 14px;
}

.vbmenu_hilite {
  font: 18px 'Futura', sans-serif;
  background-color: #998457;
  background-position: center center;
  background-repeat: no-repeat;
  background: -webkit-gradient(radial,center center,0,center center,460,from(#d2cec5),to(#998457));
  background: -webkit-radial-gradient(circle,#d2cec5,#998457);
  background: -moz-radial-gradient(circle,#d2cec5,#998457);
  background: -ms-radial-gradient(circle,#d2cec5,#998457);

  color: #FFF;
  text-shadow: 1px 1px 2px #5b4d31;
  cursor: pointer;

  padding: 8px 14px;
}

.vbmenu_hilite a {
  font: 18px 'Futura', sans-serif;
  color: #FFF;
}

.vBulletin_editor {
  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
  border: 0 !important;
}

#vB_Editor_001_textarea, #vB_Editor_QR_textarea {
  font-size: 1em;
  line-height: 140%;
  border: 1px solid #bbb793;
  padding: 12px;
  
  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

#vB_Editor_001_smiliebox {
  border: 1px solid #bbb793;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

@media only screen and (device-width: 768px) {
  #fancybox-loading, #fancybox-loading div {
    background-image: none !important;
  }
}

/* --------------------------------------- */


.button {
	padding: 2px 5px 2px 5px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;

  border-radius:         3px;
  -moz-border-radius:    3px;
  -webkit-border-radius: 3px;

	background-image: url('/images/button_gradient.png');
	background-repeat: repeat-x;
	background-position: 0 -1px;
}

.button, .button:visited .button:hover, .button:visited:hover {
  text-decoration: none;
  color: #FFF;
}

.green {
  background-color: #42AE1C;
}

.lightgreen {
  background-color: #97B773;
}

.lime {
  background-color: #7BA60D;
}

.red {
  background-color: #F1563D;
}

.orange {
  background-color: #ED7710;
}

.purple {
  background-color: #923CF2;
}

.blue {
  background-color: #2428D6;
}

.gray {
  background-color: #666;
}

.lightgray {
  background-color: #999;
}

.darkgray {
  background-color: #333;
}

.black {
  background-color: #000;
}

.teal {
  background-color: #32c8C6;
}

.tan {
  background-color: #bfa27f;
}

.brown {
  /* #823700 */
  background-color: #662b00;
}