#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -50em;
    width: 100%;
}
.catListTitle {
    border-left:10px solid #21759b;
    padding :10px 0px 10px 14px;
    font-size: 4.35em;
    margin-top: 21px;
    margin-bottom: 10.5px;
    background-color:#f7f7f7;
}
.postTitle {
    border-left: 5px solid #21759b;
    margin-bottom: 10px;
    font-size: 16px;
    float: right;
    width: 100%;
    clear: both;
}
#navList a:hover{
      color:#4C9ED9;
}
#navList{
font-size:18px;}