﻿@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@500&family=Mulish&display=swap');

/*!

    This XWord Info CSS file (c) 2010-2024 by Jim Horne.
    All rights reserved.

*/

/*
    Blogs.CSS

    Styles for Blogs.aspx.
*/

h2 {
    margin-top: 20px;
}

#jumps {
    margin-left: 25px;
    display: grid;
    grid-template-columns: max-content max-content 1fr;
    grid-column-gap: 25px;
    overflow-x: auto;
}

#jumps .time {
    color: gray;
    font-style: italic;
    font-size: smaller;
}

#results {
    font-family: Mulish, sans-serif;
    font-size: 12pt;
    line-height: 125%;
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 240px;
}

.reading {
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 40px;
    color: var(--xRed);
}

.blogread, .blogunread {
    font-weight: bold;
    line-height: 150%;
}

.blogunread {
    color: gray;
}

.blogread {
    color: green;
}

.fine {
    margin-top: 30px;
    font-size: 11pt;
}

.post {
    border: 1px solid darkgreen;
    padding: 13px 8px;
    background-color: white;
    max-width: 750px;
    margin: 30px 0 0 auto;
    border-radius: 7px;
    box-shadow: var(--xBoxShadow);
    overflow: hidden;
}

    .postImg {
        padding: 6px 0;
        max-width: 100% !important;
    }

    .elapsed {
        float: right;
        font-size: 10px;
        color: #888;
        font-weight: normal;
    }

    .post img {
        margin: 4px;
        max-width: 100% !important;
        max-height: 500px !important;
        height: auto;
    }

    .post iframe {
        max-width: 100% !important;
    }

    .post br {
        clear: none;
    }

    .post p {
        margin-bottom: 0;
        margin-top: 14px;
    }

    .post hr {
        margin-top: 6px;
        margin-bottom: 0;
    }

    .post .adsbygoogle {
        display: none !important;
    }

    .post ul {
        margin-left: -16px;
    }

.fiend .wp-caption {
    margin: 15px 0 5px 7px;
}

.fiend .wp-caption-text {
    display: none;
}

.fiendLink {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}

.divider {
    margin: 55px 0 10px 0;
    height: 3px;
    background-color: darkblue;
    border: 1px solid green;
}

.blogtitle {
    font-size: 22pt;
    margin-top: 12px;
    margin-bottom: 6px;
    line-height: 120%;
    color: var(--xRed);
    font-weight: bold;
}

    .blogtitle a {
        color: var(--xRed);
    }

.subtitle {
    font-style: italic;
    margin-top: 20px;
}

.posttitle {
    font-size: 14pt;
    margin-bottom: 5px;
    line-height: 150%;
    font-weight: bold;
}

.summary {
    margin-top: 20px;
    line-height: 145%;
    color: darkgreen;
    font-style: italic;
    font-size: 14px;
}

    .summary a {
        font-weight: bold;
    }

.intro {
    padding-bottom: 12px;
    border-bottom: 1px dashed darkgreen;
}

.content {
    margin: 20px 15px 0 20px;
    line-height: 145%;
}

.subtext {
    font-size: 10pt;
    color: gray;
    margin-top: 2px;
}

.category {
    font-size: 10pt;
    color: gray;
    margin-top: 12px;
}

.adminpan {
    float: right;
}

/* Styles for xwordblog */

.quote1 {
    font-family: monospace;
    padding: 5px 9px;
    border: 1px solid gray;
    background-color: #f9f9f9;
    border-radius: 7px;
}

.quote2 {
    padding: 5px 9px;
    border: 1px solid gray;
    background-color: #fffff0;
    border-radius: 7px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

@media (max-width: 700px) {
    #pagecontent {
        padding: 8px;
    }

    #results {
        font-size: 11pt;
    }

    .content {
        margin: 30px 0 0 0;
    }

    .blogtitle {
        font-size: 18pt;
    }

    .posttitle {
        font-size: 12pt;
    }
}
