#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 a {
    font-size: 35px;
    color: #515151;
}
#navList {
    min-height: 30px;
    float: left;
    font-size: 18px;
}
#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 15px;
}
#navList a:hover{
color:#4C9ED9;
}
.catListTitle {


    padding:10px 0 10px 14px;
    border-left:10px solid #99CC33;

}
#blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #EDEDED;
    display: none;
}