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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body{
  line-height: 1;
  background: white; 
  font-family: Arial,Verdana,Tahoma,Monaco,Geneva,Helvetica,Helv,sans-serif;
  font-size: 13pt;
  color: black;
}


p { padding: 5px 5px 20px 5px; line-height: 125%; }

strong { font-weight: bold; }

/* --------- decoration -------------------------------------------------------- */
/* box shadow */
.boxshadow {
  -moz-box-shadow: 2px 2px 5px black;
  -webkit-box-shadow: 5px 5px 8px black;
  box-shadow: 2px 2px 5px black;
  position: relative;
  z-index: 20;
  behavior: url(../js/PIE.htc);
}

/* curvy corners */
.curvy {
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(../js/PIE.htc);
}

.verycurvy {
  -moz-border-radius: 30px; /* Firefox */
  -webkit-border-radius: 30px; /* Safari and Chrome */
  border-radius: 30px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(../js/PIE.htc);
}

/* --------- generic -------------------------------------------------------- */

.clear { clear: both; }

h1{font-family: Arial,Verdana,Tahoma,Monaco,Geneva,Helvetica,Helv; font-size:150%; font-weight: bold; color: #882222; text-align:center; margin:.2em;}
h2{font-family: Arial,Verdana,Tahoma,Monaco,Geneva,Helvetica,Helv; font-size:140%; font-weight: bold; color: #882222; text-align:center; margin:.2em;}
h3{font-family: Arial,Verdana,Tahoma,Monaco,Geneva,Helvetica,Helv; font-size:100%; font-weight: bold; color: #882222; text-align:center; margin:.2em;}
h4{font-family: Arial,Verdana,Tahoma,Monaco,Geneva,Helvetica,Helv; font-size:112%; font-weight: bold; color: #882222; text-align:left; margin:.2em; }
h5{font-family: Arial,Verdana,Tahoma,Monaco,Geneva,Helvetica,Helv; font-size:140%; font-weight: bold; color: #000000; text-align:center; margin:.2em;}
h6{font-family: Arial,Verdana,Tahoma,Monaco,Geneva,Helvetica,Helv; font-size:140%; font-weight: bold; color: #ff0000; text-align:center; margin:.2em;}

/* ---------- images ----------- */

img{ margin: 10px; border: none;}
img.outlined{border: 1px solid black;}
img.tight { margin: 0; }
div.imgl { padding: 10px 20px 10px 10px; text-align: center; float: left; }
div.imgr { padding: 10px 10px 10px 20px; text-align: center; float: right; }
div.imgc { padding: 10px; text-align: center; }
div.imgcaption { text-align: center; font-size: 75%; font-weight: bold; line-height: 120%;}

.centered { margin: 0 auto .5em auto; text-align: center; }
.cen { margin: 0 auto .5em auto; text-align: left; }

:link { color: #0000ff; text-decoration: none; font-weight:bold}
:visited {color: #0000ee; text-decoration: none; font-weight:bold}
a:link {color: #000088; text-decoration: none; font-weight:bold}
a:visited {color: #000077; text-decoration: none; font-weight:bold}
a:hover {color: #0000ff; text-decoration: underline; font-weight:bold}

table.plain{border: 0px; text-align:left; background: #ffffff; border-collapse: collapse; }
table.plain td{padding: 6px; border: 0px; }
table.plain th{padding: 2px 6px 2px 6px; border: 0px; }
.w25 { width: 25%; }
.w33 { width: 33%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w75 { width: 75%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }
.w600 { width: 600px; }

/* navigation bar */
#nav {
  background: #aa1111;
  color: white;
  text-align: center;
  padding: 5px 10px 8px 0;
  border-top: 1px solid #dd8888;
  border-bottom: 1px solid #dd8888;
  font-size: 150%;
}

#nav a { color: white; text-decoration: none; padding: 4px 4px 6px 4px; }
#nav a:hover { background: black; }

input[type=text] {
  font-weight: bold;
  font-size: 100%;
  text-align: right;
  background: #f8e1e1;
  border: 0;
  border: 1px solid black;
}

input[type=text]:hover {
  background: #fff1f1;
}

input[type=text]:focus {
  background: #f5f8e1;
}

input[type=submit] {
  margin:10px;
  text-align:center;
  padding: 3px 10px 3px 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  line-height: 300%;
  background-color: #900028;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border: 0; 
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  font-size: 100%; 
  line-height: 135%; 
}

input[type=submit]:hover {
  background: black;
}

/* simplify when printing */
@media print {
  .noprint { display: none; }
  .textshadow { text-shadow: none; }
  .boxshadow {  -moz-box-shadow: none;
                -webkit-box-shadow: none;
                 box-shadow: none; }
}

@media screen {
  .noscreen { display: none; }
}

/* generic */
.tar { text-align: right; }
.tal { text-align: left; }
.tac { text-align: center; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }

#footerholder {
  clear: both;
  width: 100%;
  padding: 1px;
}

#footer {
  margin: 10px auto 0 auto;
  width: 85%; 
  text-align:center;
  color: black;
  font-size:75%;
  padding: 2px 4px 4px 2px;
  background: #fff5f5;
  border: 1px dashed #eeeee5;
  xposition: relative;
  xz-index: 40;
}
#footer p { padding: 0; margin: 2px 0px 0px 0px;}

/* --------- lightbox / slimbox -------------------------------------------------------- */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(../images/loading.html) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(../images/prevlabel.html) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(../images/nextlabel.html) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../images/closelabel.html) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

/* --- main --- */
#maincontent {
  padding: 10px;
}

/* --- splash image --- */
.slideshow  { width: 500px; height: 200px; margin: auto; display: none; margin-bottom: 1em;}
.slideshow img { border: 1px solid black; }

#newsfeed{
  font-size: 95%;
  float: left;
  margin: .5em 1em .2em 0em;
  width: 300px; 
  border: 1px solid black;
  padding: 5px;
  background-color: #D6D7FC;
}

.twitsmall {
  font-size: 85%;
}

/* --- splash image --- */

#wrapper-main { 
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#wrapper-splash { 
  z-index: 1;
  height:400px; 
}

#splash { 
  height:400px; 
  position: relative;
  left: 50%;
  margin-left: -1024px;
  overflow: hidden;
}

#splash img { 
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0; 
  margin: 0;
}

#logo-main {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 10;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  color: white;
  text-shadow:
  -1px -1px 0 black,
  1px -1px 0 black,
  -1px 1px 0 black,
  1px 1px 0 black;  
}

#soldout {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 60px;
  z-index: 20;  
  text-align: center;
}

#logos-left {
  position: absolute;
  left: 60px;
  top : 330px;
  z-index: 10;
}

#logos-left img { margin: 2px; }

#logos-right {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 10;
  text-align: center;
}

