/* KJR STUFF */
.left_navigation{
width: 190px; /*width of menu*/
padding: 1;
color: black;
}

.seperator{

}

.applemenu{
margin: 5px 0;
padding: 0;
width: 240px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
/*background-color: black;*/
}

.applemenu div.silverheader a{
background: url(/sidemenu/silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
/*padding: 5px 0;
padding-left: 8px;*/
text-decoration: none;
border-width: 0px;
}

.applemenu div.silverheader {
/*color: black;*/
/*border: 1px solid #FFFFFF;*/
}

/*.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
background-image: url(/sidemenu/silvergradientover.gif);*/
/*color: black;*/
/*}*/


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(/sidemenu/silvergradientover.gif);
/*color: black;*/
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
/*background: #0F0F0F;*/
padding: 5px 5px 5px 5px;
height: 250px; *//*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

A.link{ /*DIV that contains each sub menu link*/
color: white;
text-decoration: none;
font-size:90%;
}

A.link:visited{ /*DIV that contains each sub menu link*/
color: white;
text-decoration: none;
font-size:90%;
}

A.link:hover{ /*DIV that contains each sub menu link*/
background-color: transparent;
color: white;
text-decoration: none;
font-size:90%;
}
div.links{ /*DIV that contains each sub menu link*/
padding: 5px 0;
padding-left: 38px;
/*text-decoration: none;*/
text-align:left;
}

div.links:hover{ /*DIV that contains each sub menu link*/
background-image: url(/sidemenu/silvergradient.gif);
padding: 5px 0;
padding-left: 38px;
/*text-decoration: none;*/
text-align:left;
}

/*
THEME NAME: Barthelme
THEME URI: http://www.plaintxt.org/themes/barthelme/
DESCRIPTION: A minimalist theme where white space and margins show culture and aestheticism. For WordPress 2.6.x.
VERSION: 4.6.1
AUTHOR: Scott Allan Wallick
AUTHOR URI: http://scottwallick.com/
TAGS: variable width, fixed width, two columns, widgets, theme options, options page, white, gray, typography, microformats, hatom, hcard
*/

body { 
  color: #222;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 3%;
  margin-bottom: 1%;
}

body, p, ol, ul, td {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

img { 
  border: 0px solid black;
  margin: 2px 2px 2px 2px;
}
/*
a { color: #000; }
a:visited { color: #000; }
a:hover { color: #fff; background-color:#000; }
*/
div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

hr {
  border: 0px;
  border-bottom: 1px solid black;
}

ul, dl {
  margin-left: 15px;
}



/* Header related */

img.logo { 
           width: 196px;
           height: 180px;
}
td.logo { 
          height: 180px;
}

img.kanji { 
            margin-top: 5px;
            margin-bottom: 10px;
}

td.title { 
           text-align: center;
           font-size: large;
           font-weight: bolder;
           
           
}

table.navigation { 
                   border-bottom: 1px black solid;
                   border-top: 1px black solid;
                   border-right: 1px black solid;
                   background-color: #000;
                   float: left;
                   width: 15%;
                   height: 100%;
                   margin: 0px 0px 0px 0px;
                   text-align: left;
                   padding-left: 5px;
                   vertical-align: top;
                   
}

td.navLinks {
              color: #eee;
              padding-left: 10px;
              text-align: left;
              vertical-align: top;
}
/*
a.navLinks { color: #eee; }
a.navLinks:visited { color: #eee; }
a.navLinks:hover { color: #000; background-color:#ccc; }
*/

h2.title { 
           margin: 0px 0px 0px 0px;
           padding: 0px 0px 0px 0px;
           line-height: 0px;
}

/* Footer related */
div.navfoot {
  clear: both;
}


/* Div containing both the nav header and footer as well as the content */
table.body {
             background-color: #fff;
             padding: 5px;
}

table.content { 
                border: 2px #000 solid;
                text-align: justify;
                vertical-align: top;
                margin: 0px 0px 0px 0px;
}

td.content { 
                text-align: justify;
                vertical-align: top;
}

/*Wordpress stuff*/
/*#pageNav*/
.current_page_item a {
	color: white;}
.page_item a {
	color: white;}
.page_item a:hover {
	color: white;}

div#container {
                   width: 100%;
                   height: 100%;
}
