/**正文样式*/
div#cnblogs_post_body p{
	font-size: 15px;
	line-height: 30px;
	font-family: '微软雅黑', 'Times New Roman', Times, sans-serif;
        margin:0px auto;
	color: rgb(57, 57, 57);
}

/**标题h2样式*/
div#cnblogs_post_body h2{
	font-size: 14px;
        color:#000;
	font-family: '微软雅黑', 'Times New Roman', Times, sans-serif;
        font-weight: normal;
	
}

/**标题h3样式*/
 h3{
	font-size: 16px;
	line-height: 35px;
	font-family: '微软雅黑', 'Times New Roman', Times, sans-serif;
    margin:10px;
	color:  #000;
}
/**标题h4样式*/
h4{
	font-size: 14px;
	line-height: 21px;
	font-family: '微软雅黑', 'Times New Roman', Times, sans-serif;
    margin:10px;
	color: #000;
}

/**目录样式*/
ul li{
	font-size: 14px;
	font-family: '微软雅黑', 'Times New Roman', Times, sans-serif;	
}

#cnblogs_post_body ul li a:link{
	text-decoration:none;
}

#cnblogs_post_body ul li{
	margin-bottom: 5px;
}
/*生成博客目录的CSS*/
#sideBar1{
    font-size:12px;
    color:#000000
    font-family:'微软雅黑';
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab1{
    float:left;
    width:20px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#sideBarContents1{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents1 dl{
    margin:0;
    padding:0;
}

#sideBarContents1 dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents1 dd{
    margin-top:5px;
    margin-left:40px;
}

#sideBarContents1 dd, dt {
    cursor: pointer;
}

#sideBarContents1 dd:hover, dt:hover {
    color:#A7995A;
}

.postBody a {
color: green;
padding: 1px 3px 1px 3px;
}

#MySignature {
border: solid 1px #E5E5E5;
padding: 10px;
/* background: url(https://www.cnblogs.com/images/cnblogs_com/Terrylee/147338/o_info.png) no-repeat scroll 1% 50%;*/
padding-left: 20px;
font-size: 14px;
	line-height: 20px;
	font-family: '微软雅黑', 'Times New Roman', Times, sans-serif;
        margin:0px auto;
	color: rgb(57, 57, 57);
}

#div_digg {
position: fixed;
bottom: 0px;
right: 250px;
padding: 8px 8px 8px 10px;
background-color: #fff;
border: 1px solid #D9DBE1;
}