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; }

sub, sup {
      font-size:0.8em;
      vertical-align:sub;
    }

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; }


/*


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

#top {
    /*
    width: 980px;
    margin: 0 auto;
    padding-bottom:43px
    */
    width: 980px;
    margin:0 auto;
    padding-bottom: 30px
}#top: after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}.ie#top {
    zoom: 1;
    display: block
}.ie6#top {
    height: 1 %
}


#top #live-banner {
    float:left;
    width:665px;           
    margin-left: -5px

}#top #live-banner a {
    display:block;
    height:33px;
    width:665px;
    text-indent: -9999px;
    outline: none;
    background: url(../images/live/topbanner_de.gif?1307104140) no-repeat left top
}
.en #top #live-banner a {
    background-image: url(../images/live/topbanner_en.gif?1307104140)
}#top #live-banner a:hover {
    background-position: 0-33px;
  }

#top #social-buttons {
    float: right;
    margin: 2px 0 0 0;
    padding: 0;
    list-style: none; }
    #top #social-buttons li {
      float: left;
      height: 16px;
      overflow: hidden;
      padding: 0 4px; }
      #top #social-buttons li a {
        display: block;
        width: 16px;
        height: 16px;
        text-indent: -9999px;
        outline: none;
        background: url(../images/social-icons.png) no-repeat left top; }
      #top #social-buttons li.facebook a {
        background-position: 0 -16px }
      #top #social-buttons li.lastfm a {
        background-position: 0 -32px }
      #top #social-buttons li.flickr a {
        background-position: 0 -48px }
      #top #social-buttons li.email a {
        background-position: 0 -64px }
      #top #social-buttons li.rss a {
        background-position: 0 -80px }

#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;
  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;
  z-index:1000; }
  ul.sponsors li {
    position: absolute; }
/*
#poster {
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
  height: 432px;
  width: 611px; }
  #poster #poster-msg {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 602px;
    height: 424px;
    border: 4px solid #e9e8d9;
    background: url(/images/public/poster-msg.png) no-repeat left top; }
    #poster #poster-msg.alt {
      background-position: 0 -432px; }
  #poster img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none; }
*/

#home:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.ie #home {
  zoom: 1;
  display: block; }
.ie6 #home {
  height: 1%; }

#poster {
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
  height: 432px;
  width: 611px; }
  #poster.full-width {
    width: 100%;
    height: auto; }
  #poster a#poster-image-resize {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: url(/images/poster-zoom.png) no-repeat left top; }
  #poster img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none; }

#poster.open a#poster-image-resize {
  width: 50px;
  height: 50px;
  background: url(/images/poster-zoom.png) no-repeat right bottom; }

#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: 98px;
  padding: 10px 12px;
  border: 4px solid #E9E6D7; }
  #header #mtv-logo {
  	display:none;
    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: 40px;
    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: 24px;
        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 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 {
      font-size: 16px;
      line-height: 22px;
      text-align: justify; }



