h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px !important;
}

  h1.event_title {
    display: block;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0.35em;
  }

  h2.event_date {
    display: block;
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 0.1em;
  }

h1+h3 { margin-top: 0.25em !important; }

h3+h3 { margin-top: 0.15em !important; }

.ie6 h3 { margin: 0.25em 0 0.5em 0 !important; }

h3+p { margin-top: 1em !important; }

h4#event_date,
h4.event_dates {
  margin-bottom: 0.2em;
}

/*COLORS*/

.pink {
  color: #E80068;
}

.purple {
  color: #A659B5;
}

div#photo_container div#photo {
  cursor: pointer;
}

div#captions {
  display: block;
  background-color: #E72B65;
  color: #FFF;
/*  padding: 5px 0 5px 5px;*/
  width: 395px;
  text-align: left;
  font-size: 14px;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}