﻿#article {
    margin: 0.5em;
}

    #article .h1 {
        color: grey;
    }

    #comments .dm-grey {
        font-size: 10px;
    }

    #article > div {
        margin-bottom: 1em;
    }

        #article > div:last-child {
            margin-bottom: 0;
        }

#authorName {
    vertical-align: middle;
}

    #authorName a {
        color: #652d90;
        font-weight: bold;
    }

.article-social {
    text-align: right;
}

.article-social > span > :last-child {
    clear: both;
}

#article span.title {
    font-size: 3em;
}

#article span.subtitle {
    font-size: 2em;
    color: grey;
}

#article-body p {
    text-align: justify;
    font-size: 1.2em;
    font-family: verdana, sans-serif;
}

#article-body h1 {
    font: 2em verdana, sans-serif;
}

#article-body h2 {
    font: bold 1.5em verdana, sans-serif;
}

#article-body ul > li {
    list-style: disc;
    font: 1.2em verdana, sans-serif;
    margin-left: 2em;
    line-height: 1.5;
}

#article-body ol > li {
    list-style: decimal;
    font: 1.2em verdana, sans-serif;
    margin-left: 2em;
    line-height: 1.5;
}

#chapters {
    clear: both;
}

    #chapters ol {
        text-align: center;
    }

    #chapters li {
        display: inline-block;
    }

.article-summary {
    padding: 0 1em;
    margin-bottom: 1.5em;
}

#article-summaries > :last-child {
    margin-bottom: 0;
}

#PostReplyPanel .mce-panel {
    border: none !important;
    border-radius: 0.5em !important;
    background-color: white !important;
}

#PostReplyPanel .mce-edit-area {
    border: 0.1em solid darkgrey !important;
}

#PostReplyPanel .mce-tinymce iframe {
    border-radius: 0.5em;
}

#PostReply, #dummy {
    margin-top: 0.75em;
}

#second-social {
    padding-top: 1em;
    text-align: right;
}

#widget_table_30551 {
    width: auto !important;
}

#widget_table_30551 td {
    padding: 0 0.5em !important;
}

#widget_table_30551 a {
    color: indigo !important;
}

#FacebookLoggedInPanel {
    padding-top: 1.3em;
}

#slideshowSlider{
    max-height: 500px; 
    overflow: hidden; 
    list-style: none; padding: 0; margin: 0;
}

#slideshowSlider img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 337px;
}

#slideshowSlider > li > div:nth-child(2) {
    margin: 1em 0;
}

.slideshowTitle {
    font-size: 2em;
}

.slideshowTitle > span:first-child {
    padding-right: 0.5em;
    color: indigo;
}

.slideshowDescription{
    font-size:1em;
}

#articleSlideshow{
    display:none;       
}

#slideshowContainer {
    border: 0.1em solid indigo;
    border-radius: 1em;
    padding: 1.4em;
    position: relative;
    background-color: #f8f0fd;
}

#slideshowStart{
    text-align:center;
}

#slideshowActions{
    text-align:center;
}

.slideshowPage {
    float: right;
    font-size: 0.8em;
    margin-right: 3.5em;
    margin-top: 0.1em;
}

#slideshownextImage, #slideshowpreviousImage {
    font-size: 1.6em;
    padding: 0 0.2em;
    margin-top: 0.2em;
    border-radius: 0.2em;
}

#slideshownextImage > span, #slideshowpreviousImage > span {
    font-size: 1em;
}

#slideshowNavButtons{
    position: absolute;
    right: 1.5em;
}

/*.comment-header, .comment-content {
    font-family: Verdana, sans-serif;
    font-size: 1.2em;
}

.comment-header span {
    font-size: 1em;
}*/

.column-heading {
    border-bottom: 0.3em solid #f89921;
    padding: 1em 0 0.5em 0;
    margin-bottom: 1em;
}

    .column-heading span:first-child {
        font-size: 2.5em;
        color: indigo;
    }
