.pquote {
    float: right;
    width: 200px;
  background: url(images/left-quotation-mark.png) top left no-repeat;
       color: #030;
    font-size: 26px;
    line-height: 0.9;
    font-style: italic;
    padding: 13px;
}

blockquote {
    margin: 0;
}

.pquote p:first-letter {
    font-size: 39px;
    font-weight: bold;
}



/*side bar border*/
div#secondary {
    border-right: solid 2px lightgray;
    padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}