/* Layout Design */

body {
	background: #95B4DD url(../images/layout/bg.gif) repeat-x left top;
	padding: 0px;
	margin:0px;
	font-family: Verdana;
	font-size: 0.8em;
}

#container {
    width: 865px;
    margin: 0px auto;
}

#header_container {
	margin: 0px;
	padding: 0px;
	width: 620px;
}

#header_container img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#menu_container {
	float: right;
	position: relative;
	padding: 10px;
	left: -10px;
	width: 225px;
	background: #9FA4B2 url(../images/layout/bgmenu.gif) repeat-y left top;
}

#content_container {
	float: left;
	width: 620px;
	padding: 0px;
	margin: 0px;
	background: #D7E3F6 url(../images/layout/bgcontent.gif) repeat-y left top;
}

#content_changer {
	margin: 0px 10px;
	padding: 0px 10px;
}

.footer {
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 14px;
	background: #95B4DD url(../images/layout/footer.gif) no-repeat;
	text-align: right;
	font-size: 0.7em;
}

.footer a {
	color: #DDE0F0;
}


/* SPLASH PAGE */

#ribbon {
	position: absolute;
 	right: 0;
	top: 0;
	display: block;
	height: 200px;
	width: 200px;
	background: url(../images/layout/ribbon.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#splash {
	background:  url("../images/layout/splash.gif") no-repeat bottom left;
	padding: 0px;
	margin: 60px auto 0px auto;
	height: 840px;
	width: 790px;
}

#splash_top {
	margin: 0px 15px;
	padding: 30px 285px 0px 20px;
	font-weight: bold;
	color: #6385B1;
	font-size: 1.4em;
	height: 385px;
}

#splash_bottom {
	margin: 0px 15px;
	padding: 0px;
}

#splash_feature {
	display: block;
	float: left;
	width: 475px;
	height: 370px;
	margin: 0px 20px;
	_margin: 0px 10px;
	padding: 0px 0px;
	overflow-y: auto;
	overflow-x: none;
	font-size: 1em;
	color: #D7E3F6;
	
	scrollbar-face-color: #683F1E;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #75563D;
	scrollbar-3dlight-color: #75563D;
	scrollbar-darkshadow-color: #593315;
	scrollbar-track-color: #775437;
	scrollbar-arrow-color: white;	
}

#splash_feature h1 {
	font-size: 1.2em;
	color: #fff;
	text-decoration: underline;
	margin: 0px 0px 0px 5px;
	text-indent: 0px;
}
#splash_feature h2 {
	margin: 0px 0px 0px 5px;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	font-variant: normal;
	text-indent:
}

#splash_menu {
	position: relative;
	top: 10px;
	left: 10px;
}

.plain {
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
	font-variant: none;
}

#valid {
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	top: 50px;
	right: 80px;
}

#valid img {
	margin: 0px 0px 0px 0px;
	border: 0px;
}

#logo_banner {
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	top: 19px;
	right: 11px;
}

#logo_banner img {
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/*Content */

h1 {
	margin: 20px 0px 10px -10px;
	padding: 5px 0px;
	line-height: 30px;
	text-indent: 15px;
	font-variant: small-caps;
	font-size: 1em;
	color: #FFFFFF;
	clear: left;
}

#menu_container h1 {
	background-color: #696C75;
}

#content_changer h1 {
	background-color: #6385B1;
	border-left: 1px solid #3C4764;
	overflow: visible
}

h2 {
	margin: 15px 0px 5px 0px;
	padding: 4px 0px 0px 0px;
	font-size: 1em;
	font-variant: small-caps;
	text-decoration: underline;
	color: #003366;
}

h3 {
	margin: 15px 0px 5px 5px;
	padding: 4px 0px 0px 0px;
	font-size: 1em;
	font-weight: normal; 
	text-decoration: underline;
	font-variant: small-caps;
	color: #003366;
}

h4 {
	margin: 15px 0px 5px 5px;
	padding: 4px 0px 0px 0px;
	font-size: 1em;
	font-weight: normal;
	color: #003366;
	font-style: italic;
}

