/**************************************************
 ******		    通用 CSS 样式				 ******
 **************************************************/
 /* 全局字体 */
body, 
.post-title, 
.page-title, 
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, 
.widget-top h4,
#respond #submit,
#comments-title,
#respond #reply-title,
#respond textarea#comment,
#respond input#author, #respond input#email, #respond input#url,
.theme-header .search-block input#s,
#footer-widget-area .footer-widget-top h4,
.cat-tabs-header li,
.breaking-news span {
	font-family: \5FAE\8F6F\96C5\9ED1, \5b8b\4f53,Arial,Verdana,sans-serif;
}


.stripe-line {	
margin-top: 13px;
display: none;}
/* 文章信息: 通用样式 */
p.post-meta {
	font-size: 1.05em;
}

/* 文章正文：通用样式 */
.entry p {
	font-size: 1.2em;
	line-height: 1.5;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
}


/* 列表样式：通用样式 */
.entry ol, .entry ul {
	margin: 1em 0 2em 2em;
	font-size: 1.2em;
}
.entry li {
	margin: 0 0 7px 10px;
	line-height: 1.75;
}

/* 小标题 h3：通用样式 */
.entry h3 {
	font-size: 2em;
	color: #1C86EE;
	font-weight: normal;
}

/* 各类标题：通用样式 */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin-top: 60px;
	margin-bottom: 30px;
}

/* 文章标签：Post-Tags */
.post-tag {
	margin: -25px 20px 4px 0px;
	font-size: 1.1em;
	padding: 10px 10px 0px;
	border-top: 1px dashed #DDD;
}
.post-tag a {
	font-size: 1em;
	text-transform: capitalize;
	font-weight: normal;
	padding: 5px 12px;
	margin-bottom: 5px;
}
.post-tag a:first-child {
	margin-left: 14px;
}

/* 文章导航：上一篇、下一篇 */

.post-navigation div {
	font-size: 1.1em;
}
.post-navigation div span {
	font-size: 0.9em;
}
.post-navigation div a:hover {
	color: #1C86EE;
}

/* 评论列表：通用样式 */

.commentlist cite.fn {
	font-style: normal;
	font-size: 1.5em;
	padding-top: 2px;
}
.commentmetadata {
	font-size: 1em;
}
.commentmetadata a, .commentmetadata a:hover {
	color: #aaa;
}
.comment-content p {
	line-height: 1.75;
	font-size: 1.1em;

}
#comments #comments-title {
	font-weight: bold;
	margin-bottom: 15px;
}
#comments .post-listing {
padding:0;
margin-bottom:0;}

/* 评论待审核提示 */
.comment-awaiting-moderation {
	padding-left: 29px;
	color: red;
	font-size: 1.1em;
	line-height: 30px;
}

/* 评论框：通用样式 */
#respond #reply-title {
	margin-top: 0;
	font-weight: bold;
}
#respond .logged-in-as {
	font-size: 1.1em;
	margin-bottom: 15px;
	margin-top: 15px;
}
#respond .logged-in-as a:last-child:hover {
	color: #1C86EE;
}
#respond textarea#comment {
	font-size: 1.1em;
	line-height: 1.75em;
	height: 45px;
}
#respond p.comment-notes,
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url {
	font-size: 1.1em;
}
#respond p.comment-form-author input,
#respond p.comment-form-email input,
#respond p.comment-form-url input {
	margin-top: 5px;
}
#respond p.comment-notes {
	margin-top: 0;
	margin-bottom: 0;
}
#commentform p{margin: 0;}
/* 详情页链接统一样式 */
.post-inner .entry p a, 
.post-inner .entry ul a, 
.post-inner .entry ol a {
	color: #1C86EE;
}
.post-inner .entry p a:hover,
.post-inner .entry ul a:hover,
.post-inner .entry ol a:hover {
	text-decoration: underline;
}

/* 页面布局 */
#main-content {
	padding: 0px;
	width: 1210px;
}
bobody.home .content,
body.archive .content,
#main-content .content,body.search .content {
	padding: 5px 10px;
	width: 880px;
	border-right: 1px solid #DDD;
}
body.single .content article.cat-box-content,
body.page .content article.cat-box-content {
	padding: 5px 12px;
}

/*首页，列表页去边框*/
.content .post-listing,
.content .cat-box-content {
	box-shadow: none;
	border: none;
	padding: 0px 10px 0px 0px;
}

/*文章页边距设置*/
.content .post-listing .post-inner{    padding: 0px !important;}


.content .archive-box {
	box-shadow: none;
}
/*列表页列表边距*/
.content .archive-box .item-list{
	padding: 20px 5px 20px 5px;
}

/*主目录添加搜索框*/
.theme-header #main-nav .search-block{
	position: absolute;
	right: 50px;
	top: 10px;}
/* Breaking News */
.breaking-news {
	height: 36px;
	margin: -10px auto -10px;
}
.breaking-news ul a {
	font-size: 1.1em;
	padding: 8px 10px 10px;
}

 

 
/**************************************************
 ******		    文章列表样式				 ******
 **************************************************/
 
/* 文章标题 */
.archive-box .item-list .post-box-title, 
.cat-box-content .item-list .post-box-title {
	font-weight: bold;
	font-size: 1.6em;
}
.cat-box-content .item-list .post-box-title a:hover {
	color: #1C86EE;
	text-decoration: underline;
}



/* 文章信息：文章列表专用样式 */
.cat-box-content .item-list p.post-meta,
.archive-box p.post-meta {
	margin: 0.6em 0em 1.1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #DDD;
}