#ticket-info {
  float: left;
  width: 940px;
  margin: 20px -10px 0 -10px;
  clear: both;
  text-transform: uppercase;
  border-top: 1px solid #600606;
  border-bottom: 1px solid #BE2721;
  background: #8F011E; }
  #ticket-info #ticket-info-inner {
    position: relative;
    padding: 20px 20px; }
    #ticket-info #ticket-info-inner:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ie #ticket-info #ticket-info-inner {
      zoom: 1; }
  #ticket-info #ticket-price {
    float: left; }
    #ticket-info #ticket-price .title {
      float: left;
      margin-right: 10px;
      font-family: 'Futura-ExtraBlackCondensed';
      font-size: 33px;
      color: #EDDC92;
      line-height: 25px;
      text-align: left;
      text-shadow: #000 0 1px 0;
      white-space: nowrap; }
      #ticket-info #ticket-price .title small {
        display: block;
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0;
        font-family: 'Futura-BoldCondensed'; }
    #ticket-info #ticket-price .price {
      float: left;
      font-family: 'Futura-ExtraBlackCondensed';
      font-size: 58px;
      line-height: 48px;
      letter-spacing: .05em;
      text-shadow: #000 0 1px 0; }
      .ie #ticket-info #ticket-price .price {
        letter-spacing: .02em; }
      #ticket-info #ticket-price .price span {
        position: relative;
        top: -5px;
        margin-left: 2px;
        margin-right: -2px;
        line-height: 0;
        font-size: 36px; }
    #ticket-info #ticket-price .fineprint {
      float: left;
      margin-top: 5px;
      clear: both;
      font-size: 18px;
      font-family: 'Futura-LightCondensed';
      color: #D6D2BA; }
  #ticket-info #ticket-tpp {
    float: right;
    padding-left: 22px;
    border-left: 2px solid #e9e8d9; }
    #ticket-info #ticket-tpp .title {
      float: left;
      margin-right: 10px;
      font-family: 'Futura-ExtraBlackCondensed';
      font-size: 29px;
      color: #EDDC92;
      line-height: 26px;
      text-align: left;
      text-shadow: #000 0 1px 0; }
      #ticket-info #ticket-tpp .title small {
        display: block;
        font-size: 26px;
        line-height: 20px;
        font-family: 'Futura-BoldCondensed'; }
    #ticket-info #ticket-tpp .phone {
      float: left;
      font-family: 'Futura-ExtraBlackCondensed';
      font-size: 58px;
      line-height: 48px;
      letter-spacing: .03em;
      text-shadow: #000 0 1px 0; }
      .ie #ticket-info #ticket-tpp .phone {
        letter-spacing: 0.02em; }
    #ticket-info #ticket-tpp a {
      clear: left;
      float: left;
      margin-top: 5px;
      font-size: 18px;
      font-family: 'Futura-LightCondensed';
      color: #e9e8d9; }
      #ticket-info #ticket-tpp a:hover {
        color: #fff; }
    #ticket-info #ticket-tpp .fineprint {
      float: right;
      margin-top: 5px;
      font-size: 18px;
      font-family: 'Futura-LightCondensed';
      color: #D6D2BA; }
  .ticket_vendors #ticket-info {
    width: 880px;
    top: 0;
    margin: 20px 0; }
    .ticket_vendors #ticket-info #ticket-tpp {
      padding-left: 12px; }

.home-blocks-row {
  clear: both;
  float: left;
  width: 920px;
  margin: 20px 0 0 0; }
  .home-blocks-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie .home-blocks-row {
    zoom: 1; }

#home-trailer {
  float: left;
  width: 300px; }
  #home-trailer a {
    display: block;
    height: 165px;
    overflow: hidden; }


#home-tickets {
  float: right;
  width: 610px;
  background: #8F011E; }
  #home-tickets:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie #home-tickets {
    zoom: 1; }
  #home-tickets .title {
    display: block;
    font-size: 32px;
    font-family: 'Futura-BoldCondensed';
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #ebda81;
    white-space: nowrap;
    text-shadow: #600606 0 1px 0; }
    .ie #home-tickets .title {
      font-size: 30px;
      font-family: 'Futura-ExtraBlackCondensed'; }
    #home-tickets .title small {
      font-size: 12px;
      font-family: 'Futura-BoldCondensed';
      text-decoration: underline; }
    #home-tickets .title small {
      font-size: 14px; }
    #home-tickets .title:hover small {
      color: #e9e8d9; }
  #home-tickets .price, #home-tickets .phone {
    display: block;
    padding: 4px 0;
    font-size: 42px;
    font-family: 'Futura-ExtraBlackCondensed';
    line-height: 1;
    text-transform: uppercase;
    color: #e9e8d9;
    text-shadow: #600606 0 1px 0; }
    #home-tickets .price span, #home-tickets .phone span {
      position: relative;
      top: -5px;
      margin-left: 2px;
      margin-right: -2px;
      line-height: 0;
      font-size: 36px; }
    #home-tickets .price small, #home-tickets .phone small {
      position: relative;
      top: -12px;
      font-size: 8px; }
  #home-tickets .fineprint {
    text-transform: uppercase;
    font-family: 'Futura-LightCondensed';
    line-height: 1;
    font-size: 14px;
    color: #D6D2BA; }
  #home-tickets #ticket-price {
    float: left;
    width: 274px;
    padding: 11px 15px;
    border-right: 1px solid #B81518; }
    #home-tickets #ticket-price .title {
      letter-spacing: .05em; }
      .ie #home-tickets #ticket-price .title {
        letter-spacing: 0; }
    #home-tickets #ticket-price .fineprint {
      letter-spacing: -.05em; }
      .ie #home-tickets #ticket-price .fineprint {
        letter-spacing: 0; }
  #home-tickets #ticket-tpp {
    float: right;
    width: 275px;
    padding: 11px 15px;
    text-align: left; }

