/*  
Theme Name: RK offical blog
Theme URI: http://6znet.com
Description: For rk.catchplay.com only.
Version: 1.0
Author: Darcy Chen
Author URI: http://6znet.com
*/

/*reset elements*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
html{
	height:100%;
}

/*general setting*/
body {
	text-align:center;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 63%;
	color: #FFF;
}
img,a img{
	border:0px; margin:0px; padding:0px;
}

a:link , a:visited , a:active {
	color:#FFC000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clear{
	font-size:0em;
	line-height:0px;
	max-height:0px;
	min-height:0px;
	height:0px;
	clear:both;
	padding:0px;
	margin:0px;
}
h1{
	font-size:2em;
	padding:10px;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background:url(images/wrapper_bg.gif) repeat-y center;
}
#header{
	padding:0px 20px;
}
#banner{
	background:#000;
	height:290px;
}
#nav{
	height:29px;
}
#nav ul{
	padding-left:10px;
}
#nav li{
	float:left;
	font-size:1.6em;
	line-height:1.6em;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
#nav li :hover{
	background:url(images/nav_active.gif) center no-repeat;	
}
#nav li a{
	color:#FFF;
}
#nav li a:hover{
	text-decoration:none;
}

#nav .current-cat{
	background:url(images/nav_active.gif) center no-repeat;	
}
#nav #rss_link{
	float:right;
}
#nav #search_form{
	float:right;
	padding-left:20px;
}
#nav #search_form input{
	width:118px;
	height:23px;
	border:none;
	font-size:1.4em;
	line-height:23px;
	background:none;
	padding-left:5px;
}
#nav #search_form #input_wrapper{
	width:118px;
	height:23px;
	line-height:23px;
	background:url(images/search_input_bg.gif) no-repeat center left;
	float:left;
}
#nav #search_form button{
	border:none;
	background:#000;
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
}

#main{
	text-align:left;
	padding:14px 35px;
	background:url(images/main_bg.gif) center top no-repeat;
}
#posts_wrapper{
	float:left;
	width:617px;
}
#posts_wrapper .post_block{
	padding-bottom:20px;
}
#posts_wrapper .post_block_header{
	background:url(images/post_top.gif) center top no-repeat;
	height:18px;
}
.post_block h2{
	font-size:1.6em;
	font-weight:bold;
	padding-bottom:10px;
}

.post_block img{
	max-width:577px;
}

.post_block h2 a{
	color:#FFC000;
}
.post_block .post_misc{
	color:#C9C9C9;
	padding-bottom:5px;
}
	
#posts_wrapper .post_block_content{
	font-size:1.2em;
	padding:20px;
	padding-top:0px;
	background:url(images/post_content_bg.gif) center repeat-y;
}
#posts_wrapper .post_block_footer{
	background:url(images/post_footer.gif) center top no-repeat;
	height:18px;
}
.comments_wrapper textarea{
	width:100%;
}
.comments_wrapper{
	line-height:1.8em;
}
.comments_wrapper #comments,.comments_wrapper #respond{
	font-size:1em;
	padding:5px;
	color:#FFC000;
}
.comments_wrapper .commentlist{
	padding-bottom:20px;
}
.comments_wrapper .commentlist li{
	border-bottom:#666666 1px solid;
	padding-top:10px;
}
.comments_wrapper .commentlist li p{
	font-size:1.1em;
}
.comments_wrapper .commentmetadata{
	text-indent:20px;
	font-size:1em;
}
.comments_wrapper .commentmetadata a{
	color:#999999;
}
.comments_wrapper #commentform p{
	padding-bottom:5px;
}
.comments_wrapper #commentform #submit{
	background:url(images/submit_bg.gif) repeat-x center;
	border:1px solid #000;
	color:#FFF;
	padding:0px 15px;
	*padding:0px;
}
#page_nav{
	font-size:1.4em;
	text-align:right;
}
#sidebar_wrapper{
	float:right;
	width:304px;
}
.widget{
	font-size:1.2em;
	color:#FFF;
	padding-bottom:40px;
}
.widget a{
	color:#FFF;
}
.widget ul{
	padding-left:20px;
}
.widget li{
	padding:2px;
	padding-left:15px;
	background:url(images/dot.png) top left no-repeat;
	background-position:0px 5px;
}
.widget h2{
	background:url(images/widget_header.gif) center top no-repeat;
	height:30px;
	font-size:1em;
	line-height:1.6em;
	padding-left:46px;
	padding-top:8px;
	font-weight:bold;
}
#footer{
	background:url(images/footer_bg.gif) no-repeat center top;
	height:47px;
	font-size:1.2em;
	padding-top:100px;
}

/* extra */
.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color:#666666;
}
