
/*Dropcap shortcode*/

span.dropcap {
  display: inline;
  margin: 0;
  padding: .26em .08em 0 0;
  padding: 0.26em 0.08em 0.2em 0.00em;
  font-size: 3.8em;
  line-height: .4em;
  text-transform: capitalize;
  color: #c30;
  font-family: Georgia, Times New Romans, Trebuchet MS, Lucida Grande;
}

/*Pull Quotes shortcode*/
.simplePullQuote {
  width: 200px;
  float: right;
  border-top: 3px #868686 solid;
  border-bottom: 3px #868686 solid;
  background: top left no-repeat url(../images/quote.png);
  text-indent: 10px;
  padding: 6px;
  margin: 10px 0 10px 10px;
  -webkit-box-shadow: 7px 7px 8px 0px rgba(129,129,129,1);
  -moz-box-shadow: 7px 7px 8px 0px rgba(129,129,129,1);
  box-shadow: 7px 7px 8px 0px rgba(129,129,129,1);
}