#home-row1 #diashow {
    width: 300px;
    height: 165px;
    margin: 0px -3px 10px 0px;
     }
    #home-row1 #diashow a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
      background: url(../images/public/blocks/diashow-banner.png) no-repeat center center; }
      
#home-row1 #diashow-wide {
    width: 607px;
    height: 165px;
    margin: 0px -3px 10px 0px;
     }
    #home-row1 #diashow-wide a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
      background: url(../images/public/blocks/diashow-2010-wide.png) no-repeat center center; }
      
#home-row2 #diashow {
    width: 300px;
    height: 165px;
    margin: 0px -3px 10px 0px;
     }
    #home-row2 #diashow a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
      background: url(../images/public/blocks/diashow-banner.png) no-repeat center center; }
      
      
#home-row1 #panorama {
    width: 300px;
    height: 175px;
    margin: 0px 8px 0px -2px;

     }
    #home-row1 #panorama a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
      background: url(../images/public/blocks/panorama-short.png) no-repeat center center; }


#home-row1 #panorama-wide {
    width: 607px;
    height: 188px;
    margin: 0px 0px 0px 12px;

     }
    #home-row1 #panorama-wide a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
      background: url(../images/public/blocks/panorama-wide.png) no-repeat center center; }


#home-row2 {
  clear: both;
  margin-bottom: 20px;
   }
  #home-row2:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie #home-row2 {
    zoom: 1; }
  #home-row2 .block {
    float: left;
    width: 145px;
    height: 150px;
    margin-right: 10px; }
    #home-row2 .block h3 {
      font-size: 16px;
      line-height: 16px;
      font-family: 'Futura-BoldCondensed';
      text-transform: uppercase;
      color: #ebda81; }
  #home-row2 .social {
    float: left;
    margin-left: 1px; }
    #home-row2 .social a {
      display: block;
      width: 139px;
      height: 141px;
      padding: 12px 5px;
      text-align: center;
      font-size: 18px;
      line-height: 19px;
      font-family: 'Futura-BoldCondensed';
      text-transform: uppercase;
      text-decoration: none;
      color: #e9e8d9; }
      #home-row2 .social a:hover {
        color: #ebda81; }
      #home-row2 .social a strong {
        font-family: 'Futura-BoldCondensed';
        color: #ebda81; }
    #home-row2 .social:first-child a {
      width: 140px; }
      
    #home-row2 .social.twitter {
      background: url(../images/public/blocks/twitter.png) no-repeat left top; }
    #home-row2 .social.facebook {
      margin: 0;
      background: url(../images/public/blocks/facebook.png) no-repeat left top; }
    #home-row2 .social.stageliner {
      width:299px;
      margin: 0;
      /* background: url(../images/public/blocks/stageliner.png) no-repeat left top; */
      }
    #home-row2 .social.parkrocker a {
      /*width: 139px;*/
      width:299px;
      /* padding: 12px 5px; */
       /* background: url(../images/public/blocks/parkrocker.png) no-repeat left top;  */
      
      
      }
    #home-row2 .social.parkrocker small {
      font-size: 14px;
      font-family: 'Futura-LightCondensed'; }
     #home-row2 .social.mainticket {
      background: url(../images/public/blocks/mainticket.png) no-repeat left top;
      width:5px;
      float:left;
      }
  #home-row2 #social {
    width: 300px;
    margin: 0;
    text-align: left; }
    #home-row2 #social ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ie #home-row2 #social ul {
      zoom: 1; }
      
      
    
    #home-row2 #social .price small,  #home-row2 #social .phone small {
      position: relative;
      top: -12px;
      font-size: 8px; }

      
      
       #home-row2 #social .phone {
      
      margin-left:7px;
      float: left;
      font-family: 'Futura-ExtraBlackCondensed';
      font-size: 44px;
      line-height: 48px;
      letter-spacing: -.02em;
      text-shadow: #000 0 1px 0; }
      .ie  #home-row2 #social  .phone {
        letter-spacing: 0.02em; }
       #home-row2  #social .fineprint {
    text-transform: uppercase;
    font-family: 'Futura-LightCondensed';
    font-size: 14px;
    color: #D6D2BA; }
      
      *+html  #home-row2 #social .phone {
      font-size: 43px;
       margin-left:2px;
     }
      .ie  #home-row2 #social  .phone {
        letter-spacing: 0.02em; }
       #home-row2  #social .fineprint {
    text-transform: uppercase;
    font-family: 'Futura-LightCondensed';
    font-size: 14px;
    color: #D6D2BA; }
      
  #home-row2 .parkrocker {
    margin: 0 10px 0 0; }
    
   
  #home-row2 #photos {
    width: 149px;
    overflow: hidden;
    height: 165px;
    margin: 0 1px 0 10px;
    background: #8F011E; }
    
    
    #home-row2 #photos2 {
    width: 149px;
    overflow: hidden;
    height: 165px;
    margin: 0 1px 0 10px;
    background: #8F011E; }
    /*
  #home-row2 #diashow {
    width: 306px;
    height: 171px;
    margin: -3px; }
    #home-row2 #diashow a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
      background: url(../images/public/blocks/diashow.png) no-repeat center center; }
*/
#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: 28px;
      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: 19px;
            font-weight: normal;
            font-family: 'Futura-BoldCondensed';
            text-transform: uppercase;
            line-height: 1; }
          #aside .block #news-container ul li h4 {
            display: block;
            font-size: 23px;
            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;
            line-height: 20px;
            margin-top: 6px }
          #aside .block #news-container ul li a.read-more {
            font-family: 'Futura-BoldCondensed';
            font-size: 19px;
            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; }
  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; }
  #footer p.copyright {
    float: left;
    margin: 0; }
  #footer a {
    color: #e9e8d9; }
    #footer a:hover {
      color: #fff; }
    #footer a.rar {
      float: right; }
    #footer a.rip {
      float: right; }
    #footer a.presse {
      float: right; }

