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

/*------------- CSS Reset ----------------*/
* {
	margin: 0px;
	padding: 0px;
}
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

a img { 
	border: none; 
}

:focus {
	outline: 0;
}

/*------------- General ----------------*/
body {
	background-color: #ACACAC;
	background-image: url(../images/background-gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:1.6em;
}
img {
	border: none;
}
p {
	margin-bottom: 12px;
}

a, a:active, a:visited {
	color: #9836BD;
	text-decoration: none;
	focus: none;
}
a:hover {
	color: #D261FC;
	text-decoration: none;
}
h1 {
	width: 500px;
	margin-bottom: 12px;
	background-image: url(../images/back-title.png);
	background-repeat: repeat-x;
	background-position: left 5px;
}
h1 img{
	padding-left: 30px;
}
ul {
	margin-left: 10px;
	padding-top: 5px;
	margin-bottom: 7px;
	list-style-type: none;
}
li {
	padding-left: 15px;
	padding-bottom: 5px;
	background-image: url(../images/bullets/round.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
}


/*---------General Styles------------------------*/
#main-wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top {
	height: 98px;
	background-image:url(../images/back-topAlt.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	width: 840px;
	height: 34px;
	background-image: url(../images/back-menuAlt.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu img {
	padding-top: 7px;
	float:left;
}
#footer {
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #5d2b70;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d2b70;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #D6D6D6;
	background-image: url(../images/back-footer.png);
	background-repeat: repeat;
	background-position: left top;
}
.phrase-emphasis {
	font-size: 20px;
	color: #5d2b70;
}
.date-posted {
	font-style: italic;
	color: #666666;
}
#leftContent {
	float: left;
	margin-left: 30px;
	width: 190px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline;
}
#rightContent {
	float: right;
	padding-right: 30px;
	width: 550px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
#side-links {
	color: #5d2b70;
}
#side-links p {
	padding: 5px 0 5px 15px;
	margin-bottom: 5px;
	background-image: url(../images/bullets/single-sideLinks.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.toTopLink {
	width: 80px;
	background-image: url(../images/bullets/top.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}
.subTitle {
	font-size: 14px;
	font-weight: bold;
	color: #5d2b70;	
}
.subTitle-A {
	font-size: 16px;
	font-weight: bold;
	color: #5d2b70;	
}
.subTitle-B {
	font-size: 16px;
	font-weight: bold;
	color: #F58020;	
}
.greyTxt {
	color: #666666;
}
.redTxt {
	color: #CC0000;
}
.orangeTxt {
	color: #F58020;
}
.indent {
	margin-left: 20px;
}
.orderedList {
	padding-top: 5px;
	padding-bottom: 6px;
}
.orderedList p {
	margin-bottom: 5px;
	padding-left: 5px;
}
.separator {
	margin-bottom: 18px;
}
.link li{
	background-image: url(../images/bullets/round-link.gif);
}
.contact {
	padding: 4px;
	border: 1px solid #C1C1C1;	
}
.clearBoth {
	clear: both;
}

/*---------Home Page------------------------*/
#top-home {
	height: 130px;
	background-image:url(../images/back-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu-home {
	width: 840px;
	height: 34px;
	position: absolute;
	z-index: 100;
	top: 98px;
	background-image: url(../images/back-menu.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu-home img {
	padding-top: 7px;
	float:left;
}
#intro {
	height: 200px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff8a40;
	margin-bottom: 30px;
}
.introParagraph {
	margin-bottom: 20px;
}
#leftContent-home {
	width: 500px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	display: inline;
}
#leftContent-home h1 {
	width: 500px;
	margin-bottom: 12px;
	background-image: url(../images/back-title.png);
	background-repeat: repeat-x;
	background-position: left 5px;
}
#leftContent-home h1 img{
	padding-left: 30px;
}
#rightContent-home {
	width: 250px;
	float: right;
	margin-right: 30px;
	color: #5d2b70;
	margin-bottom: 30px;
	display: inline;
}
#rightContent-home a, #rightContent-home a:active, #rightContent-home a:visited {
	color: #5d2b70;
	text-decoration: none;	
}
#rightContent-home a:hover {
	color: #A25BBD;
	text-decoration: none;
}

#upcomingConcerts {
	position: relative;
}

