/*
 * HTML
 */

*
{
  font-size: 13px;
  border: 0;
  margin: 0;
  padding: 0
}

BODY
{
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #9e9b9a;
  padding-bottom: 20px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto
}

A:link
{
  text-decoration: none;
  color: #fcb9b9;
  background-color: inherit
}

A:visited
{
  text-decoration: none;
  color: #fcb9b9;
  background-color: inherit
}

A:active
{
  text-decoration: none;
  color: #fcb9b9;
  background-color: inherit
}

A:hover
{
  text-decoration: none;
  color: #9e9b9a;
  background-color: inherit
}

P
{
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color: #9e9b9a;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: inherit
}

SPAN
{
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color: #fcb9b9;
  background-color: inherit
}

BLOCKQUOTE
{
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color: #9e9b9a;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-right: 10px;
  background-color: inherit;
  background: url(blockquote-bottom.gif) no-repeat bottom right
}

BLOCKQUOTE P
{
  padding-bottom: 14px;
  color: #9e9b9a;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color: inherit;
  background: url(blockquote-top.gif) no-repeat 5px 0;
  padding-left: 24px;
  padding-top: 20px
}

FORM
{
  padding-top: 30px
}

INPUT, SELECT
{
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color: inherit;
  color: #9e9b9a;
  border-right: 1px solid #fcb9b9;
  border-left: 1px solid #fcb9b9;
  border-top: 1px solid #fcb9b9;
  border-bottom: 1px solid #fcb9b9;
  overflow: auto
}

TEXTAREA
{
  display: block;
  width: 150px;
  float: left;
  margin-bottom: 10px;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color: inherit;
  color: #9e9b9a;
  border-right: 1px solid #fcb9b9;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff
}

INPUT, TEXTAREA
{
  color: #9e9b9a;
  background-color: inherit
}

LABEL
{
  text-align: right;
  width: 75px;
  padding-right: 20px;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #ffffff
}

BR
{
  clear: left
}

A IMG
{
  border: none
}

A IMG:hover
{
  border: 1px solid #9e9b9a
}

IMG.left,
IMG.center,
IMG.right
{
  padding: 4px;
  border: 1px solid #fcb9b9
}

IMG.left
{
  float: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px
}

IMG.center
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px
}

IMG.right
{
  float: right;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px
}

/*
 * clear
 */

.kayou-clear:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

HTML .kayou-clear
{
  height: 1%
}

.kayou-clear
{
  display: block
}

/*
 * broken wikiword links
 */

.twikiNewLink a:link sup,
.twikiNewLink a:visited sup
{
  vertical-align: baseline;
  color: red;
  background-color: #ffffff;
  text-decoration: none;
}

.twikiNewLink
{
  background-color: #ffffff;
}

.twikiNewLink font
{
  color: inherit;
  background-color: #ffffff;
}

/*
 * gallery
 */

.kayou-gallery
{
  cursor: default;
  list-style: none
}

.kayou-gallery A
{
  cursor: default;
  border-bottom: 0px solid #fcb9b9
}

.kayou-gallery A .kayou-preview
{
  display: none
}

.kayou-gallery A:hover .kayou-preview
{
  display: block;
  position: absolute;
  top: -33px;
  left: -100px;
  z-index: 101
}

.kayou-gallery IMG
{
  background: #fff;
  border-color: #fcb9b9;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  padding: 5px;
  vertical-align: top;
  width: 100px;
  height: 75px
}

.kayou-gallery li
{
  color: inherit;
  display: inline;
  float: left;
  margin: 3px;
  padding: 5px;
  position: relative
}

.kayou-gallery .kayou-preview
{
  border-color: #9e9b9a;
  width: 300px;
  height: 225px
}

/*
 * gallery :: IE fixes
 */

.kayou-gallery A
{
  position: relative
}

.kayou-gallery A:hover
{
  display: block;
  z-index: 101
}

.kayou-gallery A:hover .kayou-preview
{
  top: -38px;
  left: -107px;
  z-index: 102
}

.kayou-gallery LI
{
  position: static
}

/*
 * menu
 */

#kayou-menu
{
  position: relative;
  height: 100px;
  background-color: inherit;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color: #4e4e4e;
}

/*
 * page
 */

#kayou-page
{
  width: 700px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 55px;
  font-size: 13px;
  color: #9e9b9a
}

/*
 * header
 */

#kayou-header
{
  position: relative;
  left: -150px;
  height: 80px;
  padding-top: 57px;
  background: url(kayou.png) no-repeat
}

