@charset "utf-8";
/* CSS Document */
/*colors used:
#5F2161 - darkest purple
#F1E5F2 - lighest purple of background
#903596 - dark purple
#D9C38A - dark tan
#F5F0E1 - lightest tan
#016D44 - dark green*/


body {
	font-family:Arial, Helvetica, sans-serif;
	color: #5F2161;
	background-image:url(../images/bg_gradient.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color: #F1E5F2;
}

a:link, a:visited {
	color: #5F2161;
	font-weight: bold;
}

a:hover {
	color: #D9C38A;
	font-weight: bold;
}
#shadow-container {
	width: 850px;
	position: relative;
	left: 3px;
	top: 3px;
	margin: 10px auto auto auto;
/*	margin-left:100px;
	margin-right: 3px;
	margin-bottom: 3px;*/
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

#shadow-container .shadow1 {
	/*lightest*/
	background: #E3CCE5;
}

#shadow-container .shadow2 {
	/*middle*/
	background: #C79ACA;
}

#shadow-container .shadow3 {
	/*darkest*/
	background: #903596;
}

#shadow-container .container {
	background: #ffffff;
	border: 1px solid #C79ACA;
}

#wrapper {
	background-color:#FFF;
	padding: 10px;
}
#header {
	background-image:url(../images/hpc_motto.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-bottom: thin solid #903596;
}
#header h2{
	display:none;
}

#header #logo h1{
	display:none;
}
#mailing_list {
	margin-top: 80px;
	width: 300px;
	float:right;
	font-size: 80%;
	color: #903596;
	text-align: right;
}
#mailing_list form{
	margin: 0;
	padding: 0;
}
#mailing_list table{
	margin-right: 0;
	margin-left: auto;
}
#mailing_list form input.mailing_list{
	color: #903596;
}
/*nav bar styles*/
#nav_menu ul.nav_bar {
	background-color: #016D44;
	padding: 5px 0 5px 0; /*set top & bottom padding*/
	margin: 5px 0; /*set side margin for row of tabs (not ind. tabs)*/
}

#nav_menu ul.nav_bar li {
	display:inline;
	margin: 0 0 0 20px;  /*margin for ind. tabs here*/
	
}
#nav_menu ul.nav_bar li.active a{
	color:#D9C38A;
	padding: 5px 0 5px 0;
	font-weight: bold;
}
#nav_menu ul.nav_bar li a {
	color: #FFF;
	text-decoration:none;  /*if you don't want the text underlined*/
	padding: 5px 0 5px;
	font-weight:normal;
}

#nav_menu ul.nav_bar li a:link, #nav_menu ul.nav_bar li a:visited{
	color: #FFF;
}

#nav_menu ul.nav_bar li.active a:link, #nav_menu ul.nav_bar li.active a:visited{
	color:#D9C38A;
}
#nav_menu ul.nav_bar li.active a:hover, #nav_menu ul.nav_bar li.active a:focus{
	font-weight: bold;
}
/*the only thing different above should be the colors*/

/*use this if you want the tab to be a different color when you hover*/
#nav_menu ul.nav_bar li a:hover, #nav_menu ul.nav_bar li a:focus {
	color: #D9C38A;;
	font-weight:normal;
}

/*column styles*/
#left_column{
	float: left;
	width: 595px;
	padding-right: 5px;
	padding-top: 15px;
}
#right_column{
	float:right;
	margin-left: 3px;
	width: 225px;
}

/*box styles*/
#search_box{
	background-color: #F5F0E1;
	border: 1px solid #016D44;
	color: #016D44;
	margin-top: 15px;
	text-align: center;
	padding: 10px;
}
#search_box form {
	margin-top: 5px;
	margin-bottom: 5px;
}

