/*   
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";

html {
	background-color:#101010;
}

body {
	color: #797979;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center; /* for IE */
	
	background: #101010 url(images/bg.png) repeat-x;
}

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: 880px;
}

#inner {
	margin: 0 20px;
	position: relative;
}

#header {
	position: relative;
	height: 120px;
	margin-bottom: 60px;
}

#main {
	float: left;
	width: 550px;
}

#main .entry {
	position: relative;
	width: 550px;
}

#side {
	float: right;
	margin: -48px 0 0 0;
	width: 230px;
}

#footer {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 550px;
	line-height:18px;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.printhide {
}

/* ------------------------------
 Header & Header Layout
------------------------------ */

#site-meta {
	position: absolute;
	left: 0;
	top: 28px;
}


#header h1 {
	position: relative;
}
#header h1 a {
	color: #7e4c10;
	color: #fff;
}
#header h1 a:hover {
	color: #5a360b;
	color: #7e4c10;
}
#header span.description {
	position: relative;
	margin-left: 5px;
	color: #7e4c10;
}
#header ul {
    float: right;
	bottom: 1px;
	font: 13px Arial, Helvetica, sans-serif;
	list-style: none;
	margin-top: 98px;
    margin-right: 0px;
	padding: 0;
	text-transform: UPPERCASE;
}
#header li {
	display: inline;
        font-size:10px;
}
#header li a {
	float: left;
	display: block;
	padding: 8px 14px 8px 14px;
	color: #666;
	text-decoration: none;
	margin-right: 4px;
	background:#fff;
	
	border-bottom: none;
}
#header li a:hover {
	color: #000;
	background-color:#fff;
	
	border-bottom: none;
}
#header li.current_page_item a {
	color: #000000;
	background-color:#FFF;
	border-bottom: none;
}

#blog_description {
	color: #797979;
	font-size: 93%;
	margin: 0 0 145px 0;
}


/* ------------------------------
 Main Content
------------------------------ */
#main a {
	color: #3186ae;
	text-decoration: none;
}

#main a:link {
	color: #3186ae;
}

#main a:visited {
	color: #3186ae;
}

#main a:hover {
	color: #FFF;
}

#main h2.entrytitle {
	padding: 0;
	margin: 0;
}

#main h2.entrytitle a {
	color: #fff;
	text-decoration: none;
}

#main h2.entrytitle a:link {
	color: #fff;
}

#main h2.entrytitle a:visited {
	color: #fff;
}

#main h2.entrytitle a:hover {
	background: transparent;
	color: #3186ae;
}

#main .prevnext {
	margin: 50px 0 50px 0;
	
}

#main .prevnext a {
	color: #3186ae;
	
}

#main .prevnext a:hover {
	
	color: #FFF;
}

#main p {
	color: #656565;
	font-size: 93%;
	line-height: 175%;
	margin: 0 0 1em 0;
	letter-spacing: 0.02em;
}

#main .date {
	color: #656565;
	font-size: 93%;
	margin: 6px 0 45px 0;
	border-top: #444444 solid 2px;
	padding-top: 5px;
	line-height: 150%;
}


#main .date_page {
	color: #656565;
	font-size: 93%;
	margin: 6px 0 18px 0;
	border-top: #444444 solid 2px;
	padding-top: 5px;
	line-height: 150%;
}

#main .date a {
	color: #656565;
	text-decoration: none;
}

#main .date a:hover {
	color: #FFF;
	text-decoration: none;
}

#main .time {
	color: #3186ae;
	font-size: 93%;
}

#main .dateonly {
	color: #3186ae;
	font-size: 153.9%;
	top: 0;
	left: 495px;
	position: absolute;
}

#main .topagetop {
	margin: 60px 0 190px 0;
	text-align: left;
}

#main .entry_footer {
	color: #797979;
	font-size: 85%;
	margin: 20px 0 60px 0;
	padding: 0px 0 0px 0;
}

#main .entry_footer a {
	color: #797979;
	text-decoration: none;
}

#main .entry_footer a:hover {
	color: #FFF;
	
	text-decoration: underline;
}

#main q {
	color: #797979;
	font-size: 93%;
	width: 370px;
	margin: 0 auto;
}

#main q:before {
     content: open-quote;
}

#main q:after {
     content: close-quote;
}

