/*   
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
*/

@charset "utf-8";

body {
	color: #404040;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center; /* for IE */
	font-size: 9pt;
}

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: 200%;
}

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;
	position: relative;
	text-align: left;
	width: 100%;
}

#inner {
	margin: 0 20px;
	position: relative;
}

#header {
	width: 100%;
}

#main {
	float: left;
	width: 100%;
}

#main .entry {
	position: relative;
	width: 100%;
}

#side {
	float: right;
	margin: 20px 0 0 0;
	width: 230px;
	display: none;
}

#footer {
	margin-top: 90px;
	margin-bottom: 40px;
	width: 100%;
	display: none;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.printhide {
	display: none;
}

/* ------------------------------
 Header & Header Layout
------------------------------ */
#header_menu_bg {
	background: transparent url(images/header_navi_bg.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;
	display: none;
}

#header_menu_container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
}

#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.jpg) 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.jpg) center bottom no-repeat;
}

#header h1 {
	font-size: 182%;
	margin: 20px 0 0 0;
	padding: 0;
}

#header h1 a {
	color: #404040;
}

#header h1 a:hover {
	color: #871F1F;
	text-decoration: none;
}

#blog_description {
	color: #404040;
	font-size: 93%;
	margin: 0 0 40px 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: 175%;
	margin: 0 0 1em 0;
}

#main .date {
	color: #202020;
	font-size: 93%;
	margin: 6px 0 20px 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%;
}

#main .dateonly {
	color: #871F1F;
	font-size: 153.9%;
	top: 0;
	left: 490px;
	position: absolute;
	display: none;
}

