/* parchment/parchment.css - See PHP for credits and license */
body {
  background: /*#b88e61*/ url(parchment0.png) repeat top left fixed;
  font: 72.5%/1.6 Georgia, 'Times New Roman', Times, serif;
  padding-top: 1000px;
}
#container {
  background: /*#ddc18c*/ url(parchment1.png) top left;
  position: absolute;
  top: 0px;
  height: 1023px;
  left: 50%;
  width: 798px;
  margin-left: -399px;
}

#wikiactions {
  background-color: none;
  position: absolute;
  top: 2px;
  left: 50%;
  width: 700px;
  margin-left: -350px;
  overflow: hidden;

  font: 100% Arial, Helvetica, sans-serif;
  text-align: right;
  white-space: nowrap;
}
#wikiactions ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#wikiactions li {
  display: inline;
  margin: 0px 5px;
  color: #acacac;
}
#wikiactions li a {
  text-decoration: none;
  text-transform: lowercase;/**/
  color: #acacac;
  border: none;

  /* color: black; /**/
  /* display: inline-block; /* for all IE */
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* for IE8 (first) */
  /* filter: alpha(opacity=0); /* for IE5-7 (second) */
  /* opacity: 0; /* for all other browsers */
}
#wikiactions li a:hover {
  text-decoration: underline;
  color: blue;

  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* for IE8 (first) */
  /* filter: alpha(opacity=100); /* for IE5-7 (second) */
  /* opacity: 1.0; /* for all other browsers */
}
#wikiactions li a.createlink { display:none; }

#menu {
  background-color: none;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 700px;
  margin-left: -350px;
  overflow: hidden;

  font: 100% Arial, Helvetica, sans-serif;
  text-align: right;
  white-space: nowrap;
}

#menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu li {
  display: inline;
  margin: 0px 5px;
  color: #acacac;
}

#menu a {
  text-decoration: none;
  text-transform: lowercase;/**/
  border: none;
  color: #ffffff;
}

#menu a:hover {
  text-decoration: underline;
  color: blue;
}

#menu .current_page_item a { color: #acacac; }



#header {
  background-color: none;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 545px;
  margin-left: -185px;
}

#header h1, #header h2, #header h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
  color: #549900;
  text-align: center;
}

#header a {
  text-decoration: none;
  color: #ffffff;
}
#header .sitetitle {
  margin-top: 0;
  font: 1.9em/2em Georgia, 'Times New Roman', Times, serif;
  font-variant: small-caps;
  letter-spacing: .1em;
  color: #ffffff;
}
#header .sitetag {
  font: bold 1.2em/normal Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
  color: #000000;
  text-align: right;
}

#page {
  background-color: none;
  position: absolute;
  top: 170px;
  height: 730px;
  left: 50%;
  width: 545px;
  margin-left: -185px;
  overflow: auto;
}
#page .pagegroup a:hover, #page #pagetitle a:hover {
  text-decoration: none;
}

#page .pagegroup {
  text-decoration: none;
  display: block;
  /*font: bold 1.2em/normal Georgia, 'Times New Roman', Times, serif;/**/
  letter-spacing: 1px;
  color: #000000;
  /*text-align: right;*/
}
#page #pagetitle {
  font: 2.5em Georgia, "Times New Roman", Times, serif;
  font-variant: small-caps;
/*  padding: 0 0 10px 0;/**/
  margin: 10px 20px;/**/
  text-decoration: none;
  color: #330000;
}

#sidebar {
  background-color: none;
  position: absolute;
  top: 140px;
  height: 760px;
  left: 50%;
  width: 140px;
  margin-left: -350px;
  overflow: hidden;

  font-size: 95%;
}
#sidebar .vspace { margin-top: 1.125em; }
#sidebar a { text-decoration: none; color: #000000; }
#sidebar a:hover { text-decoration: underline; color: #5f1c14; }
#sidebar ul { list-style: none; padding: 0px; margin: 0px; }
#sidebar li { margin: 0px; padding-left: 6px; }

#footer {
  background-color: none;
  position: absolute;
  top: 920px;
  left: 50%;
  width: 700px;
  margin-left: -350px;

  font-size: 95%;
  text-align: center;
  /*color: #d4d0c8;/**/
  color: #acacac;/**/
}
/*
code, pre {
  margin: 10px 0;
  font: 1.1em/normal "Courier New", Courier, Monospace;
  color: #666666;
}
*/
a.selflink, .selflink a, .selflink {
  color: #000000;
  text-decoration: none;
}
a.selflink:visited, .selflink a:visited {
  color: #000000;
}

a:link, a:visited {
  color: #5f1c14;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

hr {
  color: #330000;
  background-color: #330000;
  height: 1px;
  border: 0;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size: 1em; }
pre, code { font-family: 'Courier New', Courier, monospace; }
pre { line-height: 1.2em; }
pre code, code code, pre pre { font-size: 100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top: 1.0em; margin-bottom: 0.6em; }
h1, h2, h3, h6 { font-weight: normal; }
h4, h5 { font-weight: bold; }
h1 code, h2 code, h3 code, h4 code { font-size: 1em; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.44em; }
h3 { font-size: 1.22em; }
h4 { font-size: 1.07em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

/* THE DROPCAP CODE */
/*
#page p:first-letter {
  display: block;
  float: left;
  border: 1px solid black;
  padding: 5px;
  margin: 4px 5px;
  background: url(dropcap.png) center;
  font-size: 73px;
} /**/

#wikitext form,
#wikitext form input,
#wikitext .inputbox {
  line-height: 1.5em;
  font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}

/* These are for the edit form. */
#wikiedit form {
  margin: 0px;
  width: 520px;
}
#wikiedit form input {
  line-height: 1.5em;
  font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}
#wikiedit textarea {
  font-size: 1.1em;
  width: 520px;
  padding: 0;
}


