html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1em;
  color: black;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }

@font-face {
  font-family: 'Futura-Book';
  src: url('/fonts/03FuturaBook.eot');
  src: local('@'), url('/fonts/03FuturaBook.ttf') format('truetype'), url('/fonts/03FuturaBook.woff') format('woff'), url('/fonts/03FuturaBook.svg#FuturaBT-Book') format('svg'); }

@font-face {
  font-family: 'Futura-Heavy';
  src: url('/fonts/09FuturaHeavy.eot');
  src: local('@'), url('/fonts/09FuturaHeavy.ttf') format('truetype'), url('/fonts/09FuturaHeavy.woff') format('woff'), url('/fonts/09FuturaHeavy.svg#FuturaBT-Heavy') format('svg'); }

@font-face {
  font-family: 'Futura-ExtraBlack';
  src: url('/fonts/11FuturaExtraBlack.eot');
  src: local('@'), url('/fonts/11FuturaExtraBlack.ttf') format('truetype'), url('/fonts/11FuturaExtraBlack.woff') format('woff'), url('/fonts/11FuturaExtraBlack.svg#FuturaBT-ExtraBlack') format('svg'); }

@font-face {
  font-family: 'Futura-LightCondensed';
  src: url('/fonts/13FuturaLightCondensed.eot');
  src: local('@'), url('/fonts/13FuturaLightCondensed.ttf') format('truetype'), url('/fonts/13FuturaLightCondensed.woff') format('woff'), url('/fonts/13FuturaLightCondensed.svg#FuturaBT-LightCondensed') format('svg'); }

@font-face {
  font-family: 'Futura-BoldCondensed';
  src: url('/fonts/15FuturaBoldCondensed.eot');
  src: local('@'), url('/fonts/15FuturaBoldCondensed.ttf') format('truetype'), url('/fonts/15FuturaBoldCondensed.woff') format('woff'), url('/fonts/15FuturaBoldCondensed.svg#FuturaBT-BoldCondensed') format('svg'); }

@font-face {
  font-family: 'Futura-ExtraBlackCondensed';
  src: url('/fonts/17FuturaExtraBlackCondensed.eot');
  src: local('@'), url('/fonts/17FuturaExtraBlackCondensed.ttf') format('truetype'), url('/fonts/17FuturaExtraBlackCondensed.woff') format('woff'), url('/fonts/17FuturaExtraBlackCondensed.svg#FuturaBT-ExtraBlackCondensed') format('svg'); }


