.pullQuote, .pullQuoteRight, .pullQuoteLeft
{
  background: #f6f6f6;
  color: #993300;
  font: italic 14px/150% Georgia, serif;
  float: right;
  margin: 0 0 10px 15px;
  padding: 10px;
  width: 180px;
}

.pullQuoteLeft
{
  float: left;
  margin: 0 15px 10px 0;
}

.pullQuote p, .pullQuoteLeft p, .pullQuoteRight p
{
  margin-top: 0;
}

/*= pullquote
---------------------------------------------------------- */
.pullquote
{
  background: #f6f6f6;
  border-top: 4px solid #fff;
  color: #993300;
  font: italic 14px/150% Georgia, serif;
  float: right;
  margin: 0 0 10px 15px;
  padding: 10px;
  width: 180px;
}

.pullquote p
{
  margin-top: 0;
}

.pullquote-alt
{
  background: #f6f6f6;
  border-top: 4px solid #fff;
  color: #993300;
  font: italic 14px/150% Georgia, serif;
  float: left;
  margin: 0 15px 10px 0;
  padding: 10px;
  width: 180px;
}

.pullquote-alt p
{
  margin-top: 0;
}