@charset "utf-8";
/* CSS Document */
/* content area */
#content {
	padding: 0 0 20px 10px;
	float: left;
	width: 650px;
	overflow: hidden;
}
#content img {
	border: 1px solid #D3EAF3;
	padding: 5px;
}

.post {
	clear:both;
	padding-top: 15px;
}

.entry {
	padding-bottom:2px;
	width: 650px;
	display: block;
	background-color:#f7f5f4;
	height:28px;
}
.entry h2{
	width: 620px;
	margin: 0 auto !important;
	font-size:14px;
	line-height:18px;
	padding-top:6px;
}
.entry h2 a{color:#f5821f;text-decoration:none;}
.entry h2 a:hover{
color:#4e4237;text-decoration:underline;}
.inpost-date{
	float: right;
	background: url(post-date.gif) no-repeat left center;
	color:#9ca38a;
	font:bold 10px "trebuchet MS", "Lucida Sans Unicode";
	padding-left: 38px;	
}
.post-content {
	clear: both;
	padding: 5px;
}
.post-content p{font-size:14px;line-height:22px;
color:#6d6e71;}
.post-info {
	padding: 0px 15px;
	height: 18px;
	color: #f5821f;
	font: bold 12px "Trebuchet MS", "Tahoma";
	line-height:18px;
}
.post-info a {
	color: #f5821f;
	text-decoration: none;
}
.post-info a:hover {
	color: #4e4237;
	text-decoration: underline;
	border: none;
	background: none;
}
.post-cat {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px;
	float: left;
}
.post-comments {
	background: url(mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
}


/* CSS 内页 */
.page-guide,.page-guide a{
font-size:12px;color:#ced0c7;}
.entry span{
font-size:12px;color:#ced0c7;}
.post-content{
font-size:12px;line-height:22px;
color:#6d6e71;
margin-top:10px;}



.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #ced0c7;
	font-size:12px;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(mini-nav-right.gif) no-repeat right center;
}