/* 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: #52a1e3; /* 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: #52a1e3; /* 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: #0e2364; /* change this color to match banner */
}

#navcontainer a:hover {
	background-color: #0e2364 /* 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: #C2390C;
}

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