/*
 * 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: white;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#ad {
display: none;
    color: red;
    border: solid 1px;
    width: 728px;
    height: 90px;
    width: 688px;
    height: 50px;
    text-align: center;
    margin: 10px;
    padding: 20px;
}
#wrapper {
	width: 750px;
	margin:0 auto;
	background-color: #fff;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.pagetitle { font-size:150%; font-weight:bold; }

#wikilogo {  }

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

#mainmenu {float: right;margin-top:20px;}
#mainmenu li {display: inline;margin-left: 1em;font-size:20px;}
#mainmenu .vspace {display: none;}

#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:smaller; 
  border-right:1px 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; }

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

#wikitext table {border-collapse: collapse;border: 1px solid #ccc;}
#wikitext table td, #wikitext table th{border: 1px solid #ccc;}
#wikitext p {color: #333;}

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

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

a {
	color: #4682B4;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

h1 {
	font-size: 14pt;
}

div.footnav {
text-align: center;width: 100%;
}
#amazon {
	width: 728px;
	margin: 10px auto;
}

hr {
background-color: #ccc;
color:#cccccc;
border: none;
height: 1px;
width: 80%;
margin: 10px auto;
}