/**************************************************
说明：
1：我们建议你通过只改变css的方式来制作新的皮肤模板。当然，页面的部分代
码你也是可以更改的，例如一些图片的地址。但是，请你在递交作品的时候，请同时
提交对页面部分代码的修改备注和说明。以便我们了解。
2：为了保证页面的兼容性，请你分别在IE和Firefox中分别查看你的页面，以便保证页面
对浏览器的兼容性。
3：请你随时关注官方网站。以便获得最新的通知和说明
时间：2008-1-30
作者：杨正祎
**************************************************/

/**************************************************
第一部分：所有的模板都使用的公共样式。公告样式是为了更好的向前和向后兼容。
如果不符合你皮肤的要求，你可以在后面通过更高的优先级覆盖着这些样式，但是
你不能删除这些样式。
**************************************************/
#EntryTag {
	margin-top: 20px;
	font-size: 9pt;
	color: gray;
}
.topicListFooter {
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}
#divRefreshComments{
	text-align: right; 
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 9pt;
}
/*****第一部分结束*******************************/

#EntryTag {
	margin-top: 20px;
	font-size: 14px;
	color: #333;
}

#blogLogo {
	display:none;
}

#lnkBlogLogo {
	display:block;
	width:121px;
	height:145px;
	top:5px;
	left:50px;
	background:url('https://images.cnblogs.com/cnblogs_com/justinyoung/2008_1q/yzyLogo06.gif') no-repeat;
	float: right;
	margin-right: 16px;
}
.PostList {
	margin-right: 1px;
}
/**************************************************
第二部：公共样式（全局样式）。公共会对所有页面的标签都起作用。这个部分你
可以随意的更改，并不会牵扯到其他的皮肤模板。但是每次更改都要注意你的皮肤
模板所有页面的变化。因为它们是全局的。
**************************************************/
/* RESET
=============================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* BODY
=============================================================================*/

body {
  font-family: Helvetica, arial, freesans, clean, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  padding: 20px;
  max-width: 960px;
  margin: 0 auto;
  background-color: #E8E8E8;
}

body>*:first-child {
  margin-top: 0 !important;
}

body>*:last-child {
  margin-bottom: 0 !important;
}

/* BLOCKS
=============================================================================*/

p, blockquote, ul, ol, dl, table, pre {
  margin: 15px 0;
}

/* HEADERS
=============================================================================*/

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

h1 tt, h1 code, h2 tt, h2 code, h3 tt, h3 code, h4 tt, h4 code, h5 tt, h5 code, h6 tt, h6 code {
  font-size: inherit;
}

h1 {
  font-size: 28px;
  color: #000;
}

h2 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  color: #000;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  color: #777;
  font-size: 14px;
}

body>h2:first-child, body>h1:first-child, body>h1:first-child+h2, body>h3:first-child, body>h4:first-child, body>h5:first-child, body>h6:first-child {
  margin-top: 0;
  padding-top: 0;
}

a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {
  margin-top: 0;
  padding-top: 0;
}

h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
  margin-top: 10px;
}

/* LINKS
=============================================================================*/

a {
  color: #4183C4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* LISTS
=============================================================================*/

ul, ol {
  padding-left: 30px;
}

ul li > :first-child, 
ol li > :first-child, 
ul li ul:first-of-type, 
ol li ol:first-of-type, 
ul li ol:first-of-type, 
ol li ul:first-of-type {
  margin-top: 0px;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

dl {
  padding: 0;
}

dl dt {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 15px 0 5px;
}

dl dt:first-child {
  padding: 0;
}

dl dt>:first-child {
  margin-top: 0px;
}

dl dt>:last-child {
  margin-bottom: 0px;
}

dl dd {
  margin: 0 0 15px;
  padding: 0 15px;
}

dl dd>:first-child {
  margin-top: 0px;
}

dl dd>:last-child {
  margin-bottom: 0px;
}

/* CODE
=============================================================================*/

pre, code, tt {
  font-size: 12px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

code, tt {
  margin: 0 0px;
  padding: 0px 0px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

pre>code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

pre code, pre tt {
  background-color: transparent;
  border: none;
}

kbd {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #DDDDDD;
    background-image: linear-gradient(#F1F1F1, #DDDDDD);
    background-repeat: repeat-x;
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 10px;
    padding: 1px 4px;
}

/* QUOTES
=============================================================================*/

blockquote {
  border-left: 4px solid #DDD;
  padding: 0 15px;
  color: #777;
}

blockquote>:first-child {
  margin-top: 0px;
}

blockquote>:last-child {
  margin-bottom: 0px;
}

/* HORIZONTAL RULES
=============================================================================*/

hr {
  clear: both;
  margin: 15px 0;
  height: 0px;
  overflow: hidden;
  border: none;
  background: transparent;
  border-bottom: 4px solid #ddd;
  padding: 0;
}

/* TABLES
=============================================================================*/

table th {
  font-weight: bold;
}

table th, table td {
  border: 1px solid #ccc;
  padding: 6px 13px;
}

table tr {
  border-top: 1px solid #ccc;
  background-color: #fff;
}

table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

/* IMAGES
=============================================================================*/

img {
  max-width: 100%
}

.clear {
	clear: both;
}
/*****第二部分结束*******************************/

/**************************************************
第三部分：各个页面元素的样式。你可以根据需要随意的更改，并不会牵扯到其他
的皮肤模板。这个部分是最能展现你想象力的部分。其中头部和侧边栏部分是此皮
肤公共的部分。而每个页面特有的部分会有相应的注释和说明。
**************************************************/
/*****home和头部开始**************************/
#home {
	padding: 24px 24px 10px;
	margin: 0px auto 24px;
	max-width: 1040px;
	background-color: #FFFFFF;
}
#header {
	/*
	border-top: 4px solid black;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	margin-top: 10px;
	*/
	border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    margin-bottom:24px;
    text-align: left;
	overflow: hidden;
}
#blogTitle {

	height: 60px;
	clear: both;
}
#blogTitle h1 {
	color: #444444;
    font-size: 30px;
    font-weight: normal;
    padding-left: 15px;
    text-decoration: none;
    text-shadow: 0.1px 1px 2px #888888;
	width: 50%;
}
#blogTitle h2 {
	margin: 0px 0 20px;
	border-bottom: 0;
	font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    padding-left: 24px;
	color: #444444;
	float: left;
	width: 70%;
}
#blogLogo {
	float: right;
}
#navigator {
    float: left;
    text-align: center;
	background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 5px solid #16A1E7;
    border-top: 1px solid #EDEDED;
    width: 100%;
	list-style: none outside none;
	height: 48px;
	clear: both;
}
#navList {
	float: left;
	margin: 0;
}
#navList li {
	border: 0 none;
	margin: 0;
    padding: 0;
	display: inline-block;
}
#navList a {
	border-bottom: 0 none;
    color: #6A6A6A;
	line-height: 3.5em;
    padding: 0 15px;
	float: left;
}

