/**
 * 标题样式
 */

/*#header {
    padding: 30px 50px;
    background: #0099CD;
}*/
/*#main {
    background-color: #f1f4f9;
}*/
/*#mainContent {
    background-color: white;
}*/
body {
    background: none;
}
a:hover {
    text-decoration: none !important;
}
#header  {
    background: url(https://www.cnblogs.com/images/cnblogs_com/laolieren/1326888/o_building.jpg) no-repeat center center;
}

#sideBar {
    border: none;
}
#blogTitle {
    height: 500px;
    background: none;
}
#navList a:link {
    text-shadow: none;
}
#cnblogs_post_body a:link {
    text-decoration: none;
}
#navigator a:hover {
    color: #333 !important;
}
#blogTitle h1 {
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px 20px;
}

#blogTitle h1 a {
    top: 80px;
}

#blogTitle h2 {
    padding: 20px;
    color: white;
    position: absolute;
    top: 220px;
    font-style: italic;
}
#blogTitle .subtitle {
    color: white;
}
#Header1_HeaderTitle {
    color: white;
}
#Header1_HeaderTitle:hover {
    color: #DDD;
}
#navigator {
    border: none;
    position: absolute;
    top: 0px;
    left: 700px;
    text-align: left;
    background-color: transparent;
}
#navigator a:hover {
    color: #DDD;
}
#navigator a {
    color: white;
}
#blog_stats {
    color: #EEE;
}
/**
 * 主体样式
 */
/*#mainContent .forFlow {
    border-left: 10px dashed #EEE;
    background: #FFF;
}
*/
#topics {
    margin-top: -10px;
    background-color: transparent;
}
#topics .postTitle { 
    position: absolute;
    top: 250px;
    border: none;
    font-size: 4.5em;
    color: white;
    font-family: "黑体";
    font-weight: bold;
    text-shadow: 5px 2px 6px #000;
}

#topics .postTitle a {
    color: white;
}
#topics {
    border: none;
}

/**
 * 左侧样式
 */

/*.newsItem {
    background-color: #3498db;
    color: #FFF;
}*/
.catListTitle {
    background-color: #777;
    border-color: #777;
}
.sidebar-block h3 {
    background-color: #777;
    border-color: #777;
}
.sidebar-block .catListTag li {
    cursor: default !important;
}
.catListTag li:hover{
    color: orange !important;
    background-color: white !important;
}
.catListTag li:hover a {
    color: orange !important;
}
.postCon {
    background: #FFF;
    padding: 0px;
    float: left;
    font-family: "微软雅黑";
    width: 100%;
    color: #666;
}
#cnblogs_post_body a {
    text-decoration: none;
    color: orange;
    border-bottom: 1px dashed;
    padding-bottom: 2px;
}
#cnblogs_post_body a:before
{ 
    content:"\27A5";
}

#cnblogs_post_body h3:before {
    content:"\25BA  ";
}
/*.catListTitle {
    margin-bottom: 10px;
    font-size: 14px;
    color: #969696;
}*/
.postDesc {
    float: left;
    text-align: left;
}


.sidebar-block a {
    font-size: 14px;
    color: #333;
}

/**
 * 列表页样式
 */
.dayTitle {
    text-align: left;
    padding: 0px 0px 5px 0px;
}
.dayTitle a:link {
    color: #CCD;
}
.c_b_p_desc img {
    width: 100px;
    margin-left: 40px;
    float: right;
}
a.c_b_p_desc_readmore{
    color: orange;
    text-decoration: none !important;
    border-bottom: 1px dashed;
    margin-left: 10px;
}
a.c_b_p_desc_readmore:hover {
    color: #CCD !important;
}   


/**
 * 文内标题样式
 */
#cnblogs_post_body h2 {
    border-bottom: 4px solid #CCD;
    font-size: 2em;
    margin: 1em 0 0.25em;
    padding: 10px 0px;
    border-bottom: 5px solid #F1F4F9;
}


blockquote {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    border: none;    
    word-break: break-word!important;
    word-break: break-all;
    font-weight: 400;
    line-height: 30px;
    margin: 20px 0;
    padding: 1.5em;
    background: #E1E8FB;
    border-left: 5px solid #D2D8FB !important;
}
/**
 * 博客文章居中显示
 */
#cnblogs_post_body img {
    position: relative;
    display: block;
    margin: 10px auto;
    text-align: center;
}
.postBody {
    font-size: 16px;
}
.postBody hr {
    display: none;
}

/**
 *  代码注释区
 */
