/*
Theme Name: Kurokumo Bushido Academy
Theme URI: http://www.kurokumo-bushido.nl/
Description: Theme created for the new site of KBA
Version: 1.0
Author: Peter Gnodde
Author URI: http://gnodde.org/
*/

body {
	margin: 0px;
	background: #999999;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-size: 0.9em;
}

img {
	border: 0px;
}

a {
	color: black;
}

a:hover {
	color: #eeeeee;
}

blockquote {
	padding-left: 10px;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* The Wrapper */

.wrapper {
	width: 900px;
	margin: 0px auto;
}

/* The Header */

.header {
	margin-top: 10px;
	width: 100%;
	height: 135px;
}

/* The Search Form */

.search {
	float: right;
	width: 230px;
	height: 29px;
	margin-top: 6px;
	padding-right: 0px;
}

.search form {
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

.search input {
	border: none;
	padding: 0px;
	float: left;
}

.search input#s {
	width: 160px;
	height: 20px;
	font-size: 0.9em;
	border: 1px solid black;
	padding: 2px 1px 1px 2px;
}

.search input#submit {
	width: 52px;
	height: 25px;
	font-size: 0.9em;
	background-color: black;
	color: white;
	font-weight: bold;
}

/* The Menu */

.menu {
	width: 100%;
	text-align: center;
}

.menu ul {
	list-style: none;
	margin: 0px;
}

.menu li {
	margin-left: 20px;
	margin-right: 5px;
	display: inline;
	font-size: 1.5em;
}

.menu li.current_page_item a {
	color: #eeeeee;
}

.menu a {
	text-decoration: none;
}

/* The Content */

.content {
	padding: 10px 20px 10px 20px;
	border: 1px solid black;
	background-color: #cccccc;
}

/* The Posts */

.text {
	width: 70%;
	float: left;
	text-align: justify;
}

.nosidebartext {
	text-align: justify;
}

.text img, .nosidebartext img {
	border: 1px solid black;
	margin: 5px 5px 5px 5px;
}

.text pre, .nosidebartext pre {
	font-family: Courier New, fixed;
	font-size: 0.9em;
}

.post {
	padding: 0px 0px 0px 0px;
}

h1.title {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	color: black;
	font-weight: bold;
}

h1.title a {
	text-decoration: none;
}

.post .info {
	color: #888888;
}

.post .comment {
	padding: 3px;
}

.post .comment a {
	color: #888888;
	text-decoration: none;
}

/* The Sidebar */

.sidebar {
	width: 30%;
	float: right;
}

.sidebar ul {
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}

.sidebar h2 {
	font-size: 1.5em;
}

/* The Footer */

.footer {
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	background-color: #f5f8ae;
	color: black;
	font-family: Times New Roman, serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	margin-bottom: 10px;
	text-align: center;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	color: #ffcccc;
}

/* The Navigation */

.navigation {
	height: 25px;
	padding: 0 20px;
}

.navigation a {
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
}

/* The Attachment */

.contentCenter {
	text-align: center;
}

/* The Page Title */

h2.pagetitle {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 1.5em;
}

/* The Comments */

.comments {
	}
.comments form {
	}
.comments textarea {
	width: 90%;
	height: 156px;
	background: white;
	border: 1px solid #888888;
	color: black;
	padding: 10px;
	overflow: auto;
	font-family: Times New Roman, serif;
	font-size: 0.9em;
}

#commentform {
	padding-left: 23px;
}

#commentform input {
	background: white;
	border: 1px solid #888888;
	color: black;
	padding-left: 10px;
}

.comments input#submit {
	padding: 0;
	width: 72px;
	height: 29px;
}

.comments h2 {
	font-size: 1.5em;
	line-height: 30px;
	margin: 24px 0 0 23px;
	padding: 0;
	font-weight: normal;
}

.comments ol li p {
	padding: 0;
	margin: 10px 0;
}

