#layout
{
    margin: 0 auto;
    font-size: 13px;
    padding: 20px;
}

a
{
    color: #000;
    border-bottom: 1px solid #f00;
    text-decoration: none;
}

a:hover
{
    color: #f00;
}

    #layout > header ul li, #layout > header h1
    {
        float: right;
        margin: 0 0 20px 10px;
    }

    #layout > header a
    {
        border: 0;
    }

article
{
    clear: both;
    margin-bottom: 30px;
}

article h1
{
    font-size: 32px;
    font-weight: normal;
}

    article h1 a
    {
        color: #000;
        text-decoration: none;
        border: none;
    }

    article time
    {
        color: #b5b5b5;
        text-decoration: none;
        margin: -5px 0 15px 0;
        display: block;
    }

    article pre
    {
        margin-bottom: 20px;
        white-space: pre;
    }

article section h1
{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

article p
{
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 10px;
}

    article p img
    {
        margin: 0 auto;
        display: block;
    }

    article blockquote
    {
        padding: 5px 0 5px 10px;
        font-style: italic;
        color: #666;
        border-left: 1px solid #ccc;
        margin-bottom: 10px;
    }

    article blockquote p:last-child
    {
        margin: 0;
    }

@media only screen and (min-width:768px)
{

    #layout
    {
        padding: 40px 0 0 0;
        width: 550px;
    }

}

@media only screen and (min-width:1024px)
{

    article time
    {
        float: left;
        width: 130px;
        margin: 0 0 0 -140px;
        text-align: right;
    }

}

