body { 
	line-height:150%;
}
#blogTitle{
	height:120px; 
	background: url("https://files.cnblogs.com/files/feeland/star2.gif");
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-moz-border-image: url(./btn.png) 0;
	background-repeat:no-repeat\9;
	background-image:none\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://files.cnblogs.com/files/feeland/star2.gif', sizingMethod='scale')\9; 
}

#Header1_HeaderTitle {
	font-family:Comic Sans MS;
	font-size:36px;
	color: #fff;
}

#blogTitle .title {
    margin-top: 20px;
    margin-left: 40px;
}

#blogTitle .subtitle {
	font-family:Comic Sans MS;
	font-size:24px;
	color: #ffc;
	margin-top:30px;
	margin-left:250px;
}

#sideBar {
        border:none;
}


/* advertise */
 #site_nav_under,#ad_under_post_holder,#under_post_news,#google_ad_c2,#under_post_kb{
	width:0;
	height:0;
	display:none;
	overflow:hidden;
}

#RecentCommentsBlock li {
	margin: 0;
	width: 275px;
}

#RecentCommentsBlock li.recent_comment_body {
	border-radius: 0;
	margin: 0;
}

#RecentCommentsBlock li.recent_comment_title {
	border-radius: 5px 5px 0 0;
	margin: 3px 0 0;
}

#RecentCommentsBlock li.recent_comment_author {
	border-radius: 0 0 5px 5px;
	margin: 0;
}

.desc_img{
	width:75px;
	max-width:75px;
}


#blog-calendar{
	background:white;
}

/* comment */
div.commentform{
	margin-bottom:100px;
}
#commentform_title {
	background: url("https://static.cnblogs.com/images/icon_addcomment.gif") no-repeat scroll 0 2px;
	color: #0078d8;
	font-size:14px;
}
div.commentform p{
	margin-bottom:10px;
}

.comment_btn {
	height: 35px;
	width: 90px;
	background: none repeat scroll 0 0 #0078d8;
	border: 0 none;
	border-radius: 5px;
	color: white;
	cursor:pointer;
}

.comment_btn:hover{
	background:#317ef3;
}

#commentbox_opt,#commentbox_opt + p {
	text-align:center;
}
#tbCommentBody{
	width:100%;
	resize:none;
}
#tbCommentAuthor,#tbCommentBody{
	border:1px solid #0078d8;
}
#tbCommentBody:hover{
	border:1px solid #fca021;
}
#comments > h3 {
	background: none repeat scroll 0 0 #0078d8;
	border-radius: 3px;
	color: white;
	padding: 8px;
	border:0 none;
	font-size:14px;
}
#comments{
	font-size: 13px;
}
#comments h4{
	margin-top:10px;
}
#comments h4 span {
	color: #6c6351;
	font-size: 12px;
}
.comment_actions {
	border-bottom: 1px dashed #0078d8;
	display: block;
	padding-bottom: 10px;
}
.blog_comment_body {
	color: #111;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#comment_nav {
	font-size: 14px;
	margin-top: 10px;
	text-align: right;
}

/* 调整sidebar位置 */
#sideBar{
	margin-top:16px;
}


/*生成博客目录的CSS*/
#sideBar_menu{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
   	position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:right;
    width:30px; 
	margin-top:80px;
	margin-right:320px;
	padding: 5px 2px 5px 2px;
    border:1px solid #e5e5e5;
    border-left:none;
    text-align:center;
    background:#fffccc;
}

#sideBarTab h2 {
	color:#aaa;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:300px;
	margin-top:80px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd {
	margin-left:20px;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}