/* Global */
*{ margin: 0; padding: 0; }
html,body,form{ height: 100%; width: 100%; }
body{ font-family: "Segoe UI", "Arial", "微软雅黑"; font-size: 14px; color: #13273b; }

a{ text-decoration: none; color: gray; padding: 2px 3px; border-radius: 3px; }
a:link{ color: #3ba6e4; }
a:active{  }
a:visited{ color: #4e92ba; }
a:hover{ background: #b8e6ff; color: black; text-decoration: none; }

body>a{ display: none; }

/* top_nav */
#top_nav{ display: none; }

/* page_begin_html */
#page_begin_html{   }

#bkcon{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden; }

/* wrap */
#wrap{ width: 100%; height: 100%; overflow: hidden; text-align: center; }

/* banner */
#banner{ background-color: rgba(255, 255, 255, 0.4); text-align: center; }
#banner .header{ position: relative; width: 95%; max-width: 1200px; height: 130px; margin: auto; text-align: left; }
#banner .mainlogo{ vertical-align: middle; margin-top: -6px; }
#banner .headerText{ line-height: 40px; font-size: 30px; padding: 15px 0 10px 0; }
#Header1_HeaderTitle{ padding: 0; color: #5ab7ed; text-decoration: none; }
#Header1_HeaderTitle:hover{ background: none; text-decoration: none; }
#banner .headerDis{ line-height: 30px; font-size: 16px; text-indent: 40px; cursor: default; color: #404040; }

/* menu */
#menu{ position: absolute; right: 0px; bottom: 0px; }
#mystats{ line-height: 30px; text-align: right; cursor: default; }
#mylinks{ display: none; }

/* main */
#main{ width: 95%; max-width: 1150px; margin: auto; text-align: left; }
#topics{  }
#topics .day{ padding: 5px 15px 25px 15px; }
#topics .day .dayTitle{ font-size: 24px; line-height: 50px; color: black; cursor: default; }
#topics .day .postTitle{ font-size: 22px; line-height: 28px; padding: 5px 0; vertical-align: baseline; }
#topics .day .postCon{ padding: 5px 0; }
#topics .day .postDesc{ padding: 5px 0; text-align: right; }
#topics .day .postSeparator{ width: 100%; height: 10px; }
.postTitle2{
    padding: 0;
    -webkit-transition: color linear 0.2s;
    -moz-transition: color linear 0.2s;
    -ms-transition: color linear 0.2s;
    -o-transition: color linear 0.2s;
    transition: color linear 0.2s;
}
.postTitle2:link{ color: #2184be; text-decoration: none; }
.postTitle2:visited{ color: #0d5076; }
.postTitle2:hover{ color: #18a0ef; background: none; text-decoration: underline; }

/* footer */
#footer{ padding-top: 50px; padding-bottom: 120px; line-height: 24px; text-align: center; font-size: 12px; }

/* page_end_html */
#page_end_html{   }

/* 详情页 */
#post_detail .postTitle{ line-height: 40px; padding: 10px 0 20px 0; font-size: 22px; }
#post_detail .postTitle2:visited{ color: #2184be; }
#post_detail .postTitle2:hover{ color: #18a0ef; background: none; text-decoration: none; }
#cnblogs_post_body{ min-height: 400px; padding-bottom: 100px; line-height: 1.5; }
