#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 10px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}
#blogTitle h1 a {
    color: #515151;
    font-size: 50px;
}

#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 12px;
    font-size: 18px;
}
#navList a:hover{
    color:#4c9ed9;
    text-decoration:none;
}
.catListTitle{
   background: #f7f7f7;
    padding: 15px 0 15px 15px;
    border-left: 10px solid orange;
}
#sideBar h3{
   font-size:24px;
}
#mainContent{
    float:right;
}
#sideBar{
    float:left;
}
.blogStats{
   display:none;
}