/***********************************************************************
** Based on pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* Overall frame */
body {
margin: 0px;
color: black;
background-color: white;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10.5pt;
background: url(kunbackground.png) no-repeat 50% 50%;

}

/* Fixed-width text */
textarea, pre, code {
font-size: 0.9em;
}

pre, code {
font-family: 'Lucida Console','Andale Mono','Courier New',Courier;
}

pre {
line-height: 125%;
}
pre code, code code, pre pre {
font-size: 100%;
}

/* Links */
a {
color: #0033cc;
}
a:visited {
color: #663399;
}

/* Headings */
h1, h2 {
margin-top: 0.67em;
margin-bottom: 0.33em;
}
h3, h4, h5, h6 {
margin-top: 1em;
margin-bottom: 0.5em;
}
h1 code, h2 code, h3 code, h4 code {
font-size: 1em;
}
h1 {
font-size: 1.62em;
font-weight: 500;
}
h2 {
font-size: 1.44em;
font-weight: 500;
}
h2 a {
font-weight: normal;
}
h3 {
font-size: 1.17em;
}
h4 {
font-size: 1.07em;
}
h5 {
font-size: 1.0em;
}
h6 {
font-size: 1.0em;
font-weight: normal;
}

/* Page Header */
#wikihead {
border-bottom: 1px solid #cccccc;
width: 770px;
padding: 0 0 4px 0;
}
#wikihead td {
font-family: Arial,Helvetica,sans-serif;
white-space: nowrap;
}
#homelink {
padding: 5px 4px 1px 0px;
font-size: 16pt;
width: 155px;
}
#homelink a {
text-decoration: none;
color: black;
}
#homelink a:hover {
text-decoration: underline;
color: blue;
}
#location {
padding: 4px 2px 2px 11px;
font-size: 11pt;
vertical-align: bottom;
}
.pagegroup a {
text-decoration: none;
color: black;
}
.pagegroup a:hover {
text-decoration: underline;
color: blue;
font-size: 100%;
}
h1.pagetitle {
display: inline;
}
.pagetitle {
margin: 0px;
font-size: 14pt;
font-weight: normal;
}
#wikicmds {
text-align: right;
white-space: nowrap;
padding: 4px 7px 2px 2px;
font-family: Verdana,sans-serif;
font-size: 9pt;
vertical-align: bottom;
}
#wikicmds ul {
list-style: none;
margin: 0px;
}
#wikicmds li {
display: inline;
margin: 0px 3px 0px 3px;
padding: 1px 2px 1px 3px;
border: 0px;
}
#wikicmds li a {
text-decoration: none;
color: black;
border: none;
}
#wikicmds li a.createlink {
display: none;
}
#wikicmds li a:hover {
text-decoration: underline;
color: blue;
}

/* Main Content Table */
#wikimid {
width: 770px;
}

/* SideBar */
#wikileft {
width: 155px;
padding: 7px;
border-right: 1px #cccccc solid;
line-height: 1.33em;
font-size: 9.4pt;
font-family: Verdana,sans-serif;
}

#wikileft .inputbox {
font-size: 9pt;
margin: 0px 2px 0px 3px;
width: 115px;
color: black;
background-color: #f7f7f7;
}
#wikileft .inputbutton {
font-size: 9pt;
font-weight: normal;
padding: 0px;
}
#wikileft form {
margin: 0px;
padding: 2px;
white-space: nowrap;
}
#wikileft a {
text-decoration: none;
color: black;
}
#wikileft a:hover {
text-decoration: underline;
color: #d71a1d;
}
#wikileft ul {
list-style: url(arrow.png);
list-style-position: inside;
padding: 0px;
margin: 0px;
}
#wikileft li {
margin: 0px;
padding-left: 6px;
white-space: normal;wrap;
}
#wikileft h1, #wikileft h5, .sidehead {
margin: 0px;
padding: 4px 2px 2px 2px;
font-size: 10.5pt;
font-weight: bold;
font-style: normal;
}
#wikileft h1 a, #wikileft h5 a, .sidehead a {
color: #505050;
font-weight: bold;
font-style: normal;
}

/* Main Content Area */
#wikibody {
/*background: url(jka-kanji2.png) no-repeat 100% 50%;*/
padding: 8px 10px 10px 10px;
background-color: none;
font-size: 8.5pt;
text-align: justify;
height: 700px;
}
#wikibody a {
font-weight: normal;
text-decoration: none;
}
#wikibody a:hover {
text-decoration: underline;
}
.wikiaction {
margin-top: 0px;
margin-bottom: 2px;
}
#wikitext {
width: 577px;
}
#wikitext table {
font-size: 100%;

}
/* For MSIE 5.5 */

/* Edit Form */
#wikiedit form {
margin: 0px;
width: 100%;
}
#wikiedit textarea {
width: 100%;
}
.wikimessage {
margin-top: 3px;
margin-bottom: 3px;
font-style: italic;
color: black;
background-color: #ffffcc;
padding: 2px;
}
.ebutton input {
font-size: 10pt;
font-weight: normal;
margin-bottom: 2px;
}
.eguibuttons {
vertical-align: middle;
}
.eformtext input {
margin: 1px;
}

.searchbox {
margin-right: 2px;
}

/* The Bottom Line */
#wikifoot {
border-top: 1px #cccccc solid;
width: 770px;
font-family: Verdana,sans-serif;
font-size: 9pt;
color: #999999;
}
#wikifoot td {
padding: 3px;
}
.footnav {
text-align: right;
}
.footnav a, .footnav a:visited {
text-decoration: none;
color: black;
border: none;
}
.footnav a:hover {
text-decoration: underline;
color: blue;
}

/* Don't print Sidebar and action links. */
@media print {
 body {
width: auto;
margin: 0px;
padding: 0.5em;
}
 #wikileft, #wikicmds, .footnav {
display: none;
}
 #wikifoot {
padding: 2px;
}

#Image definition lists

dl { font-weight: bold; float: left; width: 10em; background-color: #ccc; }
dd { margin: 0; }




