/*

//
// 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: #000;
    font: 10pt Verdana;
    line-height: 20px;
}

table { border-collapse: collapse; margin: 12px auto; border:0px; vertical-align:top; }
table tr td { border: 0px solid #aaa; padding: 8px 8px; 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 0px 5px 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:underline; color: #080; }
a:visited { text-decoration:underline; color: #080; }
a:hover { text-decoration:none; background-color: #080; color:white; }
a:active { color: #080; }

.vspace { margin: 4px; }
p.vspace { padding: 3px; }
.content-mat { padding: 14px 15px 0px 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: 90px; margin: 10px auto 0px auto; text-align: left; }
#header #page-title { color: #eee; font: 17pt Arial; font-weight: bold; padding: 22px 28px 8px 10px; text-align:center; vertical-align:middle; }
#header #page-subtitle { color: #aaa; font: 12pt Arial; font-weight: bold; padding: 0px 8px 8px 30px; }
#header a { color: #ddd; }

#main { 
    width: 770px; margin: 0px auto; 
    background: url(image/Box-Middle.jpg) repeat-y top center; 
    border-bottom: 1px solid transparent;
}

#main h1 { font-size: 12pt; margin: 0px; padding: 0px; }
#main h2 { font-size: 11pt; margin: 0px; padding: 0px; }
#main h3 { font-size: 10pt; margin: 0px; padding: 0px; }
#main h4 { font-size:  9pt; margin: 0px; padding: 0px; }

#content { float: left; width: 712px; padding:0px; text-align: left; border: 1px solid #00f; }

#footer {
    background: url(image/Box-Bottom.jpg) no-repeat top center; 
    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 18px 3px 18px;
    border-bottom: 1px solid #a8a8a8;
    background-color: #e8e8e8;
    text-align: center;
    font-size: 16px; font-weight: bold;
}

#menubar ul { margin: 0px; padding: 0px; }
#menubar ul li { list-style: none; display: inline; text-indent: 0px; text-align: left; }
#menubar a { color: /*#282;*/ /*#00f;*/ #060; text-decoration:none; padding: 1px 18px 1px 18px; }
#menubar a:hover { color: #e8e8e8; background-color: #060; text-decoration:none; }

#text { margin-top: 12px; margin-bottom: 12px; font-family: monospace; }

p.home_img_title { padding: 0px 0px 5px 0px; }

p.home_img_source { padding: 5px 0px 0px 0px; font-size: 10px; }

div.home_embed { padding: 10px; border: 1px solid #e8e8e8; }

tr.home { padding: 8px; } 

td.home { border:0;vertical-align:middle;text-align:center;padding:10; }

td.res{ width:300px;height:185px;vertical-align:top;text-align:center;align:center;padding-top:13px; }

a.nohover:hover{ text-decoration:none;background-color:white; }

#wikitext table.contact { border-collapse: collapse; margin: 12px auto; padding: 2px; border:0px; }

#wikitext tr.contact td.contact { border: 1px dotted #aaa; padding: 2px 10px 2px 2px; vertical-align: top; }
