/*   
Theme Name: karappo style
Description: simple and minimal. style for print.
Author: sabotenbrother
Author URI: http://d.hatena.ne.jp/yubokumin_saboten/
Version: 0.2.5
Tags: white, black, two-columns, fixed-width, right-sidebar

Heavily modified by the LeftHost Krew.
*/

@charset "utf-8";
/* added by LH.*/
.domain
{
font-style: italic
}
.email
{
font-variant: small-caps
}
blockquote {margin: 1.12em 0; margin-left:3em;margin-right:4em;padding-bottom:2em;}
q {font-style:italic;}

body {
	color: #404040;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center; /* for IE */
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
/*	margin: 0; */
/*	padding: 10px 0;*/
	line-height: 130%;
}

h1 {
	font-size: 182%;
}

h2 {
	font-size: 153.9%;
}

h3 {
	font-size: 138.5%;
}

h4 {
	font-size: 123.1%;
}

h5 {
	font-size: 93%;
}

h6 {
	font-size: 85%;
}


/* ------------------------------
 Layout
------------------------------ */
#container {
	margin: 0 auto;
	text-align: left;
	width: 830px;
}

#inner {
/*	margin: 0 20px; */
	position: relative;
}

#header {
	width: 790px;
	margin: 80px 0 0 0;
}

#main {
	float: left;
	width: 470px;
}

#main .entry {
	position: relative;	
	width: 470px;
	margin-top: 3em;
}

#side {
	float: right;
/*	margin: 20px 0 0 0;*/
	width: 230px;
}

#footer {
	margin-top: 90px;
	margin-bottom: 40px;
	width: 790px;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.printhide {
}

/* ------------------------------
 Header & Header Layout
------------------------------ */
#header_menu_bg {
	background: transparent url(images/header_navi_bg04.png) repeat-x scroll center bottom;
	color: #FFF;
	width: 100%;
	height: 35px;
	top: 0px;
	left: 0px;
	line-height: 25px;
	position: fixed;
	text-transform: lowercase;
	z-index: 1000;
}

#header_menu_container {
	margin: 0 auto; 
	text-align: left;
	width: 830px;
}

#header_menu_inner {
	margin: 0 20px;
}

#header_menu_left {
	float: left;
	font-size: 85%;
	width: 540px;
}

#header_menu_left ul {
	display: block;
}

#header_menu_left li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#header_menu_left li a {
	color: #FFF;
	display: block;
}

#header_menu_left li a:hover {
	background: transparent url(images/menu_arrow_white.png) center bottom no-repeat;
}

#header_menu_right {
	float:right;	
	font-size: 85%;
	width: 230px;
}

#header_menu_right ul {
	display: block;
}

#header_menu_right li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#header_menu_right li a {
	color: #FFF;
	display: block;
}

#header_menu_right li a:hover {
	background: transparent url(images/menu_arrow_white.png) center bottom no-repeat;
}

#header h1 {
	font-size: 182%;
/*	padding: 0;*/
	position: relative;
	letter-spacing: -0.01em;
}

#header h1 a {
	color: #404040;
}

#header h1 a:hover {
	color: #871F1F;
	text-decoration: none;
}

#blog_description {
	color: #404040;
	font-size: 93%;
	margin: 0 0 3em 0;
}


/* ------------------------------
 Main Content
------------------------------ */
#main a {
	color: #871F1F;
	text-decoration: underline;
}

#main a:link {
	color: #871F1F;
}

#main a:visited {
	color: #871F1F;
}

#main a:hover {
	background-color: #871F1F;
	color: #FFF;
}

#main h2.entrytitle {
	padding: 0;
	margin: 0;
}

#main h2.entrytitle a {
	color: #404040;
	text-decoration: none;
}

#main h2.entrytitle a:link {
	color: #404040;
}

#main h2.entrytitle a:visited {
	color: #404040;
}

#main h2.entrytitle a:hover {
	background: transparent;
	color: #871F1F;
}

#main .prevnext {
/*	margin: 50px 0 50px 0; */
	text-align: center;
}

#main .prevnext a {
	color: #871F1F;
	font-style: italic;
}

#main .prevnext a:hover {
	background-color: #871F1F;
	color: #FFF;
}

#main p {
	color: #202020;
	font-size: 93%;
	line-height: 125%; 
	margin: 0 0 1em 0; 
	letter-spacing: 0.02em;
}

#main .date {
	color: #202020;
	font-size: 93%;
	margin: 6px 0 1em 0;
	border-top: #404040 solid 2px;
/*	padding-top: 5px; */
	line-height: 150%;
}

#main .date a {
	color: #202020;
	text-decoration: none;
}

#main .date a:hover {
	background: #871F1F;
	color: #FFF;
	text-decoration: none;
}

#main .time {
	color: #871F1F;
	font-size: 93%;
}