/* 文章缩略图 */
@media only screen and (min-width: 480px) {
	.item-list .post-thumbnail {
		width: 310px;
		height: 165px;
	}
}

/* 存档页大标题样式优化 */
.page-head .stripe-line {
	margin-top: 13px;
	display: none;
}
a.rss-cat-icon {
	margin-top: 15px;
	float: left;
}
.archive-meta {
	padding: 2px 0;
}
.page-head {
	padding: 15px 30px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	margin-top: -2px;
	background-color: #eee;
	box-shadow: inset 0 0 2px white, 0 0 5px #CACACA;
	
}


/* 文章摘要：从通用样式中特殊化 */
.cat-box-content .item-list .entry p 
{
	font-size: 1.35em;
	line-height: 1.75;
	padding: 0px;
}
.archive-box .entry p
{
	line-height: 1.75;
	padding: 0px;	
}
/* 阅读全文 */
a.more-link {
	color: #1C86EE;
	float: none;
	font-weight: normal;
	display: inline-block;
}
a.more-link:hover {
	text-decoration: underline;
}

/* 分页 */
.pagination {
	padding: 0px 15px;
}


/**************************************************
 ******		   		 侧边栏样式				 ******
 **************************************************/
 
#sidebar {
	padding-top: 15px;
	padding-right: 10px;
}
#sidebar .widget {
	margin-bottom: 15px;
}
#sidebar .widget .widget-top {
	height: 37px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #DDD;
}
#sidebar .widget .widget-top .stripe-line {
	margin-top: 7px;
	display: none;
}
#sidebar .widget .widget-top h4 {
	margin-left: 13px;
}
#sidebar .widget .widget-container {
	box-shadow: none;
	border: none;
	padding-left: 15px;
}
#sidebar .widget .widget-container li {
	line-height: 1.6;
	font-size: 1.1em;
	background: none;
	padding-left: 0px;
}




/**************************************************
 ******		    文章正文页样式				 ******
 **************************************************/
 
/* 文章标题：正文页专用样式 */
.post-inner h1.post-title {
	font-weight: bold;
}

/* 文章信息：正文页专用样式 */
.post-inner p.post-meta {
	margin-top: 10px;
	padding-bottom: 12px;
}

/* 引用 */
.post-inner .entry blockquote {
	background: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	font-style: normal;
}



/**************************************************
 ******		   		404页面样式				 ******
 **************************************************/

/* 404 标题 */
body.error404 .post-inner .post-title {
	font-size: 50px;
	font-weight: bold;
}

/* 404 说明文字 */
body.error404 .post-inner .entry p {
	font-size: 17px;
	padding-top: 5px;
}



/**************************************************
 ******		   	适应不同屏幕尺寸			 ******
 **************************************************/
 @media only screen and (min-width: 1024px) {
.fixed-nav{
		position:fixed;
		width:1210px;
		z-index:999;
		opacity:0.9;
		-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
		box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
	}

}

@media only screen and (max-width: 1024px) {
	header#theme-header,
        #main-content {
		width: 98% !important;
	}
	body.home .content,
	body.archive .content,
	body.search .content	{
		width: 654px !important;
	}
}

@media only screen and (max-width: 985px) and (min-width: 768px) {
	/* 整体布局调整 */
	header#theme-header,
        #main-content {
		width: 98% !important;
	}
	body.home .content,
	body.archive .content,
	body.search .content {
		padding: 0px !important;
		border: none !important;
		width: 100% !important;
	}
	body.single .content,
	body.page .content {
		width: 100% !important;
	}
	#sidebar {
		width: 100% !important;
		padding: 0px !important;
	}
	
	/* 根据屏幕尺寸适当显隐元素 */
	.footer-widget .footer-widget-top h4, .footer-widget .footer-widget-container {
		text-align: center;
	}
	.footer-bottom .container {
		width: 700px !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	/* 整体布局调整 */
	header#theme-header, 
	#main-content, 
	#footer-widget-area {
		width: 98% !important;
	}
        #theme-header{
		width: 98% !important;
	}
	.container,
	#main-nav {
		width: 100% !important;
	}
	body.home .content,
	body.archive .content,
	body.search .content {
		width: 100% !important;
		padding: 0px !important;
	}
	body.single .content,
	body.page .content {
		width: 100% !important;
	}
	
	/* 根据屏幕尺寸适当显隐元素 */
	.pagination a.first, .pagination a.last, .pagination span.extend {
		display: none;
	}
	#sidebar {
		width: 100% !important;
		padding: 0px !important;
	}
	.footer-widget .footer-widget-top h4, .footer-widget .footer-widget-container {
		text-align: center;
	}
}

@media only screen and (max-width: 479px) {
	
	/* 整体布局调整 */
	header#theme-header, 
	#main-content, 
	#main-nav, 
	#footer-widget-area {
		width: 100% !important;
	}
header#theme-header{min-height:auto;}

	body.home .content,
	body.archive .content,
	body.search .content {
		width: 100% !important;
		padding: 0px !important;
	}
	body.single .content,
	body.page .content {
		width: 100% !important;
	}
	
	/* 根据屏幕尺寸适当显隐元素 */
	#sidebar {
		display: none;
	}
	.pagination a.page, .pagination a.first, .pagination a.last, .pagination span.extend, .pagination span.current {
		display: none;
	}
	/*#tie-next-page a:before {
		content: ;
	}*/
	.footer-widget .footer-widget-top h4, .footer-widget .footer-widget-container {
		text-align: center;
	}
	.footer-bottom .alignleft {
		display: none;
	}
}