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


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


.ticket-wrapper {
	width:580px;
	margin:20px auto 0;
}

.header {
	width:580px;
	height:30px;
	background-color:#842990;
	line-height:30px;
}


.concert-wrapper {
	width:580px;
	display:table;
	background-image:url(images/purple-bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.concert-image {
	width:100px;
	height:100px;
	margin:18px 15px 0 0;
	float:left;
}

.concert-text {
	width:280px;
	margin:15px 0 15px 0;
	float:left;
}

.concert-text-large {
	width:460px;
	margin:15px 0 15px 0;
	float:left;
}


.concert-text h2 {
	margin-bottom:8px;
}

.tickets-wrapper {
	width:160px;
	margin: ;
	float: right;
}

.tickets-wrapper h4 {
	margin-top:5px;
}

.tickets-wrapper table {
	margin:5px 0 15px 0;
}

.multi-concert-wrapper {
	width:465px;
	float:left;
	display:table;
}

.multi-concert-text {
	width:280px;
	float:left;
	display:table;
}

.multi-concert-tickets {
	width:160px;
	float:right;
	display:table;
	margin:0 0 10px 0;
}

.donate-text {
	width:375px;
	min-height:75px;
	margin:15px 0px 20px 0px;
	float:left;
	display:table;
}


.order-tickets {
	width:186px;
	height:26px;
	background-image:url(images/order-tickets.jpg);
	background-repeat:no-repeat;
	margin:35px 50px;
	float:left;
	display:table;
}

.order-tickets:hover {
	background-position:0 -26px;
}

.support
{
	margin: 0px 0px 20px 0px;
}
.light-purple-box {
	background-color:#c3c5c4;
	width:580px;
	display:table;
	margin-bottom:4px;
}

.light-purple-box table {
	margin:5px 0 15px 15px;
}


.pick-shows-wrapper {
	width:540px;
	margin:0 20px 20px 20px;
}

.pick-list {
	width:140px;
	float:left;
	display:table;
}

.pick-box {
	width:20px;
	float:left;
	dispaly:table;
	margin:15px 0 0 0;
}

.pick-image {
	width:100px;
	height:100px;
	margin:15px 15px 0 5px;
	float:left;
	display:table;
}

.pick-shows-wrapper select {
	margin:10px 0 0 0;
}

.pick-multi-show {
	width:20px;
	float:left;
	display:table;
}

.pick-multi-text {
	width:250px;
	float:left;
	font-size:1px;
	line-height:1px;
	display:table;
	margin:0 0 15px 5px;
}








.divider {
	width:580px;
	height:6px;
	background-color:#666666;
	display:table;
	font-size: 6px;
}

.thin-divider {
	width:560px;
	height:1px;
	background-color:#666666;
	display:table;
	margin-left:20px;
	font-size: 1px;
}

.thin-divider2 {
	width:390px;
	height:1px;
	background-color:#666666;
	display:table;
	margin:0px 0 10px 0;
	font-size: 1px;
}

.small-divider {
	width:455px;
	height:1px;
	background-color:#666666;
	float:left;
	margin-bottom:8px;
	display:table;
	font-size: 1px;

}

.vert-divider {
	width:3px;
	height:140px;
	float:left;
	display:table;
	background-color:#FFFFFF;
}






h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:24px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}

.body-copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.indent {
	margin-left:35px;
}

.number {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
}

.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	margin:5px 0 0 15px;;
}

.white {
	color:#FFFFFF;
}

.green {
	color:#7cae36;
}

.purple {
	color:#000000;
}

.new-purple {
	color:#842990;
}

table#receipt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

table#receipt thead {
	background-color:#777777;
	color:#FFFFFF;
}

.totals {
	border-bottom: 2px solid #777777;
}