#features, #category_box, #more_composers{
	background-color: #F1E5F2;
	border: 1px solid #903596;
	margin-top: 5px;
	padding: 10px;
}
#features H3, #category_box h3, #more_composers h3 {
	margin: 0 0 5px 0;
	font-size: 1em;
}
#features div.featured_item{
	background-color:#FFF;
	border: 1px solid #903596;
	margin-top: 5px;
	font-size: 85%;
	padding: 3px;
}
#category_box div.cat_item, #more_composers ul li{
	font-size: 85%;
}

#more_composers ul li a {
	font-weight: normal;
}

#feature_composers td.featured {
	width: 125px;
	padding: 3px;
	text-align:center;
}
#feature_composers a {
	font-weight: normal;
}
a.new_link:link, a.new_link:visited{
	font-size: 85%;
}
#features a:link, #features a:visited{
	font-weight: normal;
}
img.covers {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#highlight_box{
	background-color:#F1E5F2;
	border: 1px solid #606;
	padding: 5px;
}
/*catalog listing styles*/
#listing_head {
	margin-bottom: 15px;
}
div.publication {
	margin-bottom: 10px;
}
table.listing {
	border: 1px solid #003366;
	width: 600px;
	background-color: #F7EED9;
}
td.listing_label {
	color: #5D006E;
	text-align: right;
	font-weight: bold;
	width: 25%;
	vertical-align: top;
}

table.listing span.notice {
	font-size: 85%;
}
td.contents {
	font-size: 85%;
}
#buy_it_notice {
	font-style: italic;
	font-size: 85%;
	margin-bottom: 5px;
}
div.publication a:link, div.publication a:visited {
	color: #5D006E;
}
div.publication a:hover {
	color:#96AB85;
}

/*composer pages styles*/
img.bio {
	float: left;
	margin-right: 10px;
}

#works_list a:link, #works_list a:hover, #works_list a:visited, li.vot a:link, li.vot a:hover, li.vot a:visited  {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#rental_list{
	margin-top: 15px;
	margin-bottom: 15px;
}
#rental_list hr{
	width: 50%;
	margin: 0 auto 0 auto;
	color: #5D006E;
	border: 1px solid #5D006E;
}
div.rental_work{
	margin-bottom: 10px;
}
div.rental_work span.title{
	color: #5D006E;
	font-weight: bold;
}
div.rental_work span.sub_title{
	font-size: 95%;
	font-style:italic;
}

/*listen page styles*/
#audio_player {
	text-align: center;
}
#audio_credits{
	font-size: 85%;
	border: 1px solid #903596;
	width: 85%;
	padding: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#audio_credits h3{
	margin-top: 5px;
}
p.audio_note {
	text-align: center;
	font-style: italic;
	font-size: 85%;
}

/*community page styles*/
div.news_photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 200px;

}

div.news_photo span.caption {
	font-size: 85%;
	font-style:italic;
	color:#666666;
}

div.news_story {
	margin-left: 200px;
}
div.news_story_no_margin{
	margin-left: 0;
}
table.concert_list {
	margin-left: 15px;
	width: 75%;
}
#concert_list tr.concert_head {
	font-weight: bold;
	background-color: #F1E5F2;
	color: #5F2161;
}
tr.concert_special{
	background-color:#CCC;
}

tr.concert_special a:hover{
	color:#016D44;
}

#concert_list tr.concert_head td {
	padding-left: 3px;
}

#concert_list tr.concert_details td{
	padding-left: 5px;
}


#footer_links {
	color:#903596;
	font-size:80%;
	text-align:center;
	margin-top: 15px;
}
#footer_links a:link, #footer_links a:visited {
	color: #903596;
	font-weight:normal;
}
#footer_links a:hover {
	color:#D9C38A;
	font-weight:normal;
}
#copyright_notice {
	color: #D9C38A;
	font-size: 75%;
	text-align:center;
	margin: 5px 0 10px 0;
}
#copyright_notice a:link, #copyright_notice a:visited {
	color: #D9C38A;
	font-weight:normal;
}
#copyright_notice a:hover {
	color: #903596;
	font-weight:normal;
}
