/*隐藏不必要的东西*/
#blogTitle .title, #blogTitle .subtitle, #navigator .blogStats,
#nav_q, #nav_ing, #nav_rss,
#calendar,
.mySearch, .catListPostArchive, .catListArticleCategory, .catListComment, .catListView, .catListFeedback, .catListView ,
.dayTitle {
	display : none;
}


a {
	color: #669517;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}

body {
    font-size:15px;
    padding:0;
    margin:0;
    font-family:"微软雅黑","宋体",Arial;
    background:#E7FBF8 url(https://zhangshuzhen.duapp.com/img/bg_body.gif) repeat-x;
    min-width:950px;
}
#home {
	padding-top : 28px;
	width: 978px;
	margin: 0 auto;
	background: url(https://zhangshuzhen.duapp.com/img/header.gif) no-repeat 0 0;
	font-size: 13px;
}

#blogTitle {
	margin-left : 52px;
	background : url(https://zhangshuzhen.duapp.com/img/logo.gif) no-repeat;
	height : 80px;
}

#navigator ul {
	list-style : none;
}
#navigator ul li {
	float: left;
	width: 125px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
#nav_sitehome a,#nav_newpost a, #nav_contact a, #nav_admin a {
	background: url(https://zhangshuzhen.duapp.com/img/tab.png) no-repeat 0 0;
	width: 128px;
	height: 18px;
	display: block;
	padding: 7px 0 5px 0;
	position: relative;
	cursor: pointer;
	color: #0A7285;
	text-decoration : none;
}
#navigator ul li a:hover, #nav_myhome a  {
	background: url(https://zhangshuzhen.duapp.com/img/tab_act_hover.gif) no-repeat 0 0;
	width: 128px;
	height: 18px;
	display: block;
	padding: 7px 0 5px 0;
	position: relative;
	cursor: pointer;
	color: #0A7285;
	text-decoration : none;
}

#main {
	clear : both;
	background : #FFF;
	border : 1px #42AEC2 solid;
	border-top : 0px;
}

#mainContent {
	float : left;
	width : 70%;
}
#sideBar {
	float : right;
	width : 30%;
}
.clear {
	clear : both;
}

/*公告*/
.newsItem {
	border-radius:10px;
	color : white;
	margin : 20px 10px 20px 0;
	padding : 10px;
	padding-left : 20px;
	background : #A7B526;
}
.newsItem .catListTitle {
	background : url(https://zhangshuzhen.duapp.com/img/meta.gif) left bottom no-repeat;
}
.newsItem a{
	color : #FFF;
	text-decoration : none;
}
.newsItem a:hover{
	text-decoration : underline;
}
#blog-sidecolumn>div {
	border-radius:10px;
	color : white;
	margin : 0 10px 20px 0;
	padding-top : 1px;
}
.catListTitle {
	padding-left : 23px;
	margin-left : 10px;
}
#blog-sidecolumn ul {
	list-style : none;
	margin : 0;
	padding : 0;
}
#blog-sidecolumn li {
	width: 243px;
	line-height: 25px;
	border-bottom : 1px dotted #FFF;
}
#blog-sidecolumn li a {
	width: 243px;
	line-height: 25px;
	display : inline-block;
	color : #FFF;
	padding-left : 40px;
	text-decoration : none;
}


.catListPostCategory {
	background-color : #42AEC2;
	padding-bottom : 10px;
}
.catListPostCategory .catListTitle {
	background : url(https://zhangshuzhen.duapp.com/img/house.gif) left bottom no-repeat;
}
.catListPostCategory a:hover {
	background-color : #75C4D3;
}

.catListLink {
	background-color : #ED8029;
	padding-bottom : 10px;
}
.catListLink .catListTitle {
	background : url(https://zhangshuzhen.duapp.com/img/friends.gif) left bottom no-repeat;
}
.catListLink a:hover {
	background-color : #F2A263;
}
/*文章列表*/
.day {
	padding : 20px;
}
.day .postTitle {
	padding : 5px 5px 7px 5px;
	border-bottom : 1px dotted #42AEC2;
}
.day .postTitle a{
	font-size: 20px;
	font-weight: normal;
	color: #C60;
	line-height: 28px;
	text-decoration : none;
}
.day .postTitle a:hover {
	color: #42AEC2;
}
.postCon {
	padding-top : 7px;
}
.postCon a, .postDesc a {
	color: #669517;
	text-decoration : none;
}
.postCon a:hover, .postDesc a:hover  {
	text-decoration : underline;
}
.day .postDesc {
	float : right;
}

#footer {
	padding : 10px;
	text-align : center;
}

.topicListFooter a {
	color : #66ADBD;
	text-decoration : none;
}
.topicListFooter a:hover {
	text-decoration : underline;
}

/*浏览文章*/
.post a {
	color: #669517;
	text-decoration : none;
}
.post a:hover {
	text-decoration : underline;
}
#topics {
	padding-left : 15px;
}
#topics .postTitle {
	padding-top : 5px;
	padding-bottom : 5px;
	border-bottom : 1px dotted #42AEC2;
	margin : 5px;
}
#topics .postTitle a {
	font-size : 20px;
	font-weight : normal;
}
#topics .postDesc {
	float : right;
}
.forFlow {
	padding : 10px;
}