#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 5px 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(100,100,100,.5);
}

#topics .postTitle {
    border: 0;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1;
    width: 100%;
    padding-left: 0px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #000;
    transition: all .4s cubic-bezier(0.3, 0, 1, 1) 0s;
}

#navList {
    min-height: 30px;
    float: left;
    font-size: 20px;
}
#navList li:first-child {  
    display:none
}  

#mainContent {
    min-height: 200px;
    padding: 0 0 10px 0;
    *padding-top: 10px;
    text-overflow: ellipsis;
    float: right;
    margin-left: -20em;
    width: 100%;
    overflow: hidden;
}

.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-left: 10px solid #9a1df5f5;
    text-align: left;
    padding: 10px 0 10px 14px;
    background-color: #f7f7f7;
}

#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 1rem;
    line-height: 3.5;
    color: #000;
    float: left;
    display: inline;
    margin-left: 2em;
}

.postTitle {
    border-left: 3px solid #9a1df5f5;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}