/* 去掉头部背景图片 */
#home { background-image:none; }

.entrylistPosttitle a {
    color: #6a6352;
    font-family: "Comic Sans MS","微软雅黑";
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    font-weight: 700;
    font-size: 16px;
    color: #4242C6;
}
 #ad_c1, #under_post_news, #ad_t2, #under_post_kb, #HistoryToday,#ad_c2 {
    display: none !important;
}

/* 修改评论框 */
div.commentform textarea {
    width: 99%;
    resize: none;
}

/* 修改距离 */
#comment_nav  { margin-top: 20px; }
/* 设置字体 */
body { font-family: "Comic Sans MS","微软雅黑";}

/* 修改标题悬浮效果 */
.entrylistPosttitle a { transition:all 0.2s linear 0s }
.entrylistPosttitle a:hover { margin-left: 20px;color:red;text-decoration:none; }

.postTitle a {  transition:all 0.2s linear 0s }
.postTitle a:hover { margin-left: 20px;color:red;text-decoration:none; }

/* 头部 */
#header {
    position:fixed;
    z-index:100;
    top:0;
}
#main{
    top:40px;
}
#cnblogs_post_body h2 {
    /*background: none repeat scroll 0% 0% rgb(245, 245, 245);*/
    background: none repeat scroll 0% 0% #2175bc;
    border-radius: 6px 6px 6px 6px;
    /*color: rgb(102, 102, 102);*/
    color: #fff;
    font-family:"Comic Sans MS","微软雅黑";
    font-size: 17px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
}
::selection {
	background: #FFEFD5;
}

.red { color: red; }

/* 代码样式 */
code { padding: 2px 4px;background-color: #3399ff; border-radius: 4px;color: #fff; }
/* a 链接 */
a.codeA { color: #666 !important; }
a.codeA: link,a.codeA: visited  { color: #000 !important;text-decoration: none !important; }
a.codeA:hover { color: #000 !important;text-decoration: none !important; }

/* 提示 */
.tips {    background-color: #FFEFD5;
    padding: 8px;
    border-left: 5px solid #F79C09;}

/* 图片设置边框 */
#cnblogs_post_body img { max-width: 900px; border: 1px solid #ddd;padding: 5px;border-radius: 3px;}

/* 布局 */
#navigator, #blogTitle, #main, #footer { width: 1200px; }
#mainContent { width: 965px; }

/* h3 样式 */
#cnblogs_post_body h3 {
     font-size: 16px;
    font-weight: bold;
    background-color: #E7E4E4;
    border-radius: 3px;
    text-indent: 1em;
}