h5 {
	margin: 5px 0px 5px 5px;
	padding: 4px 0px 0px 0px;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}

hr {
	display: block;
	width: 400px;
	margin: 5px auto;
	background: #6385B1;
	border: 1px solid #6385B1;
	clear: both;
}

p {
	margin: 10px 0px;
	padding: 5px;
}

.italic {
	font-style: italic;
	padding: 0px;
	margin: 2px;
}

.bold {
	font-weight: bold;
}

.quicklinks {
	border: 1px solid #ccc;
	font-size: 0.7em;
	color: #333;
}


li {
	margin: 5px 0px;
}

#content_changer a:link, #splash_feature a:link {
	color: #0084FF;
}

#content_changer a:visited, #splash_feature a:visited {
	color: #0084FF;
}

#content_changer a:hover, #splash_feature a:hover {
	background: #6385B1;
	color: #FFF;
}

#content_changer a:active, #splash_feature a:active { 
	background: #000;
}


/*Quotes*/

.quoteBox {
	float: right;
	display: block;
	width: 200px;
	margin: 0px 0px 10px 10px;
	background: #f5f7ff url(../images/layout/quote_open.gif) no-repeat 5px 5px;
	border: dashed 1px #6699cc;
	text-align: center;
	clear: right;
	color: #003366;
}
span.quote {
	margin: 5px;
	padding: 10px 35px 10px 35px;
	display: block;
	text-align: center;
	font-family: Papyrus, Verdana; 
	font-size: 0.9em;
	background: url(../images/layout/quote_close.gif) no-repeat right bottom;
}
span.quoter {
	padding: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
}

.quoteBoxBlock {
	display: block;
	width: 360px;
	margin: 0px 0px 10px 0px;
	background: #f5f7ff url(../images/layout/quote_open.gif) no-repeat 5px 5px;
	border: dashed 1px #6699cc;
	text-align: center;
	color: #003366;
}


.quoteBox2 {
	float: right;
	display: block;
	width: 200px;
	margin: 10px 5px 10px 5px;
	padding: 35px 0px 10px 0px;
	background: #C1CEE3 url(../images/layout/head_quote.gif) top left no-repeat;
	border: 1px solid #ffffff;
	text-align: center;
}
span.quote2 {
	margin: 5px;
	padding: 10px 30px 10px 30px;
	display: block;
	text-align: center;
	font-family: Papyrus, Verdana; 
	font-size: 0.9em;
}
span.quoter2 {
	padding: 5px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
}


.quoteBox3 {
	float: right;
	display: block;
	width: 200px;
	margin: 10px 5px 10px 5px;
	background: #C1CEE3 url(../images/layout/quote_open.gif) no-repeat 5px 5px;
	border: 1px solid #ffffff;
	text-align: center;
	clear: both;
}


span.quote3 {
	margin: 5px;
	padding: 10px 30px 10px 30px;
	display: block;
	text-align: center;
	font-family: Papyrus, Verdana; 
	font-size: 0.9em;
	background: url(../images/layout/quote_close.gif) no-repeat right bottom;
}

span.quoter3 {
	padding: 5px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	background: #6385B1;
	color: #fff;
}


/* Informative Box */

.info {
	float: right;
	display: block;
	width: 200px;
	margin: 0px 0px 10px 10px;
	padding: 32px 0px 10px 0px;
	background: #C1CEE3 url(../images/layout/head_info.gif) top left no-repeat;
	border: 1px solid #ffffff;
	text-align: center;
	clear: both;
}

.info p {
	margin: 0px 5px;
	padding: 5px 0px;
	font-size: 0.8em;
}


/* Forthcoming Events */

table.events {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	border: solid 1px #3C4764; /* #6699cc;*/
	border-right: solid 1px #3C4764; /* #6699cc;*/
	font-size: 0.8em;
}

table.events td {
	padding: 8px 5px;
	vertical-align: top;
	border-bottom: 1px solid #B2C5E7;
}

td.eventHead {
	background: #B2C5E7;
	font-weight: bold;
}

