html,body {
    height: 100%
}

body {
    background: #f2f2f2
}
#header {
 
    
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
 
    text-align: center;
    min-height: 400px;
    position: relative;
 background-image: url(https://image.youzhan.org/d/dd/2de797545de56274f03a5920eb3a1.jpg)
 
}
#blogTitle {
	height:70px;
	clear: both;
 
	position: absolute;
	top:50%;
        left:50%;
transform: translate(-50%, -50%);
       background: 0 none;
}
#blogTitle h1 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5;
	margin-left: 1em;
	margin-top: 10px;
	width: 50%;
	float: left;
}
#blogTitle h2 {
	margin-left: 0;
	line-height: 1.5;
	width: 100%;
	float: left;
        font-size:300%;
       color:#fff;
}
#blogLogo {
	float: right;
}
#navigator {
	background-color: black;
	height: 60px;line-height: 60px;overflow: hidden;
	clear: both;
}
#navList {
	min-height: 30px;
	float: left;
}
#navList li {
	float: left;
}
#navList a {
	display: block;
	padding:0 1.5em;height: 60px;font-family:'微软雅黑';
	float: left;font-size: 1.2em;
	text-align: center;transition-duration:0.3s;
}
#navList a:link, #navList a:visited, #navList a:active {
	color: #bbb;
}
#navList a:hover {
	color: white;
	background-color: #343434;
	text-decoration: none;text-shadow: 0px 0px 1px #000;
}
#navList a.aHeaderXML{padding-top: 25px;overflow: hidden;}
#navList a.aHeaderXML img{vertical-align:middle;}

.blogStats {
	float: right;
	color: #ccc;padding-right: 10px;
	text-align: right;
}
#sideBar {
	width: 230px;
	min-height: 200px;
	padding: 0px 0 0px 5px;
	float: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
display:none;
}
#main{
	min-width:1170px;
	text-align: left;padding:20px 0 0 10px;overflow: hidden;
}
#mainContent .forFlow{
 
	float: none; 
	width: auto;
      margin:0 auto;
}
#mainContent {
	min-height: 200px;
 
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	float: right;
	margin-left: 10px;
	 margin-right: 10px; 
	display: inline;
	width: 100%;
}
#footer {
    background: #111;
    font-size: 13px;
    text-align: center;
    color: #555;
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid #303030
}
.dayTitle {
 display:none;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
	color: #000;transition:all 0.4s linear 0s
}
.postTitle a:hover {
	color: #F60;
	text-decoration: none;margin-left: 10px;
}
.cnblogs-markdown code,.cnblogs-post-body code {
 
     border:0px solid #ccc!important; 
 
}