/*

//
// Copyright (C) Julian I. Kamil <julian.kamil@gmail.com>
// No warranty is provided.  Use at your own risk.
//
// Commercial support is available through ESV Media Group
// who can be reached at: http://www.ESV-i.com/.
//
// Name: simple.css
// Author: Julian I. Kamil <julian.kamil@gmail.com>
// Created: 2005-05-18
// Description:
//     This is a simple skin for PmWiki. Please see:
//         http://www.madhckr.com/project/PmWiki/SimpleSkin
//     for a live example and doumentation.
//
// $Id: simple.css,v 1.3 2005/09/14 15:14:27 julian Exp $
//
// History:
//     2005-05-18  jik  Created.
//     2005-08-16  jik  Simplified and cleaned up.
//

*/

body
{
    margin: 0px;
    padding: 0px; 
    background-color: #fff;
    color: #666;
    font: 10pt Verdana;
    line-height: 20px;
}

table
{
    border-collapse: collapse;
    margin: 12px;
}

table tr td
{
    border: 1px solid #ddd;
    padding: 4px 6px;
    vertical-align: top;
}

form
{
    margin: 0px;
    padding: 0px;
}

hr
{
    border: 0px;
    height: 1px;
    background-color: #ccc;
    color: #ccc;
}

p
{
    margin: 0px;
    padding: 0px;
}

ul
{
    margin: 0px 24px;
    padding: 0px;
    list-style: disc outside;
}

ul ul
{
    margin-top: 0px;
    padding-top: 0px;
    list-style: circle outside;
}

ul ul ul
{
    margin-top: 0px;
    padding-top: 0px;
    list-style: square outside;
}

a
{
    text-decoration: none;
    color: #068;
}

a:visited
{
    text-decoration: none;
    color: #068;
}

a:hover
{
    text-decoration: underline;
    color: #068;
}

a:active
{
    color: #068;
}

.vspace
{
    margin-top: 4px;
    margin-bottom: 4px;
}

p.vspace
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.content-mat
{
    padding: 14px 15px 10px 30px;
    margin: auto;
    background: none;
}

.clearer
{
    clear: both;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 0px;
    line-height: 1px;
    font-size: 0px;
}

.borderless-table tr td
{
    border: none
}

#header
{
    width: 770px;
    height: 60px;
    margin: 10px auto 0px auto;
    text-align: left;
}

#header #page-title
{
    color: #468;
    font: 18pt Arial;
    font-weight: bold;
    padding: 20px 8px 8px 30px;
}

#header #page-subtitle
{
    color: #68a;
    font: 12pt Arial;
    font-weight: bold;
    padding: 0px 8px 8px 30px;
}

#header a
{
    color: #8ac;
}

#main
{ 
    width: 770px;
    margin: 0px auto; 
    border-bottom: 1px solid transparent; 
}

#main h1
{
    font-size: 13pt;
    font-weight: bold;
    margin: 1em 0px;
    padding: 0px;
}

#main h2
{
    font-size: 12pt;
    margin: .5em 0px;
    padding: 0px;
}

#main h3
{
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
}

#main h4
{
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
}

#content
{
    float: left;
    width: 712px;
    text-align: left;
    border: 1px solid #00f;
}

#footer
{
    width: 770px;
    height: 40px;
    border: 1px none #ccc;
    margin: 0px auto;
    padding: 0px 0px 8px 0px;
}

#copyright
{
    margin: 0px 12px 0px 11px;
    padding: 2px 0px;
    border-top: 1px solid #ddd;
    font-size: 8pt;
}

#menubar
{
    margin: 0px 11px 0px 11px;
    padding: 3px 8px 3px 8px;
    background-color: #e8f0f0;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
}

#categorymenu .wikilink
{
    color: #aaa;
}

#categorymenu .wikilink:hover
{
    color: #888;
}

#categorymenu .selflink
{
    color: #666;
}

#categorymenu .selflink:hover
{
    color: #666;
}

#categorymenu ul
{
    padding: 0px;
    margin: 0px;
}

#categorymenu ul li
{
    padding: 0px 5px;
    display: inline;
    list-style: none;
}

#categorymenu li ul li
{
    display: block;
    clear: both;
    color: #aaa;
}

#actionmenu
{
    text-indent: 0px;
    text-align: left;
    padding: 0px 18px 0px 0px;
    float: right;
    font-size: 11px;
    font-weight: normal;
}

#actionmenu a
{
    padding: 0px 0px 0px 4px;
}

#text
{
    margin-top: 12px;
    margin-bottom: 12px;
    font-family: monospace;
}
