/* 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: #66CC66; /* 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: #4a3a23; /* 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: #4a3a23; /* change this color to match banner */
}

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

#navcontainer a:hover {
	color: white;
	background-color: #cebc9e /* 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: #4a3a23;
}

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