*
{
    font-family: 'Source Sans Pro', sans-serif;
}

body
{
    margin: 0px;
}

a
{
    text-decoration: none;
}

.header
{
    background-color: #fafafa;
    padding: 15px;
}

.header a
{
    font-family: 'Slabo 13px', serif;
    font-size: 1.4em;
}

.content
{
    margin: 0px 100px 0px 50px;
    font-size: 1.3em;
}

#title h1
{
    font-size: 1.5em;
    margin: 0px;
}

#text h1
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    margin-top: 30px;
    text-align: center;
}

#text h2
{
    font-size: 1.1em;
}

.content img
{
    max-width: 100%;
}

.post
{
    margin: 20px 0px 30px 10px;
    border-bottom: 1px solid;
    padding: 0px 10px 0px 10px;
}

.unpublished
{
    background-color: #DAF7A6;
}

.post #date
{
    font-style: italic;
    font-size: 0.7em;
}

.post #text
{
    display: block;
    padding: 0px 0px 0px 10px;
}

.post #text .readmore
{
    text-decoration: none;
    font-style: italic;
    font-size: 0.7em;
}

.pagination
{
    text-align: center;
    font-size: 1.2em;
}

.pagination a
{
    padding: 8px 16px;
    border: 1px solid #ddd;
    transition: background-color .3s;
    text-decoration: none;
}

.pagination .active
{
    margin-right: 4px;
    padding: 8px 16px;
    border: 2px solid #ddd;
}

.pagination a:hover:not(.active)
{
    background-color: #ddd;
}

.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

blockquote
{
    background-color: #fbfef6;
    padding: 0px 10px 0px 10px;
    max-height: 400px;
    overflow-y: auto;
}

blockquote p
{
    white-space: pre-wrap;
    line-height: 1;
}

pre
{

    border: 1px solid #ddd;
    background-color: #ebfef6;
    border-radius: 2px;
    color: #444;
    padding: 10px;
    padding-left: 20px;
}

code
{
    font-family: 'Source Code Pro', monospace;
    font-size: 0.8em;
}