﻿/*  
Theme Name: renniaofei
Theme URI: http://www.noonewebdesign.com/
Description: Wordpress theme of renniaofei.
Author: Kevin-shu
Author URI: http://www.noonewebdesign.com/
Copyright (c) No.1 Web Design.
 */
 
* {
	padding: 0px;
	margin: 0px;
	outline:none;
}
fieldset {
	padding:20px;
	border:1px solid #e5e5e5;
}
legend, label {
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:11px;
}
input[type=text], input[type=password], input[type=file], textarea {
	background-color:transparent;
	padding:5px;
	width:180px;
	-moz-border-radius:6px;
	-webkit-border-radius:5px;
}
.textfield_label {
	margin-left:12px;
}
textarea {
	width:97%;
	height:120px;
	font-size:12px;
}
input, textarea {
	outline-style:none!important;
}
input[type=text], input[type=password], input[type=file], textarea {
	background:#F9F9F9 url(images/form-gradient.gif) repeat-x scroll -1px -2px;
	border-color:#D9D9D9 #EAEAEA #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#666;
}
 input[type="submit"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus {
	outline:none;
}
/* Generic

---------------------------------------------------------------------------------*/


@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
body {
	color: #333;
	font-family:Arial;
	font-size: 14px;
	line-height: 160%;
	background-color: #1F1F1F;
	background-image: url(images/bg.jpg);
	padding-bottom: 20px;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
	background-repeat: repeat-x;
	background-position: left top;
}
img {
	border: none;
}
ul, li {
	list-style-type:none;
}
a {
	text-decoration: none;
	color: #16387c;
}
a:hover {
	text-decoration: underline;
	color: #c00;
}
h1 {
	font-size:44px;
}
h2 {
	font-family:"微软雅黑", Arial;
	font-size:28px;
	padding-bottom:10px;
	line-height:160%;
	font-weight: normal;
	text-shadow: #d6d6d6 0px 1px 2px;
	color: #030303;
}
h3 {
	font-size:18px;
	padding-bottom:8px;
	font-weight: normal;
	font-family:"微软雅黑", Arial;
}
h4 {
	font-size:18px;
	line-height:160%;
	margin-bottom: 8px;
	font-family:"微软雅黑", Arial;
}
h5 {
	font-size:12px;
	line-height:160%;
	margin-bottom: 6px;
	font-family:"微软雅黑", Arial;
}
p {
	padding-bottom:15px;
}
/* header
--------------------------------------------------------------------------------*/

#header {
	width: 980px;
	position: relative;
	height:145px;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	border-bottom:solid 2px #a10100;
	background-position: bottom;
	background-color: #C50100;
	border-top: solid 2px #222;
	margin:0px auto;
}
#header p.description {
	display:none;
}
#header h1.logo {
	display:block;
	float:left;
	width:300px;
	height:80px;
	color:#fff;
	background-color: transparent;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
}
#header h1.logo a {
	display:block;
	height: 80px;
	width: 300px;
	text-indent: -9999px;
}
#header ul.menu {
	list-style-type:none;
	font-weight: 800;
	width: 600px;
	position: absolute;
	left: 20px;
	bottom: 8px;
}
#header ul.menu li {
	display:block;
	float:left;
	position:relative;
	padding:0px;
	margin:0px 9px 0px 0px;
}
#header ul.menu li a {
	font-family:"微软雅黑", Arial;
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
}
#header ul.menu li a em {
	display:block;
	float:left;
	font-style:normal;
	padding:6px 10px 5px 10px;
	line-height:18px;
}
#header ul.menu li a em span {
	padding-left:3px;
}
#header ul.menu li:hover, #header ul.menu li.current {
	cursor:pointer;
	background:#bf0100;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:2px solid #a50100;
	border-right-width:1px;
	border-left-width:1px;
}
#headerul.menu li:hover a {
	cursor:pointer;
}
#header ul.menu li:hover a em, #header ul.menu li.current a em {
	cursor:pointer;
	padding:4px 9px 3px 9px;
}
#header ul.meta {
	position: absolute;
	top: 5px;
	width: 250px;
	right: 15px;
}
#header ul.meta li {
	float: right;
	margin-left: 15px;
}
#news {
	position: absolute;
	left: 320px;
	top: 40px;
	color: #FFFFFF;
	width: 380px;
	font-weight: bold;
}
#news a {
	color: #EEEEEE;
}
#news a:hover {
	color: #FFFFFF;
}
/* login form in the header */
form#cse-search-box {
	padding:0px;
}
form#cse-search-box input {
	border:1px solid #da5a59;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:3px;
	color:#414141;
	background:#fff!important;
	font-size: 14px;
	line-height: normal;
}
#description {
	width: 360px;
	text-align: center;
	position: absolute;
	left: 490px;
	top: 50px;
}
/* searchform */
#searchform {
	position: absolute;
	bottom: 8px;
	right:8px;
}
/* content wrap

---------------------------------------------------------------------------------*/
#content-wrap {
	clear: both;
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #222;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#content {
	width: 604px;
	float: left;
	overflow: hidden;
	background-color: #FFFFFF;
}
#bottom-bg {
	width: 980px;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
