@charset "utf-8";
/* CSS Document */
body{
	background: url(pexels-photo-225251.jpg);
}
a{
	text-decoration:none;
}
li{
	list-style-type:none;
}

#blogTitle{
	height:200px;
	
}

.forFlow{
	width:1020px;
	float:left;
	
}
#Header1_HeaderTitle{
	margin-left:80px;
	margin-top:90px;
	font-size:45px;
	text-decoration:none;
}
#navigator{
	width:1005px;
	height:30px;
	line-height:30px;
}

#navList li{
	float:left;
	list-style-type:none;
	margin-right:15px;
}
#navList li a{
	text-decoration:none;
	color:#000;
}
#navList li a:hover{
	color:#F00;
}
#blog_nav_rss_image{
	margin-left:10px;
}
#blog_stats{
	float:right;
	margin-right:5px;
}

.day{
	width:1005px;
	height:150px;
	margin-top:20px;
	margin-bottom:20px;
}
.dayTitle{
	width:100%;
	height:30px;
	line-height:30px;
	margin-left:40px;
}
.dayTitle a{
	text-decoration:none;
	color:#3F3;
}
.dayTitle a:hover{
	color:#F00;
}
.postTitle{
	width:100%;
	height:25px;
	line-height:25px;
	margin-left:38px;
}
.postTitle a{
	text-decoration:none;
	color:#000;
}
.postTitle a:hover{
	color:#F00;
}

.postCon{
	width:100%;
	height:55px;
}
.c_b_p_desc{
	margin-left:40px;
}
.postDesc{
	width:100%;
	margin-top:10px;
	text-align: right;
	font-size:16px;
}

#sideBar{
	width:303px;
	float:left;
	margin-left:10px;
}
#sideBarMain{
	width:290px;
	float:left;
	margin-left:10px;
}
.newsItem .catListTitle {
    display: none;
}
#blog-news{
	width:200px;
	height:100px;
}

#calendar {
    width: 229px;
	margin-top:20px;
}
.catListLink{
	widows:230px;
	height:180px;
}
.catListLink ul{
	widows:230px;
	height:150px;
}

#footer{
	text-align: center;
min-height: 15px;
height: 30px;
margin-top: 10px;
padding-top: 30px;
}