/**
 * These are the styles that are used INSIDE of a blog item/post.
 *
 * The skin should include this into its design,
 * but this should ALSO be included in the backoffice when viewing/editing posts.
 */


p {
margin-top: 0px;
margin-bottom: 15px;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dotted #999;
}

* html acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
    border: 2px dotted #ccc;
    background-color: #eee;
    margin: 1em 2em;
    padding: 0 1ex;
}

.center {
text-align: center;
}

a img, img a {
border: none;
}

