body
{
	/* background-color: #f5deb3; */
	background-color: #f2d39c;
	margin-top: 0;
	background-image: url(../images/old-paper.jpg);
	}

/* !===== CONTAINERS ===== */

#header
{
	background-color: #620;
	height: 80px;
}

#navigation
{
	background-color: #fdf5e6; /* Old Lace */
	height: 37px;
	
	-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);

}


#header {
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

#content {
	background-color: #fdf5e6; /* Old Lace */
	background-image: url(../images/EE-bkg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

#footer {
	background-color: #620;
	background-image: url(../images/footer-left-corner.gif);
	background-position: left bottom;
	background-repeat: no-repeat;

	
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}





/* !===== LAYOUT ===== */

#elysium-logo
{
	position: relative;
	top: 13px;
	left: 28px;
}

#elysium-logo img
{
	margin: 0;
}

#elysium-tagline
{
	position: relative;
	top: 78px;
	right: 20px;
	text-align: right;
}

#elysium-tagline img
{
	margin: 0;
}

#nav-main
{
	text-align: right;
	line-height: 30px;
}

#nav-meta
{
	position: relative;
	top: -93px;
	right: 0;
	text-align: right;
	height: 1.2em;
}

#main-content
{
	/* margin-top: -5px; */
}

#sidebar
{
	/* margin-top: 25px; */
}


/* !===== NAVIGATION ===== */

#nav-main ul
{
	list-style-type: none;
	margin: 5px 20px 0 0;
	padding-left: 0;
}

#nav-main li
{
	display: inline;
	padding-right: 20px;
}

#nav-main a
{
	text-decoration: none;
	color: #620;
	font-weight: normal;
	font-size: 1.25em;
}

#nav-main a:hover
{
	border-bottom: 1px #620 solid;
	background-color: #eccf97;
}




#nav-meta ul
{
	margin-right: 40px;
}

#nav-footer ul
{
	text-align: right;
	margin-top: 1em;
	margin-right: 40px;
}

#info-site ul
{
	margin-right: 40px;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
	color: #FFEBCD;
	text-align: right;
	font-size: 95%;
}

#nav-meta ul, #nav-footer ul, #info-site ul
{
	list-style-type: none;
}

#nav-meta li, #nav-footer li
{
	display: inline;
	padding-left: 1em;
	color: #FFEBCD;
}

#nav-meta a, #nav-footer a
{
	text-decoration: none;
	color: #FFEBCD;
	font-weight: normal;
}

#nav-meta a:hover, #nav-footer a:hover
{
	border-bottom: 1px #FFEBCD solid;
}





#nav-breadcrumb
{
	margin-top: 10px;
	line-height: 22px;
}

#nav-breadcrumb ul
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#nav-breadcrumb li
{
	display: inline;
	padding-right: .5em;
	color: #620;
}

#nav-breadcrumb a
{
	text-decoration: none;
	font-weight: normal;
	color: #620;
	border-bottom: 1px #c8b8a0 solid;
}

#nav-breadcrumb a:hover {
	color: #620;
	background-color: #eccf97;
	border-bottom-color: #620;
}

/* !======== MAIN CONTENT ========= */

#main-content ul.page-nav {
	padding-left: 0;
}

#main-content ul.page-nav li {
	list-style-type: none;
	display: inline;
	margin-right: 2em;
}


#main-content a
{
	color: #620;
	text-decoration: none;
	border-bottom: 1px #c8b8a0 solid;
}




#main-content h2 a,
#main-content h3 a
{
	color: #620;
	text-decoration: none;
	border-bottom: 1px #C8B8A0 solid;
}

#main-content a:hover
{
	color: #620;
	background-color: #eccf97;
	border-bottom-color: #620;
}


#main-content div.box a {
	border-bottom: 1px #aaa solid;
}

#main-content div.box a:hover {
	border-bottom-color: #620;
}



#main-content ul {
	list-style-type: circle;
}

#main-content ul.indent {
	margin-left: 2em;
}

#main-content ul.acknowledgements {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main-content ul.acknowledgements li {
	/* display: inline; */
	margin: 0 0 0.5em 0;
}

#main-content img.acknowledgements {
	margin: 0 40px 1em 0;
	float: left;
}



