img.float-left {
    float: left;
    margin-right: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
}

img.float-right {
    float: right;
    margin-left: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
}

p.pull-out {
    color: #FF6C00;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.3em;
/*    padding: 7px 12px 7px 12px; */
}

p.quote {
    font-size: 1.2em;
    color: #DF4787;
    line-height: 1.5em;
}

p.quote:before, p.quote:after {
    font-size: 4em;
    display: block;
}

p.quote:before {
    content: open-quote;
    height: 0;
    margin-left: -0.3em;
}

p.quote:after {
    content: close-quote;
    height: 10px;
    margin-top: 8px;
}


#right-sidebar p.quote:after {
    margin-left: 160px;
}

#right-sidebar p.quote, #right-sidebar p.cite {
    padding-left: 15px;
    padding-right: 25px;
}

p.cite {
    color: #DF4787;
}

