/* body */
* {
	margin:0px;
	padding:0px;
	list-style:none;
}

body,td,th{
	font-family:微软雅黑,Tahoma;
	font-size:12px;
	margin:0px;
	color:#413723;
	background:#FFF8EB;
}
img {
	border:0px;
	}
p {
	margin:15px 0 15px 0;
}
a {
	color:#78653F;
	text-decoration:none;
}

hr {
	border:none;
	margin:40px 0px 40px 0px;
	border-top:1px dashed #E5DCCC;
	height:1px;
	overflow:hidden;
}

.clearfloat { clear:both;}

/* header */
#header {
	margin:0 0 20px 0;
	background:url(images/top_bg.png);
}
.logo {
	width:930px;
	height:56px;
	margin:auto;
	padding-top:30px;
}

/* main */
#main {
	width:930px;
	margin:auto;
}

/* content */
#content {
	float:left;
	width:600px;
	padding-right:10px;
	margin-bottom:25px;
	border-right:#E5DCCC solid 1px;
}
#content h2,#content h2 a{
	color:#333;
	font-size:18px;
	margin-bottom:15px;
}

#content h3{
	color:#78653F;
	font-size:14px;
	margin-bottom:15px;
}

#content div div{
	margin-bottom:15px;
}
	
.postinfo{
	display:block;
	overflow:auto;
	font-size:10px;
	zoom:1;
	margin-bottom:10px;
	width:540px;
}
.postinfo li {
	float:left;
	margin-right:5px;
}
.entry{
	line-height:23px;
}
.entry img{
	padding:4px;
	border:#E5DCCC solid 1px;
	margin:0 0 10px 0;
	background:#F2ECE3;
}

/* comment */
#comment {
	width:540px;
}

#comment li {
	background:url(images/comment_bottom.gif) no-repeat center bottom;
	padding:0 0 5px 0;
	margin-bottom:20px;
}
#comment li div {
	margin:0px;
	padding:0px;
	line-height:22px;
}
#comment a{
	color:#78653F;
}
#comment .commentinfo {
	margin:0px;
	display:block;
	zoom:1;
	overflow:auto;
}

#comment h3{
	float:left;
	margin:0 10px 0 0;
	padding:0px;
	font-size:14px;
	color:#413723;
}

#comment small{
	font-size:10px;
	color:#413723;
}


#comment li .top {
	margin-top:5px;
	height:15px;
	background:url(images/comment_top.gif);
	font-size:1px;
}
#comment li .content {
	padding:15px 20px 10px 20px;
	background:#E5DCCC;
}
#comment li .avatar{
	float:left;
	padding:4px;
	border:#D1C2A7 solid 1px;
	background:#FFF8EB;
}
#comment li .text{
	margin-left:60px;
}

#comment li .text p{
	margin:10px 0 10px 0;
}

#commentform textarea {
	width:520px;
}

/* sidebar */
#sidebar {
	width:310px;
	float:right;
}

#sidebar hr {
	border:none;
	margin:20px 0px 20px 0px;
	border-top:1px dashed #E5DCCC;
	height:1px;
}

#sidebar .pic {
	border:#E5DCCC solid 1px;
	background-color:#F2ECE3;
	padding:4px;
	margin-bottom:10px;
	text-align:center;
	line-height:1px;
}

#sidebar h2 {
	color:#39301E;
	font-size:14px;
	margin-bottom:15px;
}

#sidebar li a{
	color:#78653F;
	font-size:12px;
}

#sidebar .linkcat li img{
	border:#E5DCCC solid 1px;
	background-color:#F2ECE3;
	padding:4px;
	margin-bottom:10px;
}
#sidebar .linkcat {
	margin-bottom:30px;
}
	

/* footer */
#footer {
	margin:0;
	background:#201B11;
	border-top:#D1C2A7 solid 2px;
}
.footinfo {
	width:930px;
	height:50px;
	margin:auto;
	padding-left:10px;
	padding-top:30px;
	color:#FFF8EB;
}