#home{
    width:90%;
 }
#blogTitle h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}
#navigator {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 50px;
}
#navList a {
    display: block;
    width: 6em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 19px;
    transition: all .3s linear;
    opacity: .8;
}
#navList a:hover {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    opacity: 1;
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    background-color: #f5f5f5;
    padding: 13px;
    border-left: 8px solid #AEEEEE;
}
#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
#topics .postTitle {
    border: 0px;
    font-size: 180%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}
.postBody {
    color: #000;
    line-height: 1.7;
    font-size: 16px;
}