
.eventList {list-style: none; margin: 0; padding: 0;}

.eventRow    , .eventRowAlt {padding: .4em 2em;}
.eventRow    {border-bottom: 3px double #ffffff; background-color: #cdcdcd;}
.eventRowAlt {border-bottom: 3px double #cdcdcd; background-color: #ffffff;}

.eventItem {}

.eventItem .eventTitle, .eventItem .eventTitle a {color: #a81d2a; font-weight: bold;}
.eventItem .eventLocation {font-style: italic;}
.eventItem b {color: #3e4545; }
.eventItem .eventDate   {color: #3e4545; }

.event {}
.event .eventTitle      {color: #a81d2a; font-size: 1.6em; font-weight: bold;}
.event .eventHeader     {margin: .8em 2em;}
.event .eventLocation   {font-style: italic;}
.event .eventOrganizer  {color: #3e4545;}
.event .eventDate       {color: #3e4545;}
.event .eventContent    {}

