.article-page-container {
    background-color: #eee;
    padding-top: 25px;
    padding-bottom: 25px;
    
}

.article-meta {
    background-color: #6b2427;
    display: block;
    color: white;
    padding: 5px 5px 5px 20px;
    margin-left: -7px;

    position: relative;
    font-weight: 800;
    
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    
    letter-spacing: 1px;
}

.article-meta:before {
    content: "";
    position: absolute;

    left: -1px;
    bottom: -8px;

    border-style: solid;
    border-width: 0 7px 7px 0;

    width: 0px;
    height: 0px;

    border-color: transparent #380000 transparent transparent;
}

.article-container {
    box-shadow: 0px 0px 5px 0px #000000;
    background-color: white;
    color: #000;
}

.article-container p {
    font-family: 'Georgia', serif;
}

.article-page-article-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Halant', sans-serif;
}

.article-container p:nth-child(1)::first-line {
    font-variant: small-caps;
    font-size: 1.5em;
}

.featured-image-container .image-attribution {
    font-size: 0.62em;
    text-transform: uppercase;
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 2px 2px 0;
    background: rgba(0, 0, 0, .6);
}

.featured-image-container .image-attribution a {
    color: #FFF;
}