body {
  margin: 0;
  padding: 40px 0 20px 0;
  color: #EDE7DB;
  font: 14px/1.3 Helvetica, Arial, sans-serif;
  text-align: center;
  background: #000; }

#wrapper {
  width: 948px;
  margin: 0 auto;
  padding: 8px;
  border: 8px solid #E9E6D7; }

a {
  -webkit-transition: color .25s linear;
  color: #ebda81; }
  a img {
    border: none; }
  a:hover {
    color: #e9e8d9; }

h1 {
  position: relative;
  height: 32px;
  margin-bottom: 20px;
  font-family: 'Futura-BoldCondensed';
  font-size: 32px;
  line-height: 28px;
  text-shadow: #000 0 1px 0;
  background: url(/images/public/title-rule-red.png) repeat-x left center; }
  h1 span {
    position: relative;
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    background: url(/images/public/title-rule-black.png) repeat-x left center; }
    .ticket_vendors h1 span {
      background: #B91619; }

h2 {
  position: relative;
  height: 32px;
  margin: 20px 0;
  font-family: 'Futura-BoldCondensed';
  font-size: 32px;
  line-height: 28px;
  text-shadow: #000 0 1px 0;
  background: url(/images/public/title-rule-red-dark.png) repeat-x left center; }
  h2 span {
    position: relative;
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    background: url(/images/public/title-rule-red-light.png) repeat-x left center; }

h3 {
  margin: 0;
  color: #e9e8d9;
  font-family: 'Futura-BoldCondensed';
  font-weight: normal;
  font-size: 24px; }

h4 {
  margin: 12px 0;
  font-family: 'Futura-BoldCondensed';
  font-weight: normal;
  font-size: 20px; }

p {
  margin: 12px 0 0 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

table {
  border-collapse: collapse; }
  table tr th {
    font-weight: bold; }
  table tr td {
    padding: 2px 0; }
  table.schedule {
    width: 100%;
    border: 1px solid #90011F;
    background: none; }
    table.schedule thead tr td, table.schedule thead tr th {
      font-family: 'Futura-BoldCondensed';
      text-transform: uppercase;
      color: #ebda81;
      border-color: #B91619;
      background: #90011F; }
    table.schedule tr th {
      font-weight: bold; }
    table.schedule tr td {
      padding: 5px;
      border-bottom: 1px solid #90011F;
      border-left: 1px solid #90011F;
      text-align: center; }
      table.schedule tr td:first-child {
        border-left: none; }

ul.sponsors {
  position: absolute;
  bottom: 375px;
  left: 50%;
  clear: left;
  margin: 0 -10px 0 -310px;
  padding: 0;
  list-style: none; }
  ul.sponsors li {
    position: absolute; }

#message {
  overflow: hidden;
  background: #B91619;
  font-size: 20px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin-bottom: 44px;
  margin-top: -40px;
  overflow: hidden;
  font-family: 'Futura-Heavy';
  text-transform: uppercase; }
  #message strong {
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    color: #ebda81; }

#header {
  position: relative;
  z-index: 2;
  height: 130px;
  padding: 10px 12px 0 12px;
  border: 4px solid #E9E6D7; }
  #header #mtv-logo {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -40px; }
  #header h1 {
    width: 420px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: none; }
    #header h1 a {
      display: block;
      height: 100%;
      width: 100%; }
      #header h1 a img.print {
        display: none; }
  #header p {
    position: absolute;
    top: 42px;
    width: 175px;
    height: 44px;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    color: #B30020;
    text-transform: uppercase;
    font-family: 'Futura-ExtraBlack'; }
    #header p#location {
      right: 38px; }
    #header p#dates {
      left: 38px; }

#nav {
  height: 42px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 4px solid #E9E6D7;
  border-top: none;
  background: #000; }
  .ie #nav {
    height: 39px;
    padding-top: 5px; }
  #nav ul {
    text-align: center; }
    #nav ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ie #nav ul {
      zoom: 1;
      display: block; }
    .ie6 #nav ul {
      height: 1%; }
    #nav ul li {
      display: inline-block;
      padding: 10px 6px 10px 12px;
      background: url(/images/public/nav-divider.png) no-repeat -1px 50%; }
      .ie6 #nav ul li, .ie7 #nav ul li {
        zoom: 1;
        display: inline; }
      .ie #nav ul li {
        padding-top: 6px;
        padding-bottom: 8px; }
      #nav ul li a {
        display: block;
        font-size: 22px;
        line-height: 1;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
        font-family: 'Futura-BoldCondensed';
        font-weight: normal; }
      #nav ul li.active a {
        color: #e9e8d9; }
      #nav ul li.last {
        padding-right: 0; }
        #nav ul li.last a {
          padding-right: 12px;
          background: url(/images/public/nav-divider.png) no-repeat right center; }