tr.expired {
	display: none;
}

/* Image */

#content_changer img {
	padding: 0px;
	border-top: 1px solid #3C4764;
	border-left: 1px solid #3C4764;
	border-right: 2px solid #f5f7ff;
	border-bottom: 2px solid #f5f7ff;
}

.image_right {
	display: block;
	float: right;
	margin: 5px 0px 10px 10px;
	clear: both;
}

.image_right_200 {
	display: block;
	float: right;
	margin: 5px 0px 10px 10px;
	width: 200px;
	clear: both;
}

.image_left {
	float: left;
	margin: 5px 10px 10px 5px;
}

.image_center {
	display: block;
	margin: 10px auto;
	clear: both;
}

.image_comment_container {
	float: right;
	margin: 10px 0px 10px 10px;
	clear: both;
}

.image_comment {
	display: block;
	background: #F2E4B5;
	text-align: center;
	font-size: 0.8em;
	border: 1px solid black;
}

/* Merchandise */

.merchandiseBox {
	display: block;
	padding: 0px;
	margin: 15px 5px;
	border: 1px solid black;
}

.merchandiseBox h3 {
	display: block;
	height: 20px;
	padding: 5px 10px;
	margin: 0px;
	text-align: center;
	background: #B2C5E7;
}

.recordinghead {
	background: #C1CEE3 url(../images/layout/recording.gif) top right no-repeat ;
}
.bookhead {
	background: #C1CEE3 url(../images/layout/recording.gif) top right no-repeat ;
}

.merchandiseBox p {
	padding: 5px 10px;
}


.merchandiseBox img {
	float: left;
	margin: 10px;
}

.MerchandiseDetails {
	display: block;
	background: #C1CEE3;
	text-align: center;
	clear: both;
}

.tracklisting {
	display: none;
	background: #D1DEF3;
}

/* QuickMenu Core CSS [Do Not Modify!] */

.qmmc .qmdivider {
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
	position: relative;
	z-index: 1;
}
.qmmc .qmdividery {
	float: left;
	width: 0px;
}
.qmmc .qmtitle {
	display:block;
	cursor:default;
	white-space: nowrap;
	position:relative;
	z-index:1;
}
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}

.qmmc {
	position:relative;
	zoom:1;
	z-index:10;
}

.qmmc a, .qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:1;
}

.qmmc div a, .qmmc ul a, .qmmc ul li {
	float:none;
}

.qmsh div a {
	float:left;
}

.qmmc div { 
	visibility:hidden;
	position:absolute;
}

/* QuickMenu 0 [modify] */

#qm0{
	width:220px;
	background-color:transparent;
}

#qm0 a{
	padding:5px 5px 5px 8px;
	color:#3C3C3C;
	font-family:Verdana;
	font-size:0.9em;
	text-decoration:none;
}

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

#qm0 li:hover>a { 
	text-decoration:underline;
}

body #qm0 .qmactive, body #qm0 .qmactive:hover{
	text-decoration:none;
	font-weight:bold;
}

#qm0 div{
	padding:5px 0px 5px 0px;
}

#qm0 div a{
	padding:2px 0px 2px 15px;
	margin:0px 5px 0px 5px;
	background-image:none;
	color:#3C3C3C;
	font-size: 0.8em;
}

#qm0 div a:hover{
	text-decoration:underline;
}

#qm0 div a:hover{
	text-decoration:underline;
}

body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	text-decoration:none;font-weight:bold;
}

#qm0 .qmtitle{
	padding:0px;margin:0px 0px 0px 20px;font-size:11px;font-weight:bold;border-width:0px 0px 1px 0px;border-style:solid;border-color:#000000;
}

ul#qm0 .qmparent{
	background-image:url(../qmimages/arrow_0.gif);background-repeat:no-repeat;background-position:95% 55%;
}

ul#qm0 ul a{
	padding:2px 20px 2px 5px;
}

ul#qm0 ul{
	border-width:1px;border-style:solid;border-color:#3C3C3C;
}

ul#qm0{border-width:1px;border-style:solid;border-color:#3C3C3C;}
