h1 {
  margin-bottom: 0;
}

blockquote {
  font-size: 1.3em;
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
}

.opening img {
  float: left;
  width: 300px;
  margin-left: 40px;
}
.opening .info {
  float: left;
  width: 380px;
  font-size: 12px;
}

.info p {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

a.pdf {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 2px 5px;
  border: 1px solid #c8d2de;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000;
}
a.pdf:hover {
  background: #c8d2de;
}
a.last_year {
  margin: 10px 0;
  display: block;
}

.info p.mtop {
  margin-top: 20px !important;
}

#year_nav {
  position: absolute;
  margin-top: -30px;
  margin-left: 5px;
  border-bottom: 1px solid #c8d2de;
}
#year_nav li {
  display: inline;
  padding: 0 20px;
}

#cycle_photos {
  height: 300px;
  width: 300px;
}
#cycle_nav {
  margin-top: 5px;
}
#cycle_nav a {
  font-size: 9px;
  background: #c8d2de;
  padding: 0 0px;
  height: 8px;
  color: #c8d2de;
  display: -moz-inline-box;
  display: inline-block;
  margin: 0 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 8px;
  text-align: center;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
#cycle_nav a.activeSlide {
  color: #ae1f4a;
  background: #ae1f4a;
}

.full_gallery {
  width: 300px;
  float: left;
  margin-left: 40px;
}
.full_gallery img {
  margin: 0 !important;
}