#main {
  position: relative;
  z-index: 1;
  border: 4px solid #E9E6D7;
  border-width: 0 4px 4px 4px;
  background: #B91619 url(/images/public/bg.png) repeat-x left top; }
  #main #artwork {
    overflow: hidden;
    width: 940px;
    height: 560px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0; }
    #main #artwork #canvas-lightrays {
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0; }
    #main #artwork #artwork-lightrays {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 940px;
      height: 940px;
      -webkit-transition: -webkit-transform 30s linear;
      background: url(/images/public/lightrays.png) no-repeat center center; }
    #main #artwork #artwork-parallax {
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 125px;
      overflow: hidden; }
      #main #artwork #artwork-parallax .parallax-layer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 125px; }
      #main #artwork #artwork-parallax #artwork-background {
        z-index: 1;
        width: 110%;
        background: url(/images/public/artwork-background.png) no-repeat center top; }
      #main #artwork #artwork-parallax #artwork-foreground {
        z-index: 2;
        width: 108%;
        opacity: 0.5;
        filter: alpha(opacity= 50);
        background: url(/images/public/artwork-foreground.png) no-repeat 50% 55px; }
      #main #artwork #artwork-parallax #artwork-crowd1 {
        z-index: 3;
        width: 106%;
        opacity: 0.7;
        filter: alpha(opacity= 70);
        background: url(/images/public/artwork-crowd1.png) no-repeat center bottom; }
      #main #artwork #artwork-parallax #artwork-crowd2 {
        z-index: 4;
        width: 103%;
        background: url(/images/public/artwork-crowd2.png) no-repeat center bottom; }
    #main #artwork #artwork-hand {
      z-index: 3;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(/images/public/artwork-hand.png) no-repeat center bottom; }
    #main #artwork #artwork-lightnings {
      z-index: 4;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 577px;
      background: url(/images/public/artwork-lightnings.png) no-repeat 0 100%; }
  #main .inner {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 20px;
    padding-bottom: 400px; }
    #main .inner:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ie #main .inner {
      zoom: 1;
      display: block; }
    .ie6 #main .inner {
      height: 1%; }
    #main .inner h1 {
      text-transform: uppercase; }
    .home #main .inner,
    .festivals.index #main .inner {
      padding: 10px;
      padding-bottom: 400px; }
    #main .inner .content {
      width: 650px;
      margin: 0 auto; }
      #main .inner .content h3 {
        margin: 12px 0; }
      #main .inner .content ul {
        list-style: disc;
        list-style-position: inside;
        margin: 12px 0; }
      #main .inner .content ol {
        list-style: decimal;
        margin: 20px 0 20px 20px; }
        #main .inner .content ol li {
          margin-bottom: 20px; }
      #main .inner .content table {
        margin: 12px 0; }
    #main .inner #page.with-nav {
      position: relative;
      top: -20px;
      left: -20px;
      width: 720px;
      min-height: 250px;
      padding-left: 220px;
      background: #B91619; }
    #main .inner #page ul.nav {
      position: absolute;
      top: 0;
      left: 0;
      width: 220px;
      list-style: none;
      margin: 0;
      padding: 0 0 100px 0;
      text-align: left;
      border-right: 1px solid #C74447;
      background: url(/images/public/history/years-gradient.png) repeat-x left bottom; }
      #main .inner #page ul.nav li {
        background: #000; }
        #main .inner #page ul.nav li a {
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 5px 10px 5px 25px;
          font: 18px/18px 'Futura-BoldCondensed';
          text-transform: uppercase;
          text-decoration: none; }
        #main .inner #page ul.nav li:first-child {
          padding-top: 20px; }
        #main .inner #page ul.nav li.active {
          position: relative;
          margin: -2px 0;
          background-image: url(/images/public/page-nav-bg.png);
          background-repeat: repeat-x;
          background-position: left bottom; }
          #main .inner #page ul.nav li.active a {
            color: #e9e8d9;
            border: 2px solid #e9e8d9;
            border-width: 2px 0;
            background-image: url(/images/public/page-nav-bull.png);
            background-repeat: no-repeat;
            background-position: 10px 50%; }
    #main .inner #page .content {
      width: auto;
      padding: 20px;
      margin: 0; }
      #main .inner #page .content h3 {
        margin: 24px 0 12px 0; }
      #main .inner #page .content *:first-child {
        margin-top: 0; }
    #main .inner .teaser {
      margin-top: -12px;
      font-size: 24px;
      line-height: 26px;
      font-family: 'Futura-BoldCondensed';
      color: #ebda81; }
      #main .inner .teaser p {
        margin-top: 6px; }
    #main .inner .body {
      text-align: justify; }

