#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}
#blogTitle h1 {
    font-size: 50px;
    font-weight: bolder;
    line-height: 1em;
    margin-top: 0px;
}
#blogTitle h2 {
    font-weight: 900;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #757575;
    text-indent: 150px;
}
#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 17px;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #6a6a6a;
    font-weight: bolder;
}
.catListTitle {
    font-size: 2000em;
    margin-top: 20px;
    margin-bottom: 10. 5px;
    border-left: 10px solid #99CC33;
    padding: 10px 0 10px 14px;
}