pre {
    display: block;
    padding: 0px !important;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    border: none !important;
}

pre code {
    padding: 20px !important
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
    white-space: pre;
    font-family: "微软雅黑";
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    display: block;
    overflow-x: auto;
    padding: 20px !important;
    background: #edf0f3 !important;
    border: none !important;
    font-family: 'Consolas','Courier New',Courier,monospace !important;
    font-size: 14px !important;
}

/**
 *  提交按钮
 */

input[type=button] {
    -webkit-appearance: button;
}

#btn_comment_submit {
    position: relative;
    display: inline-block;
    padding: 5px 30px;
    width: auto;
    height: auto;
    background: #0099cc;
    color: #fff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    cursor: pointer;
}

#btn_comment_submit:hover {
    background-color: #22b01e;
}

/**
 * 标签
 */
#EntryTag a:link, #EntryTag a:visited, #EntryTag a:active {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    line-height: 30px;
    vertical-align: top;
    text-decoration: none; 
    background: #fff;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    margin-left: -30px; /* 去除边上的白色标签文字所占的位置 */
    margin-right: 30px;

}
#EntryTag a:hover{
    background: #237dac;
    color: white;
}
#EntryTag {
    background-color: #f1f4f9;
    color: #f1f4f9;
    padding: 20px 0px;
}

/**
 * 最下面的推荐按钮
 */
#green_channel {
    width: auto;
    background: #f6f6f6;
}
#green_channel a {
    border-radius: 3px;
    padding: 2px 15px;
}

/**
 * 头像边框
 */
.author_avatar {
    vertical-align: top;
    float: left;
    margin-right: 5px;
    padding: 0px;
    border: 5px dotted orange;
}

/**
 * 评论框
 */

#comment_form_container {
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    background: #f6f6f6;
}
#comment_form_container p {
    margin: 10px;
}
#commentform_title {
    background: #237dac;
    background-image: none;
    color: white;
    padding: 10px
}
.commentbox_main {
    margin: 10px;
}

div.commentform textarea.comment_textarea {
    height: auto;
    min-height: 100px;
    width: 80%;
}

div.commentform textarea.comment_textarea {
    font-size: 16px;
    padding: 10px;
}

#post_next_prev {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid whiteSmoke;
    color: #BBB;
}
#post_next_prev a.p_n_p_prefix {
    display: inline-block;
    float: left;
    font-size: 40px;
    margin: -10px 10px;
    color: #DDD;
}
#post_next_prev a {
    display: block;
    font-size: 16px;
    text-decoration: none !important;
}

.postDesc a {
    border-bottom: 1px dashed;
    padding-bottom: 2px;
    margin: 0px 5px;
    color: orange !important;
}
.postDesc a:last-child {
    color: green !important;
    font-weight: bold;
}
.postDesc a:hover {
    color: #06c;
    text-decoration: none;
}

#author_profile_detail img {
    width: 75px;
    height: 75px;
}
#author_profile_info img {
    width: 75px;
    height: 75px;
}
#author_profile_detail a{
    text-decoration: none;
    border-bottom: 1px dashed;
    padding-bottom: 2px;
    line-height: 20px;
}
#author_profile_detail a:hover {
    text-decoration: none;
    color: green;
}
#author_profile_detail a:first-child{
    line-height: 45px;
    font-size: 30px;
    color: orange;
    border-color: orange
}
#comment_nav a {
    border: 1px solid;
    padding: 2px 5px;;
    color: #237dac;
    margin-left: 5px;
}

#comment_nav a:hover {
    color: green;
}

/**
 * 广告区域
 */

#MySignature {　　 
    padding:10px;
    background-color: orange;
    margin: 20px 0px;
    padding: 30px 20px 30px 200px;
    background: #f8f8f8 url(https://www.cnblogs.com/images/cnblogs_com/laolieren/1326888/o_warning.jpg) no-repeat scroll 15px 50%;
    display: block;
    background-size: contain;
}
#MySignature a {
    color: orange;
    text-decoration: none;
}

/**
 * 评论区域
 */

#blog-comments-placeholder {
    margin-top: 50px;
}

.blog_comment_body {
    margin: 10px 0px;
}
#comment_nav {
    margin-top: 10px;
}
/**
 * 图片备注专用
 */
h5 {
    text-align: center;
    font-style: italic;
    color: grey;
    font-weight: normal !important;
    font-size: 16px !important;
    margin-top: 0px;
}
.cnblogs-markdown code, .cnblogs-post-body code {
    border: none !important;
}