body {
	font-size: 13px;
	margin:0;
	padding:0;
	background:#143B4A;
	padding-bottom: 10px;
}
ul {
	margin: 0;
	list-style: none;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #090;
	text-decoration: underline;
}
.clear { clear:both; }
/*------layout--------*/
#home {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 975px;
	padding: 7px;
	background: #fff;
}
.forFlow {
	float: left;
	width: 730px;
	border: #ccc 1px solid;
	padding: 10px;
	background: #eee;
}
/* side bar */
#sideBar {
	width: 200px;
	margin-left: 5px;
	padding: 5px;
}
#sideBarMain {
	background: #fff;
	border: #ccc 1px solid;
	padding: 5px;
}
.catListTitle {
	font-size: 14px;
	color: #143B4A;
	margin: 10px auto;
	padding: 0;
	padding-left: 18px;
	padding-bottom: 5px;
	border-bottom: #ccc 1px dashed;
	background: url(http://www.cnblogs.com/images/cnblogs_com/mouhong-lin/149732/o_sideBarTitleLi.gif) no-repeat;
}
#sideBarMain ul li {
	margin: 5px auto;
	padding-left: 15px;
	background: url(http://www.cnblogs.com/images/cnblogs_com/mouhong-lin/149732/o_arrow_rt.gif) no-repeat 5px 3px;
}
/* calendar */
#calendar {
	text-align: center;
}
#Calendar1_entryCal {
	width: 97%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Calendar1_entryCal a {
	color: #090;
	font-weight: bold;
}
/* ------ navigator ----------- */
#navList {
	float: left;
}
#navList li {
	float: left;
	display: block;
	height: 30px;
}
#navList a {
	font-size: 14px;
	line-height: 2em;
	padding: 3px 10px;
	border: #ccc 1px solid;
	background: #666;
	color: #fff;
	text-decoration: none;
}
#navList a:hover {
	background: #143B4A;
}
.blogStats {
	float: left;
	margin-left: 20px;
	margin-top: 7px;
	color: #090;
	font-weight: bold;
}

/*首页列表*/
.dayTitle {
	display: none;
}
.day {
	border: #ccc 1px solid;
	border-bottom-width: 2px;
	margin: 5px auto;
	background: #fff;
}
/*首页列表标题*/
.postTitle {
	padding: 3px 0;
             padding-bottom: 8px;
	margin: 5px auto;
             padding-top: 3px;
	padding-left: 10px;
	border-bottom: #ccc 1px dashed;
	background: url(http://www.cnblogs.com/images/cnblogs_com/mouhong-lin/149732/o_postTitleLi.gif) no-repeat 10px 0;
}
.postTitle a {
	color: #143B4A;
	font-weight: bold;
	font-size: 14px;
	padding-left: 25px;
	text-decoration: none;
}
.postTitle a:hover {
	color: #090;
}
/*摘要*/
.postCon {
	color: #666666;
	line-height: 1.5em;
	padding: 5px;
	border: #ADCD3C 1px dashed;
	margin: auto 7px;
	margin-bottom: 5px;
	background: #F2FDDB;
}
.postDesc {
	padding: 3px 10px 6px;
	color: #ccc;
}
.postDesc a {
	color: #ccc;
}
.topicListFooter {
	padding: 10px 5px 2px;
}

#blogLogo {
	display: none;
}
#blogTitle{
padding: 1px 0;
font-family: "楷体", sans-serif;
height:130px;
background:url(http://www.cnblogs.com/images/cnblogs_com/mouhong-lin/149732/o_top.jpg) no-repeat;
}
.headermaintitle{
	display:none;
}
#blogTitle h2 {
	font-size: 24px;
	font-weight: normal;
	margin-left: 70px;
margin-top: 80px;
}

/* footer */
#footer { text-align: center; padding: 10px 0; color: #999; font-family: Verdana, sans-serif; }

/* ---- 二级页 ---*/
#topics {
	background: #fff;
	padding: 10px;
	border: #ccc 1px solid;
}
#EntryTag { padding: 5px 10px; }
#AjaxHolder_UpdatePanel1 { padding: 10px; border: #ccc 1px solid; background: #fff; margin-top: 10px; }
.feedback_area_title { font-size: 14px; font-weight: bold; padding: 10px 5px;}
.feedbackItem {
	border: #ccc 1px dashed;
	background: #eee;
	padding: 5px;
	margin-bottom: 6px;
	line-height: 1.7em;
}
.feedbackManage { border-bottom: #ccc 1px solid; }
.itnews { padding: 10px; width: 680px; line-height: 1.8em; border: #ccc 1px solid; }
.cnblogs_link { padding: 10px 5px 0; }
#AjaxHolder_PostComment_tbTitle, #AjaxHolder_PostComment_tbName, #AjaxHolder_PostComment_tbUrl {
	width: 400px; border: #ccc 1px solid;
}
.commentTextBox { width: 475px; height: 100px;}
#AjaxHolder_PostComment_RelativePosts1_divRelativePosts {
padding: 10px;
border: #ccc 1px solid;
margin-bottom: 5px;
line-height: 1.7em;
}
/*贴子正文*/
.post {
background: #fff;
}
.postBody {
font-size:14px;
line-height:1.7em;
font-family: "Courier New", sans-serif;
}
/*页码*/
.pager {
border-top:#ccc 1px solid;
margin-top: 5px;
padding: 8px 0;
}