#kayou-header H1
{
  position: relative;
  left: 45px;
  font-size: 16px;
  padding-bottom: 15px;
  color: #fcb9b9;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color: inherit
}

/*
 * contents
 */

#kayou-left
{
  float: left;
  display: inline;
  position: relative;
  left: -130px;
  font-size: 11px;
  margin-top: 30px;
  width: 30%
}

#kayou-left A
{
  text-decoration: none;
  color: #fc98b9;
  background-color: inherit
}

#kayou-left A:hover
{
  text-decoration: none;
  color: #9e9b9a;
  background-color: inherit;
  border-bottom: 1px solid #fcb9b9
}

#kayou-left UL
{
  margin-bottom: 20px;
  margin-left: 20px;
}

#kayou-left LI
{
  list-style-image: url(bullet.gif);
  font-size: 11px
}

#kayou-left H1
{
  font-size: 14px;
  padding-bottom: 10px;
  color: #e1db3f;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color: inherit;
  font-weight: bold
}

#kayou-left P
{
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color: #9e9b9a;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: inherit;
}

#kayou-right
{
  float: right;
  display: inline;
  position: relative;
  left: -170px;
  width: 70%;
  z-index: 1;
}

#kayou-right H1,
#kayou-right H1 FONT
{
  padding-bottom: 15px;
  color: #6c8eff;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color: inherit;
  font-weight: normal;
  font-size: 26px
}

#kayou-right H2
{
  padding-bottom: 10px;
  color: #66c964;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color: inherit;
  font-weight: normal;
  font-size: 18px
}

#kayou-right H3
{
  padding-bottom: 5px;
  color: #d5ab7b;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color: inherit;
  font-weight: bold;
  font-size: 15px;
}

#kayou-right A
{
  text-decoration: none;
  color: #fc98b9;
  background-color: inherit
}

#kayou-right A:hover
{
  text-decoration: none;
  color: #9e9b9a;
  background-color: inherit;
  border-bottom: 1px solid #fcb9b9
}

#kayou-right P
{
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color: #9e9b9a;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: inherit
}

#kayou-right UL
{
  margin-left: 20px;
}

#kayou-right LI
{
  margin-left: 20px;
  list-style-image: url(bullet.gif)
}

/*
 * footer
 */

#kayou-footer
{
  height: 55px;
  clear: both;
  text-align: center;
  padding-top: 30px;
}

#kayou-footer A:hover
{
  text-decoration: none;
  color: #fcb9b9;
  background-color: inherit
}

#kayou-footer A
{
  color: #9e9b9a;
  background-color: inherit;
  font-size: 10px
}

/*
 * navigation
 */

#kayou-navigation
{
  margin: 0;
  padding: 0
}

#kayou-navigation UL
{
  background: url(navigation-bottom.gif) repeat-x bottom center;
  padding-left: 0;
  margin: 0;
  float: left;
  font-weight: bold;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

HTML #kayou-navigation UL
{
  margin-bottom: 1em
}

#kayou-navigation UL LI
{
  display: inline
}

#kayou-navigation UL LI A,
#kayou-navigation UL LI SPAN
{
  float: left;
  color: #9e9b9a;
  background-color: inherit;
  padding: 7px 13px 8px 6px;
  text-decoration: none;
  background: url(navigation-bottom-divider.gif) no-repeat bottom right
}

#kayou-navigation UL LI SPAN
{
  padding-left: 0
}

#kayou-navigation UL LI A#kayou-corner-left
{
  float: none;
  padding-left: 10px;
  padding-right: 0;
  background: url(navigation-bottom-left.gif) no-repeat bottom left
}

#kayou-navigation UL LI A:hover#kayou-corner-left
{
  padding-left: 10px;
  padding-right: 0;
  background: url(navigation-bottom-left.gif) no-repeat bottom left
}

#kayou-navigation UL LI A#kayou-corner-right
{
  padding-right: 10px;
  background: url(navigation-bottom-right.gif) no-repeat bottom right
}

#kayou-navigation UL LI A:hover
{
  text-decoration: none;
  color: #6c8eff;
  background-color: inherit
}

/*
 * table
 */

TABLE
{
  border-collapse: collapse;
  empty-cells: show;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  border-left: 1px solid #252525;
}

TH
{
  padding: 0.6 1.0em;
  color: #000000;
  background-color: #ffffff;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  border-left 1px solid #252525;
  vertical-align: middle;
}

TD
{
  color: #666666;
  background-color: #ffffff;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  border-left: 1px solid #252525;
  padding: 0.6em 1.0em;
  height: 1.4em;
  text-align: center;
}
