/* --- B L O C K Q U O T E S --- */

blockquote {
  border-radius  : 3px;
  border         : 1px solid #EEE;
  border-left    : 10px solid #DDD;
  background     : #F9F9F9;
  margin-top     : -18px;
  padding        : 0.5em 10px;
  quotes         : "\201C""\201D";
}

blockquote:before {
  color          : #ccc;
  content        : open-quote;
  font-size      : 4em;
  line-height    : 0.1em;
  margin-right   : 20px;
  vertical-align : -0.4em;
}

blockquote p:before {
  content: "\2014 ";
}

blockquote p {
  display: inline-block;
  text-align: right;
  width: 100%;
}

.cc-blockquote {
  margin-left    : 3px;
  margin-right   : -3px;
  margin-top     : 0px !important;
}

.cc-quote {
  margin-top     : 0px !important; 
}

/* ----------------------------- */

.honoree p {
  min-height: 3em;
}

.rightnav span {
  color           : #333;
  font-size       : 12px;
  text-decoration : none;
}