#sidebar a
{
	color: #620;
	text-decoration: none;
	border-bottom: 1px #c8b8a0 solid;
}

#sidebar a:hover
{
	color: #620;
	border-bottom: 1px #620 solid;
	background-color: #ffebcd; /* Blanched Almond */
}


#sidebar p.sidebar-more {
	text-align: right;
}

#sidebar p.sidebar-more a {
	color: #999;
	border-bottom: none;
}

#sidebar p.sidebar-more a:hover {
	background-color: transparent;
	color: #620;
	border-bottom: 1px solid #620;
}




/* !===== YOU ARE HERE ===== */

#body-sitemap .nav-sitemap a,
#body-contact .nav-contact a
{
	color: #FFEBCD;
	font-weight: normal;
	border-bottom: none;
}

#body-concerts .nav-concerts a:hover,
#body-recordings .nav-recordings a:hover,
#body-biogs .nav-biogs a:hover,
#body-notes .nav-notes a:hover
{
	border-bottom: none;
	background-color: transparent;
}




/* !===== TYPOGRAPHY ===== */

/* Blueprint - typography.css settings
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
*/

body
{
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}



h1,h2,h3,h4,h5,h6
{
	font-family: "IM Fell English", "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #620;
}

h1
{
	font-size: 3.2em;
	line-height: 1.25;
	margin-top: 15px;
	margin-bottom: 15px;
	
}


h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 1em;
}



h3
{
	font-size: 1.6em;
	line-height: 1.2;
	margin-bottom: 10px;
}



h4 {
	font-size: 1.4em;
	line-height: 1.25;
	margin-bottom: 5px;
}

h2.plain-font,
h3.plain-font,
h4.plain-font {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

h2.plain-font {
	font-size: 1.3em;
	line-height: 1.4;
}

h3.plain-font {
	font-size: 1.2em;
	line-height: 1.4;
}

h4.plain-font {
	font-size: 1.2em;
	line-height: 1.5;
	color: #555;
	margin-bottom: 1em;
	
}



#sidebar h3 {
	margin-bottom: 5px;
}

#sidebar h3.review-h3 {
	font-size: 1.4em;
	line-height: 1.5;
}

#sidebar h4 {
	font-size: 1.25em;
	margin-bottom: 10px;
}


.fancy-font {
	font-family: "IM Fell English", "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #620;
	font-size: 1.75em;
}

span.quote-l {
	margin-right: 0.15em;
}

span.quote-r {
	margin-left: 0.15em;
}





.loud {
	color: #620;
	font-size: 1.5em;
}

#sidebar p {margin-bottom: 0.75em;}

#sidebar p.last,
#sidebar ul
{margin-bottom: 1.5em;}

hr
{
	background: #c8b8a0;
	color: #c8b8a0;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 1.4em;
	border: none;
}

blockquote
{
	padding: 0em 1em;
	border-left: 1px #620 dotted;
	font-style: normal;
	color: #222;
}

blockquote.review {
	background-position: 10px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/curly-quote-2.png);
	/* background-color: #f5deb3; */
	background-color: #f2d39c;
	padding: 20px 2em 1em 10px;
	margin: 2em 0px 2em 0;
	border-left: none;
}

blockquote.review p {
	margin-left: 40px;
	font-size: 1.1em;
}


p.review-citation {
	/* text-align: right; */
	color: #666;
	margin-top: 0;
}

div.sidebar-box p.review-citation {
	padding-left: 1.2em;
}



div.sidebar-box p.review-p {
	margin-top: 1em;
	padding-left: 1.2em;
}



blockquote.review-sidebar {
	/* background-position: 10px 5px; */
	/* background-repeat: no-repeat; */
	/* background-image: url(../images/curly-quote.png); */
	/* background-color: #f5deb3; */
	background-color: #f2d39c;
	padding: 1em 1.5em 0.5em;
	margin: 2em 0;
	border-left: none;
}

blockquote.review-sidebar p {
	/* margin: 0 0.5em 0 1em; */
	font-size: 1.1em;
	color: #555;
}

blockquote.review-sidebar p.review-citation {
	font-size: 0.9em;
	color: #777;
	margin-bottom: 0.5em;
}



.box {
	padding: 0;
	margin-bottom:1.5em;
	/* background-color: #f5deb3; */
	background-color: #eccf97;
}