#ticket-container {
  position: relative; }

#map-container {
  position: absolute;
  left: 442px;
  top: 0;
  width: 470px;
  height: 450px;
  padding: 8px 0 8px 8px;
  border: 4px solid #e9e8d9;
  border-right: none;
  background: #000; }
  #map-container.fixed {
    top: 12px; }
  #map-container.bottom {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0; }
  #map-container #ticket_vendor_map {
    width: 100%;
    height: 100%; }

ul.ticket-paginator {
  float: left;
  margin-bottom: 10px; }
  ul.ticket-paginator:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie ul.ticket-paginator {
    zoom: 1; }
  ul.ticket-paginator li {
    float: left;
    margin-right: 10px; }
    ul.ticket-paginator li a {
      display: block;
      padding: 3px 5px;
      text-decoration: none;
      font-family: 'Futura-BoldCondensed';
      font-size: 18px;
      line-height: 1;
      background: #B91619; }

ul.ticket-vendors {
  text-align: left; }
  ul.ticket-vendors li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie ul.ticket-vendors li {
    zoom: 1; }
  ul.ticket-vendors li.group {
    margin-top: 12px; }
  ul.ticket-vendors li:first-child {
    margin: 0; }
  ul.ticket-vendors li .city {
    min-width: 150px;
    padding-right: 12px;
    float: left;
    font-family: 'Futura-BoldCondensed';
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ebda81; }
  ul.ticket-vendors li .name {
    float: left;
    line-height: 22px; }
    ul.ticket-vendors li .name a {
      color: #e9e8d9;
      text-decoration: none; }

.ticket-vendor-infowindow {
  width: 300px;
  color: #000;
  text-align: left; }
  .ticket-vendor-infowindow h3 {
    font-size: 18px;
    margin: 0; }
  .ticket-vendor-infowindow p {
    margin: 5px 0; }
  .ticket-vendor-infowindow a {
    color: #B91619; }

.media:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.ie .media {
  zoom: 1; }

.video-container {
  position: relative;
  width: 872px;
  height: 490px;
  margin: 10px 0 0 0;
  padding: 8px;
  border: 6px solid #e9e8d9;
  background: #000; }
  .video-container .video-link {
    z-index: 1; }
  .video-container .video-link, .video-container .video-player {
    position: absolute;
    top: 8px;
    left: 8px; }

.lineup:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.ie .lineup {
  zoom: 1; }
.lineup ul {
  text-align: center; }
  .lineup ul li {
    display: block;
    padding: 4px 18px;
    font-family: 'Futura-Heavy';
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    color: #ebda81;
    text-decoration: none;
    text-overflow: ellipsis;
    text-shadow: #000 0 1px 1px; }

.news ul {
  text-align: left;
  list-style: none; }
  .news ul li {
    list-style: none;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 59px;
    border-bottom: 1px solid #A61316; }
    .news ul li:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ie .news ul li {
      zoom: 1; }
    .news ul li .date {
      float: left;
      margin-left: -59px;
      width: 45px;
      text-transform: uppercase;
      text-align: center;
      font-weight: normal;
      border: 1px solid #E9E6D7;
      background: #E9E6D7; }
      .news ul li .date .month {
        display: block;
        padding-top: 1px;
        font-family: 'Futura-BoldCondensed';
        font-size: 14px;
        line-height: 20px;
        background: #B91619; }
      .news ul li .date .day {
        font-family: 'Futura-BoldCondensed';
        font-size: 24px;
        color: #000;
        line-height: 28px; }
    .news ul li h3 {
      display: block;
      margin: 4px 0 !important;
      font-size: 20px;
      line-height: 22px;
      font-family: 'Futura-Heavy';
      text-transform: uppercase; }
      .news ul li h3 a {
        text-decoration: none; }
    .news ul li p {
      margin: 0;
      font-size: 16px;
      line-height: 20px; }

ul.questions {
  margin: 0 0 20px 0;
  text-align: left;
  list-style: none !important;
  margin: 0 !important; }
  ul.questions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie ul.questions {
    zoom: 1; }
  ul.questions li {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #A61316; }
    ul.questions li a {
      font-size: 16px;
      text-decoration: none; }
  ul.questions li.filter {
    display: none;
    margin-bottom: 16px; }
    ul.questions li.filter p {
      position: relative;
      margin: 0; }
    ul.questions li.filter label {
      cursor: text;
      position: absolute;
      top: 8px;
      left: 11px;
      color: #600606;
      text-transform: uppercase;
      font-family: 'Futura-BoldCondensed';
      font-size: 18px;
      line-height: 18px; }
      ul.questions li.filter label.dimmed {
        opacity: 0.6;
        filter: alpha(opacity= 60); }
    ul.questions li.filter input {
      color: #EDE7DB;
      width: 360px;
      height: 18px;
      padding: 8px;
      font-family: 'Futura-BoldCondensed';
      font-size: 18px;
      line-height: 18px;
      border: none;
      background: #B91619; }

ul.faqs {
  text-align: left;
  list-style: none !important;
  margin: 0 !important; }
  
  ul.faqs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
   
  .ie ul.faqs {
    zoom: 1; }
  ul.faqs li {
    position: relative;
    left: -38px;
    padding-left: 38px;
    margin-bottom: 24px;
    background: url(../images/public/faq-bullet.png) no-repeat left top; }
    ul.faqs li h3 {
      margin-bottom: 2px;
      font-size: 18px;
      line-height: 20px;
      font-family: 'Futura-Heavy';
      font-weight: normal;
      color: #ebda81; }
    ul.faqs li p {
      margin: 0 0 12px 0;
      text-align: justify; }
    ul.faqs li ol, ul.faqs li ul {
      margin: 0 0 12px 0;
      list-style-type: decimal;
      font-weight: bold; }
      ul.faqs li ol li, ul.faqs li ul li {
        left: 0;
        padding: 0;
        margin: 0;
        background: none; }
        ul.faqs li ol li p, ul.faqs li ul li p {
          font-weight: normal; }
    ul.faqs li ul {
      list-style-type: square; }

ul.links {
  margin-bottom: 20px; }
  ul.links li {
    line-height: 24px; }


.schedule {
  padding: 0;
  margin: 0 -20px;
  border-bottom: 4px solid #e9e8d9;
  background: #B91619 url(/images/public/bg.png) repeat-x left top; }
  .schedule .schedule-inner {
    padding: 20px 0;
    background: url(/images/public/schedule-stage-border.png) no-repeat 50% 80px; }
    .schedule .schedule-inner:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ie .schedule .schedule-inner {
      zoom: 1; }
  .schedule .title-box {
    width: 234px;
    padding: 4px;
    margin: 0 auto 10px auto;
    border: 4px solid #e9e8d9;
    background: #000; }
    .schedule .title-box h1 {
      height: auto;
      margin: 0;
      padding: 10px;
      border: 2px solid #e9e8d9;
      background: #B91619; }
      .schedule .title-box h1 strong {
        display: block;
        color: #ebda81;
        font-size: 24px;
        line-height: 24px;
        background: none; }
        .schedule .title-box h1 strong span {
          position: relative;
          top: -4px;
          height: auto;
          display: inline-block;
          padding: 0 5px;
          font-size: 12px;
          line-height: 12px;
          color: #e9e8d9;
          background: none; }
      .schedule .title-box h1 small {
        display: block;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: .15em;
        font-family: 'Futura-BoldCondensed'; }
  .schedule .stage {
    width: 310px;
    float: left;
    margin-right: 5px; }
    .schedule .stage.last {
      margin-right: 0; }
    .schedule .stage h3 {
      margin: 10px 0;
      text-transform: uppercase;
      font-size: 24px;
      color: #ebda81;
      text-shadow: #000 0 1px 1px; }
    .schedule .stage ul li {
      text-align: left; }
      .schedule .stage ul li:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .ie .schedule .stage ul li {
        zoom: 1; }
      .schedule .stage ul li strong {
        display: block;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        font-family: 'Futura-Heavy';
        font-weight: normal;
        line-height: 26px;
        font-size: 18px;
        color: #e9e8d9; }
      .schedule .stage ul li span {
        display: none; }
  .schedule.first {
    margin-top: -20px; }


#diashow-viewer {
  position: relative;
  top: -4px;
  width: 760px;
  height: 500px;
  padding: 5px;
  margin: 0 auto; }
  #diashow-viewer #diashow-prev,
  #diashow-viewer #diashow-next {
    position: absolute;
    left: -65px;
    top: 230px;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0.25;
    filter: alpha(opacity= 25);
    background: url(../images/public/diashow-arrows.png) no-repeat left top; }
  #diashow-viewer #diashow-next {
    left: auto;
    right: -65px;
    background-position: 0 -50px; }
  #diashow-viewer #diashow-timer {
    z-index: 1;
    position: absolute;
    top: 22px;
    right: 22px;
    width: 40px;
    height: 40px; }
  #diashow-viewer #diashow-play {
    z-index: 1;
    position: absolute;
    top: 22px;
    right: 22px;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 0.25;
    filter: alpha(opacity= 25);
    background: url(../images/public/diashow-play.png) no-repeat left top; }
  #diashow-viewer #diashow-frame {
    position: absolute;
    top: 0;
    left: 0; }
  #diashow-viewer #diashow-photo {
    width: 752px;
    height: 502px;
    margin: 0 auto;
    padding: 4px;
    background: #e9e8d9; }
    #diashow-viewer #diashow-photo .galleria_wrapper {
      height: 486px;
      overflow: hidden;
      border: 8px solid #000; }
      #diashow-viewer #diashow-photo .galleria_wrapper img {
        width: 100%;
        min-height: 100%; }

#diashow-thumbs {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 20px -20px 0 -20px;
  padding: 0 20px;
  background: #860F12; }
  #diashow-thumbs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie #diashow-thumbs {
    zoom: 1; }
  #diashow-thumbs .mask {
    position: absolute;
    top: 0;
    height: 100%;
    width: 60px;
    background-repeat: repeat-y;
    background-position: left top; }
    #diashow-thumbs .mask.left {
      left: 0;
      background-image: url(../images/public/edge-mask-left.png); }
    #diashow-thumbs .mask.right {
      right: 0;
      background-image: url(../images/public/edge-mask-right.png); }
  #diashow-thumbs ul#diashow {
    position: relative;
    left: 70px;
    width: 10000%;
    padding: 20px 0;
    border: 1px solid #600606;
    border-width: 1px 0; }
    #diashow-thumbs ul#diashow:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ie #diashow-thumbs ul#diashow {
      zoom: 1; }
    #diashow-thumbs ul#diashow li {
      overflow: hidden;
      float: left;
      width: 142px;
      height: 95px;
      margin-right: 20px;
      border: 4px solid #CEC2A8;
      background: #000;
      -webkit-box-shadow: #600606 0 1px 5px; }
      #diashow-thumbs ul#diashow li img {
        display: none; }
      #diashow-thumbs ul#diashow li.active {
        border-color: #e9e8d9; }
        #diashow-thumbs ul#diashow li.active img {
          opacity: 1;
          filter: alpha(opacity= 100); }

