

.calendar .item {
  border-bottom: 1px #aaa solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: .9em;
}
.calendar .item:last-child {
  border-bottom-width: 0;
}

.calendar .date {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: .1em;
}

.page.calendar .calendar .date {
  font-size: 2em;
}

.page.calendar .posts-list-posts .item {
  text-align: left;
}

.calendar .location {
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: .15em;
  text-transform: uppercase;
}

.calendar .venue_description {
	font-style: italic;
}

.calendar a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.calendar a:hover {
  text-decoration: underline;
}