/*  
Theme Name: Slow-Chinese
Theme URI: http://www.slow-chinese.com/
Author: Xinyu Weng
Author URI: http://www.wengxinyu.com
*/

/* General Styles */

@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 14px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	background-color:#ffd9e7;
	width: 100%;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;

}

a {
	text-decoration:none;
	color:#666666;
}
a:hover{
	color:#CC0000;
}

h2{
	font-size:16px;
}

h3 {
	font-family:Georgia;
	font-size: 16px;
}
img{
	border:none;
}
#wrapper {
}
#header{
	width:910px;
	height:268px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
#header_logo {
	float:left;
}
#header_title {
	float:right;
	background-image: url(images/doodle.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 670px;
	text-align: left;
}
#navigator {
	float:left;
	width:910px;
	height:43px;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/column_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
#navigator a{
	color:#333333
}
#navigator a:hover{
	color:#555555;
}
#navigator ul{
	padding:0px;
	margin: 0px;
}

#navigator ul li {
	display: inline; 
	line-height:30px;
	padding-right:30px;
	padding-left:30px;

}

/* Main Part */

#container {
	margin:0px auto;
	margin-top:20px;
	text-align:center;
	width:970px;
}
#content {
	float:left;
	width:660px;
	text-align:left;
}
.ad {
	margin-bottom:20px;
}
.ad2 {
	width:220px;
	border: thin solid #999999;
	margin:10px;
	height: 220px;
}
.post_title {
	font-family: Georgia,"宋体";
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}
.post_title a{
	color:#990000;
}
.post_title a:hover{
	color:#CC0000;
}
.post_meta_comment{
	float:right;
	padding-left:25px;
	padding-top:5px;
	height:36px;
	width:50px;
	background-image: url(images/comment_icon.png);
	background-repeat: no-repeat;
}
.post_meta_comment a{
	color:#FFFFFF;
	font-weight:bold;
}
.post_meta_date{
	font-size:11px;
	line-height:20px;
	color:#666666;	
}
.post_meta{
	width:100%;
	border:solid thin #999999;
	font-size:12px;
	font-family: Tahoma;
	color: #333333;
	padding:3px;
}
.post_rating{
	font-size:12px;
	text-align:right;
	margin:5px;

}
.post_content {
	margin-top:10px;
	font-size:14px;
	color:#333333;
	line-height:18px;
	line-height: 24px;
	color: #333333;
}

.post img {
	padding: 3px;
	border: 1px solid #ccc;
	background-color:#FFFFFF;
}
.post img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;


}
.post img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post_list{
	text-indent:20px;
	font-size:14px;
	line-height:20px;
	
}
.read-more a{
	font-size:12px;
	padding:3px;
	border:thin solid #999999;
}
.read-more a:hover{
	background-color:#FFFFFF;
}

.more{
	margin-bottom:80px;
}
.more_left{
	font-weight:bold;
	font-family:Georgia;
	color:#000000;
	float:left;
}
.more_right{
	font-weight:bold;
	font-family:Georgia;
	color:#000000;
	float:right;
	margin-left:50px;
}

.divider{
	border-bottom:dashed thin #666666;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Footer */
#footer {
	float:left;
	width: 100%;
	height:400px;
	background-image: url(images/bg2.png);
	background-repeat: repeat-x;
	font-size: 12px;
	text-decoration: none;
	padding-top:30px;	
	color:#FFFFFF;
}
#footer a {
	color:#FFFFCC;
}
#footer a:hover{
	text-decoration:underline;	
}
#news{
	width:970px;
	margin:0 auto;
}
#news ul {
	font-family:Georgia;
	padding:0;
}
#news ul li{
	font-size:12px;
	list-style:none;
	line-height:20px;
}
#recent_entries {
	width:280px;
	float:left;
}

#popular_tags {
	width:320px;
	float:left;
}
#recent_comments {
	width:320px;
	float:left;
}
#copyright {
	width:100%;
	float:left;
	text-align:center;
	margin-top:30px;
}
/* Sidebar */

#sidebar {
	float:left;
	margin-left:60px;
	width:250px;
}

#sidebar ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar ul li h2 {
	font-size:14px;
	font-family:Georgia;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(images/sidebar_bg.png);
	background-repeat: no-repeat;
	height: 35px;
	text-indent: 15px;
	line-height: 28px;
}
#sidebar ul li ul{
	padding-left:25px;
	list-style:square;
	line-height:22px;
	margin-bottom:20px;
}
.input_area{
	padding:2px;
}
/* Comment */
.commentstitle {
}


.commentstitle h3 {
	padding-bottom: 10px;
}

.trackback {
	float: right;
	padding-right: 12px;
}

.commentlist {
	color: #666666;
	list-style-type: none;
}

.commentlist li {
	padding-bottom:20px;
}
.avatar {
	float: right;
	width: 32px;
	height: 32px;
	display: block;
	border: medium solid #B2B2B2;
	margin: 5px;
}
.comment_author{
	font-weight:bold;
	border-bottom:dashed thin #666666;
	line-height:20px;
	padding-left:3px;
}
.comment_body{
	font-size:13px;
	padding-right:60px;
	line-height:18px;
	padding-left:3px;
}
.comment_meta_date{
	font-weight:normal;
	color:#666666;
	font-size:10px;
}
#commentform {
	font-size:12px;
}
.button {
	border: thin solid #999999;
	background-color: #FFFFFF;
	padding:3px;
}
/* Guest Book*/
.guestbook_toplevel{
	margin-bottom:20px;
	padding-left:20px;
}
.guestbook_author{
	font-size:14px;
	font-weight:bold;
	border-bottom:dashed thin #666666;
	line-height:20px;
	padding-left:3px;
}
.guestbook_body{
	font-size:13px;
	color:#666666;
	padding-left:3px;
	line-height:20px;
}
.reply_link {
	font-size:10px;
	font-weight:bold;
}
ul{
	list-style:none;
	padding-left:0;
}
/* 翻页功能 */
.page_navi{
	font-size:12px;
	font-weight:bold;
	width:100%;
	padding-bottom:20px;
	text-align:center;
}
.page_navi a{
	padding:3px 8px;
	margin:2px;
	color:#666666;
	border:1px solid #666666;
}
.page_navi a:hover{
	color:#CC0000;
	background-color:#FFFFFF;
}
.page_navi a.current{
	color:#CC0000;
}
