.postTitle2
{
    font-size: 36px;
}

#navList, #sidebar_search,#Header1_HeaderTitle,#lnkBlogLogo,#blog_stats,.catListLink,.catListTag{
display:none
}
#home{
margin-top:-20px
}
#header{
margin-top:-50px
}
body{
background-color: white;
}

#sideBar{
float:left
}

.postTitle {
    border-left: 3px solid #21759b;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
        color: #21759b;
        transition: all 0.4s linear 0s;
    }

    .postTitle a:hover {
        margin-left: 30px;
        color: #0f3647;
        text-decoration: none;
    }