/** Kumite Kid 3.0 Layout **/
/** Author: Edward Boot - http://sedativechunk.com **/


/** Default Settings **/
body {
  font-family: Verdana, Arial, Helvetica, 'Lucida Grande', sans-serif;
  color: #999;
  font-size: 11px;
  background: #2b2c2c;
  padding: 0;
  margin: 0;
}

/** Links **/
a img {
  border: 0;
}

a {
  color: #3ab042;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, 'Lucida Grande', sans-serif;
  font-size: 11px;
}

a:hover {
  color: #309237;
  text-decoration: underline;
}
/****/

h1,h2,h3,h4,h5,h6 {
  color: #80b984;
  letter-spacing: 0.1em;
  font-family: Verdana, Arial, Helvetica, 'Lucida Grande', sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 15px;
}

ul {
  background: #d5ebeb;
  border: 1px solid #afd7d3;
  padding: 8px;
  list-style-type: square;
  color: #2e6767;
  list-style-type: katakana-iroha;
  list-style-position: inside;
  font-size: 11.5px;
}

ul li {
  margin-left: 14px;
  padding: 4px;
}

ul a {
  text-decoration: underline;
  color: #052222;
}

ul a:hover {
  text-decoration: none;
  color: #083030;
  border-top: 1px dotted #052222;
}


p {
  padding: 2px;
}

hr {
  width: 98%;
  border: 0px;
  height: 1px;
  background: #cfcfcf;
}


table {
  border: 0;
  padding: 0;
}

td {
  vertical-align: top;
}


/** Layout Stuff **/
#header {
  background: url('graphics/banner_2.jpg');
  width: 100%;
  height: 145px;
  border: 0;
}


#footer {
  background: url('graphics/footer.jpg') repeat-x;
  width: 100%;
  height: 144px;
  text-align: center;
  clear: both;
  color: white;
  font-size: 10px;
}

#footer a {
  color: #739763;
  font-size: 11px;
  text-decoration: underline;
}

#footer a:hover {
  color: #739763;
  text-decoration: none;
  border-top: 1px dotted #739763;
}


#nav {
  background: url('graphics/nav.jpg') no-repeat;
  width: 614px;
  height: 34px;
  color: white;
  margin-left: 20px;
}

#nav_fix {
  position: absolute;
  margin-top: 9px;
  margin-left: 50px;
}


/* Nav LINKS */
#nav a {
  color: white;
  font-size: 12px;
  text-decoration: none;
}

#nav a:hover {
  color: white;
  text-decoration: underline;
}
/****/


#container {
  margin-left: auto;
  margin-right: auto;
  min-width: 95%;
}

#left {
  float: left;
  width: 400px;
}

#right {
  float: right;
  width: 240px;
}

#center {
  margin: 0 400px 0 240px;
  padding: 1px 10px 20px 10px;
}


.content {
  border: 16px solid #3e3f3f;
  background: white;
  padding:8px;
  min-height: 100px;
  text-align: left;
}

.img {
  border: 10px solid #3e3f3f;
}

.block {
  padding: 5px;
}

#search_links {
  margin-left: 70px;
}


td#cell_1 {
  text-align: left;
}

td#cell_2 {
  width: 210px;
  text-align: center;
}

td#cell_3 {
  width: 164px;
  text-align: right;
}

#kanji {
  width: 164px;
  height: 424px;
  background: url('graphics/kanji.gif') no-repeat;
}

.date {
  font-size: 11px;
  font-style: italic;
}

table.news {
  padding: 4px;
}

#dropmenudiv{
  position:absolute;
  border:1px solid #a67153;
  border-bottom: 0;
  line-height: 18px;
  z-index: 100;
  background: #784b32;
}

#dropmenudiv a{
  color: white;
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #a67153;
  padding: 1px 0;
  text-decoration: none;
  background: #784b32;
  font-size: 12px;
}

#dropmenudiv a:hover{ /*hover background color*/
  color: white;
  text-decoration: underline;
background: #855337;
}

ul.foot_links {
  font-size: 10.5px;
  background: transparent;
  border: 0;
  padding-left: 0;
  padding: 0;
  display: inline;
}

ul.foot_links li {
  display: inline;
  border-right: 1px solid white;
  padding: 0;
  padding-left: 0px;
  padding-right: 8px;
}



.center {

  text-align: center;

}



.left {

  text-align: left;

}



.right {

  text-align: right;

}



.underline {

  text-decoration: underline;

}



.strikethrough {

  text-decoration: line-through;

}



.bold {

  font-weight: bold;

}



.italic {

  font-style: italic;

}



.highlighted {

  color: white;

  background: #799097;

}


