@charset "utf-8";
/*--------------------------------------------------------------------DefailtSettings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
	text-align: left;
	white-space: nowrap;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
.red {
	color: #FF0000;
}
.gray {
	color: #666666;
}

.green {
	color: #339966;
}
.blue {
	color: #0000FF;
}
.orange {
	color: #FF9933;
}
big {
	line-height: 1.4em;
	font-size: larger;
}
.big2 {
	line-height: 1.4em;
	font-size: 2em;
}
.big3 {
	line-height: 1.4em;
	font-size: 3em;
}
.big4 {
	line-height: 1.4em;
	font-size: 4em;
}


/*--------------------------------------------------------------------LayoutBase */
.pkg:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

.fbox {
    zoom: 100%;
}
.fbox:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.inlinebox {
	float: left;
	display: inline;
}

/* -----------------------------------------------------------------------------Body */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #BDBAB3;
	margin: 0;
	padding: 0;
	background-color: #191E1F;
	background-image: url(/kenseido/common/img/bk.png);
	_background-image: none;
	background-repeat: repeat-x;
	background-attachment: fixed;
	}
#page {
	margin-left:auto;
	margin-right:auto;
	margin-top: 14px;
	margin-bottom: 0px;
	padding: 0;
	width: 970px;
	background-image: url(/kenseido/common/img/page-sd.png);
	_background-image: none;
	background-repeat: no-repeat;
}
#main {
	margin: 0 auto;
	padding: 0;
	background-color: #0A0B0C;
	width: 950px;
	background-image: url(/kenseido/common/img/main.png);
	_background-image: none;
}
/* -----------------------------------------------------------------------header */
#header {
	margin: 0 auto;
	padding: 0;
	height: 140px;
	background-color: #000000;
	}
#headerimg {
	padding: 40px 0px 0px 25px;
	}
#headerLink {
	position: absolute;
	top: 8px;
	right: 100px
}
#headersearch {
	position: absolute;
	top: 60px;
	right: 100px
}
/* -----------------------------------------------------------------------menu */
#menu {
	clear: both;
	height: 19px;
	margin: 0px;
	padding: 2px 0px 0px 70px;
	background-image: url(/kenseido/common/image/menuline.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	test-align: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	padding-right: 1.5em;
	padding-left: 0em;
	color: #A55252;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#menu li a:link {
	color: #3A3D43;
	text-decoration: none;
}
#menu li a:visited {
	color: #3A3D43;
	text-decoration: none;
}
#menu li a:hover {
	color: #FF0000;
	text-decoration: none;
}
#menu li a:active{
	color: #2D4642;
	text-decoration: none;
}
#menu strong {
	color: #DD0000;
}
/* -----------------------------------------------------------------------columnSize-Layout  */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	font-size: 1.2em;
	text-align: center;
}
.widecolumn .postmetadata {
	margin: 30px 0;
	font-size: 1.2em
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
/* -----------------------------------------------------------------------contents */
.topimage { /* ---------flash */
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #211F1D;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #211F1D;
}
#contentbox {
	background-image: url(/kenseido/common/img/content-alf.png);
		_background-image: none;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#content {
	width: 560px;
	margin: 5px 0px 0px 35px;
	padding: 0px 0px 50px;
	display: inline;
	float: left;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	z-index: 1;
}
.widecolumn .entry p, .narrowcolumn .entry p {
	font-size: 1.3em;
	line-height: 1.7em;
	margin-bottom: 1em;
	margin-right: 0.5em;
}
.widecolumn .entry h3, .narrowcolumn .entry h3 {
	font-size: 1.43em;
	line-height: 1.6em;
	font-weight: bold;
	margin-right: 0.5em;
}
.widecolumn .entry strong, .narrowcolumn .entry strong {
	font-weight: bold;
	color: #FF0000;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.43em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-size: smaller;
	color: #777777;
}
.pagetitle {
	font-size: 1.1em;
	font-weight: lighter;
	background-image: url(/kenseido/common/img/sidebar-h2.png);
	_background-image: none;
	background-repeat: no-repeat;
}
.datebox {
	margin-left: -35px;
	_margin-left: 0px;
	padding-left: 15px;
	_padding-left: 0px;
	z-index: 2;
	background-color: #0B0B0B;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #212517;
	border-bottom-color: #27292A;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 75px;
	margin-bottom: 20px;
}
.year {
	font-size: 1em;
	color: #848576;
	line-height: 1em;
	margin: 0;
}
.postdate {
	font-size: 2.2em;
	color: #898A7B;
	text-align: right;
	line-height: 1em;
	margin: 0;
}
#headerimg .description {
	font-size: 1.2em;
}
h2 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #B9BEB1;
	margin-top: 0.25em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.5em;
	padding: 0;
	margin: 20px 0px 10px;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
/* -----------------------------------------------------------------post*/
.post {
	margin: 0 0 20px;
	padding-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.post hr {
	clear: both;
	visibility: visible;
	color: #000;
}
.post .hr-line{
	background-image: url(/kenseido/common/img/hr-line.png);
	_background-image: none;
	background-repeat: no-repeat;
	height: 20px;
}
/* -----------------------------------------------------------------navigation*/
.navigation, .navigation2 {
	clear: both;
	margin-bottom: 60px;
	padding-top: 30px;
	font-size:1.3em;
	text-align: center;
	}

.navigation2 li {
	display: inline;
	margin-right: 1em;
}
/* -----------------------------------------------------------------List*/
.widecolumn .entry li, .narrowcolumn .entry li {
	font-size: 1.3em;
	line-height: 1.43em;
	margin-right: 0.5em;
}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 1em 10px;
	list-style: none;
	text-indent: -10px;
}

