/**************************************************
第一部分：所有的模板都使用的公共样式。公告样式是为了更好的向前和向后兼容。
如果不符合你皮肤的要求，你可以在后面通过更好的优先级覆盖着这些样式，但是
你不能删除这些样式。
**************************************************/
#EntryTag {
	margin-top: 20px;
	font-size: 9pt;
	color: gray
}

.topicListFooter {
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	text-shadow: 1px 1px 0 #fff;
	color: #000
}

#divRefreshComments {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 9pt
}
/*****第一部分结束*******************************/

/**************************************************
第二部：公共样式（全局样式）。公共会对所有页面的标签都起作用。这个部分你
可以随意的更改，并不会牵扯到其他的皮肤模板。但是每次更改都要注意你的皮肤
模板所有页面的变化。因为它们是全局的。
**************************************************/
* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

body {
	color: #000;
	background: #eee;
	font: 12px/1.5 "微软雅黑",tahoma,arial,sans-serif;
	min-height: 101%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,img {
	border: 0
}

ul {
	word-break: break-all
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6 {
}

a:link {
	color: #555;
	text-decoration: none
}

a:visited {
	color: #555;
	text-decoration: none
}

a:hover {
	color: #258fb8;
	text-decoration: underline
}

a:active {
	color: #444;
	text-decoration: none
}

.clear {
	clear: both
}
/*****第二部分结束*******************************/

/**************************************************
第三部分：各个页面元素的样式。你可以根据需要随意的更改，并不会牵扯到其他
的皮肤模板。这个部分是最能展现你想象力的部分。其中头部和侧边栏部分是此皮
肤公共的部分。而每个页面特有的部分会有相应的注释和说明。
**************************************************/

/*****home和头部开始**************************/
#home {
	width: 100%;
}

#header {
	background: url("https://images.cnblogs.com/cnblogs_com/chihane/677213/o_10102963F-7.jpg") #000;
	height: 300px;
}

#blogTitle {
	height: 100px;
	clear: both;
	width: 1000px;
	margin: 0 auto
}

#blogTitle h1 {
	padding-top: 100px;
	font-weight: bold;
	font-size: 3em;
	line-height: 2em;
	text-align: center;
}

#blogTitle h1 a {
	color: #fff;
	text-shadow: 0 0 5px #258fb8;
	text-decoration: none
}

#blogTitle h2 {
	color: #a3b2be;
	margin-left: 1em;
	margin-top: 30px;
	line-height: 1.5em;
	width: 50%;
	float: left
}

#blogLogo {
	float: right
}

#navigator {
	height: 30px;
	clear: both;
	width: 1000px;
	margin: 160px auto 0;
}

#navList {
	min-height: 30px;
	float: right;
}

#navList li {
	float: left
}

#navList a {
	position: relative;
	font-weight: bolder;
	display: block;
	height: 22px;
	float: left;
	text-align: center;
	padding: .05em 1em;
	font-size: 1.3em
}

#navList .aHeaderXML {
	display: none
}

#navList a:link,#navList a:visited,#navList a:active {
	color: #000;
	opacity: .6;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: initial;
	transition-delay: initial;
	
}

#navList a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 3px #fff
}

#navList a:hover:after {
	display: none;
}

.blogStats {
	float: right;
	color: #a3b2be;
	margin-top: 8px;
	margin-right: 2px;
	text-align: right
}
/*****home和头部结束**************************/

/*****主页文章列表开始**************************/
#main {
	width: 1000px;
	margin: 30px auto 0
}

#main:after {
	content: "";
	clear: both
}

#mainContent .forFlow {
	float: none;
	width: auto
}

#mainContent {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis; 
	overflow: hidden;
	word-break: break-all;
	float: left;
	width: 1000px;
}

.day {
	color: #666;
	box-shadow: 1px 1px 2px #a7a8ad;
	background: #fff;
	min-height: 10px;
	_height: 10px;
	margin: 0 5px 30px 0;
	padding: 0 10px 10px 15px;
	position: relative;
}

.day:after {
	display: none;
}

.dayTitle {
    display: none;
}

.postTitle {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5em;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px
}

.postTitle a:hover {
	text-decoration: none
}

.postCon {
	font-size: 1.2em;
	width: 100%;
	clear: both;
	padding: 10px 0;
}

.postDesc {
	float: right;
	width: 100%;
	clear: both;
	text-align: right;
	padding-right: 5px;
	color: #a8b1ba;
	margin-top: 5px
}

.postDesc a:link,.postDesc a:visited,.postDesc a:active {
	color: #666
}

.postDesc a:hover {
	text-decoration: none
}

.postSeparator {
	clear: both;
	height: 1px;
	border-top: 1px dashed #ccc;
	width: 100%;
	clear: both;
	float: right;
	margin: 10px auto 0 auto
}

#homepage_top_pager {
	display: none;
}

