#home{
    background: #6dc7f6;
}
#sideBar{
    background: #fff;
    border-left: 1px solid #e8e8e8;
}
#main{
 background: #fff;
}
#mainContent{
    box-shadow: none;
}
.dayTitle{
    background: #6dc7f6;
    color: #fff;
    border-radius: 4px;
}
.dayTitle a {
    color: #fff;
}
.postTitle, .postTitl2, .entrylistPosttitle {
    font-size: 20px;
    padding-right: 64px;
}
.top{
height: 50px;     
background-image: url("images/aa.jpg");
}