#anniversary_header {
  position: relative;
  height: 320px;
}
#anniversary_header .contents {
  position: absolute;
  bottom: 10px;
  width: 570px;
  color: white;
}
#anniversary_header .contents h1 {
  font-size: 250%;
  line-height: 0.95;
  margin-bottom: 0;
}
#anniversary_header .contents a {
  color: white;
}
#anniversary_header .contents p {
  margin-bottom: 0;
  margin-top: 0.5em;
}
#anniversary_header .dark {
  color: #4d4e53;
}
#anniversary_header .dark a {
  color: #4d4e53;
}

.anniversary_document {
  background-repeat: no-repeat;
  background-position: left -330px;
}

#minical h3 {
  font-family: "UBold",helvetica,arial,sans-serif;
  font-size: 175%;
  margin: 0;
  text-align: center;
}

#minical h3 a {
  color: black;
}

#minical h3 a:hover {
  color: #be0f34;
}

#continuing a.title {
  font-family: "UBold",helvetica,arial,sans-serif;
}

#continuing span.detail {
  color: #8C8D8E;
}

#faceting {
  color: #8C8D8E;
}

a.defilter {
  padding-left: 13px;
  font-family: "UBold",helvetica,arial,sans-serif;
  background: transparent url(/images/furniture/detag.png) no-repeat 0 1px;
}

div.preview {
  overflow: hidden;
}

.pagination {
  display: inline;
  float: left;
  width: 630px;
  margin: 0;
  background-color: white;
  overflow:hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pagination a, .pagination span {
  display: inline;
  float: left;
  position: relative;
  border-left: 1px solid #F1F0EE;
  overflow: hidden;
  padding: 10px 14px;
  line-height: 1;
}
.pagination a:hover {
  background-color: #be0f34;
  color: white;
}
.pagination .disabled {
  color: #afafaf;
}
.pagination .current {
  color: #4d4e53;
  font-family: "UBold", helvetica, arial, sans-serif;
}
.pagination .prev_page {
  border-left: none;
}
.pagination a.next_page {
  float: right;
}

#map_canvas {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 600px;
}

ul.cloud {
  padding: 0;
  margin: 10px;
  line-height: 1.1;
}

ul.cloud li {
  display: inline;
  font-size: 140%;
}

ul.cloud li a {
  padding: 3px 6px 3px 0;
  color: #4d4e53;
}

ul.cloud li a:hover {
  color: #be0f34; 
}


/* adapting features to populate the scrapbook */

#miscellany {
  position: relative;
}

div.feature .image {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
}

div.feature .content {
  position: relative;
  overflow: hidden;
  margin: 10px;
}

div.feature.wide {
  overflow: hidden;
  height: auto;
}

div.feature.wide .image {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

div.feature.wide.grid_12 .image {
  width: 630px;
}

div.feature.wide.grid_12 .content {
  margin-left: 640px;
}

div.feature.wide.grid_8 .image {
  width: 400px;
}

div.feature.wide.grid_8 .content {
  margin-left: 410px;
}




div.feature.tall {
  height: 430px;
}

div.feature.tall .image {
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background-position: center center;
  background-repeat: no-repeat;
}

div.feature.small {
  height: 210px;
}

div.feature.small .image {
  top: 0;
  left: 0;
  width: 100%;
  height: 122px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background-position: center center;
  background-repeat: no-repeat;
}






div.feature p {
  margin: 10px;
  overflow: hidden;
}

div.feature .content p {
  margin-top: 0;
}

p.quote {
  font-size: 140%;
  color: #4d4e53;
  line-height: 1.2;
}

p.quote.big {
  font-family: "UBold",helvetica,arial,sans-serif;
  font-size: 150%;
}

p.quote.giant {
  font-size: 280%;
}

.speaker {
  font-family: "ULight",helvetica,arial,sans-serif;
  display: block;
  color: #afafaf;
}

.speaker a {
  color: #8c8d8e;
}

.speaker a:hover {
  color: #be0f34;
}

.caption {
  display: block;
  color: #4d4e53;
}

.announcement {
  display: block;
  padding: 10px; 
  font-size: 140%;
}

