html
{
    height: 100%;
}

body
{
    font: 16px sans-serif;

    height: 100%;
    margin: 0;
    padding: 0;

    color: rgba(0, 0, 0, .8);
    background: #fff;
}

.wrapper
{
    position: relative;

    min-width: 900px;
    min-height: 100%;
}

.main
{
    box-sizing: border-box;
    width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.content
{
    padding: 0 20px 20px 20px;
}

.header
{
    position: relative;
    z-index: 10;

    margin-bottom: 10px;
}

/**
 * Default elements
 */
a
{
    text-decoration: underline;

    color: rgba(0, 0, 0, .8);
}

a:hover
{
    text-decoration: none;
}

article
{
    font-family: serif;
    line-height: 28px;
}

p
{
    margin: 0 0 1em 0;
}

iframe,
twitterwidget
{
    display: block;

    margin: 0 auto 1em;
}

iframe
{
    border: none;
}

h1,
h2,
h3
{
    color: rgba(0, 0, 0, .8);
}

h1
{
    font-size: 30px;

    margin: 0 0 20px 0;
}

h2
{
    font-size: 24px;

    margin: 0 0 15px 0;
}

h3
{
    font-size: 20px;

    margin: 0 0 10px 0;
}

figure
{
    margin-bottom: 20px;

    text-align: center;
}

figure img
{
    border: 1px solid #ccc;
    border-radius: 3px;
}

figcaption
{
    font: 12px 'Lucida Grande', Verdana, serif;
    font-style: italic;
}

pre
{
    width: 70%;
    margin-left: 15%;
    padding: 10px;

    word-wrap: break-word;

    background: #ccc;
}

code
{
    font: 16px Menlo, Courier, monospace;
}

blockquote
{
    margin: 0 20px 20px;
    padding: 0 10px;

    border: solid 1px #ccc;
    border-radius: 3px;
}

button
{
    padding: 6px 12px;

    color: rgba(0, 0, 0, .8);
    border: solid 1px rgba(0, 0, 0, .8);
    border-radius: 3px;
    outline: none;
    background: #fff;;
}

button:hover
{
    background: #ccc;
}

/**
 * Elements
 */
.canvasModel
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

#stats
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

/**
 * Menu
 */
.menu
{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
}

.menu__list
{
    display: inline-block;

    margin: 0;
    padding: 0 15px;

    background: rgba(255, 255, 255, .25);
}

.menu__arrow
{
    display: inline-block;

    text-decoration: none;
}

.menu__list-item
{
    display: inline-block;

    margin: 0;
}

.menu__list-item::before
{
    content: '\2022';
}

.menu__list-item:first-child::before
{
    display: none;
}

.menu__list-item-link
{
    line-height: 50px;

    text-decoration: none;
}

.menu__list-item.active .menu__list-item-link,
.menu__list-item-link:hover
{
    color: red;
}

/**
 * Post
 */
.post
{
    margin-bottom: 20px;
}

.postList__year
{
    margin: 25px 0 15px 0;
}

.postList__item
{
    margin-bottom: 15px;
}

.postList__item-date
{
    font-size: 12px;
    font-style: italic;
}

/**
 * Footer
 */
.footer
{
    font-size: 16px;
    line-height: 50px;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    box-sizing: border-box;
    width: 1000px;
    height: 50px;
    margin: 0 auto;

    text-align: center;

    color: rgba(0, 0, 0, .8);
}