#social {
  position: absolute;
  right: 10px;
  top: 330px;
  z-index: 10;
}

#social img { margin: 2px; }

#content {
  font-size: 120%;
  padding: 20px;
  position: relative;
  left: 0px;
}

.tickets {
  margin: auto;
  text-align: left;
  border-collapse: collapse;
}

.tickets td {
  padding: 10px;
}

.clickable {
    cursor: pointer;
}

#display-images {
  margin: 0px 0px 10px 20px; 
  position: relative;
  width: 600px;
  height: 400px;
}

#display-images img {
  position: absolute;
  top : 0px;
  left : 0px;
}


/* jQuery Countdown styles 1.6.0. */
.hasCountdown {
  border: 1px solid #ccc;
  background-color: #eee;
}
.countdown_rtl {
  direction: rtl;
}
.countdown_holding span {
  color: #888;
}
.countdown_row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.countdown_show1 .countdown_section {
  width: 98%;
}
.countdown_show2 .countdown_section {
  width: 48%;
}
.countdown_show3 .countdown_section {
  width: 32.5%;
}
.countdown_show4 .countdown_section {
  width: 24.5%;
}
.countdown_show5 .countdown_section {
  width: 19.5%;
}
.countdown_show6 .countdown_section {
  width: 16.25%;
}
.countdown_show7 .countdown_section {
  width: 14%;
}
.countdown_section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}
.countdown_amount {
  font-size: 200%;
}
.countdown_descr {
  display: block;
  width: 100%;
}

#defaultCountdown { width: 240px; height: 45px; margin: auto; padding: 2px;}
/* end jQuery Countdown styles 1.6.0. */