#body {
	background-color: #63AD02;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
/*此处是为了不让英文撑坏布局*/
div,h1,h2,h3,ul,li {
word-wrap: break-word;
}

a:link,a:visited {
	color: #518616;
	text-decoration: none;

}
a:hover {
	color: #518616;
	text-decoration: underline;
}
a:active {
	color: #518616;
	text-decoration: none;
}
/*头部开始*/
#header {
	height: 150px;
	width: 886px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 0px;
	line-height: 1;
	background-image: url(page-bg.jpg);
	background-position: left top;
	float: left;
}
/*博客名称*/
#blogname {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
/*博客名*/
#blogname a:link {
	color: #FF7D00;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}
#blogname a:visited {
	font-size: 24px;
	color: #FF7D00;
	text-decoration: none;
	font-weight: bold;
}
#blogname a:hover {
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
#blogname a:active {
	font-size: 24px;
	color: #FF7D00;
	font-weight: bold;
}
/*博客标题*/
#blogtitle {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-weight: normal;
}
/*中部开始*/
#center {
	padding: 0px;
	margin: 0px;
	width: 886px;
	float: left;
}
#middle {
	width: 886px!important;
	width /**/: 886px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
}
/*中部的日志显示部份*/
#middleleft {
	float: right;
	width: 640px!important;
	width /**/: 640px;
	padding: 0px;
	text-align: left;
}
.articleslist {
	width:640px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #666666;
	border-bottom: 2px dashed #E0F2CD;
	float: left;
}

/*列示显示时的文章列表*/
.list {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 120%;
	padding: 5px 0px;
	margin: 0px;
	background-position: 2px;
	float: left;
	width: 100%;
}
/*日志标题*/
.articleslist h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
	padding: 3px 0px 3px 35px;
	background-image: url(title_icon.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #F4F8F1;
	background-position: left top;
	float: left;
	width: 605px!important;
	width /**/: 640px;
}
/*日志的天气,作者,时间,出处等*/
.articleslist h2 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 100%;
	padding: 5px 0px;
	float: left;
	width: 100%;
	color: #006600;
	background-color: #F4F8F1;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0F2CD;
}
/*日志的分类,部落等*/
.articleslist h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 100%;
	padding: 10px 0px;
	width: 100%;
	float: left;
	color: #999999;
	text-align: right;
}
.articleslist h3 a:link,.articleslist h3 a:visited {
	color: #666666;
}
.articleslist h3 a:hover {
	color: #CC0000;
}
/*TAG*/
.articleslist h4 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 120%;
	padding: 0px 0px 0px 20px;
	background-image: url(icon-content.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
/*置顶日志标题*/
.articleslist h5 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
	padding: 0px 0px 5px 20px;
	background-image: url(top.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
/*文章显示部份，包括摘要*/
.articleshow {
	font-size:  13px;
	line-height: 180%;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	float: left;
	width: 98%;
}

/*评论部份开始*/
#comments{
	clear: both;
}

.commentslist {
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
}
/*评论标题*/
.commentslist h1 {
	font-size: 12px;
	text-decoration: none;
	line-height: 120%;
	padding: 2px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: normal;
	margin: 0px;
}
#comments input{
	height: 19px;
	width: 120px;
	margin: 2px 0px;
	padding: 2px;
	background-color: #FFFFFF;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 3px solid #333333;
}
#comments textarea {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 4px solid #333333;
}

#righth {
	float: left;
	width: 240px!important;
	width /**/: 230px;
	margin: 0px;
	padding: 0px;
	background-color: #F6FCF0;
}
.rightdiv {
	padding: 0px;
	margin: 10px 0px;
	width: 100%;
	float: left;
}
.rightdiv li{
	padding: 5px 0px 0px 5px;
	text-align: left;
	list-style-type: square;
}
.righth1 {
	width: 96%!important;
	width /**/: 96%;
	margin: 5px 0px 0px;
	padding: 5px 0px 0px 5px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	height: 20px!important;
	height /**/: 25px;
	color: #528616;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #528616;
	float: left;
}
/*照片*/
.photo {
	padding: 2px;
	float: left;
	margin: 5px 2px 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}
/*关于我*/
#about {
	float: left;
	margin: 0px 0px 10px;
	padding: 2px;
}
#about li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/*公告*/
#announcement {
	float: left;
	margin: 0px;
	padding: 5px;
	text-indent: 2em;
}

/*尾部Css*/
#foot {
	float: left;
	width: 886px;
	height: 25px!important;
	height /**/: 40px;
	font-size: 12px;
	color: #330000;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	background-color: #F6F6F6;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B7D7A8;
}


/*分页CSS开始*/
.page {
	font-size: 14px;
	color: #330000;
	text-align: right;
	float: right;
	margin: 5px 0px;
	padding: 5px 0px;
	font-weight: normal;
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #FF6600;
	border-left: none;

}
.page h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
}
.page h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
}

/*日历CSS开始*/
#calendar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 12px;
	background-image: url(calbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*如:2005-11*/
#headbg {
	padding: 0px;
	float: left;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
}
/*上一年,下一年,上一月下一月*/
.lnyear {
	width: 80px;
	cursor: hand;
	text-align: center;
	font-size: 12px;
}
/*普通日期CSS 单格在TD*/
.eachdaybg {
	text-align: center;
	font-size: 12px;
}
.eachdaybg td {
	font-size: 12px;
	text-align: center;
	color: #666666;
}

/*有联接的日子CSS*/
.eachdaybg td a:link {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.eachdaybg td a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.eachdaybg td a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.eachdaybg td a:active {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
/*今天CSS样式*/
#getdate {
	font-size: 15px;
	text-decoration: blink;
	font-weight: bold;
	color: #639E39;
	border: none;
}
/*星期CSS样式 单格在TD*/
#weekday {
	font-size: 12px;
	font-weight: bold;
	color: #639E39;
	text-decoration: none;
}
#weekday td {
	font-size: 12px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	color: #639E39;
}
/*引用*/
.quote{
	background-color: #B8DC91;
	border: 1px dotted #006633;
	padding: 3px;
	margin: 0px;
}
/*代码*/
.code{
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	float: left;
	height: 400px;
	width: 90%;
	border: 1px solid #FF9933;
	background-color: #FFFFFe;
}
.articleslist h1 a:link {
	color: #518616;
}
.articleslist h1 a:visitde {
	color: #518616;
}
.articleslist h1 a:active {
	color: #518616;
}
