#first-row {
  margin-top: 20px;
}

#first-row div.intro {
  float: left;
  width: 280px;
}

div.slideshow-wrapper {
  float: left;
  margin-left: 20px;
  width: 639px;
  height: 285px;
  background: url('/images/frontend/venues/events-slideshow-back.png') no-repeat;
}

div.slideshow-wrapper-full {
  width: 900px;
  height: 401px;
  background: url('/images/frontend/venues/events-slideshow-back-full.png') no-repeat;
}

div.slideshow-wrapper-full div.slideshow-images {
  margin-left: 24px;
  margin-top: 7px;
}

div.slideshow-images {
  margin-left: 17px;
  margin-top: 5px;
}

#events {
  margin-bottom: 20px;
}

div.separator-title h2 {
  display:block;
  width: 100%;
}

div.event {
  position: relative;
  float: left;
  width: 298px;
  min-height: 500px;
  margin-right: 20px;
  background: url('/images/frontend/venues/events.png') no-repeat -1px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.event.green {
  border: 1px solid #7da112;
}

div.event.red {
  border: 1px solid #740911;
}

div.event.purple {
  border: 1px solid #701a54;
}

#events div.event.last {
  margin-right: 0;
}

#events div.event img.event-picture {
  margin-top: 11px;
  margin-left: 1px;
  width: 296px;
  height: 144px;
}

#events div.event h4 {
  font-size: 14px;
  margin-top: 10px;
}

div#content #events h3 {
  font-size: 18px;
  color: white;
  font-family: "Arial";
  font-weight: bold;
  padding-top: 12px;
  text-align: center;
}

div#content #events h3,
div#content #events div.event-content {
  padding-left: 20px;
  padding-right: 20px;
}

div#content #events div.event-content {
  padding-top: 5px;
  color: #222a30;
}

img.admin-image {
  float: left;
  width: 300px;
}

div.event div.event-header {
  height: 69px;
  
  padding: 16px 20px 0 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

div.event.green div.event-header,
div.event.green div.contact-link a {
  color: #7ea521;
}

div.event.red {
  background-position: -301px 0;
}

div.event.red div.event-header,
div.event.red div.contact-link a {
  color: #860018;
}

div.event.purple {
  background-position: -601px 0;
}

div.event.purple div.event-header,
div.event.purple div.contact-link a {
  color: #800e63;
}

div.event.purple h4 {
  color: #5d1646
}

div.contact-link {
  color: #3a464f;
  font-size: 12px;
  font-weight: bold;
  margin-left: 45px;
  margin-bottom: 20px;
}

div.social {
  position: absolute;
  bottom: 10px;
  left: 20px;
}