/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/

body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*=====================================
 Basic
======================================*/

body {
	background: #fff url(images/bg.gif) repeat left top;
	color: #2C2C25;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: center;
}

#body-in {
	background: transparent url(images/bg_in.png) repeat-x left top;
	width: 100%;
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	border: none;
	vertical-align: text-bottom;
}

a {
	color: #87421D;
	text-decoration: none;
}

a:hover {
	color: #2BAAB1;
}

h1,h2 {
	font-size: 153.9%;
	line-height: 1.2;
	font-weight: normal;
}

h3 {
	font-size: 131%;
	margin: 1em 0;
	font-weight: normal;
}

p {
	margin-bottom: 1em;
}

blockquote {
    margin: 1em 0 1em 1.5em;
    padding: 15px 10px 15px 45px;
    border: 1px solid #999;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
	background: #EFEFEF url(images/quote.gif) no-repeat 10px 10px;
}

blockquote p {
    margin: 0.4em 0;
}

blockquote p.cite {
	text-align: right;
	border-top: 1px solid #666;
}

blockquote p.cite:before {
	content: "引用元: ";
}

pre {
    border: 1px solid #CCC;
    padding: 0.6em 10px;
    overflow: auto;
	font-size: 100%;
	margin: 1em 0;

	white-space: -moz-pre-wrap;	/* Mozilla   */
	white-space: -pre-wrap;		/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7   */
	white-space: pre-wrap;		/* CSS3      */
	word-wrap: break-word;		/* IE 5.5+   */
}

/*=====================================
 Form
======================================*/

fieldset {
	border: none;
}

input.submit {
	border: 1px solid #333;
}

/*=====================================
 Layout
======================================*/

#wrapper {
	width: 950px;
	background: #fff url(images/wrapper_bg.gif) repeat-y left top;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 950px;
	background: transparent url(images/header_bg.png) no-repeat left top;
	height: 155px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	text-align: left;
}

#content {
	width: 700px;
	float: left;
}

body.single #content {
	width: 100%;
	float: none;
}

#sidebar {
	width: 250px;
	float: right;
}

#footer {
	width: 950px;
	background: #fff url(images/wrapper_bg.gif) repeat-y left top;
	margin: 0 auto;
	text-align: left;
}

/*=====================================
 Global Navigation
======================================*/

#global-nav {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background: #E4E6E4 url(images/global_navi_bg.gif) no-repeat left top;
}

#global-nav ul {
	list-style: none;
	background: transparent url(images/global_navi_sprite.png) no-repeat left top;
}

#global-nav ul:hover {
	background: transparent url(images/global_navi_sprite.png) no-repeat left -30px;	
}

#global-nav li.left {
	float: left;
	width: 90px;
	height: 30px;
}

#global-nav li.center {
	float: left;
	width: 80px;
	height: 30px;
}

#global-nav li.right {
	float: left;
	width: 80px;
	height: 30px;
}

#global-nav li.left a {
	float: left;
	width: 90px;
	text-align: center;
	display: block;
	height: 24px;
	padding-top: 6px;
	color: #333;
}

#global-nav li.center a {
	float: left;
	width: 80px;
	text-align: center;
	display: block;
	height: 24px;
	padding-top: 6px;
	color: #333;
}

#global-nav li.right a {
	float: left;
	width: 80px;
	text-align: center;
	display: block;
	height: 24px;
	padding-top: 6px;
	color: #333;
}

#global-nav li.left a:hover {
	background: transparent url(images/global_navi_sprite.png) no-repeat left top;
	color: #fff;
}

#global-nav li.center a:hover {
	background: transparent url(images/global_navi_sprite.png) no-repeat -90px top;
	color: #fff;
}

#global-nav li.right a:hover {
	background: transparent url(images/global_navi_sprite.png) no-repeat -170px top;
	color: #fff;
}

/*=====================================
 Entry Navigation
======================================*/

.entry-nav {
	font-size: 108%;
	text-align: center;
	padding: 15px 165px 15px 30px;
}

body.single .entry-nav {
	font-size: 108%;
	border-bottom: 1px solid #dedad6;
	padding: 15px 165px 15px 30px;
	text-align: left;
}

body.single .entry-nav ul {
	margin: 0;
}

body.single .entry-nav li.prev {
	float: left;
	list-style-type: none;
}

body.single .entry-nav li.next {
	float: right;
	list-style-type: none;
}

/*=====================================
 Header
======================================*/

.logo {
	position: absolute;
	top: 30px;
	left: 0;
}

/*=====================================
 Info
======================================*/

#info {
	width: 950px;
	border-top: 5px solid #926B05;
	border-bottom: 1px solid #D1D4D2;
	background: #e4e6e4 url(images/wrapper_bg.gif) repeat-y left top;
	margin: 0 auto;
	text-align: left;
}

