﻿/* Michael V. Khalsa
 * Styling for articles and blogs
 * for websites using OmniChannel Commerce by Silver Earth
 * Universal atomic styling helpers are in their own style sheet.
 */

/*********** Sidebar ***********/

.side-bar {
    padding-left: 20px;
}

.side-bar ul {
    background-color: #fff; /*#d18626;*/
}

.side-bar ul li {
    background-color: white;
}

.side-bar ul li a {
    color: #8e5606;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: purple;
    background-color: #eeeeee;
}

/************** MISC ******************/

.article-bio-sign {
    color: maroon;
    margin-top: 0px;
    padding-top: 0px;
}

.summary-text {
    font-family: 'Droid Serif', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
}

/************** LINKS ****************/
.article-grid-item a {
    color: #c18b2f;
}

    .article-grid-item a:hover {
        color: #2f4bcf;
    }

/********** TITLES and HEADER *************/

.subhead {
    color: #c18b2f;
}

.article-group-caption-container {
    text-align: center;
    border-bottom: 1px solid #7d1b09;
    padding-bottom: 4px;
    margin-bottom: 24px;
}

.article-group-caption {
    text-align: center;
    font-weight: bold;
}

.article-title-sub {
    text-transform: none;
    line-height: 50px;
}

.article-header {
    margin-top: 12px;
    margin-bottom: 20px;
}

.article-header-author {
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    color: #c18b2f;
}

.article-header-date {
    color: gray;
}

.article-title {
    color: #8e5606;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.next-article-prompt {
    margin-top: 10px;
    font-weight: bold;
    color: #c18b2f;
}

/************ IMAGES and IMAGE CAPTIONS ***********/

.opening-image {
    margin-bottom: 30px;
}

.full-width-image {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pull-left > img {
    margin-right: 15px;
}

.pull-right > img {
    margin-left: 15px;
}

img.pull-left {
    margin-right: 15px;
}

img.pull-right {
    margin-left: 15px;
}

img.alignleft {
    float: left !important;
    margin-right: 15px;
}

img.alignright {
    float: right !important;
    margin-right: 15px;
}

.photo-caption {
    text-align: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: .85em;
    color: #8e5606;
    margin-top: 0px;
}

.photo-caption-center {
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: .85em;
    color: #8e5606;
    margin-top: 0px;
}

/*************** ARTICLE TEXT STYLING ******************/

article p {
    font-family: 'Droid Serif', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    margin-top: 1.5em;
}

article.interview p {
    font-family: 'Droid Serif', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    margin-top: 1.1em;
}

.first {
    margin-top: 0px;
}

.interview-question {
    margin-top: 40px;
}

article ol {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.poetry p {
    margin-left: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 28px;
    font-size: 1.3em;
}

.poetry-center-large p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 28px;
    font-size: 2em;
    text-align: center;
}

article h2 {
    color: #c18b2f; /*#ab690b;*/
    margin-top: 50px;
    font-weight: bold;
}

article h3 {
    color: #c18b2f; /*#ab690b;*/
    margin-top: 50px;
    font-weight: bold;
}

.article-standout {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    color: maroon;
}

.article-standout-color {
    color: #15085a; /*:#15085a; :#1d78c3;*/
}

.article-standout2 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    /*padding-left:50px;
    padding-right:50px;*/
    /*margin-left:25px;
    margin-right:25px;*/
    margin-top: 40px;
    margin-bottom: 40px;
    color: #ba1111; /*:#690707; #15085a;*/
}

.article-side-text {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    color: #1123a7; /*#1d78c3;*/
    font-weight: bold;
    padding-top: 20px;
    /*padding-left:30px;
    padding-right:30px;*/
    padding-bottom: 20px;
}

@media (min-width: 767px) {
    .article-standout {
        padding-left: 50px;
        padding-right: 50px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .article-standout2 {
        padding-left: 50px;
        padding-right: 50px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .article-side-text {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .article-standout {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/***************** FOOTNOTES **************/

.footnotes {
    margin-top: 60px;
}

.footnote-header {
    color: #c18b2f; /*#ab690b;*/
    text-transform: lowercase;
    font-style: italic;
}

.footnote-ref {
    font-size: .75em;
    vertical-align: super;
}

.footnotes ol p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: .85em;
}

.footnotes h3 {
    font-size: 1.2em;
}