body
{
	background-color: #DC8;
	margin-top: 0;
}

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

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

#navigation
{
	background-color: #FFEBCD;

}

#content
{
	background-color: #FFEBCD;
	background-image: url(../images/EE-bkg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

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

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

#elysium-logo
{
	position: relative;
	top: 15px;
	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;

}

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

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

#sidebar
{
	margin-top: 50px;
}


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

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

#nav-main li
{
	display: inline;
	padding-right: 2em;
}

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

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




#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-bottom: 15px;
}

#nav-breadcrumb ul
{
	display: inline;
	list-style-type: none;
	margin: 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 #620 solid;
}



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



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

#main-content a:hover
{
	color: #620;
	background-color: #dc8;
}



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

#sidebar a:hover
{
	color: #620;
	border-bottom: 1px #620 solid;
	background-color: #dc8;
}




/* !===== 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 Grande", Verdana, Helvetica, Arial, sans-serif;
}

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

h1
{
	line-height: 1.25;
}

h3
{
	line-height: 1.25;
}

#body-biogs-reviews h2
{
	font-size: 1.5em;
}

#body-biogs-reviews h3
{
	font-size: 1.2em;
	line-height: 1.3;
}

#sidebar h4
{
	margin-bottom: 0.5em;
}

#sidebar h5
{
	font-size: 1.2em;
	font-weight: normal;
}

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

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

hr
{
	background: #620;
	color: #620;
	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;
}

.hr-space
{
	/* IE hack */
	background: #ffebcd;
	color: #ffebcd;
	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: 0 0 1.4em;
	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
{
	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: #555;
	margin-top: -36px;
}

/* 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: 0.5em;
}

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

dl
{
	margin-left: 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;
	}