#navList a:hover {
	text-decoration: none;
	background: none repeat scroll 0 0 #16A1E7;
    color: #FFFFFF;
}

.blogStats {
	margin: 20px 10px auto auto;
	float: right;
}
/*****home和头部结束**************************/

/*****主页文章列表开始**************************/
#main{
	margin: 0;
	padding: 0;
	border: 1px solid #E9E9E9;
	overflow: hidden;
}

#mainContent {
	float: left;
	border-right: 1px solid #F1F1F1;
	margin: 0 1%;
	padding: 12px 2% 0 1%;
	width: 63%;
}
.day {
	border-bottom: 2px double #F3F3F3;
    margin-bottom: 28px;
    padding-bottom: 24px;
    word-wrap: break-word;
}
.dayTitle {
	display: none;
}
.postTitle {
	float: left;
	font-weight: bold;
	font-size: 18px;
	clear:both;
	margin: 0 0 10px;
}

.postCon {
	clear:both;
	padding: 10px 0;
}
/*
.postDesc {
	float: right;
	clear: both;
	padding-right: 5px;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
	color: #666;
}
.postDesc a:hover {
	color: #F60;
	text-decoration: none;
}
*/
.postSeparator {
	border-bottom: 2px double #F3F3F3;
    margin-bottom: 28px;
    padding-bottom: 24px;
    word-wrap: break-word;
}
/*****主页文章列表结束**************************/

/*****侧边栏开始********************************/
#sideBar {
	float: right;
	margin: 0px 0;
    padding: 0 2% 0 0;
    width: 29%;
}
#sideBar li {
	list-style: none;
}
#sideBar ul {
	word-break: break-all;
}
.newsItem .catListTitle {
	/*
	display: none;
	*/
}
.newsItem {
	padding: 0px 0 5px 0px;
	margin-bottom: 8px;
}
/**日历控件样式开始**/
#calendar {
	width: 100%;
}
#calendar .Cal {
	line-height: 1.5em;
}
.Cal {/**日历容器table**/
	border: none;
	color: #666;
}

#sideBarMain table th,#sideBarMain table td {
	padding: 4px 9px;
}

.CalTodayDay{/**今天日期样式**/
	font-weight: bold;
}
#calendar .CalNextPrev a:link,#calendar  .CalNextPrev a:visited, #calendar .CalNextPrev a:active {/**上个月、下个月箭头样式**/
	font-weight: bold;
	background-color: white;
}
.CalDayHeader{
	/*border-bottom:1px solid #ccc;*/
	font-weight: bold;
}
.CalTitle{/**日历年月头部样式**/
	width:100%;
	background:white;
	color:black;
	margin: 5px 0;
}
/**日历控件样式结束**/
.catListTitle {
	background: none repeat scroll 0 0 #F2F2F2;
	font-size: 16px;
	margin-bottom: 12px;
    padding: 10px;
}
#leftcontentcontainer ul {
	margin: 0;
	padding: 0;
}
#leftcontentcontainer li {
	border-bottom: 1px solid #E9E9E9;
    font-size: 13px;
    line-height: 1.64615;
    padding: 5px 0;
}
.catListComment {
	line-height: 1.5em;
}
.divRecentComment {
	text-indent: 2em;
}
#sideBarMain ul {
	line-height: 1.5em;
}
#RecentCommentsBlock li {
	border-bottom: 0;
	line-height: 1.2em;
}
/*
.recent_comment_title {
	
}

.recent_comment_body {
	
}
*/
#RecentCommentsBlock .recent_comment_author {
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 14px;
}

