﻿.Blog .MainSection
{
    float: left;
    width: calc(100% - 260px);
}

.Blog .RightBar
{
    float: right;
    width: 250px;
    margin: 10px 0;
}

    .Blog .RightBar .Section
    {
        border-top: 6px solid #EEEEEE;
        clear: right;
        float: right;
        margin-top: 15px;
        padding: 5px 0 10px;
        width: 100%;
    }

        .Blog .RightBar .Section.EntryMonths a, .Blog .RightBar .Section.ShellAll a
        {
            clear: both;
            float: left;
            margin-bottom: 15px;
        }

            .Blog .RightBar .Section a.Selected,
            .Blog .RightBar .Section.EntryMonths a:hover,
            .Blog .RightBar .Section.ShellAll a:hover
            {
                text-decoration: underline;
            }

.Blog .Entry .Subject
{
    display: block;
    font-size: 1.7em;
    padding-bottom: 5px;
    text-decoration: none;
}

.Blog .Entry .Timestamp
{
    color: #666666;
    float: left;
    font-weight: bold;
}

.Blog .Entry .Author
{
    color: #666666;
    float: left;
    font-style: italic;
    font-weight: bold;
    padding: 0 0 0 10px;
}

.Blog .Entry .Tags
{
    color: #666666;
    font-weight: bold;
    clear: both;
    float: left;
}

    .Blog .Entry .Tags .TagsLabel
    {
        float: left;
        padding-right: 5px;
    }

    .Blog .Entry .Tags .Seperator
    {
        float: left;
        padding: 0 5px 0 0;
    }

    .Blog .Entry .Tags .Tag
    {
        float: left;
        display: block;
        font-size: .9em;
        font-weight: bold;
        text-decoration: none;
    }

        .Blog .Entry .Tags .Tag:hover
        {
            text-decoration: underline;
        }

.Blog .BlogTags
{
    text-align: center;
}

    .Blog .BlogTags .Spacer
    {
        padding-right: 5px;
    }

    .Blog .BlogTags .Tag
    {
        text-decoration: none;
    }

        .Blog .BlogTags .Tag:hover
        {
            text-decoration: underline;
        }

@media (max-width: 500px)
{
    .Blog .MainSection
    {
        width: 100%;
    }

    .Blog .RightBar
    {
        float: left;
        clear: both;
        width: 100%;
        position: relative;
    }
}
