@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: none;
}

html, body {
    height: 100%;
    background: #003954 url(/images/header/background.png) center top repeat-x;
    font-family: Arial, sans-serif;
    color: #FFF;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #FF873D;
}

a:hover {
    text-decoration: underline;
}

#shadow {
    min-height: 100%;
    height: auto !important; /*ie6*/
    height: 100%;
    width: 900px;
    margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

#wrapper-all {
    margin: 0 auto;
    width: 900px;
}

/*oooooooooooooooooooo Header*/
#header {
    height: 160px;
    text-align: center;
    position: relative;
}

#logo {
    position: absolute;
    top: 50px;
    left: 0;
}
#cart {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 18px;
    line-height: 30px;
    color: #FFF;
    background: url(/images/header/cart.png) right center no-repeat;
    padding-right: 50px;
}

/*oooooooooooooooooooo Horizontal Navigation*/
#nav-horizontal {
    height: 64px;
    top: 85px;
    right: 0;
    position: absolute;
}

#nav-horizontal li {
    list-style: none;
    display: block;
    float: left;
    text-transform: uppercase;
    width: 212px;
    height: 64px;
    margin-bottom: 5px;
}
#nav-horizontal li:first-child {
    border-left: none;
}
#nav-horizontal li.active,
#nav-horizontal li:hover {
}

#nav-horizontal a {
    font-size: 20px;
    font-weight: bold;
    font-family: Courier, 'Courier New', monospace;
    letter-spacing: 0.05em;
    text-decoration: none;
    width: 212px;
    height: 18px;
    padding: 18px 0 28px;
    display: block;
    text-align: center;
    color: #FFF;
    background: url(/images/navigation/center.png) right -64px repeat-x;
}
#nav-horizontal li.active a,
#nav-horizontal a:hover {
    background-position: right top;
}
#nav-horizontal li.first a {
    background-image: url(/images/navigation/left.png);
}
#nav-horizontal li.last a {
    background-image: url(/images/navigation/right.png);
}
li#get-tickets-nav img{
    margin-top: -5px;
}

li#get-tickets-nav:hover {
    background: transparent;
    list-style: none;
    display: block;
    float: left;
    border-left: 1px solid #000;
    text-transform: uppercase;
    height: 23px;
    margin: 0;
    margin-bottom: 5px;
}
li#get-tickets-nav a:hover {
    background: transparent;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    height: 12px;
    padding: 10px 25px 5px;
    margin: 0;
}
/*oooooooooooooooooooo Bottom*/
#bottom {
    width: 900px;
    float: left;
}

/*oooooooooooooooooooo Vertical Navigation*/
#nav-vertical {
    display: none;
}

/*oooooooooooooooooooo Content*/
#content {
    padding: 30px 0 75px;
}

#column-b1 {
    background: #8C32eE;
    width: 400px;
    float: left;
}

#column-b2 {
    background: #8C32aa;
    width: 300px;
    float: right;
}

#column-b3 {
    background: green;
    clear: both;
}

/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push {
    height: 150px; /* #sticky-footer-push must be the same height as #footer */ /*do not replace with min-height*/
}
#footer {
    background: #FFF url(/images/footer/snowdrift-repeat.png) center top repeat-x;
    position: relative;
    height: 150
}

#sticky-footer-push {
    clear: both;
    visibility: hidden;
}

#footer .wrapper {
  background: url("../images/footer/snowdrift.png") no-repeat center top;
  clear: both;
  color: #000000;
  height: 142px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -37px;
  width: 1257px;
  z-index: 50;
}
#footer .content {
  width: 900px;
  margin: 0 auto;
  padding-top: 100px;
}

#footer-logo {
    float: left;
}
#twitter, #facebook {
    margin-left: 50px;
    float: right;
}
#footer-links {
	text-align: right;
	float: right;
	margin-top: 20px;
	text-decoration: none;
}

#footer-links A {
    color: #000000;
	text-decoration: none;
}

#footer-links A:hover {
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/

h1 {
    font-size: 26px;
    margin-bottom: 1em;
    text-transform: uppercase;
    padding-bottom: 10px;
}
h1.small {
    font-size: 18px;
    border-top: none;
    text-align: center;
    padding-top: 0;
}

h2 {
    font-size: 22px;
    margin-bottom: 1em;
    padding-top: 10px;
    border-top: 1px dashed #000;
    text-transform: uppercase;
}

p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

#content ul,
#content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}
#content li {
    margin-bottom: 5px;
}

.clear {
    clear: both;
}
.col {
    float: left;
    width: auto;
    margin-right: 10px;
}
.leftcol {
    float: left;
    width: 50%;
}
.rightcol {
    float: right;
    width: 50%;
}

dl {
    margin-bottom: 1em;
}

dt {
    font-weight: bold;
    margin-top: .75em;
}

dd {
    margin-left: 0;
}
input, select {
    border: 1px solid #aaa;
    padding: 3px;
    margin-bottom: 2px;
}
input[type=image] {
    border: none;
}
input.qty {
    width: 25px;
    text-align: center;
}
td.currency {
    text-align: right;
}
table.lined {
    border-collapse: collapse;
    color: #000000;
    font-size: 10pt;
    margin: 10px;
}
table.lined {
}
table.lined th {
    background: none repeat scroll 0 0 #2F2A2B;
    color: #FFFFFF;
    text-align: left;
    vertical-align: bottom;
}
table.lined th a {
    color: #FFFFFF;
    font-weight: bold;
}
table.lined tfoot {
    background: none repeat scroll 0 0 #CCCCCC;
    font-weight: bold;
}
table.lined td, table.lined th {
    border: 1px solid #888888;
    padding: 3px 5px;
}
table.lined tr.even-row {
    background: none repeat scroll 0 0 #DDDDDD;
}
table.lined a {
    color: blue;
}
table.lined td.blank {
    background: #003954;
    border: 1px solid #003954;
    color: #FFF;
}
table.entity td {
    vertical-align: top;
    padding: 5px;
}
table.entity td.key {
    font-weight: bold;
    text-align: right;
}
table.entity td.value {}
hr {
    border-top: 1px dashed #000;
}

p.get-tickets {
    text-align: center;
    margin-top: 50px;
}

.message {
   display: block;
   padding: 3px;
   background: #74BE44;
   font-weight: bold;
   color: #000000;
   margin-bottom: 1em;
   color: #f2f2f2;
}
#success {
   background: #006ab4;
   font-weight: bold;
   text-align: center;
}
#error {
   background: #f33;
   font-weight: bold;
   text-align: center;
}
.fineprint {
    font-size: .9em;
}
.print-only {
    display: none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

a.button, 
span.button {
    background: url("../images/button-sprite.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 37px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
}
a.button span, 
span.button button, 
span.button input {
    background: url("../images/button-sprite.png") no-repeat scroll right top transparent;
    border: medium none;
    color: #EEEEEE;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 28px;
    margin-left: 9px;
    padding: 9px 9px 0 0;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: Courier, 'Courier New', monospace;
}
span.button button, 
span.button input {
    height: 37px;
    padding: 0 9px 0 0;
}
a.button:hover, span.button:hover {
    background-position: left bottom;
}
a.button:hover span, span.button:hover input {
    background-position: right bottom;
}
.button.right {
    float: right;
}
h1.centered {
    text-align: center;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
}

