/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
background-color: #3c3c3c;
font: 9pt/19px Verdana, sans-serif;
color:#000000;  
padding:0px;
margin-top:5px;


}

.wrapper{
background-color: #3c3c3c;
background: url(http://www.kokoro-dojo.com/images/kokoro_mainback.gif);
width: 1174px;
min-height:400px;

margin: 0px auto 5px auto;

}




.boxwrap {
margin:0;
padding:0;
width: 800px;
clear:both;

}

.boxrow1{
float: left;
width: 251px; 
margin: 0 3px 0 0; 
padding: 0;

}

.boxrow2{
float: left;
width: 530px; 
margin: 0 3px 0 0; 
padding: 0;

}



.header_top{
  float:left;
  width:100%;
  background: url(http://www.kokoro-dojo.com/images/kokoro_header_top.jpg);
  background-repeat: no-repeat;
  height: 134px;
}


.header_nav{
  float:left;
  width:100%;
  background: url(http://www.kokoro-dojo.com/images/kokoro_header_nav.jpg);
  background-repeat: no-repeat;
  height: 28px;
}

.header_bottom{
  float:left;
  width:100%;
  background: url(http://www.kokoro-dojo.com/images/kokoro_header_bottom.jpg);
  background-repeat: no-repeat;
  height: 231px;
}

.footer_top{
  float:left;
  width:100%;
  background: url(http://www.kokoro-dojo.com/images/kokoro_footer_top.jpg);
  background-repeat: no-repeat;
  height: 45px;
}


.footer_nav{
  float:left;
  width:100%;
  background: url(http://www.kokoro-dojo.com/images/kokoro_footer_nav.jpg);
  background-repeat: no-repeat;
  height: 28px;
}

.footer_bottom{
  float:left;
  width:100%;
  background: url(http://www.kokoro-dojo.com/images/kokoro_footer_bottom.jpg);
  background-repeat: no-repeat;
  height: 32px;
}


.content {
margin-left: 55px;
width:1050px;
text-align: justify;
}

.row1 {
float:left;
margin-top: 5px;
margin-left: 5px;
width:450px;
text-align: justify;
}

.row2 {
margin-top: 18px;
margin-left: 550px;
width:450px;
text-align: justify;
}

.newsbox {
width:1050px;
text-align: justify;
background-color: #d2d2d3;
}

.newsbox_inside {
padding: 10px;
}

#footer{
margin-top: -20px;
background: url(http://www.kokoro-dojo.com/images/kokoro_mainback.gif);
width:1174px;
clear:both;
}

#navcontainer
{
position:absolute;
top: 130px;
}

#navcontainer_footer
{
position:relative;
bottom: 8px;
}

#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a
{
padding: 1px 8px 1px 24px;
font-size: 18px;}

#navlist a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;

}

#navlist a:hover
{
background-image: url(http://www.kokoro-dojo.com/images/kokoro_nav_over.gif);
color: #000000;
}

#blank a:link, #blank a:visited, #blank a:hover
{
background-image: url();
}


a { 
color: #97231c;
font-size: 12px;
background-color:transparent;
text-decoration: none; 

}

h1 {
	
font-weight:bold;
font-style:italic;
font-size:12px;
color:#5d3301;
text-transform: uppercase;
border-bottom:1px solid #5d3301;
text-align:left;
letter-spacing:1px;
padding-top: 100px;
 }



.main {
background-color: #ffffff;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


.box	{ 

                background: #eeeeee;
                border:1px solid #000000;
		padding:3px;

		}




.title	        {

                color: #000000; 
                width:472px;
                font-variant: small-caps; 
                font-weight: bold; 
                font-size: 18px; 
                line-height: 13px; 
                font-family: georgia, palatino; 
                margin-top: 2px; 
                padding-top:12px; 
                padding-bottom:0px; 
                margin-bottom:0px; 
                border-bottom: 1pt solid #1D3D44; 

                }

.storycontent   { 
                color: #000000; 
                width:450px;
                background-color: #dfdedc; 
                font-weight: normal; 
                font-size: 11px; 
                line-height: 14px; 
                padding: 10px; 
                border-right: 1px solid #000000; 
                border-bottom: 1px solid #000000; 
                border-left: 1px solid #000000; 
                margin-bottom: 25px;
                }




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



