@charset "utf-8";
/* CSS Document */

#linkDiv {
	background-color: #FFF;
	margin-left: 45px;	
	margin-top: -200px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

body
{
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0px;
}
#rightCell {
	width: 722px;
	margin: 0px;
	padding: 0px;
}

#home
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#contentPane {
	position: relative;
	width: 702px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
    min-height:700px;
}

.title
{
	color: #d29a16;
}

a:link, a:visited
{
	text-decoration: none;
	color: #5F5034;
}

a:hover
{
	text-decoration: underline;
	color: #5F5034;
}

#concert_title
{
	color: #ba8c14;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

#concert_whenwhere
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:15px;
}

#concert_highlights
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#concert_highlights table td
{
	padding: 2px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#concert_highlights table th
{
	text-align: left;
	font-weight: normal;
	width: 110px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#calendar td
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#calendar td a:link, #calendar td a:visited, #calendar td a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#calendar_title
{
	color: #ba8c14;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 25px;
	font-weight:bold;
}

h1 {
	padding-top: 0px;
    color: #5F5034;
    font: 190% georgia,garamond,serif;
    margin-bottom: 6px;
}

h2 {
	padding-top: 0px;
    color: #5F5034;
    font: 180% georgia,garamond,serif;
	margin-bottom: 6px;

}

h3 {
	padding-top: 0px;
    color: #5F5034;
    font: 170% georgia,garamond,serif;
	margin-bottom: 2px;

}

h4 {
	padding-top: 0px;
    color: #5F5034;
    font: 130% georgia,garamond,serif;
	margin-bottom: 0px;

}

h5 {
	font: 150% georgia,garamond,serif;  
	font-family: "Georgia", Times, serif;
	margin-bottom: 6px;
	
}

h6 {
	font: 140% georgia,garamond,serif;
    
	font-family: "Georgia", Times, serif;
	margin-bottom: 6px;
	
}

#concert_details
{
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}






#blackbar {
    background-color: #766341;
	width: 1100px;
	height: 45px;
}

#blackbar .nav {
	padding-top: 5px;
	margin-left: 55px;
	width: 1005px;
	height: 24px;
	text-align: center;
	
}

#redbar .nav {
	margin-left: 65px;
	width: 1005px;
	height: 24px;
	text-align: center;
	
}

#blackbar .nav_item {
	text-align: center;
}
.content {
	width: 702px;
	margin: 0px;
	}
#redbar {
	color: #FFF;
	background-color: #625031;
	width: 1100px;
	height: 29px;
}
#redbar a, #redbar a:link, #redbar a:visited { color: #FFF;}

#redbar a:hover, #redbar a:active { color: #4d729b; text-decoration: none;}

#blackbar a:hover { color: #a8005b; text-decoration: none;}

#blackbar a { color: #000; text-decoration: none;}

#redbar table {
padding-left: 20px;
}
#navigation
{
	
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 45px;
	padding: 0px;
	display: block;
	position: relative;
	width: 300px;
	padding-bottom: 30px;
	margin-left: 100px;
}


#navigation ul 
{
	margin: 0;
	padding: 0;

}

#navigation ul li 
{
	display: inline;
	list-style: none;
		width: 300px;
}

#centerStrip {
	    width: 1100px;
        margin-left: auto;
        margin-right: auto;
    	}
    	
body {
        background-image: url(/images/bodyBG.gif);
        background-position: top center;
        background-repeat: repeat-x;
}

div.sep
{
    height: 3px;
		width: 270px;
background-image:url(/images/separator.gif);
background-repeat: repeat-x;
}

#navigation ul li span
{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	margin: 0px;
}

#navigation ul li a:link, #navigation ul li a:visited
{
	text-decoration:none;
	color:#000;
	background-image:url(/images/button-off.gif);
	background-repeat:no-repeat;
	background-position: center right;
	display:block;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0px;
	text-align: left;
	margin: 0px;
	width:235px;
}

#navigation ul li a:hover
{
	background-image:url(/images/button-on.gif);
	background-position: center right;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000;
	display:block;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0px;
	text-align: left;
	margin: 0px;
	width:235px;
}
#brochure {
		position: relative;
		top: 75px;
		left: 70px;
}
.assistance
{
	position: relative;
	color:#79ccc8;
	display:block;
margin-top: -20px;
	left: 220px;
	width: 217px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 12px;
}

.assistance a:link, .assistance a:visited
{
	
	text-decoration:none;
	color:#79ccc8 ! important ;	
}

.assistance a:hover
{
	text-decoration:underline;
	color:#79ccc8;	
}

/*CMS*/

#errorBox {
	background-color: #FFF;
	border: 1px solid #F00;
	color: #F00;
	text-align: center;
	width:	145px;
	padding: 3px;
	margin-bottom: 3px;
}
#editPane {
	margin-left: 0px;
	width: 722px;
	display: none;
}
#blog {
    padding: 6px;
}

#blogTitle {
	display: none;
}

#newPageForm {
	display: none;
}

#pageForm {
border: 1px solid #999;
	padding-left: 3px;
	display: none;
	vertical-align: top;

}



