#home {
    margin: 0 auto;
    width: 85%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 35px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 a {
    color: #515151;
    font-size：50px;
}
#navigator a{
    font-size: 18px;
    padding-top:15%;
}
a:hover{
    color: #4C9ED9;
}

.catListTitle {
    font-size: 2.35em;
    magrin-top: 21px;
    margin-bottom: 10.5px;
    border-left:10px solid #99CC33;
    background-color:#f7f7f7;
    padding:10px 0 10px 14px;
}


#mainContent{
    float:right;
}
#sideBar{
    float:left;
}