@charset "utf-8";

/* CSS Document */


/* By www.zhuzihui.cn


/*全局特性*/

body {
    font-family: Arial, "微软雅黑", \5B8B\4F53, sans-serif;
    background-image: url(https://images.cnblogs.com/cnblogs_com/juzipi/522632/o_sos.png);
    background-repeat: repeat;
    background-color: #FFFDFA;
}

.clear {
    clear: both;
}

html {
    color: #000;
    overflow-y: scroll;
    background: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
form,
th,
td {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

table {
    padding: 0;
}

pre,
code {
    width: 100%-20px;
    margin: 10px 0;
    padding: 10px;
    border: 0;
    border: 1px dotted #785;
    background: #f5f5f5;
    word-wrap: break-word;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 Tahoma, Arial, "微软雅黑", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #ff7300;
}

a:hover {
    text-decoration: underline;
    color: #ff7300;
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

:focus {
    outline: 0;
}

legend {
    color: #000;
}

fieldset,
img {
    border: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: none;
    height: 1px;
    *color: #fff;
}

img {
    -ms-interpolation-mode: bicubic;
}


/*html5*/

article,
aside,
dialog,
footer,
header,
hground,
section,
footer,
nav,
figure,
menu {
    display: block;
}


/*主体布局*/
#blogTitle {
	width: 100%;
    position: relative;
    margin: 10 auto;
}


#navigator,
#footer {
    width: 77.5%;
    position: relative;
    margin: 20px;
}

#header{
	height: 62px;
	width: 100%;
	background: url(https://images.cnblogs.com/cnblogs_com/juzipi/522632/o_top_background.png) 0 -150px repeat-x;
}

#main {
    width: 97%;
    margin: 20px;
    margin-top: 6px;
    margin-bottom: 0px;
    background-color: rgb(245, 245, 245);
    position: relative;
    float: left;
}

#mainContent {
    width: 80%;
    background: white;
    overflow: hidden;
    box-shadow: 0px 0px 8px #999;
    /*阴影*/
    -moz-box-shadow: 0px 0px 8px #999;
    -web-kit-shadow: 0px 0px 8px #999;
    -web-kit-shadow: 6px;
    /*边缘切角*/
    border-radius: 6px;
    -moz-border-radius: 6px;
    float: left;
    display: inline-block;
}

#sideBar {
    width: 15%;
    padding: 16px;
    display: inline-block;
    overflow: hidden;
    color: #8F8F8F;
    /*边缘切角*/
    border-radius: 6px;
    -moz-border-radius: 6px;
}

#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #cccccc;
    font-size: 16px;
}


/*头部样式*/

.headermaintitle {
    height: 104px;
    position: absolute;
    left: 0px;
    top: 23px;
    display: block;
    font-size: 50px;
}

#blogTitle h2 {
    position: absolute;
    left: 0px;
    top: 80px;
    color: #E4E4E4;
    font-size: 14px;
}

#navigator {
    top: -25px;
    font-size: 18px;
}

#Header1_HeaderTitle {
	display: none;
}


#navList li {
    float: left;
    margin-right: 25px;
}

#navList li a {
    color: #FFF;
}

.blogStats {
    color: #CACACA;
    font-size: 12px;
    text-align: right;
}


/*main部分样式*/

.day,
.entrylistItem {
    background: white;
    border-bottom: 1px solid #e3e3e3;
    border-top: 2px solid #f7f7f7;
    padding: 32px;
}

.postTitle,
.entrylistPosttitle {
    font-size: 20px;
    font-family: "微软雅黑";
    padding-right: 64px;
    padding-left: 10px;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #F60;
}

.postTitle a {
    color: #333;
}

.postTitle a:link,
.post-title a:visited,
.postTitl2 a:link,
.postTitl2 a:visited,
.entrylistPosttitle a:link,
.entrylistPosttitle a:visited {
    color: black;
}

.postTitle a:hover,
.postTitl2 a:hover,
.entrylistPosttitle a:hover {
    color: #ff7300;
    text-decoration: none;
}

.postBody,
.postCon,
.entrylistPostSummary {
    clear: both;
    margin-top: 26px;
}

