/*
 * 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: verdana, tahoma, serif; 
	font-size: smaller;
	background: #9D9F8B url("bg.jpg") repeat-x fixed top;
}
#wrapper {
	width: 750px;
	margin:0 auto;
	background-color: #fff;
	padding: 0px;
	border-left: 1px solid #640e79;
	border-right: 1px solid #640e79;
	border-bottom: 4px solid #640e79;
	border-top: 1px solid #3f084c;
}

.pagegroup { 
	font-family:Helvetica,sans-serif;
}

.pagetitle { 
	font-size:125%;
	font-family:Helvetica,sans-serif;
       	font-weight:bold; 
}

#headlefttop {
  height: 120px;	
  background: #fff url("gradient.png") no-repeat top;
}

#headrighttop {
  height: 120px;	
  top:0px; right:10px; 
  font-size:smaller; text-align:right;
  background: #fff url("gradient.png") no-repeat top;
}
#headright input { font-size:smaller; }
#headright form { margin:0px; }

#headleftbottom {
  height: 30px;
  background: #fff;
}

#headrightbottom {
  height: 30px;	
  top:0px; right:10px; 
  font-size:smaller; text-align:right;
  background: #fff;
}


#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:smaller; 
  /*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 { padding-bottom:1em; padding-top:0.5em; padding-right:0.5em;}

#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 #640e79; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

a {
	color: #9D9F8B;
}
a:hover {
	background-color: #fff;
	color: #640e79;
}

h1 {
	font-size: 14pt;
	color: #640e79
}

img.thumbs { border:1px solid #dddddd; margin:2px; padding:4px; vertical-align: middle; }
img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover { border:1px solid  #640e79; }
table.thumbtable img.thumbs { border: 0; padding:0; }
table.thumbtable td.thumbtd {  margin:4px; padding:2px;}
table.thumbtable td.thumbtd:hover { border-color:red; }
table.thumbtable { border:1px solid #cccccc; }
table.thumbtable td.thumbtd div.img { border: 1px solid #dddddd; text-align: center;}
table.thumbtable td.thumbtd div.caption { font-size:.8em; overflow:hidden; padding:0px; line-height:1.1em;}

