/*
*  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: #FFFFFF;
}

.pagetitle { font-weight:bold; }

#header, #header_logo, #SearchHead, #wikicmds {
	visibility: hidden;
}

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;
}

/* 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, #navi li, #navi li a, #navi li a.first, #navi li a:hover {
}

.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;
}

#wikihead { 
  position:absolute; top:0px; right:0px; 
  font-size:smaller; text-align:right;
}

#wikimenu {
	visibility: hidden;
}

#wikilogo { border-bottom:2px solid #cccccc; }

#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; 
}

#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 {
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	overflow: visible;
	height: 100%;
	width: 100%;
}

#wikititle { 
	padding-left:10px; 
	vertical-align:top; 
}

#wikitext { 
}
