
/***********************************************************************
** tibob.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  Modified by tibob 13.11.2005.
**  This file is not 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.
***********************************************************************/





.nav ul {
    list-style:none;
    margin: 2px 0px 0px 0px ;
    padding: 0px 5px 0px 0px;
    text-align: right;
    white-space: nowrap;
  }


.nav li {
    display: inline;
    /*border-right: 1px solid #AAAAAA;
    */padding: 0 5px;
    margin: 0;
  }


.nav a, #wikititle a {
    text-decoration: none;
    color: black;
  }


.nav a:hover, #wikititle a:hover {
    text-decoration: underline;
    color: blue;
  }


body {
    font-family: sans-serif;
    background-color: #f7f7f7;
    margin:10px;
    font-size:14px;
  }


h1, h2, h3, h4, h5 {
    line-height:1em;
  }


h1 {
    font-size:180%;
  }


h2 {
    font-size:140%;
  }


h3 {
    font-size:120%;
  }


h4 {
    font-size:100%;
  }


h5 {
    font-size:100%;
    font-weight:normal;
    font-style:italic;
  }


#wikilogo {
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px #cccccc solid;
    color: white;
    background-color: #8A0C0C;
    font-family:Verdana,sans-serif;
    font-size:200%;
  }


#wikihead {
    position:absolute;
    right:10px;
    top:10px;
    font-family:Verdana,sans-serif;
    font-size:85%;
    color: white;
    background-color: #8A0C0C;
  }


#wikihead a, #wikilogo a, #wikifoot a {
    text-decoration: none;
    color: white;
  }


#wikihead a:hover, #wikilogo a:hover, #wikifoot a:hover {
    text-decoration: underline;
    color: aqua;
  }


#wikicmds {
    float:right;
    font-family:Verdana,sans-serif;
    font-size:80%;
  }


#wikibody {
    padding: 0px 10px 10px 10px;
    Margin: 10px 0px 10px 0px;
    background-color: #FFFFF0;
    border: 1px solid #cccccc;
  }


#wikitext {
    margin-top:1em;
    line-height:1.33em;
  }


.pagegroup {
    margin-top:10px;
    font-size:85%;
    display:inline;
  }


#wikititle {
    margin-top: 2px;
    font-size: 180%;
    display: inline;
  }


#wikifoot {
    border-top:1px #cccccc solid;
    font-size:80%;
    font-family:Verdana,sans-serif;
    color: #ffffff;
    background-color: #8A0C0C;
    margin-left: 0px;
  }


#wikifoot ul.left {
    float : left;
    margin: 0px;
    padding: 0px;
  }


#wikifoot ul.right {
    float : right;
    margin: 0px 5px 0px 0px;
padding: 0px;

  }


#lastmod {
    font-size: 80%;
    padding-left: 10px;
    padding-bottom: 2px;
    color: #ffffff;
    background-color: #8A0C0C;
    clear: left;
  }


#wikiedit form {
    margin:0px;
  }


#wikiedit textarea {
    width:98%;
  }


