@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000000;
	background-image: url(/images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

#myContainer {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 879px;
}

#branding {
	background-image: url(/images/content-bkgd.png);
	background-position: 0 40px;
	background-repeat: no-repeat;
	float: left;
	padding: 0 0 0 55px;
	width: 824px;
}

#logo {
	float: left;
	padding: 0 142px 0 0;
	width: 155px;
}

#line {
	background-color: #93C16C;
	font-size: 1px;
	height: 1px;
	width: 90%;
	margin: 5px auto;
}

#navigation {
	background: none;
	color: #ffffff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 40px 0 0 0;
	width: 527px;
}

#navigation a,
#navigation a:hover {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#content {
	background: none;
	background-image: url(/images/content-bkgd.png);
	background-position: 0 -40px;
	background-repeat: no-repeat;
	clear: both;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 409px;
	margin: 0 auto 0 auto;
	padding: 10px 49px 0 48px;
	text-align: left;
	width: 782px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p {
	color: #000000;
	margin: 0 0 8px 0;
}

#content input[type="text"],
#content select,
#content textarea {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin-bottom: 3px;
}

#mainAreaContent {
	padding: 0 10px 0 15px;
}

#mainAreaContent a {
	color: #000000;
	text-decoration: underline;
}

#mainAreaContent a:hover {
	text-decoration: none;
}

/* concert calendar styles */
#upcomingConcerts {
	background-image: url(/images/upcoming-concerts-bkgd.png);
	background-repeat: no-repeat;
	height: 270px;
	float: left;
	padding: 17px 20px 0 21px;
	width: 441px;
}

#upcomingConcerts ul,
#upcomingConcerts li {
	list-style: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#upcomingConcerts li {
	white-space: nowrap;
}

#upcomingConcerts h1.concertHdr {
	background-image: url(/images/upcoming-concerts.png);
	background-repeat: no-repeat;
	height: 36px;
	margin: 0;
	padding: 0;
	text-indent: -999px;
}

#upcomingConcertsListBkgd {
	background-image: url(/images/concert-list-bkgd.png);
	background-repeat: no-repeat;
	color: #000000;
	float: left;
	font-size: 10px;
	height: 187px;
	margin: 0;
	padding: 18px 9px 5px 9px;
	width: 419px;
}

#upcomingConcertsListBkgd .date {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0 3px 0 3px;
	width: 49px;
}

#upcomingConcertsListBkgd .artist {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0 3px 0 3px;
	width: 216px;
}

#upcomingConcertsListBkgd .venue {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0 3px 0 3px;
	width: 123px;
}

#upcomingConcertsListHdr {
	border-bottom: 2px dotted #000000;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

#upcomingConcertsListBkgd h2 {
	margin-bottom: 0;
}

#upcomingConcertsList {
	float: left;
	height: 177px;
	overflow: auto;
	width: 428px;
}

.concertListRow {
	border-bottom: 1px solid #c5c5c5;
	clear: both;
	float: left;
	width: 409px;
}

.concertListRow:hover {
	background-image: url(/images/trans50-hover.png);
	cursor: pointer;
}

#upcomingConcertsList .date,
#upcomingConcertsList .artist,
#upcomingConcertsList .venue {
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#upcomingConcertsList .artist {
	border-right: 1px dotted #000000;
	border-left: 1px dotted #000000;
}

.concertDetails {
	background-image: url(/images/concert-details-bkgd.png);
	background-position: 0px -1px;
	background-repeat: no-repeat;
	display: none;
	float: left;
	font-size: 11px;
	height: 189px;
	left: 0px;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 0px;
	width: 417px;
	z-index: 40;
}

.concertDetailsClose {
	float: right;
	margin: 0 0 0 10px;
	text-align: right;
}

.concertDetailButtons {
	clear: both;
	float: right;
	margin: 0 0 10px 10px;
	text-align: right;
}

.concertDetailButtons img {
	margin: 4px 0 0 0;
}

.concertDetails a {
	color: #333333;
	text-decoration: underline;
}

.concertDetails a:hover {
	color: #000000;
	text-decoration: none;
}

.concertDetails p,
.concertDetails h1,
.concertDetails h2,
.concertDetails h3,
.concertDetails h4,
.concertDetails h5,
.concertDetails h6 {
	margin: 0 0 2px 0;
}

.concertDetails h1 {
	font-size: 1.3em;
}

.concertDetails h1.accessibility {
	display: none;
}

.concertDetails h2 {
	font-size: 1.25em;
}

.concertDetails h3 {
	font-size: 1.2em;
	font-weight: normal;
}