#aside {
  overflow: hidden;
  position: relative;
  float: right;
  width: 280px;
  height: 412px;
  padding: 6px;
  text-align: left;
  border: 4px solid #e9e8d9;
  background: #000; }
  #aside .block {
    position: relative;
    height: 408px;
    text-align: center;
    border: 2px solid #e9e8d9;
    background: #B91619; }
    #aside .block h3.block-title {
      padding: 14px 10px;
      margin: 0;
      font-size: 26px;
      font-weight: normal;
      line-height: 20px;
      text-transform: uppercase;
      text-shadow: #000 0 1px 0;
      border-bottom: 1px solid #90021D; }
      #aside .block h3.block-title a {
        text-decoration: none; }
    #aside .block #news-paginator a {
      position: absolute;
      top: 14px;
      width: 20px;
      height: 20px;
      text-indent: -9999px;
      background: url(/images/public/paginator-arrows.png) no-repeat left top; }
      #aside .block #news-paginator a.prev {
        left: 10px; }
        #aside .block #news-paginator a.prev:hover {
          background-position: 0 -20px; }
      #aside .block #news-paginator a.next {
        right: 10px;
        background-position: -20px 0; }
        #aside .block #news-paginator a.next:hover {
          background-position: -20px -20px; }
      #aside .block #news-paginator a.disabled {
        cursor: default;
        opacity: 0.5;
        filter: alpha(opacity= 50); }
        #aside .block #news-paginator a.disabled.next {
          background-position: -20px -20px; }
        #aside .block #news-paginator a.disabled.prev {
          background-position: 0 -20px; }
    #aside .block #news-container {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: url(/images/public/news-shade.png) no-repeat center top; }
      #aside .block #news-container ul {
        position: relative; }
        #aside .block #news-container ul li {
          float: left;
          width: 236px;
          padding: 10px 20px;
          margin-right: 44px;
          text-align: center; }
          #aside .block #news-container ul li strong.date {
            display: block;
            margin-bottom: 6px;
            font-size: 18px;
            font-weight: normal;
            font-family: 'Futura-BoldCondensed';
            text-transform: uppercase;
            line-height: 1; }
          #aside .block #news-container ul li h4 {
            display: block;
            font-size: 22px;
            font-family: 'Futura-BoldCondensed';
            font-weight: normal;
            text-transform: uppercase;
            line-height: 1; }
            #aside .block #news-container ul li h4 a {
              text-decoration: none; }
          #aside .block #news-container ul li p {
            font-size: 16px;
            margin-top: 6px; }
          #aside .block #news-container ul li a.read-more {
            font-family: 'Futura-BoldCondensed';
            font-size: 18px;
            text-transform: uppercase; }
  #aside #newsletter-edit {
    position: absolute;
    top: 424px;
    left: 0;
    height: 384px;
    padding: 20px;
    text-align: center;
    background: #B91619; }
    #aside #newsletter-edit h3, #aside #newsletter-edit h1 {
      margin: 0 0 10px 0;
      font-size: 20px;
      line-height: 20px;
      font-family: 'Futura-BoldCondensed';
      background: none; }
      #aside #newsletter-edit h3 span, #aside #newsletter-edit h1 span {
        background: none; }
    #aside #newsletter-edit h1 {
      margin-top: 150px; }
    #aside #newsletter-edit p.intro {
      margin: 10px 0 20px 0;
      text-align: center; }
    #aside #newsletter-edit form p.textfield input {
      width: 170px; }
  #aside #newsletter {
    position: absolute;
    bottom: 8px;
    left: 8px;
    height: 36px;
    padding: 10px;
    border-top: 1px solid #90021D;
    background: #B91619; }
    #aside #newsletter form {
      overflow: hidden;
      padding: 0;
      margin: 0; }
      #aside #newsletter form p {
        margin: 0; }
      #aside #newsletter form label.error {
        z-index: 1;
        position: absolute;
        top: 12px;
        left: 12px;
        width: 234px;
        padding: 0 8px;
        height: 32px;
        overflow: hidden;
        color: #EBDA81;
        text-transform: uppercase;
        font-family: 'Futura-BoldCondensed';
        font-size: 16px;
        line-height: 34px;
        background: #B30020; }
      #aside #newsletter form label.autoclear {
        cursor: text;
        position: absolute;
        top: 18px;
        left: 19px;
        color: #B91619;
        text-transform: uppercase;
        font-family: 'Futura-BoldCondensed';
        font-size: 18px;
        line-height: 18px; }
        #aside #newsletter form label.autoclear.dimmed {
          opacity: 0.6;
          filter: alpha(opacity= 60); }
        .ie #aside #newsletter form label.autoclear {
          top: 20px; }
      #aside #newsletter form input {
        float: left;
        color: #EDE7DB;
        width: 240px;
        height: 18px;
        padding: 10px 8px 8px 8px;
        font-family: 'Futura-Book';
        font-size: 18px;
        line-height: 18px;
        border: none;
        background: #600606; }
      #aside #newsletter form a.submit {
        position: absolute;
        top: 12px;
        right: 12px;
        padding: 0;
        width: 36px;
        height: 32px;
        text-indent: -9999px;
        background: #B30020 url(/images/public/arrow.png) no-repeat center center; }

