html,body
{
    background: #e4e4e4;
}

#body
{
    padding-bottom: 100px;
    main
    {
        h1
        {
            font-size:30px;
            padding-bottom: 20px;
            font-weight: 100;
            color:#333;
            border-bottom: 1px solid #ccc;
            line-height: 150%;
        }
        time
        {
            display: block;
            padding:10px 0 30px 0;
            font-size: 14px;
            color:#999;
            text-align: right;
        }
        #main-photo
        {
            display: block;
            margin-bottom: 50px;
            img
            {
                display: block;
                width: 100%;
            }
        }
        #description
        {
            padding:20px;
            margin-bottom: 50px;
            background: #fff;
            border-radius: 20px;
            line-height: 150%;
            letter-spacing: 2px;
        }
        #content
        {
            font-size: 0.9em;
            color:#333;
            letter-spacing: 2px;
            line-height: 150%;
            p
            {
                padding:10px 0;
            }
            h2,h3,h4,h5
            {
                padding:5px 10px;
                border-left: 2px solid $main-color;
                font-size:1.2em;
                color:$main-color;
                margin:10px 0;
            }
            a
            {
                color:$main-color;
                transition-duration:.5s;
                &:hover
                {
                    color:#333;
                }
            }
        }
    }
}
