/*CalendarofEvents.css
used for setting section colors
www.ArtsResouce.org*/

/*S. Clason, stevec@topdogstrategy.com
16 Jun 06
18 July 06, added #content h1 color change*/

#container, #content h1 {
  background-color: #85345f;
}
h2 {
  color: #85345f;
}
#content h1 {
  background-image: url("../images/contentH1White.gif");
}
.calendarItem a, .calendarItem a:link, .calendarItem a:visited, 
.calendarItem a:hover, calendarItem a:active {
  text-decoration: none;
  color: #85345F;
  font-weight: bold;
}
#wrapper {
  /*border: 2px solid lime;*/
}