.topicListFooter {
	background: #fff;
	box-shadow: 1px 1px 2px #a7a8ad;
	width: 995px;
}

#nav_next_page {
	text-align: center;
	font-size: 1.3em;
	padding: 10px;
	margin-bottom: 5px;
}

#nav_next_page a:hover {
	text-decoration: none;
}

.pager {
	font-size: 1.3em;
	color: #555;
	padding: 5px;
	word-spacing: 20px;
	width: 875px;
}

.pager a {
	border: 0px solid #fff;
	color: #999;
	text-decoration: none;
}

.pager a:hover {
	background: #555;
	color: #fff;
	text-decoration: none;
}
/*****主页文章列表结束**************************/

/*****侧边栏开始********************************/
#sideBar {
	display: none;
}

.newsItem {
	border-radius: 7px 7px 7px 7px;
	box-shadow: 1px 1px 2px #a7a8ad;
	background: #fafcfd;
	margin: 0 5px 20px;
	padding: 5px
}

.newsItem .catListTitle {
	display: none
}

.catListTitle {
	color: #fff;
	font-size: 1.2em;
	border-bottom: 1px solid #dadfe1;
	height: 1.5em;
	line-height: 1.5em;
	background: #2eb1e8;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 5px;
	text-indent: 1em;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3)
}

#calendar {
	border-radius: 7px 7px 7px 7px;
	box-shadow: 1px 1px 2px #a7a8ad;
	background: #fafcfd;
	margin: 20px 5px
}

#calendar .Cal {
	width: 96%;
	line-height: 1.5em;
	border: none;
	color: #666;
	margin: 2%
}

#calendar table a:link,#calendar table a:visited,#calendar table a:active {
	font-weight: bold
}

#calendar table a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f60
}

.CalTodayDay {
	color: #f60
}

#calendar .CalNextPrev a:link,#calendar .CalNextPrev a:visited,#calendar .CalNextPrev a:active {
	font-weight: bold
}

.CalDayHeader {
	border-bottom: 1px solid #ccc
}

.CalTitle {
	width: 100%;
	color: #000;
	border-bottom: 1px solid #666
}

.divRecentComment {
	text-indent: 2em;
	color: #666
}

#sideBarMain ul {
	line-height: 1.5em
}

.catListEssay,.catListLink,.catListNoteBook,.catListNoteBook,.catListTag,.catListPostCategory,.catListPostArchive,.catListArticleArchive,.catListImageCategory,.mySearch,.catListComment,.catListView,.catListFeedback {
	border-radius: 7px 7px 7px 7px;
	box-shadow: 1px 1px 2px #a7a8ad;
	background: #fafcfd;
	margin: 20px 5px
}

.catListEssay ul,.catListLink ul,.catListNoteBook ul,.catListNoteBook ul,.catListTag ul,.catListPostCategory ul,.catListPostArchive ul,.catListArticleArchive ul,.catListImageCategory ul,.mySearch ul,.catListComment ul,.catListView ul,.catListFeedback ul {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px
}

.catListEssay ul li,.catListLink ul li,.catListNoteBook ul li,.catListNoteBook ul li,.catListTag ul li,.catListPostCategory ul li,.catListPostArchive ul li,.catListArticleArchive ul li,.catListImageCategory ul li,.mySearch ul li,.catListComment ul li,.catListView ul li,.catListFeedback ul li {
	border-bottom: 1px solid #dadfe1;
	border-top: 1px solid #fff;
	overflow: hidden;
	padding: 5px
}

.catListComment .divRecentCommentAticle {
	padding: 5px;
	border-bottom: 1px solid #dadfe1;
	border-top: 1px solid #fff;
	line-height: 1.5em
}

.catListComment .divRecentComment {
	display: none
}
/*****侧边栏结束********************************/

/****查看文章页面开始*************************/
#topics {
	background: #fff;
	box-shadow: 1px 1px 2px #a7a8ad;
	min-height: 200px;
	padding: 0 0 10px 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding: 5px;
	margin: 0 5px 20px 0
}

#topics .postTitle {
	padding-left: 20px;
	width: 100%
}

#topics .postTitle a {
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 0 0 1px #a7a8ad;
	line-height: 1.5em
}

#topics .postTitle a:visited {
	color: #555;
}

.postBody {
	padding: 0 20px 20px 20px;
	line-height: 1.5;
    font-size: 1.2em;
}

#EntryTag a {
	margin-left: 5px
}

#EntryTag a:link,#EntryTag a:visited,#EntryTag a:active {
	color: #666
}

#EntryTag a:hover {
	color: #f60
}

#topics .postDesc {
	width: 100%;
	text-align: right;
	padding-right: 5px;
	margin-top: 5px
}

#blog_post_info {
	display: none;
}

#AjaxHolder_UpdatePanel1 {
	background: #fff;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 1px 1px 2px #a7a8ad;
	margin: 0 5px 10px 0;
	padding: 5px
}

.feedback_area_title {
	display: none
}

