#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50;
    margin-bottom: 50;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#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%;
}
#sideBar {
    float: left;
    width: auto;
    margin-top: 10px;
}

#blogTitle h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #4C9ED9;
    font-weight: bold;
}
#navigator {
    font-size: 20px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}
#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 10px;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 2.35em;
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left: 10px solid #99CC33;
    padding: 10px 0 10px 14px;
    text-align: left;
    background-color: #f7f7f7
}