#main blockquote {
	width: 400px;
	background: url(images/quote_start.jpg) no-repeat scroll top left;
	margin: 30px auto;
}

#main blockquote p {
	background: url(images/quote_end.jpg) no-repeat scroll bottom right;
	margin-left: 18px;
	margin-right: 18px;
	text-decoration: underline;
}

#main .continue {
	margin-top: 40px;
}

#main .continue a {
	background:#656565;
	color:#FFF;
}

#main .continue a:hover {
	background:#3186ae;
	color:#FFF;
}


/* ------------------------------
 Side Menu
------------------------------ */
#sidebar h2 {
	font-size: 85%;
	border-bottom: 1px solid #444;
	font-weight: bold;
	margin: 60px 0 8px 0;
	padding: 0 0 8px 0;
	text-transform:uppercase;
}

#sidebar ul {
	color: #000000;
	font-size: 85%;

}

#sidebar li {
	
	
	margin: 4px 0 0 0;
	padding: 0 0 3px 0;
}

#sidebar li a {
	color: #797979;
	display: block;
	width: 100%;
}

#sidebar li a:hover {
	
	color: #FFFFFF;
}


#sidebar ul li ul.children {
	color: #000;
	font-size: 100%;
}

#sidebar ul li ul.children li {
	
	border-bottom: none;
	
	margin: 3px 0 0 0;
	padding: 5px 0 1px 0;
	/* padding: 5px 0 1px 2em; */
}



/* ------------------------------
 Sidebar for widget
------------------------------ */
#widgetbar h2 {
	font-size: 11px;
	border-bottom: 1px solid #444;
	font-weight: bold;
	margin: 60px 0 8px 0;
	padding: 0 0 8px 0;
}

#widgetbar ul {
	color: #000000;
	font-size:11px;
	border:none;
}

#widgetbar ul li {
	border-bottom: 1px dotted #353535;
	margin: 4px 0 0 0;
	padding: 0 0 3px 0;
	font-size:11px;
	
}

#widgetbar li a {
	color: #797979;
}

#widgetbar li a:hover {
	color: #fff;
}


/* ------------------------------
 Footer
------------------------------ */
#footer p.copyright {
	color: #7F7F7F;
	font-size: 85%;
	
	text-align: left;
	
}

#footer p.copyright a {
	color: #7F7F7F;
	font-size: 85%;
	
	text-align: left;
	
}

#footer p.copyright a:hover {
	color: #3186ae;
	font-size: 85%;
	
	text-align: left;
	
}


/* ------------------------------
 Search Form
------------------------------ */
#searchform {
	background: transparent url(images/searchform.jpg) left top no-repeat;
	display: block;
	width: 230px;
	height: 22px;
	top: 0;
	left: 560px;
	position: absolute;
}

#searchform input {
	display: block;
	float: left;
}

#searchform .isearch {
	background: none;
	border: none;
	color: #666;
	font-size: 93%;
	margin: 4px 0 0 30px;
	width: 190px;
}

#searchform .ibutton {
	background: none;
	border: none;
	cursor: pointer;
	margin-top: -16px;
	width: 28px;
}


/* ------------------------------
 List Menu Form
------------------------------ */
#archive {
	display: block;
	height: 22px;
	width: 230px;
}

#archive select {
	font-size: 93%;
}


/* ------------------------------
 bookmarker
------------------------------ */
#bookmarker {
	background: transparent url(images/marker.png) no-repeat;
	cursor: pointer;
	height: 90px;
	left: 0px;
	position: absolute;
	top: 500px;
	width: 100%;
	z-index: 500;
	display: none;
}

#bookmarker_switch {
	cursor: pointer;
}


/* ------------------------------
 comment list
------------------------------ */
#comment h2 {
	font-size: 93%;
	border-bottom: 1px solid #444;
	font-weight: bold;
	margin: 60px 0 16px 0;
	padding: 0 0 8px 0;
	text-transform:uppercase;
}

#comment .comment_entry {
	
	width: 550px;
	margin-bottom: 10px;
	position: relative;
}

#comment .everyone_comment {
	line-height: 180%;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
}

#comment .comment_author {
	text-align: right;
	color: #797979;
	font-size: 85%;
	line-height: 180%;
	padding: 2px 6px 3px;
	border-bottom: 1px solid #444;
}

