/**cnblogs.com css**/
#header{
   margin-top:0;
   padding: 1px 0 0;
   border:0;
}
#blogTitle{
	height:50px;
	font-family:consolas;
}
#blogTitle h1{
	margin-top:4px;
}
#blogTitle h2{
	position: relative;
	top: -17px;
	margin-left: 5em;
}
#sideBar{
	padding:0;
}
#navigator{
   border:1px solid #ddd;
   border-radius:4px;
   background-color:#fff;
}
.blogStats{
  color:#000;
}
#navList a:link, #navList a:visited, #navList a:active{
   color:#000;
   font-weight:bold;
}
#navList a:hover{
   background:transparent;
   color:#F60;
   text-decoration:underline;
}
#footer{
   border-color:#ccc;
}

#blog-news,#blog-calendar,#sidebar_search.sidebar-block,#sidebar_shortcut,#sidebar_categories{
   border:1px solid #ddd;
   border-radius:2px;
}
#blog-calendar,#sidebar_search.sidebar-block,#sidebar_shortcut,#sidebar_categories{
   margin-bottom:8px;
}
#sidebar_shortcut li,#sidebar_categories li{
   text-align:center;
}
#sidebar_shortcut li>a,#sidebar_categories li>a{
   text-decoration:underline;
}
#sidebar_postcategory{
   border-bottom:1px solid #ddd;
}
.catListTitle{
   border-bottom-color:#ddd;
   margin-top:5px;
}
#profile_block{
   padding-left:32px;
}

#main{
	padding-top:0.1px;	
}
#mainContent{
    margin-top:16px;
}
#mainContent .forFlow{
    border:1px solid #ddd;
	border-radius:4px;
}
.day{
	margin-bottom:0;
}
.dayTitle{
	border-bottom-width:1px;
	border-bottom-color:#ddd;
	border-bottom-style:dotted;
	margin-bottom:0;
}
.postTitle{
    border-bottom-color:#ddd;	
	text-indent:20px;
	line-height:2em;
}

.postTitle a:link,.postTitle a:visited{
	color:green;
}
.postCon{
    text-indent:20px;
}
#widget_my_google{display:none;}
.input_my_zzk{
	width:128px;
	margin-left:5px;
	height:28px;
	line-height:28px;
	border:1px solid #ddd;
	border-radius:2px;
}
.input_my_zzk:focus{
	outline:none;
	border:#87C6F9 1px solid;
	box-shadow: 0 0 8px rgba(103, 166, 217, 1);
}
input.btn_my_zzk{
    height: 28px;
	border: 1px solid #94d3a2;
	border-radius: 4px;
	background: #269f42;
	color: #fff;
	padding: 4px 22px;
	cursor: pointer;
}
input.btn_my_zzk:hover{
	color:#999;
}
#MySignature{
    padding:10px;
	border:1px dashed #ddd;
	border-radius:2px;
	background:#eee;
}
.author_avatar{
	border-radius:50%;
}
.postBody{
    border-bottom-color:#ddd;
	font-family:consolas;
}