/* This style-sheet is for events and can be loaded just 
    on those pages where it is necessary. */

div.events {
display:inline;
float:left;
margin-bottom:20px;
width:375px;
}
div.events h1{
border-bottom:none;
margin-top:30px;
}

div.events h2{
  margin-bottom:5px;
  margin-top:15px;
  padding:0;

  width:275px;
}

div.event {
  clear:both;
  overflow:hidden;
  width:375px;
}

.date_summary {
  display:inline;
  float:left;
  margin-bottom:10px; 
  margin-top:10px; 
  width:100px; 
}
.title_location {
  display:inline;
  float:left;
  margin-bottom:10px; 
  margin-top:10px; 
  width:275px; 
}
.date, .title {
  font-size:.75em;
  /* font-weight:bold; */
}
.tag, .location, .time {
  font-size:.65em;
}
.details {
  font-size:.65em;
  margin-top:.4em;
}