/*****home和头部开始**************************/

*#home {
	margin: 0 auto;
	min-width: 980px;
	/*页面的最低宽度,也就是页面顶部的宽度*/
	width: 65%;
	/*原始65*/
	position: relative;
}

body {
	background-color: #f5f5f5;
	font-family: "微软雅黑", "PTSans", "Arial", sans-serif;
}


/*头部标题*/

div#blogTitle {
	background: none;
	background-position: left right;
	height: 120px;
	padding: 0;
}

div#blogTitle .title {
	text-indent: 15px;
	padding-top: 15px
}

div#blogTitle .title a {
	color: #399ab2;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8em;
	/*原始 1.6em*/
}

div#blogTitle .title a:hover {
	color: #9cba39;
}

div#blogTitle .subtitle {
	text-indent: 15px;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 17px;
	/*原始 16px ；font-size: 1.0rem;*/
	line-height: 1.8;
	color: #555555;
	float: left;
}


/*****home和头部结束**************************/


/*首页列表*/

.postTitle {
	border-left: 3px solid #21759b;
	color: #399ab2 !important;
	margin-bottom: 10px;
	font-size: 20px;
	float: right;
	width: 100%;
}

.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
	color: #21759b !important;
	transition: all 0.4s linear 0s;
}

.postTitle a:hover {
	margin-left: 30px;
	color: #9cba39 !important;
	text-decoration: none;
}

.dayTitle {
	display: none;
}


/*文章内容（简介内容）*/

div.postCon {
	float: right;
	width: 100%;
	clear: both;
	padding: 10px 0;
	font-family: "微软雅黑"!important;
}

.postCon a {
	padding: 0px 10px;
	color: #399ab2;
	margin-left: 30px;
	border-bottom: none;
}

.postCon a:hover {
	color: #9cba39;
}

.day .postTitle a {
	padding-left: 10px;
}


/*列表结束*/


/*****侧边栏开始********************************/

#sideBar {
	margin-top: 45px;
	width: 270px;
	/*侧边栏宽度*/
	min-height: 200px;
	padding: 0px 0 0px 5px;
	float: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-all;
	font-family: "微软雅黑";
}

#sideBar h3 {
	text-indent: 8px;
	font-family: "微软雅黑";
	font-weight: normal;
}


/*发表文章的内容*/


/*博客统计*/

.blogStats {
	float: right;
	font-size: 13px;
	color: #757575;
	margin-top: 25px;
	margin-right: 2px;
	text-align: right;
}

#cnblogs_post_body {
	color: #333333;
	font-family: "微软雅黑", "宋体", "黑体", Arial;
	font-size: 15px;
	line-height: 28px
}

#cnblogs_post_body h1 {
	background: #4183C4;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 1px 1px rgba(10, 10, 0, 0.5);
	color: #FFFFFF;
	font-family: "微软雅黑", "宋体", "黑体", Arial;
	font-size: 17px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 14px 0 !important;
	padding: 4px 0 4px 8px;
	text-shadow: 1px 1px 1px #222222;
}

#cnblogs_post_body h2 {
	background: #DFFFA3;
	border-radius: 6px 6px 6px 6px;
	font-family: "微软雅黑", "宋体", "黑体", Arial;
	color: #0F3647;
	font-size: 15px;
	height: 22px;
	line-height: 22px;
	margin: 12px 0 !important;
	padding: 4px 0 4px 8px;
}

#cnblogs_post_body blockquote {
	color: #333333;
	background-color: #f5f5f5;
}

#cnblogs_post_body blockquote a {
	color: #399ab2;
	border-bottom: none;
}

#cnblogs_post_body blockquote a:hover {
	color: #9cba39;
}

#cnblogs_post_body a {
	color: #399ab2;
	border-bottom: none;
}

#cnblogs_post_body a:hover {
	color: #9cba39;
}


/*发表文章的标题*/

#topics .postTitle {
	border-left: none;
	margin-bottom: 10px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
}

#topics .postTitle.postTitle a:link,
#topics .postTitle.postTitle a:visited,
#topics .postTitle.postTitle a:active {
	color: #21759b;
	transition: all 0.4s linear 0s;
}

#topics .postTitle.postTitle a:hover {
	margin-left: 30px;
	color: #0f3647;
	text-decoration: none;
}

#div_digg {
	position: fixed;
	bottom: 5px;
	width: 140px;
	right: 390px;
	border: 2px solid #6FA833;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px 5px 5px 5px !important;
	box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}


/*文章附加信息*/

.postDesc {
	color: #757575;
	float: left;
	width: 100%;
	clear: both;
	text-align: left;
	font-family: "微软雅黑", "宋体", "黑体", Arial;
	font-size: 13px;
	padding-right: 20px;
	/*5px  padding-left: 90px;posted 发表时间左边距离*/
	margin-top: 20px;
	line-height: 1.8;
	padding-bottom: 0px !important;
}

.postDesc a:link,
.postDesc a:visited,
.postDesc a:active {
	color: #399ab2;
	;
	border-bottom: none;
}

