@import "blog.css";

#blog
{
    width: 100%;
    margin-top: 20px;
}

#leftBlock
{
    float:left;
    width:40%;
}

#righBlock
{
    float:right;
    width:50%;
}

    #righBlock h2
    {
        padding:2px;
        padding-left:14px;
        font-size: 18px;
        font-weight: normal;
    }


    #righBlock a.more
    {
        display:block;
        text-align:right;
        margin-bottom:5px;
    }
    
div.listItem
{
    padding-top:10px;
    padding-bottom:10px;
    /*background: url(../images/h_dot_small.gif) repeat-x left top;*/
    z-index: 1;
}

    div.listItem.first
    {
        background: none;
    }


    div.listItem h3
    {
        color:#A5EE00;
        margin-left: 80px;
        font-size: 14px;
    }

        div.listItem h3 a
        {
            text-decoration:none;
        }

    div.listItem .picLink
    {
        float: left;
    }
    
    div.listItem p
    {
        margin-left: 90px;
    }

#recentWork span
{
    display: block;
    background: url(../images/headers/recent_projects.png) no-repeat left top;
    width: 211px;
    height: 12px;
    margin-left: 5px;
}