#info a {
	color: #2C2C25;
}

#info a:hover {
	text-decoration: underline;
}

#info-in {
	width: 950px;
	padding: 5px 0;
	position: relative;
}

#info dl {
	float: left;
	width: 33%;
}

#info dt {
	font-size: 108%;
	margin: 0 15px;
}

#info dd {
	margin: 0 15px;
}

#info ul {
	list-style-type: square;
	margin: 0 0 0 1em;
}

/*=====================================
 Content
======================================*/

.hentry {
	position: relative;
	top: 0;
	left: 0;
	background: transparent url(images/hentry_bg.gif) repeat-y right top;
}

.hentry-in {
	background: transparent url(images/hentry_bottom.png) no-repeat right bottom;
}

.entry-meta {
	width: 150px;
	float: right;
	overflow: hidden;
}

.entry-meta-in {
	padding: 5px 15px;
}


.entry-tags {
	margin: 0 0 20px 0;
}

.entry-comment {
	margin: 0 0 20px 0;
}

.entry-tags a {
	background: transparent url(images/tag.gif) no-repeat left top;
	padding: 0 0 0 19px;
}

.entry-category a {
	background: transparent url(images/category.gif) no-repeat left top;
	padding: 0 0 0 19px;
}

.entry-main {
	width: 550px;
	float: left;
}

	.entry-title {
		padding: 5px 15px 5px 30px;
		background: transparent url(images/title_bottom.png) no-repeat 1px bottom;
	}

	.entry-title a {
		color: #29201d;	
	}

	.entry-body,
	.entry-more {
		padding: 15px 15px 15px 30px;
	}

	.entry-body a,
	.entry-more a {
		background-color: #efefef;
	}

	.entry-body a:hover,
	.entry-more a:hover {
		background-color: #87421D;
		color: #fff;
	}

	.entry-body a img {
		border:1px solid #2C2C25;
	}

	.entry-body a:hover img {
		border:1px solid #2BAAB1;
	}

/*=====================================
 Content Elements
======================================*/

.hentry ul,
.hentry ol {
	margin: 0 0 1em 2em;
}

.hentry ul li {
	list-style-type: disc;
}

.hentry ol li {
	list-style-type: decimal;
}

/*=====================================
 Comment
======================================*/

#comments {
	padding: 10px 165px 15px 30px;
	background: transparent url(images/hentry_bg.gif) repeat-y right top;
}

#comments h2 {
	font-size: 138.5%;
}

ol.comments-list {
	list-style: none;
}

ol.comments-list li {
	position: relative;
	background-color: #fff;
}

ol.comments-list li.alt {
	background-color: #efefef;	
}

ol.comments-list img.avatar {
	position: absolute;
	left: 20px;
	top: 20px;
}

ol.comments-list .cmt-text {
		margin: 0 0 0 72px;
		padding: 10px 25px 10px 0;
}

/*=====================================
 Respond
======================================*/

#respond {
	padding: 10px 165px 15px 30px;
	background: transparent url(images/hentry_bg.gif) repeat-y right top;
}

#respond h2 {
	font-size: 138.5%;
}

#respond label {
	display: block;
}

#respond input#author,
#respond input#email,
#respond input#url {
	width: 600px;
	height: 20px;
	padding: 2px;
}

textarea#comment {
	width: 600px;
	height: 200px;
	padding: 2px;
}

/*=====================================
 Sidebar
======================================*/

#sidebar-in {
	padding: 5px 0;
}

#sidebar dl {
	margin: 0 0 15px 0;
}

#sidebar dt {
	font-size: 108%;
	margin: 0 15px;
}

#sidebar dd {
	margin: 0 15px;
}

#sidebar ul {
	list-style-type: square;
	margin: 0 0 0 1em;
}

#sidebar ul,
#sidebar ol {
	list-style-type: square;
	margin: 0 0 0 2em;
}

#sidebar li ul,
#sidebar li ol {
	margin: 0;
}

/*=====================================
 Footer
======================================*/

#footer ul {
	text-align: right;
	padding: 10px 20px;
	list-style: none;
}

/*=====================================
 Clear Fix
======================================*/

.clearfix {
	_height: 1px;
	min-height: 1px;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/*=====================================
 Count
======================================*/

.count {
	position: absolute;
	top: 3px;
	right: 15px;
	color: #2C2C25;
}

/*=====================================
 twitter
======================================*/

.twitter {
	position: absolute;
	top: 0;
	left: 15px;
	font-size: 108%;
	width: 950px;
	margin: 0 auto;
}

/*=====================================
 Tag Cloud
======================================*/

.st-tag-cloud {
	line-height: 1.4;
}