/* Global Styles for Elements
 * This allows users to always overwrite these and
 * this file should NOT be for styles that change the
 * design or visual appeal of elements. Only for the
 * general structure */

/* Featured Article Element - article_featured.php */
.bw-featured-article {
    float: left;
    width: 100%;
}.bw-featured-article .bw-article {
    padding: 15px;
    border: 1px solid #ddd;
}.bw-featured-article .bw-article-title {
    font-size: 1.2em;
}.bw-featured-article .bw-article-bylinedate {
    font-size: 0.9em;
    color: #555;
}.bw-featured-article .bw-article-summary p {
    margin: 6px 0;
}.bw-featured-article .bw-article-summary-image,
.bw-featured-article .bw-article-summary-image img {
    width: 100%;
    max-width: 150px;
}.bw-featured-article .bw-article-summary-image-caption {
    font-size: 0.8em;
    color: #555;
    text-align: center;
    padding: 4px;
}.bw-featured-article .bw-article-readmore a {
    background: #eee;
    border: 1px solid #ddd;
    padding: 8px;
    text-decoration: none;
    display: inline-block;
}
