/*首页题头*/
#blogTitle {
    top: 155px;
    left: 40px;
    width: 740px;
    height: 82px;
}
/*首页标题字体*/
#blogTitle a {
    color: #000;
    font-family: 微软雅黑,华文细黑,黑体,Arial;
    font-size:35px;
    font-weight: bold;
    line-height: normal;
    text-shadow: 2px 2px 1px rgb(157,157,157);
}
/*首页正副标题下面的东西*/
#navigator {
    top: 150px;
    left: 40px;
    width: 900px;
    height: 80px;
}
#mainContent {
    border: #e2ddc7 3px solid;
}
/*首页博文标题*/
.postTitle a {
    color: #6a6352;
    font-family: 微软雅黑,华文细黑,黑体,Arial;
    font-size: 18px;
    font-weight: bold;
    border-left: 3px solid #6a6352;
    padding-left: 10px;
    margin-up: 10px;
} 
/*首页博文摘要*/
.postCon {
    position: relative;
    width: 690px;
    height: auto;
    margin: 10px 0 0 0;
    border: none;
    padding: 0;
    overflow: hidden;
    color: #494949;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
/*博文内部的主标题*/
#topics .postTitle a {
    color: #6a6352;
    font-family: 微软雅黑,华文细黑,黑体,Arial;
    font-size: 28px;
    font-weight: bold;
    border-left: 5px solid #6a6352;
    text-shadow: 2px 2px 1px rgb(157,157,157);
}
/*博文内部代码*/
.cnblogs_code {
    background-color: #f5f5f5;
    font-family: Courier New ;
    font-size: 18px ;
}