/* start page reset */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

/* end page reset */

/* start defaults */

h1 {
	font: 1.3em/24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	color: #666;
}

h1 strong {
	font: 1.5em/24px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	color: #333;
}

p {
	margin-bottom: 16px;
}

img {
	vertical-align: bottom;
}

a {
	color: #39c;
	cursor: pointer;
}

a:focus,
a:hover {
	text-decoration: underline;
}

a:active {
	color: #069;
}

html {
	background-color: #333; 
	background-image: url(../images/body-html.png);
}

body { 
	background: #fff url(../images/body.png) repeat 0 0;
	font: .9em/18px Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-shadow: #fff 0 1px 1px;
}

/* end defaults */

/* start container */

#container { 
	background: url(../images/container.png) repeat-x 0 0;
}

#container2010 { 
	background: url(../images/container.png) repeat-x 0 0;
}

/* end container */

/* start header */

#header {
	height: 200px;
}

#header2010 {
	padding-top: 50px;
	height: 150px;
	text-align:center;
}
/* end header */

/* start content */

#content {
	width: 660px;
	margin: -180px auto 0;
	padding: 30px 30px 0;
	min-height: 400px;
}

.index #content { 
	background: url(../images/content.jpg) no-repeat right;
	background-position: 290px 7px;
	padding: 10px 10px 0;
	width: 740px;
	min-height: 500px;
}

.index h2 {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -420px;
	width: 300px;
}

.index h2 a {
	display: block;
	width: 300px;
	height: 200px;
	position: relative;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	background-position: center bottom;
	background-repeat: no-repeat;
	cursor: default;
}

.index h2 a img {
	position: absolute;
	top: 0;
	left: 20px;
}

/* .index2010 h2 {
	position: absolute;
	top: 40px;
	width: 275px;
}

.index2010 h2 a {
	display: block;
	width: 275px;
	height: 200px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	background-position: center bottom;
	background-repeat: no-repeat;
	cursor: default;
}

.index2010 h2 a img {
	position: absolute;
	top: 0;
	left: 0;
}

/* end content */

/* start nav */

#nav {
	height: 40px;
	font: bold 13px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	background: #000 url(../images/nav.png) repeat-x;
	margin: -20px -20px 20px;
	text-shadow: #000 0 1px 1px;
}

#nav li {
	padding-right: 2px;
	float: left; 
	background: url(../images/nav-li.png) no-repeat right 0;
}

#nav li.selected {
	background-color: #000;
	margin-left: -1px;
}

#nav li.selected.first {
	margin-left: 0;
}

#nav li a {
	float: left;
	padding: 1px 10px 3px;
	color: #FFF;
}

#nav li a:hover,
#nav li a:focus {
	text-decoration: none;
	color: #F90;
}

#nav li a:active {
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav li.selected a,
#nav li.selected a:hover {
	color: #F90;
	cursor: default;
	text-decoration: none;
	padding-left: 11px;
	background-color: #000;
}

#nav li.selected.first a,
#nav li.selected.first a:hover {
	padding-left: 10px;
}

#nav li.selected a:focus {
	color: #000;
}

/* end nav */

/* start body-content */

.body-content {
	float: right;
	width: 410px;
	padding: 20px;
}



/* end body-content */

/* start tickets */

#buy-tics {
	position: absolute;
	top: 220px;
	left: 50%;
	margin-left: -370px;
	width: 220px;
	height: 41px; 
	background: url(../images/buy-tics.png) no-repeat 0 0;
	font: bold 13px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #333 0 -1px 1px;
	text-transform: none;
}

#buy-tics li {
	float: left;
}

#buy-tics a {
	float: left;
	color: #ccc;
	padding: 1px 0 3px 48px;
	width: 170px;
	background-position: 9px 9px;
	background-repeat: no-repeat;
	position: relative;
}

#buy-tics-button a { 
	background-image: url(../images/buy-tics-button.png);
}

#buy-tics a:hover,
#buy-tics a:focus {
	color: #6cf;
	text-shadow: #999 0 0 10px;
	text-decoration: none;
}

#buy-tics a:active {
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 9px 10px;
}

#buy-tics a strong {
	color: #fff;
	text-transform: none;
}

.index .tickets {
	float: left;
	width: 220px;
	margin-top: 200px;
	padding-bottom: 20px;
}

.index .tickets-closed {
	padding: 13px;
	background: url(../images/bg-closed.jpg) top left no-repeat;
	color: #FFF;
	text-shadow: #000 0 1px 1px;
	text-align: center;
	font-size: .9em;
}

#pay-method {
	font-size: 11px;
	line-height: 10px;
	color: #000;
	margin-bottom: 20px;
}

#pay-method img {
	margin-left: 40px;
	padding: 0;
}

#pay-method li {
	padding: 5px 0;
}

#sale-loc {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: .95em;
	margin: 25px 0 20px 0;
}

#sale-loc .title {
	text-align: center;
	font-weight: normal;
	color: #C00;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#sale-loc .ticket {
	text-align: center;
	font-weight: normal;
	color: #C00;
	font-size: 1em;
	margin: 20px 0 0 0;
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}

#sale-loc a {
	display: block;
	padding: 10px 0;
}

#sale-loc li {
	border-bottom: 0;
}

#sale-loc a:active {
	padding: 11px 0 9px;
}

/* end tickets */

/* start footer */

#footer {
	padding: 20px 0;
	height: 20px; 
	background: url(../images/footer.png) repeat-x 0 0;
	font: bold 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
	text-shadow: #222 0 -1px 1px;
	clear: both;
}

#footer p {
	text-align: center;
}

#footer ul {
	width: 700px;
	margin: 0 auto;
	position: relative;
}

#footer a {
	color: #ccc;
}

#footer a:hover,
#footer a:focus {
	color: #fff;
	text-decoration: none;
}

#footer a:active {
	text-decoration: underline;
}

#donate {
	position: absolute;
	right: 0;
	top: 0;
}

/* end footer */