#videotrailer-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/public/videotrailer-overlay.png); }
  #videotrailer-overlay #videotrailer {
    width: 860px;
    height: 485px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -266px 0 0 -444px;
    padding: 10px;
    border: 4px solid #E9E6D7;
    background: #000; }
    #videotrailer-overlay #videotrailer a#videotrailer-close {
      display: block;
      position: absolute;
      top: -18px;
      right: -18px;
      width: 24px;
      height: 24px;
      text-indent: -9999px;
      border: 4px solid #000;
      outline: none;
      background: #E9E6D7 url(../images/public/videotrailer-close.png) no-repeat center center; }
    #videotrailer-overlay #videotrailer a#videotrailer-close:hover {
      background-color: #fff; }

#history {
  position: relative;
  top: -20px;
  left: -20px;
  width: 940px;
  min-height: 650px;
  padding: 0;
  margin-bottom: 50px;
  background: #B91619; }
  #history #years {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    padding: 0 0 100px 0;
    border-right: 1px solid #C74447;
    background: url(../images/public/history/years-gradient.png) repeat-x left bottom; }
    #history #years li {
      background: #000; }
      #history #years li a {
        display: block;
        padding: 0 20px;
        text-decoration: none;
        font: 18px/24px 'Futura-BoldCondensed'; }
      #history #years li.pointer {
        position: absolute;
        top: -2px;
        left: 0;
        background: transparent; }
        #history #years li.pointer img {
          position: relative;
          top: -2px; }
      #history #years li:first-child {
        padding-top: 12px; }
      #history #years li.active {
        padding-top: 0; }
        #history #years li.active a {
          padding: 14px 0;
          font: 32px/32px 'Futura-ExtraBlackCondensed';
          text-shadow: #B91619 0 0 15px;
          color: #e9e8d9; }
      #history #years li:first-child.active a {
        padding-top: 12px;
        padding-bottom: 16px; }
  #history .stage {
    padding: 0 0 24px 100px;
    border-bottom: 1px solid #B83738;
    background: #B91619 url(../images/public/history/stage-gradient.png) repeat-x left bottom; }
    #history .stage h3 {
      margin: 0 0 12px 0;
      padding: 24px 0 0 0;
      font: 24px/24px 'Futura-BoldCondensed';
      font-weight: normal;
      text-transform: uppercase;
      text-shadow: #000 0 1px 0;
      color: #ebda81; }
    #history .stage .mask {
      position: relative;
      height: 0px;
      overflow: hidden; }
      #history .stage .mask .roller {
        position: relative; }
        #history .stage .mask .roller .artists {
          width: 780px;
          margin: 0 auto;
          padding: 1px 0 0 0;
          text-align: center;
          background: url(../images/public/history/border.png) repeat-y center top; }
          #history .stage .mask .roller .artists:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden; }
          .ie #history .stage .mask .roller .artists {
            zoom: 1; }
          #history .stage .mask .roller .artists li {
            float: left;
            width: 260px;
            height: 24px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font: 16px/24px 'Futura-Heavy';
            text-decoration: none;
            color: #e9e8d9;
            text-shadow: #000 0 1px 1px; }
            #history .stage .mask .roller .artists li a:hover {
              color: #ebda81; }