/* post
---------------------------------------------------------------------------------*/

.post {
	width: 554px;
	clear: both;
	background-image: url(images/post-content-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	padding: 25px;
	overflow: hidden;
}
.post .postthumb {
	height: 200px;
	width: 550px;
	margin-top: 15px;
	position: relative;
}
.post .postthumb img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.post .postthumb p {
	position: absolute;
	right: 120px;
	height: 200px;
	width: 200px;
	display: block;
	top: 0px;
	padding: 0px;
}
.post:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.post .postbody p {
}
.post .postheader {
	text-align:center;
}
.post .postbody {
	margin:30px 0px;
}
.post .postbody img {
	max-width:540px;
}
.post .metadata {
	line-height: normal;
	font-size: 12px;
	color:#a8a8a8;
	margin-bottom: 8px;
}
.post .entry {
	float: right;
	width: 310px;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
}
.post ul, .post ol {
	margin: 10px 5px 10px 25px;
}
.post ul li {
	list-style-type: square;
}
.post ol li {
	list-style-type:decimal;
}
.post h4 {
	color: #000000;
	margin-top: 20px;
	;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
}
.postbody h4 a {
	color: #000000;
}
.post .tags {
	line-height: normal;
	text-align:center;
	clear: both;
}
.post .tags a {
	font-size: 12px;
	padding:0px 2px;
}
.post .cats {
	font-size: 12px;
}
.post .more-link {
	float: right;
	margin-right: 20px;
}
.post .share {
	text-align: center;
	padding-top: 20px;
	clear: both;
}

span.comments {
	right: 5px;
	width: 40px;
	height: 28px;
	text-align: center;
	padding: 5px 0px 0px 3px !important;
	display: block;
	background-image: url(images/comments-bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
}
#post_ratings {
	margin-top: 15px;
	margin-bottom: 15px;
}
#reproduced {
	margin-top: 40px;
	margin-bottom: 15px;
	text-align:center;
}
.related_posts {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 555px;
	clear: both;
}
.related_posts ul {
	margin-left: 25px;
	margin-right: 10px;
}
.related_posts ul li {
	list-style-type: square;
}
p.bookmark-tools {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
}
p.bookmark-tools span {
	width: 85px;
}
p.bookmark-tools a {
	padding: 2px 0px 2px 12px;
	margin-right: 6px;
	border: none;
	color: #666666 !important;
}
#baidu-search {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#single-ads-468 {
	width: 554px;
	clear: both;
	background-image: url(images/post-content-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	padding: 25px;
	overflow: hidden;
}
/* sidebar
---------------------------------------------------------------------------------*/
#sidebar {
	width: 376px;
	float: right;
	overflow: hidden;
}
#sidebar h4 {
	background-color: #A10100;
	color: #FFFFFF;
	padding-left: 10px;
}
.sidebar-box {
	width: 336px;
	position: relative;
	float: left;
	padding: 20px;
}
/*TABVIEW*/

.yui-navset {
	font-size:1.1em;
	width:328px;
	float: left;
	color: #666;
	background-color: #C7D5E5;
	padding: 3px;
	border: 1px solid #7A8FA4;
}
.yui-content {
	font-size: 0.92em;
	background-color: #FFFFFF;
	border-bottom: solid 1px #7A8FA4;
	border-right: solid 1px #7A8FA4;
	border-left: solid 1px #7A8FA4;
	float: left;
	width: 326px;
	overflow: hidden;
}
.yui-navset .yui-content .yui-hidden {
	display:none;
}
.yui-nav {
	padding-left: 6px;
	display: block;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A8FA4;
}
.yui-navset li em {
	font-style:normal;
	font-size:0.92em;
	font-weight: bold;
}
.yui-navset .yui-nav li {
	display:block;
	display:block;
	cursor:pointer;
	margin-right: 2px;
	text-transform: uppercase;
	height: 25px;
	float: left;
	padding:0px 8px;
	border-top: solid 1px #7A8FA4;
	border-right: solid 1px #7A8FA4;
	border-left: solid 1px #7A8FA4;
	line-height: 25px;
}
.yui-navset .yui-nav li a {
}
.yui-nav .selected {
	background-color: #FFFFFF;
}
.tab-content {
	float: left;
	width: 310px;
	padding: 8px;
}
.yui-content p {
	padding: 5px;
	background-color: #FFFFFF;
}
.yui-content img {
	background-color: #FFFFFF;
}
.yui-content a {
	line-height: 140%;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #FFFFFF;
}
#dtab2_j {
}
#dtab2_j ul {
	width: 336px;
}
#dtab2_j ul li {
	display: block;
	float: left;
	margin-right: 10px;
	width: 150px;
	margin-bottom: 10px;
}
#dtab2_j ul li img {
	height: 150px;
}
#dtab1_j {
}
#dtab1_j ul {
	width: 336px;
}
#dtab1_j ul li {
	float: left;
	width: 49px;
	margin-right: 3px;
	margin-bottom: 3px;
}
#dtab1_j ul li img {
	width: 49px;
}
#dtab4_j ul li {
	float: left;
	width: 150px;
	margin-right: 5px;
}
/* END TABVIEW STYLES */

