body {
    background: #f5f5d5;
}
#home {
    width: 90%;
}
#navigator {
    font-size: 0;
    border-bottom: 0;
}
#sidebar_postcategory{
    background-color: #DEEBF7;
    padding: 1em;
    border-radius: 1em;
}
#sidebar_postcategory h3 {
    display: none;
}
#sidebar_postcategory ul {
    margin-left: 1em;
}
#sideBarMain li{
    display: block;
    margin-left: 1em;
    font-size: 1.44em;
}