/*
 * 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: 10px;

font-family:Luxi sans,geneva,tahoma;
font-size: small;
background: #fff url("bg2.png") repeat-y left;
#background-color:#FAF8CC;
}
#wrapper 
{
width: 750px;
margin:0 auto;
#background-color:grey;
padding: 10px;
#border-left: 1px solid #000000;
#border-right: 1px solid #cccccc;
border-bottom: 4px solid #000;
border-top: 4px solid #000;
}

.pagetitle 
{ 
font-size:100%; 
font-weight:bold; 
}

#wikilogo 
{  
}

#wikihead 
{ 
top:0px; 
right:10px; 
font-size:smaller; 
text-align:right;
padding-bottom:15px;

}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
#background: #000 url("bg.jpg") repeat-x fixed top;
#background-color: grey;
width:150px; 
padding-top:0.5em; 
padding-right:10px; 
font-size:small; 
font-weight:bold;
#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 { 
border:1px;
color:#cccccc; 
}

hr {
color:#cccccc; 
border:0px;

border-top: solid 1px;
border-bottom: transparent;

}


#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 { 
text-align:justify;
padding-left:10px; 
margin-top:0.5em; }

#wikicmds { font-size:smaller; width: 100px; text-align:right; vertical-align:top; }


#wikifoot 
{ 
clear:both; 
border-top:1px solid #cccccc; 
font-size:smaller; 
text-align:right;
}

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

#wikitext a 
{

text-decoration:none;
color:orange; 
}

#wikitext a:hover
{
text-decoration:none;
color:orange; 
text-decoration:underline;
}

a 
{
text-decoration:none;
color:grey; 
}
a:hover 
{

color:#ff9933; 
text-decoration:underline;
}


h1
{
font-size:1.3em;
font-family:trebuchet,tahoma,verdana,sans-serif;
letter-spacing:0.2em;
font-weight:normal;
color: #000;
margin-left:15px;
margin-bottom:10px;
}

h2
{
letter-spacing:0.2em;
font-size: 1.1em;
font-family:trebuchet,tahoma,verdana,sans-serif;
font-weight:normal;
color:#000;
margin-left:15px;
margin-bottom:10px;
}

h3
{
letter-spacing:0.2em;
font-size: 1.0em;
font-family:trebuchet,tahoma,verdana,sans-serif;
font-weight:normal;
color:#000;
margin-left:15px;
margin-bottom:10px;
}