
.quote {
  padding: 2em 1em;
  font-size: 1.5em;
}

.quote strong {
  color: #000;
}

.quote figure {
  margin: 0 auto;
  text-align: left;
  background-image: url(../../images/lefthand-quote.png);
  background-repeat: no-repeat;
  padding-left: 130px;
  font-size: 1.1em;
}

.quote figure blockquote {
  font-family: georgia, serif;
  font-size: .9em;
}

.quote figure:after {
  content: '';
  display: block;
  clear: both;
}

.quote figcaption {
  font-size: .8em;
  margin-top: 0.4em;
  text-align: right;
  font-weight: bold;
}

.quote figcaption:before {
  content: "\2014\00a0";
}

.quote.post-author blockquote {
  font-weight: bold;
  font-size: 1.2em;
}

.quote.post-author figcaption:before {
  content: "";
}

.quote img {
  float: left;
  margin-right: 2em;
  width: 175px;
  vertical-align: middle;
}
