/*
 * Site Toolkit — Drop Cap styles
 * Matches the original Drop Cap Shortcode plugin CSS exactly.
 */
span.dropcap {
    display: inline;
    margin: 0;
    padding: .25em .08em 0 0;
    line-height: .4em;
    font-size: 3.2em;
    font-family: "Georgia", "Times New Roman", "Trebuchet MS", "Lucida Grande";
    text-transform: capitalize;
    color: #c30;
    float: left;
}
