/* css code specific to each artist. Set color of navigation bar, quote box, pullout quote, nav-bar hover, etc. here. */
/* might add colored h1, h2 tags  in the future */
.twoColHybLtHdr #sidebar1 {
	background: #BEBB36; /* change this color to match banner */ /* the background color will be displayed for the length of the content in the column, but no further */
}

.twoColHybLtHdr #quote {
	background: #18105A; /* change this color to match banner */ /* the background color will be displayed for the length of the content in the column, but no further */
}

.twoColHybLtHdr #pullout {
	color: #18105A; /* change this color to match banner */
}

#navcontainer a {
	color: #18105A /* change this color to match banner */
}

#navcontainer a:hover {
	color: white;
	background-color: #18105A /* change this color to match banner */
}

#navcontainer a.black:hover { /* does this color ever change? If not, put this in main css file. */
	color: white
}

div.month_name {
	background-color: #18105A;
}

div.month_dates {
background-color: #D1CF72;
}
