/*  
Theme Name: Kirin Lin 2007
Theme URI: http://kirin-lin.idv.tw/
Description: Developed by Kirin Lin. For personal use, and it combinds with many plugins.
Version: 2.3.20080314
Author: Kirin Lin
Author URI: http://kirin-lin.idv.tw/
*/
@import "reset.css";
@import "yui.css";
/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container{
	float: left;
	margin: 0pt 0pt 0pt -240px;
	width: 100%;
	letter-spacing: .1em;
}
div#content{
	margin: 0pt 0pt 0pt 240px;
}
div.sidebar{
	float: right;
	overflow: hidden;
	width: 220px;
}
div#secondary{	clear: right;}
div#footer{
	clear: both;
	width: 100%;
}
/* End of LAYOUT: Two-Column (Right) */

/**/
body{
	/*background-color: #D3D3D3; lightgrey*/
	margin: 2px 10px 10px 10px;
	/*font-family: "Lucida Sans Unicode",Tahoma,Geneva,sans-serif;*/
}
body #wrapper{
	background-color: #FFFFFF;
	color: #222222;
	margin: 0px auto;
	padding: 0pt 10px;
	width: 938px;
}
a, :link, :visited, :focus{	text-decoration: none;}
a:hover{	text-decoration: underline;}
:active{	text-decoration: none;}
/* Header */
div#header {
	padding:1em 0pt;
}
body #blog-title{
	font-size: 3em;
	margin-right: 0.2em;
}
div#adsense_top{text-align:center;}
/* End of Header */
/* Access */
div#access div.skip-link{
	float:right;
	padding:0.3em 1em 0px 1em;
}
div#menu{height:1.7em;padding-top:0.3em;background:#eee;width:100%;}
div#menu ul a{font-weight:700;text-decoration:none;}
div#menu ul,div#menu ul ul,div#menu ul li{list-style-type:none;margin:0;padding:0;}
div#menu ul li{float:left;}
div#menu ul li a{background:#eee;padding:0.3em 0.5em;}
div#menu ul ul{display:none;}
div#menu ul ul li{float:none;}
div#menu ul ul li a{margin:0;padding:0;}
div#menu ul li:hover ul{display:block;font-size:0.9em;padding-top:0.5em;position:absolute;}
div#menu ul li:hover ul li a{background:#f5f5f5;border:none;display:block;padding:0.1em;width:10em;}
/* End of Access */
/* Navigation */
div.navigation {font-size:1.2em;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
/* End of Navigation */
/* Comments */
div#comments{
	margin-top:1em;
}
div#comments h3{
	border-bottom: 1px dashed #0000FF;
	clear: both;
	font-size: 2em;
}
div#comments-list ol{
	list-style-type: decimal;
	margin-left: 2em;
}
div.comments {
	font-size: 1.23em;
	line-height: 1.5em;
}
div.comments p {
	margin-top:1em;
}
/* End of Comments */
div.entry-content{
	font-size: 1.23em;
	line-height: 1.5em;
	margin: 1em 0;
}
/* GENERAL TAGS FOR CONTENT, MOSTLY */
abbr.published {
	border: 0;
	cursor: default;
	margin: 0;
}
body.home abbr.published, body.archive abbr.published, div.page-link {
	font-weight: bold;
}
div.entry-content p {
	margin: 1em 0pt;
}
div.entry-content ul {
	margin-left: 1em;
}
div.entry-content ul li {
	list-style-type: square;
}
div.entry-content ol {
	margin-left: 1em;
}
div.entry-content ol  li{
	list-style-type: decimal;
}
div.entry-content ul li ul {
	margin-bottom: 0.3em;
}
div.entry-content ul li ul li {
	list-style-type: circle;
}
div.entry-content ul#linkcats, div.entry-content ul#linkcats li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.entry-content ul#linkcats li ul li {
	list-style-type: square;
}
div.entry-content img.center {
	display: block;
	margin: 0.4em auto;
}
div.entry-content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}
div.entry-content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}
div.entry-meta {
	font-style: italic;
	line-height: 140%;
}
body.home .entry-meta, body.archive .entry-meta {
	margin: 0 0 4em 0;
}
body.single .entry-meta {
	font-size: 0.9em;
}
div.archive-meta {
	margin: 1em 0 3em 0;
}
div.edit-link {
	clear: both;
}

/* Normal Tags */
strong {	font-weight: bold;}
em {	font-style: italic;}
abbr, acronym {
	border-bottom: 1px dotted blue;
	cursor: help;
}
blockquote {
	border-left: .5em solid #e6e6fe;
	padding: 0pt 0pt 0pt .5em;
}
code, pre {
	font-size: 1em;
	font-family: "courier new", courier, monospace;
}
hr {
	color: black;
	background-color: black;
	height: 1px;
	width: 90%;
}
/* End of Normal */

h1.entry-title, h2.entry-title, #respond h3{
	border-bottom: 1px dashed #0000FF;
	clear: both;
	font-size: 2em;
	margin: 5px 0px;
}
body.category h2.page-title, body.author h2.page-title {
	clear: both;
	font-size: 1.6em;
	margin: 0;
}
body.date h2.page-title, body.single h2.page-title {
	clear: both;
	font-size: 1.6em;
	margin: 0 0 2em 0;
}
body.archive h3.entry-title, body.single h3.entry-title {
	clear: both;
	font-size: 1.3em;
	margin: 0;
}
div.entry-content h2 {
	font-size: 1.2em;
	margin: 1.5em 0 -0.7em;
}
div.entry-content h3 {
	font-size: 1.1em;
	margin: 1.5em 0 -0.9em;
}
div.entry-content h4, div.entry-content h5, div.entry-content h6 {
	font-size: 1em;
	margin: 1.5em 0 -1.1em;
}

/* Just some example content */

div#container,div.sidebar{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.req-field{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
ol.commentlist li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}

/* div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;} */
div.sidebar h3{font-size:1.2em;}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style-type:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 1em;}
div.sidebar ul ul li{list-style-type:disc;margin:0;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style-type:circle;}

div#footer{text-align:center;}


/* For HemiDemi Bookmarks */
li.hemidemi_bookmark_post{
	font-size: 0.8em;
	line-height: 1.5em;
}
a.hemidemi_title {}
div.hemidemi_date {}
div.hemidemi_quote {}
div.hemidemi_description {}
span.hemidemi_tags {}
div.hemidemi-logo{
	font-size: 0.6em;
	line-height: 1.25em;
}
/* End of HemiDemi Bookmarks */
/* For Google Custom Search Engine */
div#googlesearchform {
float:right;
margin-top:2px;
}
/* End of Google Custom Search Engine */
/*  use pageid-ID without showing sidebar */
body.pageid-236 div#container{	margin: 0pt;}
body.pageid-236 div#content{	margin: 0pt;}
body.pageid-1177 div#container{	margin: 0pt;}
body.pageid-1177 div#content{	margin: 0pt;}
/*  End Of pageid-ID without showing sidebar */

/* For 404 Not Found */
body.four04 div#container{	margin: 0pt;}
body.four04 div#content{	margin: 0pt;}
/* End of 404 Not Found */
/* For buboodiv */
#buboodiv table {vertical-align:top;}
/* End of buboodiv */
/* For MyBlogLog */
div#kirin_MyBlogLog{margin: 0pt auto; width:90%;}
body table#MBL_COMM th.mbl_h{ display: none;}
body table#MBL_COMM td.mbl_fo_hidden{ display: none;}
/* End of MyBlogLog */
