/* 
Theme Name: BIBLE
Description: A study Bible-inspired WordPress theme
Version: 1.0
Author: Your Name
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 12pt;
    line-height: 1.6;
    color: #000;
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* Typography Hierarchy */
h1, .site-title {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 14pt;
    font-weight: 600;
    color: #000;
    margin-bottom: 1em;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.site-navigation {
        display: none !important;
    }

.site-title a {
    color: #000;
    text-decoration: none;
}

.site-title a:hover {
    text-decoration: underline;
}

h2, .entry-title {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 14pt;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5em;
    text-align: center;
}

.entry-title a {
    color: #000;
    text-decoration: none;
}

.entry-title a:hover {
    text-decoration: underline;
}

h3, h4, h5, h6 {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 12pt;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5em;
}

/* Bible Text Continuous Layout for Main Page */
.bible-text-continuous {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 12pt;
    line-height: 1.8;
    color: #000;
    text-align: justify;
    text-indent: 1.5em;
    margin-bottom: 2em;
}

.bible-verse {
    display: inline;
}

.verse-link {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.verse-link:hover {
    text-decoration: underline;
}

/* Main Content - Bible Text Style */
.entry-content {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 12pt;
    line-height: 1.8;
    color: #000;
    margin-bottom: 2em;
    text-align: justify;
    text-indent: 1.5em;
}

.entry-content p {
    margin-bottom: 1em;
}

.entry-content p:first-child {
    text-indent: 0;
}

/* Bible Verse Reference */
.bible-verse-ref {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 12pt;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
    font-style: italic;
}

/* Site Description */
.site-description {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 12pt;
    text-align: center;
    margin-bottom: 1em;
    font-style: italic;
    color: #666;
}

/* Comments Section - Footnote Style */
.comments-area {
    margin-top: 3em;
    border-top: 1px solid #000;
    padding-top: 2em;
}

.comments-title {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 12pt;
    font-weight: 600;
    margin-bottom: 1em;
    text-align: center;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

.comment-body {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 10pt;
    line-height: 1.4;
    color: #333;
}

.comment-author {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 10pt;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.comment-meta {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 9pt;
    color: #666;
    margin-bottom: 0.5em;
}

.comment-content {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 10pt;
    line-height: 1.4;
    color: #000;
}

.comment-number {
    font-weight: bold;
    margin-right: 0.5em;
}

/* Comment Form */
.comment-respond {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #ccc;
}

.comment-reply-title {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 12pt;
    font-weight: 600;
    margin-bottom: 1em;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 10pt;
    width: 100%;
    padding: 8px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 10pt;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5em;
}

.form-submit input {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 10pt;
    padding: 8px 16px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.form-submit input:hover {
    background: #f0f0f0;
}

/* Navigation */
.main-navigation {
    text-align: center;
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    display: inline-block;
    margin: 0 1em;
}

.main-navigation a {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 12pt;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.main-navigation a:hover {
    border-bottom: 1px solid #000;
}

/* Post Meta */
.entry-meta {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 10pt;
    color: #666;
    text-align: center;
    margin-bottom: 1em;
}

/* Pagination */
.navigation {
    text-align: center;
    margin-top: 2em;
}

.navigation a,
.navigation span {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 12pt;
    padding: 0.5em 1em;
    margin: 0 0.25em;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    background: #fff;
}

.navigation a:hover {
    background: #f0f0f0;
}

.navigation .current {
    background: #000;
    color: #fff;
}

/* Footer */
.site-footer {
    margin-top: 3em;
    padding-top: 2em;
    border-top: 1px solid #ccc;
    text-align: center;
}

.site-info {
    font-family: 'Crimson Text', 'Times New Roman', serif;
    font-size: 10pt;
    color: #666;
}

/* Responsive Design */
@media screen and (max-width: 600px) {
    body {
        padding: 10px;
        font-size: 11pt;
    }
    
    h1, .site-title {
        font-size: 13pt;
    }
    
    h2, .entry-title {
        font-size: 13pt;
    }
    
    .entry-content {
        font-size: 11pt;
        text-indent: 1em;
    }
    
    .comment-body {
        font-size: 9pt;
    }
    
    .main-navigation li {
        display: block;
        margin: 0.5em 0;
    }
}

/* Print Styles */
@media print {
    body {
        font-size: 10pt;
        max-width: none;
        margin: 0;
        padding: 0;
    }
    
    .main-navigation,
    .comment-respond {
        display: none;
    }
    
    .comments-area {
        page-break-before: always;
    }
}
header .site-title {
    border-bottom: none;
}