/*  
Theme Name: ChinaTown
Theme URI: http://www.royotech.com
Description: A Chinese style theme for Wordpress.
Version: 1.0
Author: Royotech
Author URI: http://www.royotech.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, red, white, two-columns, fixed-width, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

html{
	background:url("images/bg.gif");
}
a:visited{
	color:#000000;
	text-decoration:none;
}
body{
	width:1024px;
	margin:0 auto;
	font-family:verdana;
	color:#FFFFFF;
}
img{
	border:0px;
}
#container{
	margin-top:32px;
	float:left;
	width:782px;
	border:9px solid #E8EDEF;
	background:#FFFFFF;
	color:#000000;
	margin-bottom:15px;
}
#wrapper{
	border:1px solid #CCCCCC;
	padding:15px;
	}
#sidebar{
	margin-top:32px;
	margin-bottom:15px;
	width:203px;
	float:right;
	border:9px solid #E8EDEF;
	color:#000000;
}
#sidebar-wrapper{
	border:1px solid #CCCCCC;
	background:#E4EEEC;
	padding:15px;
}
#sidebar-wrapper #wp-calendar{
	width:100%;
	
}
#sidebar-wrapper .sidebar-box{
	font-size:12px;
	font-family:arial;
	margin-bottom:30px;
}
#sidebar-wrapper .sidebar-box h2{
	font-size:16px;
	font-family:arial;
	border-bottom:1px solid #CCCCCC;
}
#header{
	background:url("images/header-bg.gif") no-repeat;
	height:417px;
	clear:both;
}
#header a{
	color:#FFFFFF;
	text-decoration:none;
}
#header a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#header ul{
	position:absolute;
	top:417px;
	height:24px;
	margin:0px;
	padding:0px;
}
#header ul li{
	float:left;
	width:126px;
	height:26px;
	line-height:26px;
	list-style:none;
	border:1px solid #CCCCCC;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
#footer{
	clear:both;
	margin-top:15px;
	text-align:center;
	font-size:12px;
	border-top:1px solid #FFFFFF;
	height:24px;
	line-height:24px;
}
#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.post h2 a{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.post .entry{
	font-size:12px;
	font-family:arial;
}
.post .entry .postmetadata{
	border-top:1px dashed #CCCCCC;
	color:#CC3300;
}
.post .entry .postmetadata a{
	color:#CC3300;
}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	font-size:12px;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template .url{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.commentmetadata{
	font-size: 12px;
	text-align:right;
	border-bottom:1px dashed #CCC;
	padding-bottom:5px;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.wp-caption{}
.wp-caption-text{}
.gallery-caption{}
.sticky{} 
.bypostauthor{} 

.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}