#home {
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    width: 72%;
    min-width: 980px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
/*头部导航栏*/
#navigator {
    font-size:15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 60px;/*导航栏高度，原始50*/
    clear: both;
    margin-top: 25px;
}
#navigator {
    font-size: 15px;
}
#navList li {
    float: left;
    margin: 0 5px 0 0;
}
#navList a {
    display: block;
    width:7em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 19px;
}
.blogStats {
    font-size: 13px;
    color: #757575;
    text-align: right;
}
/*博客标题*/
#blogTitle {
    height: 60px;  /*高度*/
    clear: both;
}
    /*主标题格式*/
    #blogTitle h1 {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.8em;/*原始 1.6em*/
        margin-top: 10px;/*原始 15px */
    }

        #blogTitle h1 a {
            color: #515151;
        }
            /*超链接颜色*/
            #blogTitle h1 a:hover {
                color: #21759b;
            }
    /*次标题格式*/
    #blogTitle h2 {
        font-weight: normal;
        font-size: 17px;/*原始 16px ；font-size: 1.0rem;*/      
        line-height: 1.8;
        color: #757575;
        float: left;        
    }

/*发表文章的标题*/
.postTitle {
    border-left: 3px solid #21759b;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
        color: #21759b;
        transition: all 0.4s linear 0s;
    }

    .postTitle a:hover {
        margin-left: 30px;
        color: #0f3647;
        text-decoration: none;
    }
   #mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    padding-top: 10px;/*原始10*/
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    margin-left: -22em;
    width: 100%;
    font-family:"微软雅黑" , "宋体" , "黑体" ,Arial;/*比较钟爱微软雅黑*/
    font-size: 14px;/*自己加的，不知道有冲突没有？*/
}
.day {    /*每日文章列表*/
    min-height: 10px;
    _height: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
}
/*日期标题，有的博客按照日期进行排列*/
.dayTitle {   
    display: none;
    border: 1px solid #21759b;
    background: azure;
    border-radius: 50%;
    font-size: 14px;
    height: 65px;
    line-height: 1.5;
    margin: 15px;
    text-align: center;
    width: 63px;
    margin-left: -100px;
    clear: both;
    position: absolute;
    top: -15px;
}
    .dayTitle a { /*日期标题的文字格式*/
        display: inline-block;
        color: #21759b;
        margin-top: 15px;
        width: 60px;
    }
/*文章内容（简介内容）*/
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.day .postTitle a {
    padding-left: 10px;
}

/*文章附加信息*/
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}
/*****侧边栏开始********************************/
#sideBar {
    margin-top: -15px;
    width: 250px;/*侧边栏宽度*/
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

    #sideBar a {
        color: #757575;
    }
    }
        #sideBar a:hover {
            color: #21759b;
            text-decoration: underline;
        }

<style type="text/css">
    #cnblogs_post_body
    {
        color: black;      
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
    }
    #cnblogs_post_body h2    {
        background:#4169E1;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #4682B4, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
     
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 17px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        margin: 18px 0 !important;
        padding: 8px 0 5px 5px;
        text-shadow: 2px 2px 3px #222222;
    }
 #cnblogs_post_body h3{
       
        background: #4682B4;
      
       border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:solid;
        border-width:5px;
        border-color:  #DC143C;
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 16px;
        font-weight: bold;
      
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
       
    }
#cnblogs_post_body a {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    color: #3d81ee;
    text-decoration: none;
}
#div_digg{
  position:fixed;
  bottom:5px;
  width:130px;
  right:390px;
  border:2px solid #6FA833;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
#div_digg a{
 
line-height: 1.5;
font-weight: bold;
font-size:14px;

}
#div_digg a:link {
    color:  #D2691E;
    text-decoration: none;
}

#div_digg a:hover {
    color: #21759b;
}

#comment_form_container .comment_textarea {
    width: 70%;
}