#content a.more {
	color: #999;
	margin-left: 1em;
	border-bottom: none;
}

#content a.more:hover {
	background-color: transparent;
	color: #620;
	border-bottom: 1px solid #620;
}


.sponsor-box {
	padding: 0;
	margin-bottom:1.5em;
	/* background-color: #f5deb3; */
	background-color: #eccf97;
}

.sidebar-box {
	/* background-color: #f5deb3; */
	background-color: #eccf97;
	padding: 1em 1.5em 0.5em;
	margin: 0 0 2em 0;
	border-left: none;
	}
	


.box, .sponsor-box, .sidebar-box, .review {
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.sidebar-box ul {
	margin-top: 10px;
}


#body-home .sidebar-box {
	padding-top: 1.3em;
}


img.shadow {
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}




.hr-space
{
	/* IE hack */
	background: #fdf5e6; /* Old Lace */
	color: #fdf5e6;  /* Old Lace */
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 1.4em;
	border: none;
}

.hr-space hr
{
	/* IE hack */
	display: none;
}

.hr-wide
{
	/* IE hack */
	background-image: url(../images/hr-wide-70.gif);
	background-position: center center;
	height: 10px;
	background-repeat: no-repeat;
	clear: both;
	float: none;
	width: 100%;
	margin: 0 0 1.4em;
	border: none;
}

.hr-wide hr
{
	/* IE hack */
	display: none;
}


.hr-narrow
{
	/* IE hack */
	background-image: url(../images/hr-narrow-70.gif);
	background-position: center center;
	height: 10px;
	background-repeat: no-repeat;
	clear: both;
	float: none;
	width: 100%;
	margin: 2em 0 2em 0;
	border: none;
}

.hr-narrow hr
{
	/* IE hack */
	display: none;
}

.hr-last
{
	/* IE hack */
	background-image: url(../images/hr-last-70.gif);
	background-position: center center;
	height: 64px;
	background-repeat: no-repeat;
	clear: both;
	float: none;
	width: 100%;
	margin: 0 0 1.4em;
	border: none;
}

.hr-last hr
{
	/* IE hack */
	display: none;
}

strong, b
{
	color: #620;
}

em
{
	background: transparent;
}

.director, .sub-title
{
	color: #620;
	font-size: 1.2em;
}

.photo-main-content
{
	margin-right: 2em;
	float: left;
}

.photo-main-content-r
{
	margin-left: 2em;
	float: right;
}


.photo-border
{
	border: solid 1px #191919;
}

.photo-credit
{
	font-size: 80%;
	color: #888;
	margin-top: -12px;
}

/* DOESN'T WORK IN IE/WIN
.photo-trans
{
	margin-left: -14px;
}
*/

.cd-cover
{
	float: left;
	margin: 5px 1.5em 1.5em 0;
}



ul
{
	margin-bottom: 0.5em;
}

#sidebar ul
{
	margin-left: 1.5em;
}


li
{
	margin-bottom: 1em;
}

.list-main-content
{
	margin-left: 40px;
}

dl
{
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 2em;
}
	
dl dt
{
	font-weight: normal;
	color: #620;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

dl dd
	{
		margin-bottom: 0.75em;
	}
	
#sidebar dl
	{
	margin-left: 0;
	}

#sidebar dl dd 
	{
	margin-left: 0;
	}


#site-design ul {
	list-style-type: none;
	text-align: right;
	margin-right: 0;
	margin-top: 5px;
	font-size: 0.9em;
}


#site-design li {
	color: #888;
}

#site-design a {
	color: #888;
	text-decoration: none;
}

#site-design a:hover {
	border-bottom: 1px #aaa solid;
}

/* !Button -------------------- */
/* http://www.webdesignerwall.com/tutorials/css3-gradient-buttons/ */

/*
.buy-online {
	margin: 2em 0 3em 0;
	text-align: center;
}
*/


.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	/* font: 14px/100% Arial, Helvetica, sans-serif; */
	font-weight: bold;
	padding: 3px 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
	border-bottom-color: #777 !important;
}

.button:active {
	position: relative;
	top: 1px;
}

/*
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
*/


/* !green */
.green {
	/* color: #e8f0de; */
	color: #fff !important;
	border: solid 1px #64991e;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {

	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}



