/*博客园文章一级标题的CSS*/
#cnblogs_post_body h2 {
    background: #008eb7;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}

/*博客园侧边栏我的收藏的CSS*/
#sidebar_我收藏的链接.catList我收藏的链接{
	background: #fafcfd;
	border-radius:7px;
        margin-bottom:15px;
}

#sideBarMain ul {
    text-indent: 1em;
    border-bottom: 1px solid #DADFE1;
    border-top: 1px solid #FFFFFF;
}

#sideBarMain ul li {
    text-indent: 1em;
    padding: 10px 5px;
    border-bottom: 1px solid #DADFE1;
    border-top: 1px solid #FFFFFF;

}

/*生成侧边栏博客目录的CSS*/
#uprightsideBar {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    position: fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top: 50px;
    right: 0px;
    width: auto;
    height: auto;
}
#uprightsideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#uprightsideBarTab h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#uprightsideBarContents{
    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;
}

#uprightsideBarContents dl{
    margin:0;
    padding:0;
}

#uprightsideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#uprightsideBarContents dd, dt {
    cursor: pointer;
}

#uprightsideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#uprightsideBarContents dd{
margin-left:20px;
}


/*man.linuxde.net文章的CSS*/
#arc-body p{line-height:1.7em;margin-bottom:25px;}
#arc-body img.alignleft{float:left;border:solid 1px #E6E9ED;padding:10px;display:block;margin:0 10px 5px 0;}
#arc-body img.alignright{float:right;border:solid 1px #E6E9ED;padding:10px;display:block;margin:0 0 5px 10px;}
#arc-body img{max-width:100% !important;display:block}
#arc-body ul,ol{line-height:26px;margin-bottom:25px;display:block;}
#arc-body ul li{list-style:disc inside none;margin-bottom:10px}
#arc-body ol li{list-style:decimal inside none;}
#arc-body h2,#arc-body h3,#arc-body h4,#arc-body h5,#arc-body h6,#arc-body table{margin-bottom:25px;overflow:hidden;}
#arc-body h3,#arc-body h4,#arc-body h5,#arc-body h6{font-size:16px;display:table;padding:5px 8px;}
#arc-body h2{font-size:18px;padding-bottom:5px;color:#000;border-bottom:1px solid #D4D7DB;}
#arc-body h3{background:#2d2d2d;color:#fff;}
#arc-body h4{background:#808080;color:#fff;}
#arc-body h5{background:#c6c6c6;color:#666;}
#arc-body h6{background:#f1f1f1;color:#333;}
#arc-body table{border-color:#ddd;border-style:solid;border-width:1px 1px 1px 0;border-collapse:separate;border-spacing:0;line-height:30px;width:100%;margin-bottom:35px;empty-cells:show;}
#arc-body table th, #arc-body table td{padding:3px 10px;border-color:#ddd;border-style:solid;vertical-align:inherit;display:table-cell;}
#arc-body table th{background-color:#eee;border-width:0 0 1px 1px;text-align:left;}
#arc-body table td{border-width:1px 0 0 1px;}
#arc-body pre{background:#E6E9ED;border-left:4px solid #7AD03A;color:#222;font:12px/20px Consolas,"Courier New",Courier,monospace;margin:0 0 20px;padding:10px 12px;white-space:pre-wrap;word-wrap:break-word;margin-bottom:25px;overflow:hidden;}
/*code{border:1px solid #D4D7DB;border-radius:2px;color:#666;font-family:"Courier New",Courier,monospace;margin:0 2px;padding:2px 3px 1px;}*/
code{color:#666;font-family:"Courier New",Courier,monospace;}
code a{text-decoration:none!important;}

/*返回顶部的CSS*/
#btn-backtop{
	display:none;
	width:50px;
	height:50px;
	position:fixed;
	_position:absolute;
	bottom:5px;right:20px;
	_bottom:"auto";
	text-indent: -999px;
	background:url("//images.cnblogs.com/cnblogs_com/wushuaishuai/1245164/o_backToTop.png") no-repeat scroll center center #999;
	cursor:pointer;
	overflow: hidden;
}
#btn-backtop:hover{
	background-color:#333;
}
.btn-backtop-visible{
	display: block !important;
}