/*
 * This file started out as the pmwiki default skin and was modified by 
 * Theron Parlin
 * tparlin [at] gmail [dot] com
 * http://www.squible.com
 * http://wiki.squible.com
 * http://www.thoughtmechanics.com
 */
body { 
	margin-top: 0px;
	font-family: "Lucida Sans", verdana, tahoma, serif; 
	font-size: 13px;
	background: #000 url("bg.jpg") repeat-x fixed top;
}
#header {
	width: 980px;
	height: 150px;
	margin:0 auto;
	background-image: url("banner.jpg") 
}
#wrapper {
	width: 980px;
	margin:0 auto;
	background-color: #fff;
}
.pagetitle { 
	font-size:18px; 
	font-weight:bold; 
}

#wikilogo {  }

#wikihead { 
  top:0px; right:10px; 
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#searchbar {
	margin: 10px 0 0 0;
}
#wikileft { 
  width:200px; 
  font-size:12px; 
  border-right:2px solid #cccccc;
}
#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:small; text-align:left;
  padding: 2px;
  padding-bottom: 4px;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { 

}

#wikititle { padding-left:10px; vertical-align:top; }
#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { font-size:smaller; width: 100px; text-align:right; vertical-align:top; }
#wikicmds a { /*display:block;*/ }

#wikifoot { 
	clear:both; 
	border-top:2px solid #cccccc; 
	font-size:smaller; 
	padding: 10px;
}

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { 
	width:98%; 
	font-family: "Lucida Sans", verdana, tahoma, serif; 
}

a {
	color: #9D9F8B;
}
a:hover {
	background-color: #7083C2;
	color: #FFF;
}

h1, h2, h3, h4 {
	font-family: Arial, helvetica;
	color: #9D9F8B;
}
h1 {
	font-size: 17px;
	color: #9D9F8B;
}
h2 {
	font-size: 15px;
	color: #cd2d6a;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
