body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
}

#menu {
    float: left;
    margin-top: 30px;
    margin-right: 20px;
    text-align: left;
    width: 150px;
    font-family: -apple-system, BlinkMacSystemFont, 'Source Sans Pro', sans-serif;
}

#menu .title {
    font-weight: bold;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li {
}

#menu li a {
    display: inline-block;
    color: #0864c7;
}

#left {
    height: 1px;
    float: left;
    display: block;
    min-width: 0;
    overflow: hidden;
    width: 200px;
    margin: 0;
    padding: 0;
}

#content {
    margin-top: 15px;
    float: left;
    width: 500px;
}


.content .title {
}
#content h1, #content h2, #content h3 {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
}

#content h2 {
    margin-top: 2em;
}

#content .byline, #content .byline a, #content .note {
    font-size: 10px;
    color: #aaa;
}

#content p, #content ul {
    color: #333;
    line-height: 18px;
}

#content sup.note {
    display: inline-block;
    margin-top: -5px;
}

#content p.notop {
    margin-top: 0;
}



#content li {
    margin-bottom: 0.7em;
}

.contact-misc-list {
    list-style-type: none;
    margin-bottom: 0.7em;
    padding: 0;
}

.post + .post {
    margin-top: 50px;
}

.post-item {
    list-style-type: none;
}

.content-container {
    text-align: left; /* Aligns content to the left */
    margin: 0 auto;   /* Centers the container */
    max-width: 800px; /* Optional: Set a max width */
}

.page-title {
    margin-bottom: 0.7em; /* Adds spacing between the title and the list */
}

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