#comment .comment_author a:link {
	color: #797979;
}

#comment .comment_author a:hover {
	color: #FFF;
	background: #3186ae;
}

#comment .avatar_photo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#comment .author-id-1 {
	
}

#comment .author-id-0 {
	
}

#comment p.usetags {
	background: #F9F9F9;
	margin-bottom: 5px;
}


/* ------------------------------
 comment form
------------------------------ */
#commentform .textform {
	background-color:#222;
	color: #fff;
	width: 230px;
	height: 18px;
	border:none;
	
}

#commentform .textform:hover {
	background: #444;
}

#commentform .textbox {
	background-color:#222;
	color: #fff;
	width: 540px;
	height: 100px;
	border:none;
	padding: 5px;
	margin-top:2px;
	overflow: auto;
}

#commentform .textbox:hover {
	background: #444;
}

#commentform .submit_btn {
}

#commentform .labeltext {
	color: #606060;
	font-size: 85%;
}

#commentform p {
	margin: 0 0 8px 0;
	padding: 0;
}

#commentform label {
	margin: 0;
	padding: 0;
}

/* ------------------------------
 feed icon
------------------------------ */
#feed {
	top: 25px;
	right: 0;
	position: absolute;
}

#feed img {
	margin-right: 3px;
}

#feed p {
	color: #797979;
	font-size: 85%;
}

#feed a {
	color: #797979;
}

#feed a:hover {
	color: #3186ae;
}


/* ------------------------------
 extra
------------------------------ */
#extrastuff p {
	margin-top: 20px;	
}


/* ------------------------------
 comment form
------------------------------ */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}
.alignright {
   float: right;
}

.wp-caption {
font-size: 10px;

}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 9px;
   
   padding: 0 0px 3px;
   margin: 0;
}







/* ------------------------------
 09-03-20 added
------------------------------ */
#side li {
	list-style: none;	
}

#main ul, ol {
		margin: 0.5em 0;
        padding: 0 0 0 2.5em; 
        font-weight: normal;
        line-height: 175%;
}

#main ul ul, ul ol, ol ul, ol ol {
        margin: 0;
        padding: 0 0 0 2em;
        font-size: 1em;
}

#main li {
		margin: 0.2em 0;
        padding: 0;
}

#main ul { list-style: square inside; }
#main ol { list-style: decimal inside; }

#main dl{
	line-height: 175%;
	padding:0.5em 0 0.6em 0;
}

#main dt{
	font-weight: bold;
}

#main dd{
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#main pre {
	line-height: 140%;
	padding: 1em;
	border: 1px solid #CCC;
	width: auto;
	_width: 90%;
	overflow: auto;
	_overflow: scroll;
	color: #000;
	background-color: #F9F9F9;
	font-family: 'MS Gothic', monospace;
}


/*#main table{
	width: 100%;
	border-spacing: 2px;
	margin: 0 0 1em 0;    border: 1px #E3E3E3 solid;
}

#main th, td{ padding:0.3em 0.75em; }

#main th{
	border-bottom: 2px #797979 solid;
	color: #797979;
	text-align: left;
	    background: #F5F5F5;
}

#main td{
	border-bottom: 1px #E3E3E3 dotted;
	color: #797979;
}
*/
#main caption{
	text-align: left;
	color: #FFF;
	margin-bottom: -1em;
	margin-top: 1em;
}

#main abbr {
	border-bottom: #797979 dotted 1px;
}


/* CONTACT FORM STUFF
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.form_feild {
	color:#b2b2b2;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
}
.form_feild .darker {
	color:#515151;
	font-size:9px;
	line-height:11px;
}
.form_feild .textbox {
	background-color:#343434;
	color:#FFFFFF;
	border:none;
	outline:none;
	width:214px;
	height:14px;
	font-size:10px;
}


.form_feild .textbox2 {
	background-color:#343434;
	color:#FFFFFF;
	border:none;
	outline:none;
	width:50px;
	height:14px;
	font-size:10px;
}
.form_feild .message {
	background-color:#343434;
	color:#FFFFFF;
	border:none;
	outline:none;
	width:314px;
	height:82px;
	font-size:10px;
	overflow:hidden;
	padding:5px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}

.form_feild .submit {
	padding:0px;
	margin:0px;
}