/*
*  Greendots.css file version 1.0
*  Author: Chad Zimmerman
*  http://www.alteviltech.com/HomePage/
*  This is the CSS file for the greendots template.  This is the firsy full version I am comfortable with the results.  Feel free to tweek
*  the code.  Keep an eyes on the website for any updates I will do to this template and others.
*/

body {
	/* background-color: #A5AD98; */
	background-color: #AEB5A2;
}

#header {
	background: url(images/header_background.gif) repeat-x;
	border: 0px solid #4B5340;
	border-width: 0 0px 0px 0px;
	color: #fff;
	font-size: 18px;
	height: 98px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
}

#header_logo {
	position: absolute;
	z-index: auto;
	top: 10px;
	left: 15;
}

#SearchHead {
  	position:absolute; 
	top:2px; 
	right:10px; 
  	font-size:smaller; 
	text-align:right;
}

body, td, th, h3, h6 {
	color: #000000; /* color: #1E1F16; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h4, h5 {
  color: #000000;
}

a {
	color: #22241E;
}

div.pagegroup { 
	padding-left:1em; 
}

div.pagetitle { 
	padding-left:1em; 
}
/* Change an unordered list that is used as main navigation.
 * If you want to change the height make sure to adjust top/bottom-padding for
 * "#navi ul" AND "#navi li a"
 */
#navi {
	top: 98px;
	position: absolute;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navi ul {
    list-style: none;
    color: #000; /* needed for validation */
    background-color: #8E987E;
    margin: 0 ;
    padding: 0.2em 0;
}
#navi li {
    display:inline;
}
#navi li a {
    border-left: 1px solid #000;
    color: #000;
    background-color: #8E987E; /* needed for validation */
    text-decoration: none;
    padding: 0.2em 1em;
}
#navi li a.first {
    border-left: none;
}
#navi li a:hover {
    color: #fff;
    background-color: #4B5340;
}

.footer,
#footer {
	clear: both;
	text-align: right;
	color: inherit;
	background-color: #8E987E;
	border-top: 1px solid #2E4730;
	font-size: 85%;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
	bottom: 1px;
	position: relative;
	left: 0px;
	width: 100%;
/*	top: 206px; */
}
#footer p {
    margin: 0;
}

#wikimenu { 
  background-color: #A5AD98;
  position: absolute;
  top: 120px;
  width:180px; 
  padding-right:5px; padding-left:5px; padding-bottom:5px;
  border: 1px solid #2E4730;
  font-size: 9pt; 
}

#donate { 
  background-color: #A5AD98;
  text-align: center;
  padding:5px;
  border-top: 1px solid #2E4730;
  border-left: 1px solid #2E4730;
  border-right: 1px solid #2E4730;
  border-bottom: none;
  font-size: 9pt; 
}

#licence { 
  background-color: #A5AD98;
  text-align: center;
  padding:5px;
  border-top: 1px solid #2E4730;
  border-left: 1px solid #2E4730;
  border-right: 1px solid #2E4730;
  border-bottom: none;
  font-size: 9pt; 
}

#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody {
	padding:0.5em;
	top: 120px;
	position: absolute;
	left: 210px;
	width: 690px;
	background-color: #CED3C7;
}

#wikicmds {
	border: 1px solid #2E4730;
	text-align: right;
	color: inherit;
	background-color: #8E987E;	
	font-size: 7pt;
	padding-right:3px; padding-left:3px;
}

#wikititle { 
	padding-left:10px; 
	vertical-align:top; 
}

#wikitext { 
	padding-left:1em; 
	margin-top:0.5em; 
}