#tag-cloud {
	background-color: #FFFFFF;
	border: 1px solid #A10100;
	width: 334px;
}
#tag-cloud p {
	display: block;
	padding: 10px;
}
#tag-cloud a {
	margin: 0px 5px;
	white-space: nowrap;
}
#commetsReply {
	clear: both;
	width: 555px;
	padding: 25px;
}
/* Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	margin: 0px;
	padding: 0px;
	display: block;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	position: relative;
	margin:0px 0px 24px 0px;
	padding:0px 0px 0px 56px;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
	display: none;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
	list-style-type: none;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* Comments form */

input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
	padding-left: 8px;
	padding-bottom: 5px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#footer-wrap {
	width: 980px;
	height: 80px;
	background-image: url(images/foote-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #9C0E02;
	text-align:center;
	color: #FFFFFF;
	border-top: solid 2px #222;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer-wrap a {
	color:#FFFFFF;
}
#footer-wrap p {
	padding:0px;
}
/* recent posts */

#recent-comment {
	position: relative;
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
}
#recent-comment ul li {
	clear: both;
	display: block;
	margin-bottom: 12px;
	line-height: 20px;
	position: relative;
	float: left;
}
#recent-comment img {
	width: 20px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
#recent-comment ul li a {
	display: block;
	float: right;
}
#most-popular {
	overflow: hidden;
}
#most-popular ul {
	width: 346px;
}
#most-popular ul li {
	float:left;
	width:163px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 163px;
	display: block;
}
#most-popular ul li img {
	height: 160px;
	width: 160px;
	border: 1px solid #d9d9d9;
}
/* code
---------------------------------------------------------------------------------*/
code {
	color: #000099;
	white-space: nowrap;
	padding: 0px 2px;
}
pre code {
	display: block;
	clear: both;
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	overflow: auto;
	margin: 5px 0px 15px;
	white-space: pre;
}
code .comment {
	color: #888;
}
code .class, code .rules {
	color: #ff00ff;
}
code .value, code .title, code .string {
	color: #0000FF;
}
code .tag {
	color: #000099;
}
code .keyword {
	color: #000099;
}
.html .attribute {
	color: #006600;
}
/* alignments etc (content elements)
---------------------------------------------------------------------------------*/

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: auto;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
/* image */
img.image {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.image {
	margin-top: 4px;
}
p.image em {
	display: block;
	text-align: center;
	color: #666;
	padding: 4px 0px 6px;
	line-height: 140%;
}
p.image img {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.image a:hover img {
	border: 1px solid #666;
	background: #fff;
}
p.image a, p.image a:visited {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
p.image a:hover {
	text-decoration: underline;
}
p.image small {
	color: #999999;
	display: block;
}
p.left {
	float: left;
	margin-right: 15px;
}
p.right {
	float: right;
	margin-left: 15px;
}
img.left {
	float: left;
	margin-right: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
}
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
#main-title {
	float: left;
	position: relative;
	width: 574px;
	padding:10px 10px 10px 20px;
	margin-bottom: 10px;
	background-image: url(images/post-content-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.wp-pagenavi {
	padding: 20px;
	float: left;
	text-align:center;
	width: 564px;
}
.bottom-ads-468 {
	padding-top:20px;
	text-align:center;
	width: 554px;
	float: left;
}
#article-author {
	margin:30px 0px;
	text-align: center;
}
#feed a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#reader-wall {
	overflow: hidden;
}
#reader-wall ul {
	width: 346px;
}
#reader-wall ul li {
	height: 52px;
	width: 52px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#reader-wall ul li img {
	height: 52px;
	width: 52px;
}
#ads-336-1, #ads-336-2, #ads-336-3, #mywork {
	background-image: url(images/sidebar_dark_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#ads_signle_300 {
	float:right;
	width:300px;
	height:250px;
	margin-left:10px;
	margin-bottom: 10px;
}
#ads-500-200 {
	text-align:center;
}
#renniaofei-network {
}
#renniaofei-network ul li a {
	color: #444;
}
#renniaofei-network ul li a:hover {
	color: #990000;
}
#renniaofei-network ul {
	background-color: #FFFFFF;
	display: block;
	border-right:solid 1px #DADFE0;
	border-bottom:solid 1px #DADFE0;
	border-left:solid 1px #DADFE0;
}
#renniaofei-network ul li {
	display: block;
	border-top:solid 1px #DADFE0;
	padding:5px 10px;
}
#renniaofei-network h4 a {
	color: #FFFFFF;
	display: block;
	text-decoration:none;
	font-size: 14px;
}
#friendlink {
	background-color: #FFFFFF;
	border: 1px solid #A10100;
	width: 334px;
}
#friendlink ul {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}
#friendlink ul li {
	background-image: url(images/friendlink.jpg);
	background-repeat: no-repeat;
	padding-left: 32px;
	line-height: 27px;
	height: 27px;
	position: relative;
	float: left;
	width: 126px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left 5px;
	margin-right: 2px;
}
.mysite{
display:none;}
