/*博客title*/
#blogTitle{
background:#59A0FF;
height:45px;
}
/*color of the title is set to be white*/
#blogTitle a:link,
#blogTitle a:visited, #blogTitle a:active,
{

}

/*首页标题栏-副标题字体颜色和大小设置*/
#blogTitle h2{
display：none;
font-size:15px;
color:#fff;
font-weight:bold;
margin-left: 1em;
}

#navigator {
background-color: #656565;
height: 35px;
line-height: 35px;
overflow: hidden;
clear: both;
}



/*设置正文文章中h1标题的样式
#cnblogs_post_body h1 {
background: #59A0FF;
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: 17px;
font-weight: bold;
height: 25px;
line-height: 25px;
margin: 15px 0 !important;
padding: 5px 0 5px 20px;
text-shadow: 2px 2px 3px #222222;
}

*/


/*设置侧边栏标签贴的标题背景颜色*/
.catListTitle {
background: #00FF7F;
}

/*文章阅读区域标题h1 设置*/
#cnblogs_post_body h1 {
color: #080;
margin: 40px 0px 10px 0px;
border-left: green solid thick;
padding: 10px 0px 10px 10px;
background-color: #98FB98;
}
/*文章背景*/
#topics{
background:#F5F5F5;
}
/*首页文章列表背景*/
.day{
background:#F9F9F9;
margin-right:20px;
}

/*文章中引用部分的背景颜色设置*/
#cnblogs_post_body  blockquote {
background: 87CEFA;
}


/*go to top button*/
a#gotop {
text-decoration: none;
position: fixed;
bottom: 18px;
right: 6px;
display: block;
color: #fff;
height: 28px;
width: 28px;
border-radius: 5px;
line-height: 30px;
text-align: center;
background-color: #656565;
}

#topics{
margin-right:20px;
}