@charset "utf-8";
/*
Theme Name: FYY
Theme URL: http://www.theme8.com/
Description: Theme for FENGYOUYI.COM
Version: 3.0.11.0905
Author: Youyi Feng (youyi.feng@gmail.com)
Author URI: http://fengyouyi.com/
*/
html {
	height: 100%;
}
body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background: #2C2C29;
	text-align: center;
	height: 100%;
	padding: 0;
	margin: 0;
}
#page {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 84px;
	padding: 20px 0 0 0;
}
#wrapper {
}
#footer {
}
#container {
	background: #FFF;
	width: 576px;
	overflow: hidden;
	float: left;
}
#sidebar {
	width: 384px;
	float: right;
}
#extra {
	background: #666 url(images/bg-menu.png) no-repeat 0 100%;
	width: 100%;
	clear: both;
	border-top: 2px solid #889800;
}
#sidebar_primary {
	width: 192px;
	overflow: hidden;
	float: left;
}
#sidebar_secondary {
	width: 192px;
	overflow: hidden;
	float: right;
}
#header h1 {
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
}
#header h1 a {
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CDCDBF;
	line-height: 48px;
	text-decoration: none;
	height: 48px;
}
#header #site_description {
	color: #CDCDBF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 48px;
	height: 48px;
	float: left;
	margin-left: 12px;
}
#header #pages {
	background: url(images/bg-menu.png) no-repeat 0 0;
	width: 580px;
	height: 36px;
	float: left;
	clear: left;
	padding: 0 0 8px 20px;
	margin: 0;
	list-style: none;
}
#header #pages li {
	height: 44px;
}
#header #pages li.current_page_item {
	background: url(images/bg-menu-current.png) no-repeat 50% 0;
}
#header #form_search {
	text-align: right;
	background: url(images/bg-menu.png) no-repeat 100% 0;
	width: 340px;
	height: 36px;
	float: right;
	clear: right;
	padding: 0 20px 8px 0;
	margin: 0;
}
#header #form_search label {
	display: none;
}
#header #form_search #s, #sbi {
	font-size: 12px;
	color: #666;
	background: url(images/bg-search-text.png) no-repeat 0 0;
	width: 188px;
	height: 12px;
	padding: 6px;
	margin-top: 6px;
	border: none;
}
#header #form_search #search_submit, #sbb {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background: url(images/bg-search-submit.png) no-repeat 0 0;
	vertical-align: top;
	width: 50px;
	height: 24px;
	padding: 0;
	margin-top: 6px;
	border: none;
}
#pages {
	position: relative;
}
#pages li {
	display: inline;
	float: left;
}
#pages li.back {
	background: url(images/bg-search-submit.png) no-repeat right top;
	width: 9px;
	height: 24px;
	position: absolute;
	z-index: 8;
	top: 6px;
}
#pages li.back .left {
	background: url(images/bg-search-submit.png) no-repeat left top;
	height: 24px;
	margin-right: 9px;
}
#pages li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	/*display: block;*/
	height: 24px;
	padding: 6px 20px;
	position: relative;
	z-index: 10;
}
#wrapper {
	background: url(images/bg-wrapper.png) repeat-y;
}
h2.page_title {
	font-size: 16px;
	margin: 20px;
}
.post {
	margin: 20px 20px 20px 84px;
	position: relative;
}
.page {
	margin: 20px;
}
.post_title {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.post_title a {
	color: #444;
	text-decoration: none;
}
.post_title a:hover {
	color: #889800;
	text-decoration: none;
}
.post_date {
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	background: url(images/bg-date.png) no-repeat;
	width: 54px;
	height: 50px;
	position: absolute;
	top: 0;
	left: -64px;
}
.post_date span {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	display: block;
	width: 54px;
	height: 30px;
}
.post_tags {
	height: 16px;
	margin-top: 4px;
}
.post_tags a {
	font-size: 12px;
	color: #889800;
	text-decoration: none;
	line-height: 16px;
	background: url(images/icon-tag.png) no-repeat 0 50%;
	height: 16px;
	padding: 2px 0 2px 20px;
}
.post_tags a:hover {
	text-decoration: underline;
}
.post_entry {
	font-size: 12px;
	line-height: 163%;
	padding: 0;
	margin: 24px 0;
}
.post_entry p {
	margin: 1.63em 0;
}
.post_entry a {
	color: #889800;
	text-decoration: none;
}
.post_entry a:hover {
	text-decoration: underline;
}
.post_comments {
	text-align: right;
	height: 24px;
}
.post_comments a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	background: url(images/bg-comments.png) no-repeat 0 0;
	display: block;
	float: right;
	width: 120px;
	height: 24px;
	padding-left: 10px;
}
.post_comments a:hover {
	text-decoration: underline;
}
.post_comments a span {
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	background: url(images/bg-comments.png) no-repeat 100% 0;
	display: block;
	height: 24px;
	padding-right: 10px;
}
.post_permanent {
	text-align: right;
	height: 24px;
}
.post_permanent a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	background: url(images/bg-comments.png) no-repeat 0 0;
	display: block;
	float: right;
	width: 80px;
	height: 24px;
	padding-left: 10px;
}
.post_permanent a:hover {
	text-decoration: underline;
}
.post_permanent a span {
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	background: url(images/bg-comments.png) no-repeat 100% 0;
	display: block;
	height: 24px;
	padding-right: 10px;
}
#sidebar h2 {
	font-size: 16px;
	margin: 20px;
}
#sidebar ul {
	font-size: 12px;
	line-height: 163%;
	padding: 0;
	margin: 20px;
	list-style: none;
}
#sidebar li {
	background: url(images/bg-li.png) no-repeat 0 8px;
	padding-left: 10px;
}
#sidebar a {
	color: #666;
	text-decoration: none;
}
#sidebar a:hover {
	color: #889800;
	text-decoration: underline;
}
#sidebar dl {
	padding: 0;
	margin: 0;
}
#sidebar dt {
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
}
#sidebar dd {
	line-height: 163%;
	padding: 0;
	margin: 20px;
}
#sidebar dd .browser {
	text-align: center;
}
#sidebar dd .browser img {
	width: 24px;
	height: 24px;
	padding: 1px;
	margin: 0 1px;
}
#sidebar dd img {
	border: 1px solid #889800;
}
#extra .totop {
	text-align: right;
	margin: 0 20px;
	padding: 10px 0;
}
#extra .totop a {
	color: #D6E26E;
	text-decoration: none;
}
#footer p {
	color: #BCBCAF;
	margin: 20px;
}
#footer a {
	color: #D6E26E;
	text-decoration: none;
}
#footer a:hover {
	color: #EFEFFF;
	text-decoration: underline;
}
.comment_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.comment_list li {
	background: url(images/bg-comment.png) no-repeat 0 0;
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.comment_list li .comment_avatar {
	background: url(images/bg-avatar.png) no-repeat;
	width: 48px;
	height: 48px;
	padding: 3px;
	position: absolute;
	top: 20px;
	left: -64px;
}
.comment_list li cite {
	font-weight: bold;
	padding: 0 20px;
}
.comment_list li .comment_datetime {
	color: #9A9A90;
	font-size: 11px;
	padding: 0 20px;
	margin: 6px 0 12px;
}
.comment_list li .comment_entry {
	line-height: 163%;
	background: url(images/bg-comment.png) no-repeat 0 100%;
	padding: 0 20px 20px;
}
.navigation {
	margin: 5px 20px;
	height: 51px;
}
#google_search {
	background: url(images/bg-search-form.png) no-repeat center top;
	width: 300px;
	padding: 15px 0 0;
	margin: 0;
}
#google_search div {
	background: url(images/bg-search-form.png) no-repeat center bottom;
	padding: 0 15px 15px;
}
.aligncenter, dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/**
* PAGE:BOOKMARKS
*/
#bookmarks {
	padding: 0;
	margin: 0;
	list-style: none;
}
#bookmarks li {
	background: url(images/bg-li.png) no-repeat 0 8px;
	padding-left: 10px;
}
#bookmarks li a {
	font-weight: bold;/*display: block;*/
}
/**
* PAGE:EBOOKS
*/
#books dt {
	font-weight: bold;
}
#books dd {
	padding: 0;
	margin: 0 0 1em 0;
}
/**
* delicious bookmarks
*/
.delicious-posts {
	font-size: larger;
	margin: 0;
	padding: 0.5em;
	font-family: Verdana, Geneva, sans-serif;
}
.delicious-posts ul, .delicious-posts li, .delicious-banner {
	margin: 0;
	padding: 0
}
.delicious-post {
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-size: 100%;
}
a.delicious-link {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
a.delicious-link:hover {
	color: #889800;
}
.delicious-tag {
	font-size: 12px;
	color: #889800;
	text-decoration: none;
	line-height: 16px;
	background: url(images/icon-tag.png) no-repeat 0 50%;
	height: 16px;
	padding: 2px 0 2px 20px;
}
p.delicious-extended {
	font-size: 12px;
	padding: 0;
	margin: 1em 0;
	font-family: Verdana, Geneva, sans-serif;
}
.delicious-network-add a {
	font-size: 11px;
}