body {
    color: #000;
    background-color: #CCCCCC;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
#home {
    margin: 0 auto;
    width: 60%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 5px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}
#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0px 5px 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.catListTitle {
    font-size:2.35em;
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left: 10px solid #3399CC;
    padding:10px 0 10px 14px;
    background-color: #f7f7f7;

}
#navigator{
   font-size: 18px;
}
#navigator a:hover {
    color: #0066CC;
}
#cnblogs_post_body h1, #cnblogs_post_body h2,#cnblogs_post_body h3,#cnblogs_post_body h4,#cnblogs_post_body h5,#cnblogs_post_body h6{
    background-color: #3399CC;
    border: 10px solid #3399CC;
}
#blogTitle {
    height: 80px;
    clear: both;
    background: white url(https://raw.githubusercontent.com/MARKBEE2017/pictures/master/img/logo1.jpg) no-repeat;
    background-size:100px 80px;
}
#blogTitle h1,#blogTitle h2{
    margin-left: 120px;
}
#blogTitle h2 {
    line-height: 2.5;
}