/*  MoinMoin Default Styles

    Copyright (c) 2001, 2002, 2003 by Jürgen Hermann

    $Id$
*/

/* user interface styles */
@import url("_base.css");
@import url("_moinui");
@import url("_extra.css");
@import url("_calendar.css");

/* content styles */
body {
    background-color: #FFFFFF;
    color: #000000;
}
h1,h2,h3,h4,h5 {
    font-family: sans-serif;
    background-color: #EECC99;
    margin-top:2pt;
    margin-bottom:8pt;
    border-style:none;
    border-width:thin;
}
h1 {
    font-size: 150%;
    padding-left: 0.4%;
    width: 99.6%;
}
h2 {
    font-size: 130%;
    padding-left: 0.8%;
    width: 99.2%;
}
h3 {
    font-size: 115%;
    padding-left: 1.2%;
    width: 98.8%;
}
h4 {
    font-size: 105%;
    padding-left: 1.6%;
    width: 98.4%;
}
h5 {
    font-size: 95%;
    padding-left: 2%;
    width: 98.0%;
}
a:link {
    color: #993306;
}
a:visited {
    color: #BB7733;
}
a.nonexistent {
    font-weight: bold;
    background-color: #F8F8F8;
    color: #FF2222;
}
a.nonexistent:visited {
    background-color: #F8F8F8;
    color: #FF2222;
}
a.external {
    color: #AA6600;
}
dl,ul,ol,li {
    margin-top: 1pt;
}
li.gap {
    margin-top: 8pt;
}
tt,pre {
    font-family: Lucida Console,Courier New,Courier,monospace;
    font-size: small;
}

.code {
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #FFFFEE;
    white-space: pre;
    border-style: solid;
    border-width: 1pt;
    border-color: #999999;
    color:#111111;
    padding-left: 0.4%;
    padding-top: 2pt;
    padding-bottom: 2pt;
    width: 99.6%;
}

table.navigation {
    font-family: sans-serif;
    background-color: #E8E8E8;
    border: 1px #C8C8C8 solid;
    border-spacing: 3px;
    padding: 4pt;
    text-align: center;
    margin-top: 2pt;
    margin-bottom: 8pt;
    border-style: none;
    border-width: thin;
    width: 100%;
}

textarea.wiki { width:100%; }

.wikiTitle {
    font-family: Goergia,Tahoma,Verdana,Lucida;
    font-size: 28px;
}

tt.foot {
  font-family:Tahoma,lucida,fixed;
  font-size:11px;
  vertical-align: super;
}

tt.sister {
  font-family:Tahoma,lucida,fixed;
  font-size:11px;
  vertical-align: super;
  text-decoration: none;
}

div.indent {
  padding-left:2em;
}

/* MoniWiki */

#wikiTrailer,#wikiOrigin {
  padding-left: 20px;
  padding-bottom: 5px;
}

#wikiPreview {
  border: 2px solid #a0a0a0;
  margin: 5px 5px 5px 5px;
  padding: 5px 1em 5px 1em;
}

/* Blog CSS */
a.purple { font-size: 10px; text-decoration:none;}
div.blog { width:90%; padding: 0em 1em 0em 1em; }
div.blog-user { font-size:10px; }
div.blog-title { font-size:16px; font-weight:bold; }
div.blog-comments { padding-left:2em; }
div.blog-date { font-size:18px; font-weight:bold; padding-bottom:5px;}
span.blog-user { font-size:10px; }
div.blog-action { font-size:10px;}
li.blog-list { list-style-type: none;}

/* HierarchicalWiki */
div.wikiGroup {
  font-family:Tahoma,Lucida,sans-serif;
  font-size:10px;
}

/* enscript syntax */
div.wikiPre i,div.wikiPre b{
  font-weight: normal;
  font-style: normal;
}

img.imgLeft {
  margin-right : 15px;
  margin-bottom : 5px;
}

img.imgRight {
  margin-left : 10px;
  margin-bottom : 5px;
}

span.externalLink {
  display: none;
}

span.lineNumber {
  color:#ffff00;
}