.newsEntry-home {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}
.newsEntry-home p {
	margin-bottom: 0;
}

ul.upcomingEvents {
	margin: 0;
	padding: 0;
}

ul.upcomingEvents li {
	margin: 0;
	background-image: none;
	display: inline;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}

.eventsBox {
	width: 245px;
	height: 200px;
	background-color: #7f4098;
	color:#FFFFFF;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
.eventsBox a, .eventsBox a:active, .eventsBox a:visited {
	color: #ffffff;
	text-decoration: none;
	focus: none;
}
.eventsBox a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.eventsBox h3 {
	text-transform:uppercase;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 12px;
}

.eventsBox-inner {
	padding: 10px 15px 0 15px;
}

.eventsBox-moreInfo {
	position: absolute;
	left: 15px;
	bottom: 15px;
}
/*---------Home Page------------------------*/


/*---------Images------------------------*/
.img-border {
	border: 1px solid #C1C1C1;
}
.img-left {
	border: 1px solid #C1C1C1;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.img-right-pad {
	border: 1px solid #C1C1C1;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 5px;
}
.border {
	border: 1px solid #C1C1C1;
}
/*---------Images------------------------*/


/*---------Programs------------------------*/
.buttons-p {
	padding-right: 50px;
}

.concerts {
	margin-bottom: 10px;
}

.tickets {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	clear:both;
}

.blurb-container {
	margin-bottom: 20px;
}

.contentBlock-A {
	margin-bottom: 20px;
}

.contentBlock-B {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}

.concert-title {
	font-size: 14px;
	font-weight: bold;
	color: #5d2b70;
}

/*---------Programs------------------------*/

/*---------Multimedia------------------------*/
.galleries-container {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
/*---------Multimedia------------------------*/

/*---------Press-----------------------*/
.press-container p {
	margin-bottom: 6px;
}

.press-container {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}

/*---------Press-----------------------*/

/*---------Forms-----------------------*/
.formContentBlock {
	background-color: #EBEBEB;
	padding: 20px;
	margin-bottom: 25px;
	border: 1px dotted #D6D6D6;
}
label.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #CC0000;
	display: block;
}
select.error {
	border: 1px solid #CC0000;
}

/*---------Forms-----------------------*/

/*---------NEW-----------------------*/
.banner {
	border: 1px solid #D6D6D6;
	margin-bottom: 25px;
}

.banner-caption {
	position: absolute;
	right: 30px;
	top: 265px;
	font-size: 9px;
	color:#666666;
	text-align: right;
	width: 300px;
}

#additionalContent {
	margin-bottom: 25px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/back-addContent.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f58020;
}

#additionalContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
	background: none;
	color: #f58020;
	font-style: normal;
}

#additionalContent p {
	padding-left: 20px;
	margin-left: 15px;
	background-image: url(../images/temp/bullet-music.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}

.concertContainer-home {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
.concertContainer-home h1 {
	font-size: 16px;
	margin-bottom: 0px;
	color: #5d2b70;
	background: none;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;	
}

.concertThumb-caption {
	width: 175px;
	font-size: 9px;
	color:#666666;
}

.programsHome-subtitle {
	font-size: 14px;
	color: #666666;
	background: none;
	width: 100%;
	font-weight: normal;
	margin-bottom: 12px;	
	font-weight: bold;
}

.concertContainer-home img {
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #D6D6D6;
	background-color: #F0F0F0;
}

.concertContainer {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}

.concertContainer h1 {
	font-size: 18px;
	margin-bottom: 6px;
	color: #5d2b70;
	background: none;
	width: 100%;
	font-weight: bold;
	line-height: 22px;	
}

.concert-left {
	width: 200px;
}

.concert-left img {
	padding: 5px;
	border: 1px solid #D6D6D6;
	background-color: #F0F0F0;
}

.concert-image-container {
	margin-bottom: 10px;
}

.concert-image-container img {
	padding: 5px;
	border: 1px solid #D6D6D6;
	background-color: #F0F0F0;
}

.concert-right {
	float: right;
	width: 345px;
}

.programs-subTitle {
	margin-bottom: 12px;
}

.programs-subTitle p {
	margin-bottom: 0;
}

.programs-sidePic {
	margin-top: 50px;
	text-align: center;
}

#rightContent h2 {
	margin-bottom: 18px;
}