/*
Theme Name: Taiko Chinese Traditional
*/


img{
	text-align:top;
}


body {
	font-size:12px;
	line-height:20px;
	font-family:Verdana, Arial, Sans-Serif;
	background:url('img/bg.png');
	text-align:center;
}


h2.pagetitle{
	margin:10px;
	font-weight:bold;
	font-size:16px;
}


.al{text-align:left;}
.ar{text-align:right;}


#body_container{
	margin:0px auto;
	padding:20px 20px;
	width:770px;
	text-align:left;
	background:#ffffff;
}


#body_container2{
	background:#ffffff url('img/body-bg.png') center repeat-y;
}


#body_container2_top{
	clear:both;
	height:15px;
	background:url('img/body-top.png');
	overflow:hidden;
}


#body_container2_foot{
	clear:both;
	height:15px;
	background:url('img/body-foot.png');
	overflow:hidden;
}


#header_bg{
	background:url('img/bg-top.png') repeat-x;
	text-align:center;
}


#header{
	position:relative;
	margin:0px auto;
	width:905px;
	height:295px;
}


#tab_blog{
	position:absolute;
	left:556px;
	top:240px;
	
}


#tab_lyrics{
	position:absolute;
	left:706px;
	top:240px;
}


/* content */


#content{
	float:left;
	display:inline;
	margin-left:10px;
	width:520px;
}


#content .msg{
	margin:10px;
	font-weight:bold;
	font-size:16px;
}


.post_title{
	position:relative;
	height:45px;
	background:url('img/post-title-bg.png');
}


.post_title h2{
	position:absolute;
	left:70px;
	top:14px;
	font-weight:bold;
	font-size:16px;
}


.post_title h2 a{
	color:#2C5D00;
	text-decoration:none;
}


.post_title .date{
	position:absolute;
	right:15px;
	top:12px;
	font-size:11px;
	color:#2C5D00;
}


.post .entry{
	color:#808284;
	padding:10px 20px;
}


.post .entry a{
	text-decoration:none;
}


.post .more{
	text-align:right;
}


.post .more a{
	color:#68C0C0;
	text-decoration:none;
}


.post p{
	/* margin-bottom:20px; */
	margin:0px;
}


.post .cat{
	text-align:right;
}


.post_sep{
	margin:10px 0px 20px;
}


/* sidebar */


#sidebar{
	float:left;
	margin-left:35px;
	width:196px;
}


#s{
	padding:5px;
	width:176px;
	margin:5px 0px;
	border:solid 1px #808284;
}

.SearchTextbox{
	padding:5px;
	width:176px;
	margin:5px 0px;
	border:solid 1px #808284;
}


.sidebar_block{
	margin:5px;
	font-size:11px;
	color:#808284;
}


.sidebar_block li{
	padding:0px;
	list-style-position:outside;
}


.sidebar_block a{
	color:#808284;
	text-decoration:none;
}


.sidebar_sep{
	margin:10px 0px 20px;
}


#sidebar_block_links{
	text-align:center;
}


#sidebar_block_links a{
	margin:0px;
	padding:0px;
}


#sidebar_block_links img{
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}


/* foot */


#footer{
	margin:0px auto;
	padding:5px;
	width:800px;
	line-height:1px;
	text-align:right;
	background:#291F16;
}


/* calendar */


#sidebar_block_cal{
	text-align:center;
}


#wp-calendar{
	margin:0px auto;
	width:80%;
}


#wp-calendar a{
	font-weight:bold;
	color:#333;
}


#wp-calendar td, th{
	text-align:center;
}


#wp-calendar caption{
	text-align:center;
	color:#026D71;
}


#wp-calendar thead tr th{
	color:#026D71;
}


#wp-calendar-pager{
	margin:0px auto;
	width:80%;
}


.blog_table_01{
	
}


.blog_table_01 th{
	font-weight:bold;
}


.blog_table_01 th, td{
	padding:2px 5px;
}


b.r{
	color:red;
}