html>body .entry li {
	margin: 0px 0 0px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0 0 1em;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* ------------------------------------------------------------------------Link Color */
h1, h1 a, h1 a:hover, h1 a:visited, h1 a:active, #headerimg .description {
	text-decoration: none;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #B9BEB1;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:link, .entry li a:link {
	color: #B7BFE6;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3F4B96;
}
.entry p a:visited, .entry li a:visited {
	color: #b85b5a;
	text-decoration: underline;
}
.entry p a:hover, .entry li a:hover {
	color: #3366CC;
	text-decoration: underline;
}
.entry p a:active, .entry li a:active {
	color: #CC6600;
	text-decoration: underline;
}
a, h2 a:hover, h3 a:hover {
	color: #A2BFB3;
	text-decoration: none;
}
a:hover {
	color: #0CD63F;
	text-decoration: underline;
}
/* ------------------------------------------------------------------------comment, form */
.commentlist {
	padding: 0px;
/*	text-align: justify; */
}
.commentlist li, #commentform input, #commentform textarea {
	font: 1.2em ;
	}
.commentlist li ul li {
	font-size: 1.2em;
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li {
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}
.commentlist p {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
	margin: 10px 5px 10px 0px;
	color: #444B51;
}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.2em;
}
acronym, abbr, span.caps {
	font-size: 1em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
.current-cat a, .current_page_item a {
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0E3BB;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
.alt {
	margin: 0px;
	padding: 10px;
}
.children {
 padding: 0; 
}
.nocomments {
	margin: 10px;
	padding: 0;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}
#commentform p {
	font-size: 1.3em;
	margin: 5px 0;
}
#commentform {
	margin: 5px 10px 0px 0px;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0px 0px 5px auto;
	float: right;
}
/* -------------------------------------------------------------------v footer */
#footer {
	clear: both;
	color: #A2AB9C;
	margin: 0px;
	background-color: #313C42;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
}
#footer p {
	letter-spacing: 0.2em;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
#footer ul{
	margin: 0px 0px 10px;
	padding: 0px;
}
#footer li {
	display: inline;
	padding-right: 1em;
	padding-left: 0em;
	color: #A55252;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
#g_top a {
	position:absolute;
	position:fixed;
	right:0; bottom:5px;
	display:block;
	height:140px;
	width:38px;
	background:url(/kenseido/common/img/g-top.png) no-repeat left top;
	_background-image: none;
}
#g_top a:hover {
	background:url(/kenseido/common/img/g-top.png) no-repeat right top;
	_background-image: none;
	text-decoration:none;
}
/* ----------------------------------------------- ---- ---- ---Image Layout  */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.post img {
	padding:3px;
	border: 1px solid #323F3C;
}
.topphoto {
	margin-top: 7px;
}
.topphoto img {
	padding:3px;
	border: 1px solid #000000;
	background-color: #F8F8F8;
}
.topphoto p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* ----------------------------------------------------------------------------- Sidebar */
#sidebar {
	width: 320px;
	margin: 5px 0px 0px;
	padding: 0px;
	float: right;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
	font-size: 1.3em;
}
#sidebar h2 {
	font-size: 80%;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	margin: 5px 0 5;
	padding: 5 0 0 2px;
	color: #93938A;
	font-weight: lighter;
	background-image: url(/kenseido/common/img/sidebar-h2.png);
	_background-image: none;
	background-repeat: no-repeat;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	display: block;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	margin-left: 3px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	display: block;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 2px 0 0;
	padding: 2px 0px 0px;
	margin-bottom: 5px;
	margin-left: 3px;
	font-size: 93%;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
#sidebar ul ul ul li {
	margin: 1px 0 0;
	padding: 1px 0px 0px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar hr {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
	color: #000;
	margin-bottom: 10px;
	padding-top: 10px;
}
#sidebar form {
	margin: 0;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
#sidebar iframe {
	margin-bottom: 20px;
}
/* -----------------------------------------------------------  calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* ------------------------------------------ Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
	clear: both;
}
a img {
	border: none;
}
/* ------------------------------------------------------------Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	padding-top: 4px;
	font-size: 8px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.wp-caption img {
	margin: 0;
	padding: 2px;
}
.wp-caption-text {
	color: #9F9F9F;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	line-height: 0em;
}
	
/* ----------------------------------------------------------      Track Back URL */
input#tb_url {
   background-color: #CCC;
   font-size: 1em;
   padding: 0.2em;
   width: 98%;
}
#archvetitle {
}
#archvetitle h2{

}
/* ------------------------------------------------Category Item */

#CategoryhHeaderWide {
	height: 180px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 70px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#submenu {
	padding-top: 160px;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
}
#submenu li {
	display: inline;
	padding-right: 1em;
	padding-left: 0em;
	color: #A55252;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
/* -------------------------------------------------- page Item */
.tablebox1 {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.5em;
}

.tablebox1 table {
	margin: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #181818;
	border-left-color: #181818;
	padding: 0px;
}
.tablebox1 th {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #181818;
	border-bottom-color: #000000;
	background-color: #181818;
	text-align: left;
	vertical-align: top;
}

.tablebox1 td {
	padding: 4px 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #181818;
	border-bottom-color: #181818;
}
