

#bloglist p
{
    text-indent: 0px;
    margin-top:10px;
}

div.blogInfo a {text-decoration:underline;color:#dadada;}


div.blogTitle
{
    margin-bottom:5px;
    margin-top:20px;
}

div.blogInfo
{

    font-style: italic;
    font-weight:100;
    color:#b4b4b4;
    margin-bottom:10px;
}

div.blogContent
{
    text-align:justify;
    font-weight:100;
    line-height:22px;
    color:#d9d9d9;
}

div.blogFooter
{
    margin-top:15px;
    margin-bottom:20px;
}

div.blogFooter a {color:#48B0CB;text-decoration:underline;}

#blogListPager
{
    margin-top:20px;
    height:40px;
}

#blogListPager div.left
{
    float:left;
    width:193px;
    height:inherit;
    display:inline;
    overflow:hidden;
    cursor:pointer;
}

#blogListPager div.right
{
    float:right;
    display:inline;
    width:201px;
    height:inherit;
    overflow:hidden;
    cursor:pointer;
}

#contentTitle
{
    margin-bottom:5px;
    margin-top:20px;
}



#mainContent
{
    text-align:justify;
    font-weight:100;
    line-height:22px;
    color:#d9d9d9;
}