.presse .files {
  width: 400px;
  margin: 0 auto;
  text-align: left; }
  .presse .files li {
    margin-bottom: 1px;
    line-height: 32px; }
    .presse .files li a {
      display: block;
      padding: 0 0 0 36px;
      line-height: 32px;
      text-decoration: none;
      font-weight: bold;
      color: #e9e8d9;
      background-color: #92031F;
      background-position: 10px 8px;
      background-repeat: no-repeat; }
      .presse .files li a:hover {
        color: #fff; }
    .presse .files li.doc a {
      background-image: url(../images/public/icons/doc.png); }
    .presse .files li.pdf a {
      background-image: url(../images/public/icons/pdf.png); }
.presse .photos {
  width: 920px;
  margin: 20px -20px 0 0; }
  .presse .photos:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie .presse .photos {
    zoom: 1; }
  .presse .photos li {
    float: left;
    width: 165px;
    margin: 0 19px 20px 0;
    overflow: hidden; }
    .presse .photos li a {
      display: block;
      text-decoration: none;
      color: #e9e8d9; }
      .presse .photos li a img {
        opacity: 0.8;
        filter: alpha(opacity= 80);
        width: 157px;
        border: 4px solid #92031F;
        background: #000; }
      .presse .photos li a strong {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .presse .photos li a span {
        font-size: 12px;
        color: #CBC2A3; }
      .presse .photos li a:hover {
        color: #fff; }
        .presse .photos li a:hover img {
          opacity: 1;
          filter: alpha(opacity= 100); }



#tickets-top {
  position: relative;
  top: -20px;
  height: 164px;
  width: 100%;
  padding: 0 20px;
  margin: 0 -18px;
  background: #B91619 url(/images/public/border.png) no-repeat center bottom; }
  #tickets-top strong {
    display: block;
    padding: 4px 0 6px 0;
    font-size: 33px;
    line-height: 25px;
    white-space: nowrap;
    font-family: 'Futura-ExtraBlackCondensed';
    text-transform: uppercase; }
  #tickets-top a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 46px;
    line-height: 34px;
    font-family: 'Futura-ExtraBlackCondensed';
    text-transform: uppercase; }
  #tickets-top small.fineprint {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-family: 'Futura-LightCondensed'; }
  #tickets-top #tickets-eventim {
    position: absolute;
    top: 48px;
    left: 20px;
    width: 220px;
    text-align: center; }
    #tickets-top #tickets-eventim a {
      width: 220px;
      height: 34px;
      text-indent: -9999px;
      background: url(../images/public/title-eventim.png) no-repeat center top; }
      #tickets-top #tickets-eventim a:hover {
        background-position: 50% -50px; }
        
  
  #tickets-top #tickets-price {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 390px;
    margin-left: -215px;
    padding: 0 20px;
    text-align: center;
    background: url(../images/public/ticket-bullets.png) no-repeat 50% 50px; }
    #tickets-top #tickets-price .title {
      display: block;
      text-decoration: none;
      font-size: 22px;
      line-height: 16px;
      color: #e9e8d9;
      font-family: 'Futura-BoldCondensed';
      white-space: nowrap;
      text-transform: uppercase; }
      #tickets-top #tickets-price .title small {
        position: relative;
        top: -4px;
        font-size: 10px; }
    #tickets-top #tickets-price strong {
      display: block;
      margin: 8px 0 10px 0;
      padding: 0 0 10px 0;
      font-size: 56px;
      line-height: 40px;
      white-space: nowrap;
      color: #ebda81;
      font-family: 'Futura-ExtraBlackCondensed';
      border-bottom: 4px solid #e9e8d9; }
      #tickets-top #tickets-price strong small {
        position: relative;
        top: -5px;
        left: 2px;
        font-size: 32px;
        line-height: 32px; }
  #tickets-top #tickets-tpp {
    position: absolute;
    top: 48px;
    right: 20px;
    width: 220px;
    text-align: center; }
    #tickets-top #tickets-tpp strong {
      letter-spacing: .05em; }




#footnotes_debug {
  display: none; }