.louzhu {

}

.feedbackListSubtitle {
	background: #fff;
	color: #666;
	padding: 10px;
	margin-right: 5px;
	box-shadow: 1px 0 2px #a7a8ad;
}

.feedbackListSubtitle a:hover {
	text-decoration: none
}

.feedbackManage {
	width: 200px;
	text-align: right;
	float: right;
}

.feedbackCon {
	background: #fff;
	margin-bottom: 30px;
	padding: 10px;
	position: relative;
	box-shadow: 1px 1px 2px #a7a8ad;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-right: 5px;
}

#divRefreshComments {
	text-align: right;
	margin-bottom: 20px;
	text-shadow: 1px 1px 0 #fff
}

.commentform {
	background: #fff;
	box-shadow: 1px 1px 2px #a7a8ad;
	margin: 10px 5px 10px 0;
	padding: 10px
}

.commentbox_title_right {
	float: right;
}

#AjaxHolder_PostComment_divCommnentArea table tbody tr {
	width: 100%;
	padding: 5px
}

.commenttb {
	width: 320px
}

#site_nav_under {
	display: none;
}

#under_post_news {
	display: none;
}

#under_post_kb {
	display: none;
}
/****查看文章页面结束************************/

/****列表页面开始******************************/
.entrylistTitle,.PostListTitle,.thumbTitle {
	display: none
}

#myposts,.entrylist,.gallery,#profile {
	background: #fff;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 1px 1px 2px #a7a8ad;
	margin: 0 5px 10px 0;
	padding: 5px
}

.entrylistDescription {
	color: #666;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 10px
}

.entrylistItem {
	min-height: 20px;
	_height: 20px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 100%
}

.entrylistPosttitle {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #666;
	line-height: 1.5em;
	padding-left: 5px
}

.entrylistPosttitle a:hover {
	text-decoration: none
}

.entrylistPostSummary {
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px
}

.entrylistItemPostDesc {
	text-align: right;
	color: #666
}

.entrylistItemPostDesc a:link,.entrylistItemPostDesc a:visited,.entrylistItemPostDesc a:active {
	color: #666
}

.entrylistItemPostDesc a:hover {
	color: #f60
}

.entrylist .postSeparator {
	clear: both;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	border: none
}

.pager {
	text-align: right;
	margin-right: 10px
}

.PostList {
	border-bottom: 1px solid #dadfe1;
	border-top: 1px solid #fff;
	overflow: hidden;
	padding: 5px;
	color: #999
}

.pfl_feedback_area_title {
	text-align: right;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-bottom: 10px
}

.pfl_feedbackItem {
	border-bottom: 1px solid #000;
	margin-bottom: 20px
}

.pfl_feedbacksubtitle {
	width: 100%;
	border-bottom: 1px dotted #666;
	height: 1.5em
}

.pfl_feedbackname {
	float: left
}

.pfl_feedbackManage {
	float: right
}

.pfl_feedbackCon {
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px
}

.pfl_feedbackAnswer {
	color: #f40;
	text-indent: 2em
}

.tdSentMessage {
	text-align: right
}

.errorMessage {
	width: 300px;
	float: left
}

.mySearch {
	padding-bottom: 2px
}

.mySearch div {
	padding: 5px
}

.input_my_zzk {
	width: 150px
}

.divPhoto {
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 10px
}

.thumbDescription {
	color: #666;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 10px
}

#footer {
	text-align: center;
	min-height: 15px;
	_height: 15px;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 0 #fff
}

.personInfo {
	margin-bottom: 20px
}

.pages {
	text-align: right
}

.postBody {
	line-height: 1.5
}

.postBody p,.postCon p {
	text-indent: 2em;
	margin: 0 auto 1em auto
}

.postBody h2 {
	font-size: 150%;
	margin: 15px auto 2px auto;
	font-weight: bold
}

.postBody h3 {
	font-size: 120%;
	margin: 15px auto 2px auto;
	font-weight: bold
}

.postBody h4 {
	font-size: 110%;
	margin: 15px auto 2px auto;
	font-weight: bold;
	color: #333
}

.postBody h5 {
	font-size: 100%;
	margin: 15px auto 2px auto;
	font-weight: bold;
	color: #333
}

.postBody a:link,.postBody a:visited,.postBody a:active {
	text-decoration: underline
}

.postCon a:link,.postCon a:visited,.postCon a:active {
	text-decoration: underline
}

.postBody ul,.postCon ul {
	margin-left: 2em
}

.postBody li,.postCon li {
	list-style-type: disc;
	margin-bottom: 1em
}

.postBody blockquote {
	background: url('images/comment.gif') no-repeat 25px 0;
	padding: 10px 60px 5px 60px;
	min-height: 35px;
	_height: 35px;
	line-height: 1.6em;
	color: #333
}

#green_channel {
	width: auto
}

#cnblogs_post_body p,#cnblogs_post_body div {
	line-height: 1.5!important
}