/*****侧边栏结束********************************/


/****查看文章页面开始*************************/
#topics {
	width: 100%;
	min-height: 200px;
	padding: 0px 0px 10px 0;
	float: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
#topics .postTitle {
	font-size: 20px;
	width: 100%;
	font-weight: bold;
	padding: 0 auto 5px 5px;
	border-bottom: 1px solid #E9E9E9;
}
.postBody {
	padding: 5px 2px 5px 5px;
	line-height: 1.5em;
	color: #000;
	/* border-bottom: 1px solid black; */
}


#topics .postDesc {
	font-size: 13px;
	width: 98%;
	text-align: right;
	border-bottom: 2px solid #EDEDED;
	clear: both;
	padding: 14px 4px;
	margin: 10px auto;
}
.feedback_area_title {
	border-bottom:1px solid #E9E9E9;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}

.feedbackManage {
	width: 200px;
	text-align: right;
	float: right;
}
.feedbackCon {
	padding: 10px 18px 10px 40px;
	border-bottom: 1px solid #E9E9E9;
	min-height: 35px;
	margin-bottom: 10px;
}
#divRefreshComments {
	text-align: right;
	margin-bottom: 10px;
}
.commenttb {
	width: 320px;
}

#AjaxHolder_PostComment_divCommnentArea table tr, 
#AjaxHolder_PostComment_divCommnentArea table td, 
#AjaxHolder_PostComment_divCommnentArea table th {
	border: 0;
	background-color: #fff;
}

.blog_comment_body {
	word-wrap: break-word;
	word-break: normal;
}

/****查看文章页面结束*************************/

/****列表页面开始******************************/
.entrylistTitle,.PostListTitle,.thumbTitle{/**几个分类列表的标题样式**/
	/*
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid black;
	text-align: right;
	padding-bottom: 3px;
	padding-right: 10px;
	*/
	color: #4183C4;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #E9E9E9;
	text-align: right;
	padding: auto 10px 3px auto;
}

.entrylistDescription {
	text-align: right;
	padding: 5px 10px 5px 0px;
	margin-bottom: 10px;
}
.entrylistItem {
	min-height: 20px;
	_height: 20px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 100%;
}
.entrylistPosttitle {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #E9E9E9;
	line-height: 1.5em;
	width: 100%;
	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 #E9E9E9;
	clear: both;
	padding: 10px 5px 5px 5px;
}
.postTitl2 {
	float: left;
	overflow: hidden;
	width: 99%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.postDesc2 {
	color: #666;
	float: right;
	margin-right: ;
}
.postText2 {
	clear: both;
	color: #666;
	word-wrap: break-word;
	word-break: normal;
}
.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 black;
	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: black;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pfl_feedbackAnswer {
	color: #F40;
	text-indent: 2em;
}
.tdSentMessage {
	text-align: right;
}
.errorMessage {
	width: 300px;
	float: left;
}

.mySearch input {
	line-height: normal;
	border: 1px solid #ccc;
	border-radius: 0px;
}

.mySearch input.input_my_zzk {
	width: 63%;
	border: 1px solid #ccc;
	padding: 4px 8px;
	height: 25px;
	margin-bottom: 6px;
}

.mySearch input.btn_my_zzk {
	width: 30%;
	background: #00A1E0;
	color: #FFFFFF;
	margin-left: -5px;
	height: 35px;
	margin-bottom: 5px;
}


/****列表页面结束******************************/

/****相册页面开始******************************/
.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;
	border-top: 1px solid black;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	*/
	background: none repeat scroll 0 0 #F2F2F2;
	border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #EDEDED;
    clear: both;
    font-size: 14px;
    height: auto;
    line-height: 2;
    margin-bottom: 34px;
    margin-right: auto;
    padding: 24px 0;
    width: 100%;
	text-align: center;
}
/*留言查看页面的个人信息*/
.personInfo {
	margin-bottom: 20px;
}
/*留言分页区域*/
.pages {
	text-align: right;
}
/*****留言页面结束*****************************/
/*****第三部分结束*******************************/

/**************************************************
第四部分：文章内容常用标签格式。这个部分是设置作者写作内容的部分。例如：
如果作者的文章用有p标签，则可通过这个对这些文章中的p标签进行设置。前面
的“.postBody”明确的指出了这里样式的作用范围。仅仅适用于文章主体部分。
建议这个不要设置过于详细的细节。因为，一些样式，一篇文章比较适合的话，
并不能保证所有的文章都适合。
**************************************************/
/*文章内部常用标签格式*/
.postBody {
	line-height: 1.5em;
}
.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 0px;
	padding:10px 60px 5px 60px;
	min-height:35px;
	_height:35px;
	line-height:1.6em;
	color:#333;
}
/*****第四部分结束*******************************/