/* HOME PAGE ONLY */
#sidebar {
	position: relative;
	top: -28px;
	float: right;
	width: 215px;
	background: url(../images/sidebar_bg.jpg) no-repeat;
	padding: 27px 36px;
}
#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #55a2d6;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}
.sidebar_buttons {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
}
.sidebar_buttons li {
	margin-bottom: 6px;
	background-color: #666666;
	width: 215px;
	height: 24px;
	text-align: center;
	font: normal 11px/24px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.sidebar_buttons a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.sidebar_buttons a:hover {
	background-color: #55a2d6;
}
#content_home {
	position: relative;
	top: -28px;
	float: left;
	width: 583px;
	padding: 10px 15px 20px 12px;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #333333;
}
#content_home h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7C6094;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}
#content_home .concert {
	float: left;
	width: 183px;
}
#content_home .concert_detail {
	padding: 8px;
}
#content_home .concert_detail h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #b4a0c2;
	border: none;
	margin: 0px;
}


/* GLOBALS */
body {
	margin: 0 auto;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7C6094;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #47749b;
	text-transform: uppercase;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
#logo {
	padding: 20px 0;
}
.message {
	float: right;
	text-align: right;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #ba412d;
	text-transform: uppercase;
	padding-top: 71px;
	padding-right: 8px;
}
#header {
	margin: 0px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

#header_photo {
	position: relative;
	top: -28px;
	float: left;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
#header_rightbg {
	position: relative;
	top: -28px;
	float: right;
	width: 241px;
	height: 235px;
	background-image: url(../images/header_rightbg.jpg);
	background-repeat:no-repeat;
	padding: 30px 23px 23px 23px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#header_rightbg h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	margin: 0px;
}
#content {
	position: relative;
	top: -28px;
	float: left;
	padding: 20px 15px 20px 12px;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #333333;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7C6094;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}
#content a {
	color: #ba412d;
	text-decoration: none;
}
#content a:hover {
	color: #55a2d6;
	text-decoration: none;
}
#footer {
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
	width: 880px;
	height: 11px;
	background-color: #ba412d;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 12px;
}
#copyright {
	float: left;
}
#footerlinks {
	float: right;
	list-style-type: none;
	display: inline;
}
#footerlinks a {
	color: #e0ba91;
	text-decoration: none;
	padding-right: 12px;
}
#footerlinks a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* MENU */
.menu {
	width:900px;
	height:28px;
	position:relative;
	z-index:100;
}
.menu img {
  border: none;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:899px;
	w\idth:900px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:149px;
}
.menu ul li a#home {
	margin: 0;
	padding: 0;
	width: 69px;
}
.menu ul li a#tickets {
	margin: 0;
	padding: 0;
	width: 148px;
}
.menu ul li a#support {
	margin: 0;
	padding: 0;
	width: 108px;
}
.menu ul li a#education {
	margin: 0;
	padding: 0;
	width: 173px;
}
.menu ul li a#yourvisit {
	margin: 0;
	padding: 0;
	width: 122px;
}
.menu ul li a#inside {
	margin: 0;
	padding: 0;
	width: 91px;
}
.menu ul li a#news {
	margin: 0;
	padding: 0;
	width: 110px;
}
.menu ul li a#store {
	margin: 0;
	padding: 0;
	width: 79px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align: left;
	color:#fff;
	height:26px;
	background:transparent;
	padding: 2px 0px 0px 0px;
	line-height:28px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:148px;
	w\idth:138px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#000000;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#990000;
	border: none;
}
.menu ul ul :hover > a.drop {
	background:#990000;
	border: none;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#b20000;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#990000;
	border: none;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0;
	width:149px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:28px;
	t\op:28px;
}
/* position the third level flyout menu */
.menu ul ul ul{
	left:148px;
	top:-1px;
	width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-148px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: transparent;
	background-image: url(../images/nav/trans_bg.png);
	color:#ffffff;
	height:auto;
	line-height:1em;
	padding:5px 14px;
	width:128px;
	border: none;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover {
	border-bottom: none;
}
.menu ul ul a:hover{
	background: transparent;
	background-image: url(../images/nav/trans_hover_bg.png);
	color:#ffffff;
	border: none;
}
.menu :hover > a {
	border-bottom: none;
}
.menu ul ul :hover > a {
	background: transparent;
	background-image: url(../images/nav/trans_hover_bg.png);
	color:#ffffff;
	border: none;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}
/* CALENDAR */
.calendarmonth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.calendarhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #000000;
	text-align: left;
	vertical-align: bottom;
	padding: 3px;
}
.calendarheadg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #FFF;
	border-width: 0 0 10px 0;
	text-align: center;
	vertical-align: bottom;
/* 	text-transform: uppercase; */
	padding: 3px;
}
.calendaron {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #e5e5e5;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.calendaroff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #cdcdcd;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.calendarinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	vertical-align: top;
}
.calendardrop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	padding: 0px;
}
.calendarempty {
	background-color: #ffffff;
}
.calendarday {
	background-color: #e5e5e5;
	padding: 2px;
	height: 70px;
}
.calendartoday {
	background-color: #e7b8b8;
	border: 1px solid #e7b8b8;
	padding: 2px;
	height: 70px;
}
.calendardate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	vertical-align: top;
}
.calendardivider {
	background-color: #ffffff;
	padding: 3px;
}
.calendarnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #e5e5e5;
	text-align: center;
	vertical-align: top;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}

/* MINI CALENDAR */
.minicalendarmonth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.minicalendarhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #55a2d6;
	text-align: center;
	vertical-align: bottom;
	padding: 3px;
}
.minicalendarheadg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #55a2d6;
	text-align: center;
	vertical-align: bottom;
/* 	text-transform: uppercase; */
	padding: 3px;
}
.minicalendaron {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #e5e5e5;
	text-align: center;
	vertical-align: top;
	padding: 2px;
}
.minicalendaroff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #cdcdcd;
	text-align: center;
	vertical-align: top;
	padding: 2px;
}
.minicalendarinfo {
	background-color: #ba412d;
	border: 1px solid #ba412d;
	color: #FFFFFF;
	text-align: center;
}

.minicalendarinfo  a {
	background-color: #ba412d;
	border: 1px solid #ba412d;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}
.minicalendardrop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 0px;
}
.minicalendarempty {
	background-color: #e5e5e5;
}
.minicalendarday {
	background-color: #e5e5e5;
	text-align: center;
	color: #666666;
	padding: 2px;
}
.minicalendartoday {
	background-color: #cacaca;
	border: 1px solid #cacaca;
	color: #000000;
	text-align: center;
}
.minicalendarday  a {
	background-color: #e5e5e5;
	text-align: center;
	color: #ba412d;
	text-decoration:none;
	font-weight:bold;
	padding: 2px;
}
.minicalendartoday  a {
	background-color: #ba412d;
	border: 1px solid #ba412d;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
}

.minicalendardate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.minicalendardivider {
	background-color: #ffffff;
	padding: 3px;
}
.minicalendarnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #e5e5e5;
	text-align: center;
	vertical-align: top;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
.minicalendardropdown 
{
	width:100%;
}


