/*
  green.css is a so called clean room theme, it's not based on any
  TigerWiki theme, neither have any of them been used as a reference.
  
  Copyright 2009 Patrik Lembke <blambi@chebab.com>
  
  And its licenced under GNU GPL v3 or _later_
*/

body
{
    background: #132116;
    color: #000000;

    font-family: "Bitstream Vera Sans", sans-serif;
    font-size: 12px;
}

a:link
{
    color: #000000;
    text-decoration: underline;
}

a:hover
{
   color: #1B449C;
}

a:visited
{
    color: #0E2350;
}

a.pending
{
    color: #E7912F;
}

a.url:before {
    content: url(/kakwiki/images/icons/ico-external.png);
}

.tag
{
    border: 0px;
}

#mainTable
{
    border: 1px solid black;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

#mainContent
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background: #B2C6B0;
    padding: 10px;
    font-size: 11px;
}

.inputbox
{
    background: #78A174;
    color: black;
    border: 1px solid black;
}

.inputbox2
{
    background: #21502C;
    color: #BEBCAC;
    border: 1px solid black;
}

#head
{ 
    background: #21502C;
    color: #C0C0C0;
    border-bottom: 1px solid black;
    padding: 10px;
}

#headerLinks
{
    background: #78A174;
}


#lastEdit
{ 
   font-size: 10px;
   text-indent:15px;
}

#leftHead
{ 
  width: 45%;
}

#rightHead
{ 
  font-size: 10px;
  width: 45%;
  text-align: right;
  float: right;
}

.pageLinks
{
    font-size: 10px;
}

.pageLinks a
{
    font-weight: bold;
    text-decoration: none;
}

.pageLinksRight
{
    text-align: right;
    font-size: 10px;
    float: right;
}

.pageLinksRight a
{ 
    font-weight: bold;
}

#footerLinks
{
    background: #78A174;
}

.error
{
    color: red;
    font-size: 15px;
    font-weight: bold;
}

pre
{
    border: 1px dashed #CCCCCC;
    background: #97A896;
    padding: 2px;
    overflow:auto;
}

h1
{ 
    margin: 5px;
}

p
{ 
   font-size: 10px;
   text-indent:15px;
}

