body {
    background: #e2e2e2;
    margin: 0;
    padding: 0;
    color: #444;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page {
    background: #fff;
    max-width: 1000px;
    margin: 2em auto;
    padding: 0 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header#branding {
    padding-top: 2em;
}

#site-title a {
    color: #111;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
}

#site-description {
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 1.5em;
}

nav#access {
    background: #111;
    margin: 0 -40px;
}

nav#access ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav#access li {
    display: inline-block;
}

nav#access a {
    color: #eee;
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 13px;
}

nav#access li.current_page_item a {
    background: #333;
    font-weight: bold;
}

#main {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

#primary {
    width: 68%;
    padding-right: 4%;
}

#secondary {
    width: 28%;
}

.post {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.sticky {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
}

.entry-title a {
    color: #222;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.entry-format {
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
}

.entry-meta {
    font-size: 12px;
    color: #777;
    margin: 5px 0 15px;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
    border: 1px solid #ccc;
    padding: 4px;
    max-width: 300px;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #666;
    letter-spacing: 1px;
}

.widget ul {
    list-style: square;
    padding-left: 18px;
    color: #21759b;
}

.widget ul li {
    margin-bottom: 8px;
}

.widget a {
    text-decoration: none;
    color: #21759b;
}

#supplementary {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    font-size: 13px;
}

#supplementary .widget-area {
    width: 30%;
}

#site-generator {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    font-size: 12px;
    color: #999;
}
/* Navigation for single posts */
#nav-single {
    overflow: hidden;
    margin-bottom: 20px;
}
#nav-single .nav-previous {
    float: left;
    width: 50%;
}
#nav-single .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#nav-single a {
    text-decoration: none;
    color: #21759b;
    font-size: 13px;
}

/* Metadata Footer for single post */
.single-post footer.entry-meta {
    background: #f9f9f9;
    padding: 15px;
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    margin-top: 20px;
    border: 1px solid #eee;
}

/* Comments Section */
#comments {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
#reply-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.must-log-in {
    font-size: 13px;
    font-style: italic;
    color: #555;
}