form p {
  margin: 0; }
  form p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie form p {
    zoom: 1;
    display: block; }
  .ie6 form p {
    height: 1%; }
  form p label {
    font-family: 'Futura-BoldCondensed';
    font-size: 18px; }
  form p.checkbox {
    padding-left: 70px;
    text-align: left;
    line-height: 20px; }
    form p.checkbox.first {
      margin: 5px 0 0 0; }
  form p.textfield {
    margin: 5px 0; }
    form p.textfield label {
      float: left;
      width: 60px;
      padding-right: 10px;
      text-align: right;
      line-height: 26px; }
    form p.textfield input {
      width: 190px;
      padding: 4px;
      line-height: 14px;
      font-size: 14px;
      font-family: 'Futura-Book';
      border: none;
      background: #E9E6D7; }
  form p.submit {
    margin: 10px 0;
    padding-left: 70px;
    text-align: left; }
    form p.submit input {
      font-size: 16px;
      line-height: 1;
      padding: 8px 15px 7px 15px;
      font-family: 'Futura-BoldCondensed';
      color: #e9e8d9;
      text-transform: uppercase;
      border: none;
      border-bottom: 2px solid #600606;
      background: #8F011E; }
      form p.submit input:hover, form p.submit input:focus {
        color: #fff; }
      form p.submit input:active {
        border-top: 1px solid #600606;
        border-bottom: 1px solid #8F011E; }

.subscriptions.show .edit_subscription {
  margin: 0 auto 50px auto;
  width: 335px; }
  .subscriptions.show .edit_subscription .textfield label {
    padding-right: 15px; }
  .subscriptions.show .edit_subscription .textfield input {
    width: 250px; }
.subscriptions.show .cancel {
  position: absolute;
  top: 84px;
  right: 50px;
  width: 200px;
  margin: 0 0 0 25px;
  border-left: 1px solid #90021D;
  padding: 0 0 0 25px;
  text-align: left; }
  .subscriptions.show .cancel a {
    font-size: 16px;
    font-family: 'Futura-Heavy'; }
  .subscriptions.show .cancel small {
    display: block;
    margin-top: 5px;
    font-size: 12px; }

#footer {
  position: relative;
  padding: 10px 0 4px 0;
  font-size: 12px;
  font-family: 'Futura-Book';
  text-transform: uppercase;
  line-height: 1; }
  #footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie #footer {
    zoom: 1;
    display: block; }
  .ie6 #footer {
    height: 1%; }
  #footer p.copyright {
    float: left;
    margin: 0; }
  #footer a {
    color: #e9e8d9; }
    #footer a:hover {
      color: #fff; }
    #footer a.rip {
      float: right; }
    #footer a.presse {
      float: right; }

#mobile {
  padding: 40px 0; }
  #mobile a {
    display: inline-block;
    padding: 10px 25px;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    color: #e9e8d9;
    -webkit-border-radius: 25px;
    background: #860000; }

.oldfilm {
  position: relative;
  overflow: hidden; }
  .oldfilm .scratch,
  .oldfilm .scanline {
    position: absolute;
    background: url(/images/public/scratches.png) no-repeat left top; }
    .oldfilm .scratch.first,
    .oldfilm .scanline.first {
      height: 20px;
      width: 12px; }
    .oldfilm .scratch.second,
    .oldfilm .scanline.second {
      height: 8px;
      width: 5px;
      background-position: 0 -50px; }
    .oldfilm .scratch.third,
    .oldfilm .scanline.third {
      height: 14px;
      width: 4px;
      background-position: 0 -100px; }
  .oldfilm .scanline {
    opacity: 0;
    filter: alpha(opacity= 0);
    top: 0;
    height: 100%;
    width: 1px;
    background-repeat: repeat-y;
    background-position: -50px 0; }
