/* 
CSS devised by Paul Johnsen in 2007.
This CSS file provides styles for a "subset" calendar such as the worship highlights
calendar on the home page.

2010-01-03  Johnsen    Renamed from molive2 to calsub.
*/

.subcal * {
  margin: 0;
  display: inline;
}

.subcal {
  width: 100%;
 }

.subcal h2 {
  font-size: 12pt;
 }

.subcal h3 {
  font-size: 8pt;
 }

.eventdaylist {
  width: 100%;
  min-width: 80px;
  min-height: 9em;
  float: left;
  font-size: 8pt;
  font-family: arial;
}

li.event {
  display: block;
  float:left;
  width: 100%;
}

.time {
  float: left;
  width: 30%;
  margin-left: 0;
  }

.description {
  float: right;
  width: 65%;
  }

