body {
  text-align:center;
  background:#000;
}

#container {
  position:relative;
  width:940px;
  margin:20px auto 0;
  text-align:left;
}

#header {
  position:relative;
  height:267px;
  background:url('/img/bkg-header.png') no-repeat;
}
#header h2 {
  position:absolute;
  top:210px;
  left:210px;
}

h2 {
  text-transform:uppercase;
  font-weight:bold;
  font-size:2.4em;
}

#content {
  float:left;
  width:100%;
  min-height:470px;
  padding:0 0 40px;
  background:url('/img/bkg-content.png') repeat-y;
}
#content-inner {
  width:655px;
  margin-left:210px;
}

#footer {
  clear:both;
  text-align:center;
  height:187px;
  background:url('/img/bkg-footer.png') no-repeat;
}
#footer li {
  display:inline;
  padding:0 10px;
  text-transform:uppercase;
  font-weight:bold;
}
#footer li a {
  text-decoration:none;
}


/* Homepage */

.home {
  color: #ffc400;
  background:#000;
}
.home #container {
  position:relative;
  width:760px;
  height:850px;
  margin:50px auto 0;
  text-align:left;
  background:url("/img/bkg-home.png");
}
.home h1,
.home #content,
.home #links span {
  display:none;
}
.home #links {
  position:absolute;
  top:315px;
  left:100px;
}
.home #links a {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:151px;
  height:80px;
  background: url('/img/btn-home.png') no-repeat 0 0;
}
.home #links a:hover {
  background-position:0 -80px;
}
.home #links a.tickets {
  left:280px;
  background-position:-151px 0;
}
.home #links a.tickets:hover {
  background-position:-151px -80px;
}
.home #links a.enter {
  left:435px;
  background-position:-302px 0;
}
.home #links a.enter:hover {
  background-position:-302px -80px;
}


/* Navigation */

#navigation {
  position:absolute;
  z-index:1;
  top:210px;
  left:65px;
  width:105px;
  /*height:470px;*/
  list-style:none;
}
#navigation ul,
#navigation li {
  padding:0;
  margin:0;
  list-style:none;
}
#navigation a {
  display:block;
  width:106px;
  height:66px;
  background: url('/img/bkg-navigation.png') no-repeat 0 0;
}
#navigation a:hover {
  background-position:-106px 0;
}
#navigation a span {
  display:none;
}
#navigation .buy-tickets a {
  height:63px;
  background-position:0 -66px;
}
#navigation .buy-tickets a:hover,
#navigation .buy-tickets a.active {
  background-position:-106px -66px;
}
#navigation .line-up a {
  height:62px;
  background-position:0 -128px;
}
#navigation .line-up a:hover,
#navigation .line-up a.active {
  background-position:-106px -128px;
}
#navigation .getting-there a {
  height:64px;
  background-position:0 -190px;
}
#navigation .getting-there a:hover,
#navigation .getting-there a.active {
  background-position:-106px -190px;
}
#navigation .archives a {
  height:62px;
  background-position:0 -254px;
}
#navigation .archives a:hover,
#navigation .archives a.active {
  background-position:-106px -254px;
}
#navigation .sign-up a {
  height:61px;
  background-position:0 -316px;
}
#navigation .sign-up a:hover,
#navigation .sign-up a.active {
  background-position:-106px -316px;
}
#navigation .contact a {
  height:61px;
  background-position:0 -377px;
}
#navigation .contact a:hover,
#navigation .contact a.active {
  background-position:-106px -377px;
}
#navigation .links a {
  height:62px;
  background-position:0 -437px;
}
#navigation .links a:hover,
#navigation .links a.active {
  background-position:-106px -437px;
}
#navigation .map a {
  height:61px;
  background-position:0 -499px;
}
#navigation .map a:hover,
#navigation .map a.active {
  background-position:-106px -499px;
}
#navigation .faq a {
  height:65px;
  background-position:0 -560px;
}
#navigation .faq a:hover,
#navigation .faq a.active {
  background-position:-106px -560px;
}


/* Content */

#content li {
  margin:0 0 5px;
}

.links #content ul {
  margin:0 0 20px;
}
.links #content li {
  list-style:none;
}


/* Archives */

#images {
  list-style:none;
  margin:30px 0 0;
}
#images li {
  float:left;
  padding:0;
  margin:4px;
}
#images li a {
  display:block;
  border:solid 2px #fff;  
}
#images li a:hover {
  border:solid 2px #ffc400;  
}


code {
  display:block;
  background:#fff;
  text-align:left;
  margin:10px;
  padding:10px;
}


/* Homepage Sold Out */

.enter-large {
  display:block;
  width:100%;
  height:100%;
}
.enter-large span {
  display:none;
}