a.form, a.form:link, a.form:visited, a.form:hover, a.form:active { color: #FFF; padding-top: 3px;}
a.edit, a.edit:link, a.edit:visited, a.edit:hover, a.edit:active { text-decoration: underline; color: #F00; font-size: 9px; }
#nav ul a.edit, a.edit:link, a.edit:visited, a.edit:hover, a.edit:active { text-decoration: underline; color: #F00; font-size: 9px; }

#footer a.edit, a.edit:link, a.edit:visited, a.edit:hover, a.edit:active { color: #F00; font-size: 9px; }

.pageList ul {
	padding-left: 15px;
}

.pageList {
font: 125% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
padding-left: 50px;
}

.sorter {
	border: 1px dotted #999;
}

.sorter > li {
	border: 1px dotted #999;
	padding-left: 20px;
}

#preview {
    width: 900px;
    text-align: right;
    margin-right: auto;
        margin-left: auto;
        color: #000;
        font: 200% "Georgia", serif;
}

#cr {
	padding-top: 20px;
	font: 90% "Arial", serif;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 10px;
}

.aqua {
    color: #79ccc8;
    font: 110% georgia,garamond,serif;
}

.black {
    color: #000;
}

.gray {
    color: #86888b;
}

a.aqua {
    color: #79ccc8;
     font: 110% georgia,garamond,serif;
}

a.black {
    color: #000;
}

a.gray {
    color: #86888b;
}

a.concertlisttitle {
    color: #3f3f3f;
    font: 125% georgia,garamond,serif;
	padding-bottom: 4px;
}

.concertlisttitle {
    color: #3f3f3f;
    font: 115% georgia,garamond,serif;
	padding-bottom: 0px;
	margin: 0px;
}

.debutline {
    color: #3f3f3f;
    font: 105% "Arial", Verdana, sans-serif;
	margin-bottom: -20px;
}
.concerttitle {
	padding-top: 0px;
    color: #79ccc8;
    font: 190% georgia,garamond,serif;
	font-family: Georgia, "Times New Roman",Times, serif;
	margin-bottom: 2px;
}

.commision {
	margin-top: 30px;
	color: #c8df8e;
	font: 105% "Arial", Verdana, sans-serif;
	font-style: italic;
}

.spacer {
	margin: 0px;
}

contentPane > p {
	margin: 0px;
}

.dateline {
	font-size: 110%;
    color: #766441;
	margin: 0px;
}

.subscriberline {
    color: #a8005b;
    font: 105% "Arial", Verdana, sans-serif;
}

img {
    border: none;
}

#clickMessage {
	font-size: 75%;
	color: #5A5A5A;
	text-align: center;
}

#flashHolder {
	cursor: pointer;
	cursor: hand;
	height: 360px;
}

#flashHolder {
	cursor: pointer;
	height: 355px;
	z-index: 1;
}


#floater {
	position: absolute;
	z-index: 200;
	width: 800px;
	height: 400px;
	cursor: pointer;
  opacity: 0.0;
    -moz-opacity: 0.0;
 filter:alpha(opacity=00);
}

#thelink {
    display: block;
    width: 800px;
    height: 400px;
    border: 1px solid #999;
}

#contact {
	float: right;
	margin-right: 120px;
	margin-top: 0px;
}

a.img_roll:link, .img_roll{
    	width:25px;
    	height:25px;
    	display:block;
    	background-image:url(/images/newImages/off.gif);
    margin-top: -40px;
    left: 990px;
    position: relative;
}
a.img_roll:hover{
    	width:25px;
    	height:25px;
    	display:block;
    	background-image:url(/images/newImages/on.gif);
        margin-top: -40px;
        left: 990px;
        position: relative;
}

#blackbar table.nav {
	width: 1100px;
}

#links {
	list-style: none;
	padding: 0px;
}

.nextButton {
	position: absolute;
	top: 10px;
	left: 700px;
	float: right;
	margin-right: -30px;
}



a.img_roll:link, .img_roll{
    	width:25px;
    	height:25px;
    	display:block;
    	background-image:url(/images/newImages/off.gif);
    margin-top: -40px;
    left: 990px;
    position: relative;
}
a.img_roll:hover{
    	width:25px;
    	height:25px;
    	display:block;
    	background-image:url(/images/newImages/on.gif);
        margin-top: -40px;
        left: 990px;
        position: relative;
}

#topnavbar {
	padding-top: 2px;
	color: #FFF;
	margin-left: 95px;
    background-color: #766341;
	width: 1100px;
	height: 21px;
}

#navbar {
	margin-left: 105px;
	color: #FFF;
	background-color: #766341;
	width: 1100px;
	height: 20px;
}
#topnavbar a, #topnavbar a:link, #topnavbar a:visited { color: #FFF;}
#topnavbar a:hover, #topnavbar a:active { color: #c8df8e; text-decoration: none;}
#navbar a, #navbar a:link, #navbar a:visited { color: #FFF;}
#navbar a:hover, #navbar a:active { color: #79ccc8; text-decoration: none;}