.postBody,
.postCon,
.entrylistPostSummary {
    font-size: 14px;
    color: #444;
    line-height: 1.8;
}

.postCon h1,
.postCon h2,
.postCon h3,
.postCon h4,
.postCon h5,
.postCon h6 {
    font-weight: bold;
    line-height: 1.8;
    font-family: "微软雅黑";
}

.postBody h1,
.postCon h1 {
    font-size: 20px;
}

.postBody h2,
.postCon h2 {
    font-size: 18px;
}

.postBody h3,
.postCon h3 {
    font-size: 16px;
}

.postBody h4,
.postCon h4 {
    font-size: 14px;
}

.postBody h5,
.postCon h5 {
    font-size: 14px;
}

.postBody h6,
.postCon h6 {
    font-size: 14px;
}

.postBody dd,
.postCon dd {
    padding-left: 2em;
}

.postBody ul,
.postCon ul {
    list-style: none;
    margin-left: 20px;
}

.postBody ul li,
.postCon ul li {
    list-style: inside disc;
}

.postBody dt,
.postCon dt {
    font-weight: bold;
    padding: 6px 0;
    clear: both
}

.postBody ol,
.postCon ol {
    list-style: none;
    margin-left: 20px;
}

.postBody blockquote,
.postCon blockquote {
    width: 90%;
    margin: 0 auto;
    padding: 6px 0 6px 45px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    color: #666;
    background: white url(images/blockquote.gif) top left no-repeat;
}



.dayTitle,
.postDesc,
.entrylistItemPostDesc,
.entrylistTitle {
    font-size: 12px;
    color: #999999;
}

.postDesc,
.postDesc2,
.entrylistItemPostDesc {
    border-bottom: 1px dashed #E8E7D0;
    text-align: right;
    margin: 20px 0px;
    padding: 5px 0px;
}

.dayTitle {
    font-weight: bold;
    position: relative;
    top: -20px;
    border-radius: 6px;
    width: 200px;
    left: -20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/sgtb/641997/o_55.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.topicListFooter {
    padding: 32px;
}


/*侧栏样式*/

#sideBarMain div {
    margin-bottom: 26px;
}

#sideBarMain div div {
    margin-bottom: 5px;
}

#sideBarMain h3 {
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #D4D4D4;
    padding-bottom: 10px;
    margin-top: 20px;
}


/*文章阅读页面样式*/

#blog-comments-placeholder,
#divRefreshComments,
.commentform,
#AjaxHolder_UpdatePanel1,
.post {
    padding: 32px;
}

.feedbackItem {
    border: 1px solid #E3E3E3;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #F6F6F6;
}

.blog_comment_body {
    color: #929292;
    padding-top: 10px;
}

.forFlow p {
    margin-bottom: 18px;
}

.forFlow img {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*tag页面*/

.PostList {
    margin: 34px;
}

.entrylistTitle {
    margin: 12px;
    font-weight: bold;
    color: #ff7300;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 40px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/sgtb/641997/o_55.png);
    background-repeat: no-repeat;
    background-position: left center;
}


/*隐藏 tag 标题*/

.PostListTitle,
.entrylistDescription {
    display: none;
}


/*隐藏多余信息*/

#ad_text_under_commentbox,
#site_nav_under,
#cnblogs_c1,
#cnblogs_c2,
#ad_under_post_holder {
    display: none;
}

.cnblogs_code img {
    margin: 0;
    float: left;
}

.cnblogs_code pre {
    border: none;
}

.cnblogs_code_toolbar {
    margin: 0px;
    display: none;
}

.code {
    padding: 0 10px;
}


/*Atom MarkDown样子去掉虚线*/
.editor-colors{
    border: #cccccc 1px solid;
}

.lang-text{
    font-family: Courier New!important;
    font-size: 12px!important;
    word-wrap: break-word;
    white-space: pre-wrap;
}

#cnblogs_post_body img {
    max-width: 1920px;
}
#ad_t2 {
    display: none;
}
#under_post_news {
    display: none;
}
#ad_c1{
    display: none;
}
#ad_c2{
    display: none;
}
#under_post_kb{
    display: none;
}