.concertDetails h4 {
	font-size: 1.15em;
	font-weight: normal;
}

.concertDetails h5 {
	font-size: 1.1em;
	font-weight: normal;
}

.concertDetails h6 {
	font-size: 1.05em;
	font-weight: normal;
}

#btnNavBkgd {
	background-image: url(/images/btn-nav-bkgd.png);
	background-repeat: no-repeat;
	height: 266px;
	float: left;
	padding: 22px 0 0 17px;
	width: 276px;
}

/* featured concert styles */
#areaConcertsBkgd {
	background-image: url(/images/area-concerts-bkgd.png);
	background-repeat: no-repeat;
	color: #000000;
	float: left;
	font-size: 10px;
	height: 90px;
	margin: 2px 0 0 0;
	padding: 14px 0 15px 0;
	width: 781px;
}

#arrowLeft,
#arrowRight {
	float: left;
	padding: 14px 0 0 0;
}

#arrowLeft {
	padding-left: 8px;
	padding-right: 10px;
}

#featuredConcertsScroller {
	float: left;
	overflow: hidden;
	width: 630px;
}

#featuredconcerts img {
	float: left;
	padding-right: 6px;
}

#featuredconcerts .featured {
	cursor: pointer;
	display: inline;
	height: 93px;
	float: left;
	list-style: none;
	list-style-type: none;
	margin: 0 10px 0 0;
	white-space: normal;
	width: 200px;
}

#featuredconcerts .featuredText {
	padding: 10px 0 0 0;
}

#featuredconcerts .featured:hover {
	background-image: url(/images/trans50-hover.png);
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

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

#userMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #93C16C;
	padding: 10px;
	margin: 10px 0 10px 0;
}

.requiredInfo {
	color: #000000;
	font-weight: bold;
}

#donationTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#aboutTable {
	clear: both;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#aboutTable ol,
#aboutTable ul {
	color: #000000;
	margin: 0 0 6px 16px;
	padding: 0 0 0 0;
}

#notOnline {
}

/* artists page styles */
#artistList,
#artistList li {
	list-style: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#artistList li {
	display: inline;
	float: left;
	font-size: 10px;
	width: 150px;
}

/* ticket page styles */
#ticketHeaderHolder {
	float: left;
	padding: 0 10px 0 0;
	text-align: right;
	width: 530px;
}

#ticketImageHolder {
	padding: 10px 0 5px 0;
}

#headerRow {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 14px;
}

#headerRow .ticketRowCost {
	margin-top: auto;
}

.oddRow {
	background-color: #CCCCCC;
}

.evenRow {
	background-color: #93C16C;
}

.ticketingRow {
	float: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	width: 100%;
}

.ticketDateInfo {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.ticketEventInfo {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.ticketPricing {
	float: left;
	width: 90px;
	margin-right: 10px;
	text-align: center;
}

.ticketQuantity {
	float: left;
	width: 110px;
	margin-right: 10px;
	text-align: center;
}

.ticketRowCost {
	font-size: 14px;
	line-height: 14px;
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: center;
	margin-top: 4px;
}

.ticketDescription {
	clear: both;
	width: 400px;
}

#userActions {
	margin: 0;
	padding: 5px;
	text-align: right;
}

#userNotes {
	color: #000000;
	margin: 0;
	padding: 5px 5px 5px 5px;
}

#noData {
	background-color: #CCCCCC;
	float: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	width: 100%;
	text-align: center;
}

#specialNote {
	background-color: #CCCCCC;
	border: 1px solid #93C16C;
	color: #000000;
	margin: 10px;
	padding: 5px;
	text-align: left;
}

#specialNote ul,
#specialNote p {
	margin: 0;
}

/* email sign-up styles */
#emailSignup {
	background-image: url(/images/footer-bkgd.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	clear: both;
	height: 51px;
	margin: 0 auto;
	padding: 2px 10px 0 60px;
	text-align: left;
	width: 809px;
}

#emailSignup h1 {
	color: #93C16C;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#emailSignup p {
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

#emailSignup .input-text {
	background-color: #f5f5f5;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 1px;
	width: 110px;
}

#emailSignup .input-list-s {
	background-color: #f5f5f5;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 1px;
	text-transform: none;
	width: 85px;
}

#emailSignup .input-submit {
	background-color: #D7F5AF;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	margin: 0;
	padding: 2px 4px;
}

#emailSignup .input-submit:hover {
	background-color: #93C16C;
	border: 1px solid #000000;
	color: #000000;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 2px 4px;
}
