@charset "UTF-8";
.poetPhoto {
  float: left;
  clear: left;
  margin: 0 10px 10px 0;
}
.event:after {
  content: "";
  display: table;
  clear: both;
}
.event {zoom: 1}
.eventFooter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eventFooter li {
  display: inline-block;
}
.eventFooter li a {
  display: block;
  width: 80px;
  text-align: center;
  line-height: 40px;
  background: #bbb;
  color: #fff;
  font-size: .9em;
  text-transform: uppercase;
}
.eventFooter li a:hover {
  text-decoration: none;
}
a.elistJoin {
  background: #eee url(http://www.reed.edu/global_assets/images/icons/august/black/email.2.png) 50% 15px no-repeat;
  border: 4px solid #eee;
  border-radius: 5px;
  width: 100px;
  padding: 10px;
  padding-top: 45px;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: .8rem;
  line-height: 1.1;
  color: #444;
}
a.elistJoin:hover {
  text-decoration: none;
  color: #000;
}
.upcomingEvent {
  padding: 20px;
  background: #eee;
}
.upcomingEvent h3 {
  margin-top: 0;
}
.gallery {clear: both;}