@charset "utf-8";
* {
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	letter-spacing: 1px;
	color: #722314;
}
.boldText {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

#content .artistInfo {
	width: 570px;
	float: left;
	text-align: justify;
}
.special {
	background-color: #ECC985;
	text-align: center;
	border: 1px solid #722314;
	padding-top: 3px;
	padding-bottom: 3px;
}

.artistInfo strong {
	padding-left: 10px;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
}
#artRight {
	float: right;
	width: 275px;
}
.clear {
	clear: both;
}
#artLeft {
}



a {
	color: #ffc723;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #732313;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}


/*
 ==========================================================
 ====================== HEADER ============================
 ==========================================================
*/

#headerWrapper {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 336px;
	width: 100%;
}
#heder {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 322px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#heder #logo {
	position: absolute;
	left: 0px;
	top: 71px;
}
#heder #headerImg {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 322px;
	width: 310px;
}
#navigation {
	padding-top: 11px;
}

#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	height: 25px;
	width: 86px;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	margin-left: 5px;
}
#navigation a:hover {
	background-image: url(../images/nav_bg.gif);
	color: #722314;
	text-decoration: none;
}
body.home #aHome, 
body.aboutUs #aAboutUs, 
body.events #aEvents, 
body.tickets #aTickets,
body.contact #aContact
{
	background-image: url(../images/nav_bg.gif);
	color: #722314;
}

/*
 ==========================================================
 ====================== CONTENT ===========================
 ==========================================================
*/

#contentWrapper {
	width: 100%;
	overflow: hidden;
}
#content {
	width: 865px;
	/*height: 100px;*/
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
p {
	display: block;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
#mainBanner {

}

#mainBanner  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.concertInfo {
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}
.concertInfo li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.concertInfo .higlight a {
	color: #000000;
	text-decoration: none;
}
.concertInfo .higlight a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.concertInfo2 {
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}
.concertInfo2 li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.concertInfo2 .higlight a {
	color: #000000;
	text-decoration: none;
}
.concertInfo2 .higlight a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.higlight2 {
	font-size: 12px;
	background-color: #ffc723;
	display: inline;
	padding: 5px;
}
.higlight2 strong {
}

.higlight {
	font-size: 18px;
	background-color: #ffc723;
	display: inline;
	padding: 5px;
}
.higlight3 {
	background-color: #ffc723;
	display: inline;
	padding: 5px;
}
.higlight3 a {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}
.higlight3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.artistsCollection li {
	display: inline;
}
.artistsCollection img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.artistsCollection a {
	margin-right: 5px;
}
.online2 {
	font-size: 24px;
	font-weight: bolder;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	background-image: url(../images/headingBg.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 7px;
	margin-bottom: 20px;
	margin-left: 7px;
}

.photosHeading {
	font-size: 24px;
	font-weight: bolder;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	background-image: url(../images/headingBg.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thumbsCollection{
	clear: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.thumbsCollection a {
	display: block;
	height: 82px;
	width: 76px;
	background-image: url(../images/thumbsBg.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.thumbsCollection img {
	border:none;
}






/*
 ==========================================================
 ====================== FOOTER ============================
 ==========================================================
*/



#footerWrapper {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 170px;
	width: 100%;
}
.higlight2 strong {
	font-weight: bold;
	font-size: 15px;
}

#footer {
	height: 170px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}.footerTXT {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
#footer #address {
	position: absolute;
	left: 0px;
	top: 30px;
	padding-left: 10px;
	width: 300px;
}
#footer #info {
	position: absolute;
	top: 30px;
	right: 0px;
	text-align: right;
	padding-right: 10px;
	width: 300px;
}
#content #leftCol {
	width: 426px;
	float: left;
}
#content #rightCol {
	width: 425px;
	position: relative;
	top: 0px;
	float: right;
	right: 8px;
}
.online {
	font-size: 32px;
	font-weight: bolder;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.eventsTitle {
	font-size: 32px;
	font-weight: bolder;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #F7D8D2;
	border-bottom-color: #F7D8D2;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/event_Item_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
}
.eventsHeading {
	background-image: url(../images/eventsHeading.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 91px;
	padding-bottom: 20px;
}
a.eventsLink {
	color: #722314;
	font-weight: normal;
	text-decoration: none;
}
a.eventsLink:hover {
	color: #FECC37;
	font-weight: normal;
	text-decoration: none;
}
.member {
	height: 172px;
	padding-left: 60px;
	position: relative;
	/*border: 1px solid #D4BBB7;*/
	margin-bottom: 20px;
	background-image: url(../images/contact/contact_bg.jpg);
	background-repeat: no-repeat;
}
.image img {
	position: absolute;
	top: 0px;
	right: 0px;
}
.member .name {
	font-weight: bolder;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 24px;
}
.member .phone {
	clear: both;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	color: #6F2213;
	background-color: #FFC723;
	font-size: 18px;
}
.xmas {
	height: 270px;
	width: 550px;
	position: absolute;
	left: 2px;
	top: 50px;
}
