/* -------------------- Global -------------------- */

html {
	background:#fff none repeat scroll 0 0;
	color:#000000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body {
	font-family:helvetica,arial,clean,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.231;
	background-color: #e5f5ff;
	background-color: #cee4f2;
	background-color: #cee5e5;	
	padding: 30px 0 60px 0;
}

img, a {
	border: 0 none;
	outline: none;
	text-decoration: none;
}

a, span.color {
	color: #d24007;
	font-size: inherit;
}

a:hover {
	text-decoration: underline;
}

.notopmargin {
	margin-top: 0;
}

.nomargin {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p { 
	clear: both;
	font-weight: normal;	
}

h1 { font-size: 1.6em; margin-bottom: .1em; }
h2 { font-size: 1.4em; margin-bottom: .25em; }
h3 { font-size: 1.2em; margin-bottom: .25em; }
h4 { font-size: 1.1em; margin-bottom: .25em; }
h5 { font-size: 1em; margin-bottom: .25em; }

p { 
	margin-bottom: 1em;
}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

div#main {
	width: 720px;
	margin: 0 auto;
	padding: 10px;
	overflow: auto;
	border: 1px solid #999;
	padding: 1em;
	background-color: #fff;
}

div#header {
	padding: 0;
	margin-bottom: 1em;
}

div#header h1 { 
	font-size: 7em;
	text-transform: none;
	text-align: left;
	color: #666;
	font-weight: bold;
}


/* -------------------- Content Columns  -------------------- */

div#leftcol {
	float: left;
	width: 180px;
	height: 1600px;
	background-color: #d2592a;
	color: #fff;
	text-align: center;
	font-size: 1em;
	padding: 15px 10px;
}

div#leftcol p {
	padding: 0 1em;
}

div#leftcol a {
	color:#fff;
	text-decoration: none;
}

div#buytix {
	background-color: #fff3ed;
	color: #d2592a;
	padding: 14px 7px;
	border: 1px solid #d2592a;
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: .05em;
	text-align: center;
}

div#buytix a {
	color: inherit;
	font-weight: bold;
}

div#buytix a:hover {
	color: #c03600;
	text-decoration: underline;
}

div#buytix p {
	padding: 0;
	margin-bottom: 0;
}

div#rightcol {
	float: left;
	width: 480px;
	padding: 0 20px 40px 20px;
	background-color: #fff;
}

div#rightcol h3 {
	font-weight: bold;
	margin-top: .75em;
}

img.logo {
	margin-bottom: 1em;
}

p.footer {
	display: block;
	background-color: #eee;
	margin: 1em 0;
	padding: 1em;
}

div#ticketwidget {
	width: 160px;
	height: 160px;
	margin: 20px auto;
	background-color: black;
	color: #fff;
}

/* -------------------- Not Found Page -------------------- */

body#notfound {
	padding:10em;
}

body#notfound div {
	text-align: center;
}

body#notfound h1 {
	margin-bottom: .5em;
}	