.postDesc a:hover {
	color: #9cba39;
	!important;
	text-decoration: none;
}


/*文章tag区域*/

#EntryTag {
	color: #666;
}

#EntryTag a {
	border-bottom: none;
	margin-left: 5px;
	height: 20px;
	line-height: 20px;
	color: #333333;
	padding: 3px 14px;
	border-radius: 10px;
	margin: 2px 5px 0;
	background: #e7e7e7;
	text-decoration: none;
}

#EntryTag a:link,
#EntryTag a:visited,
#EntryTag a:active {
	color: #666;
}

#EntryTag a:hover {
	color: #f5f5f5;
	background: #21759b;
	transition: all 0.4s linear 0s;
}


/*文章分类的标签：在文章阅读页面最尾部*/

#BlogPostCategory {
	color: #666;
}

#BlogPostCategory a {
	margin-left: 5px;
	height: 20px;
	line-height: 20px;
	color: #333333;
	padding: 3px 14px;
	border-radius: 10px;
	margin: 2px 5px 0;
	background: #e7e7e7;
	text-decoration: none;
	border-bottom: none;
}

#BlogPostCategory a:link,
#BlogPostCategory a:visited,
#BlogPostCategory a:active {
	color: #666;
}

#BlogPostCategory a:hover {
	color: #f5f5f5;
	background: #21759b;
	transition: all 0.4s linear 0s;
}


/*个人资料*/

#author_profile a {
	color: #21759b;
	font-family: "微软雅黑";
	border-bottom: none;
}

#author_profile a:hover {
	color: #9cba39 !important;
	text-decoration: none;
}


/*评论*/

.feedback_area_title {
	padding-bottom: 5px;
	text-indent: 8px;
	font-weight: normal;
}

.feedbackCon {
	font-size: 13px !important;
	line-height: 1.8 !important;
}

.feedbackCon a {
	color: #399ab2;
	;
	border-bottom: none;
}

.feedbackCon a:hover {
	color: #9cba39;
}

.feedbackItem {
	font-size: 14px;
}


/*博客园评论框*/

.comment_vote {
	padding-right: 10px;
}

.comment_vote a {
	color: #999;
}

.comment_vote a:hover {
	color: #21759b;
}

#commentform_title {
	font: normal normal 16px/35px "Microsoft YaHei";
	margin: 10px 0 30px;
	border-bottom: 2px solid #cccccc;
	background-image: none;
	padding: 0;
}

#comment_form_container .author {
	padding-left: 10px;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 320px;
	height: 20px;
	background-image: none;
}

#comment_form_container p {
	font-size: 14px;
	margin-bottom: 20px;
}

.commentbox_title_left {
	font-size: 14px;
}

.commentbox_title_right {
	float: left;
}

#comment_form_container .comment_textarea {
	width: 362px;
	height: 200px;
	font-size: 14px;
	padding: 8px;
	margin-bottom: 10px;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: "微软雅黑";
}

#comment_form_container .comment_textarea:hover {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	transition: all 0.4s linear 0s;
}

#comment_form_container .comment_textarea:focus {
	outline: 0;
}

.comment_btn {
	width: 100px;
	height: 38px;
	padding: 8px 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: none;
	background: #21759b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	text-decoration: none;
}

.comment_btn:hover {
	background: #333;
}

#comment_form_container {}


/****查看文章页面开始*************************/


/****列表页面开始（不包含常用链接里的）******************************/

.entrylistTitle,
.PostListTitle,
.thumbTitle {
	/**几个分类列表的标题样式**/
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	border-bottom: 2px solid #e6e6e6;
	color: #21759b;
	margin-bottom: 20px;
}

.entrylistDescription {
	color: #666;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}

.entrylistItem {
	min-height: 20px;
	width: 100%;
}

.entrylistPosttitle {
	padding-left: 15px;
	margin-bottom: 25px;
	border-left: 3px solid #21759b;
	font-size: 20px;
	width: 100%;
}

.entrylistPosttitle a:link,
.entrylistPosttitle a:visited,
.entrylistPosttitle a:active {
	color: #21759b;
	transition: all 0.4s linear 0s;
}

.entrylistPosttitle a:hover {
	margin-left: 30px;
	color: #9cba39;
	text-decoration: none;
}

/****文章介绍*******/
.c_b_p_desc {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "微软雅黑";
	line-height: 2em;
}

.entrylistPostSummary a{
	margin-left: 30px;
}

.entrylistItemPostDesc {
	margin-top: 20px;
	text-align: left;
	color: #757575;
	padding-left: 5px;
}

.entrylistItemPostDesc a:link,
.entrylistItemPostDesc a:visited,
.entrylistItemPostDesc a:active {
	color: #21759b;;
}

.entrylistItemPostDesc a:hover {
	color: #9cba39;
}

.entrylist .postSeparator {
	clear: both;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	border: none;
}


/****列表页面结束******************************/


/*****第三部分结束*******************************/