/* monobook/monobook.css
 *
 * See PHP for credits and license
 */
body {
  font: x-small verdana, sans-serif;
  background: #ffe8be url("headbg.jpg");
  color: #3a2416;
  margin: 0;
  padding: 0;
}
#globalwrapper { /* scale back up to a sane default */
  font-size: 127%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#content {
  margin: 0 0 0.6em 12.2em;
  padding: 0;
  float: none;
  height: 1%; /* workaround for various ie float bugs */
}

.leftnavdiv {
margin-right: 10px !important;
background-color: #f9f9f9;
border:1px solid #cccccc;
padding:5px;
width:175px;
align:left;
float:left;
}

.rightnavdiv {
margin-left: 10px !important;
background-color: #f9f9f9;
border:1px solid #cccccc;
padding:5px;
width:175px;
align:right;
float:right;
}

#contentbody {
  padding: 0em 1em 1.5em 1em;
  background: white;
  border: 1px solid #a78d5e;
  border-right: none;
  border-top: none;
  line-height: 1.5em;
  position: relative;
  margin-right: 0;
  height: 1%; /* workaround for various ie float bugs */
}

#header {
  margin: 1.3em 0 0 0;
  border-bottom: 1px solid #a78d5e;
}

#tabs {
  width: 100%;
  /*border: 1px solid #a78d5e;*/
}

#tabs ul {
  padding: 3px 0 2px 0;
  padding-left: 1em;
  margin-left: 0; 
  border-bottom: 1px solid #a78d5e; 
  font: normal 12px verdana, sans-serif; 
}
#tabs ul li {
  list-style: none;
  margin: 0; 
  display: inline; 
}
#tabs ul li * {
  padding: 3px 0.5em 2px 0.5em;
  margin-left: 3px;
  border: 1px solid #a78d5e;
  border-bottom: none;
  background: white;
  text-decoration: none;
  color: #8f6552;
  display: inline;
}
#tabs ul li p {
  color: 8f6552;
}
#tabs ul li a:link:hover,
#tabs ul li a:visited:hover {
  border-bottom: 1px solid white;
}
#tabs ul li *#active {
  border-color: #b43c01;
  border-bottom: 1px solid white;
}
#tabs .vspace {
  display: none;
}

#pageleft {
  position: absolute;
  left: 0;
  top: 0;
  width: 11.6em;
}

#pagelogo {
  position: absolute;
  top: 0;
  left: 0;
  height: 155px;
  width: 12em;
  overflow: visible;
}
#pagelogo a,
#pagelogo a:hover {
  display: block;
  height: 155px;
  width: 12.2em;
  background-repeat: no-repeat;
  background-position: 50% 50% !important;
  text-decoration: none;
  /*border: 1px solid #a78d5e;*/
}

#pageleftcontent {
  padding-top: 160px;
  width: 11.6em;
  overflow: hidden;
}

.pageleftbody {
  margin: 0.6em 0;
  font-size: 95%;
  background: white;
  border-collapse: collapse;
  border: 1px solid #a78d5e;
  border-left: none;
  padding: 0 0.8em 0.3em 0.5em;
  overflow: hidden;
}
.pageleftbody h1,
.pageleftbody h2,
.pageleftbody h3,
.pageleftbody h4 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
.pageleftbody ul {
  line-height: 1.5em;
  list-style-type: square;
  list-style-image: url("bullet.gif");
  font-size: 95%;
}
.pageleftbody li {
  padding: 0;
  margin: 0;
}
.pageleftbody input { font-size: 95%; }

.pageleftbody form {
  margin: 0;
  line-height: 1.5em;
}
#sidesearch input.searchbox { width: 8.5em; }

#rightbody {
  padding-top: 1em;
  float: right;
}

#print {
  padding-top: 0.1em;
  padding-bottom: 3px;
  text-align: right;
  font-size: 90%;
}
#print a:hover {
  border: 1px dotted #a78d5e;
  text-decoration: none;
}
#print a {
  padding: 1px;
  padding-right: 2px;
  border: 1px solid white;
}
#print img {
  border: 0;
  margin: 0;
  vertical-align: middle;
}

#rightbar {
  /* width: 17em; */
  margin: 0.3em 0 0.25em 0.5em;
  padding: 0.2em 0.5em;

  border: 1px solid #8f6552;
  background-color: #ffe6cb;
  font-size: 90%;
  line-height: 1.2em;
}
#rightbar ul {
  list-style-type: square;
  list-style-image: url("required.gif");
}
#rightbar li {
  line-height: 1.2em;
}
.rb-none   { width: 0;
           visibility: hidden; }
.rb-narrow { width: 12em; }
.rb-normal { width: 17em; }
.rb-wide   { width: 22em; }

#footer {
  background-color: white;
  border: 1px solid #8f6552;
  border-right: none;
  margin: 0.6em 0em 1em 0em;
  padding: 0.4em 0em;
  font-size: 90%;
  position: relative;
  height: 1%; /* workaround for various ie float bugs */
  text-align: center;
}
#footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer li {
  display: inline;
  margin: 0 1.3em;
}
#footer .navbox a {
  padding: 0 3px;
  border: 1px dotted #002bb8;
}
#footer .navbox a:hover {
  text-decoration: none;
  border: 1px solid #002bb8;
}
#footer .navbox a:visited,
#footer .navbox a:active { color: #c06c39; }

.titlepage {
  /*width: 100%;*/
  margin-bottom: 0.1em;
  clear: none;
}

a {
  text-decoration: none;
  color: #b43c01;
  background: none;
}
a:visited { color: #b43c01; }
a:active { color: #b43c01; }
a:hover { color: #4b1901; }

hr {
  height: 1px;
  color: #a78d5e;
  background-color: #a78d5e;
  border: 0;
  margin: 0.2em 0 0.2em 0;
}
h1 {
  font-family:Georgia, serif; 
  color:#7d522c;
  font-size:250%; 
  font-weight:bold; 
  font-style:italic;
  padding-bottom:5px;
  border-bottom:3px solid #d9c797 !important;
  background: none;
  margin:0;
  padding-top: 0.5em;
  margin-bottom:0.5em;
}
h2, h3, h4, h5, h6 {
  background: none;
  margin:0;
  padding-top: 0.5em;
  padding-bottom: 0.17em;
  border-bottom: 1px solid #a78d5e;
  background-color:#ffffff;
}
h1 {
  clear: both;
}
h2 {
  color: #563517 !important;
  clear: both;
}
h3 {
  color: #7d522c !important;
}
h4 {
  color: #9c7863 !important;
}
h3, h4, h5, h6 {
  border-bottom: 0px;
  font-weight: bold;
}
h6 {
  border-bottom: 1px solid #a78d5e;
  border-top: 1px solid #a78d5e;
  padding:2px 0 2px 0;
  font-weight: bold;
  color: #9c7863 !important;
  text-align:center;
}
h2 { font-size: 150%; }
h3 { font-size: 132%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 110%; }

ul {
  line-height: 1.5em;
  list-style-type: square;
  margin: 0.3em 0 0 1.5em;
  padding: 0;
  list-style-image: url("bullet.gif");
}
ul.historylist {
  list-style-image: none;
}
ol {
  line-height: 1.5em;
  margin: 0.3em 0 0 3.2em;
  padding:0;
  list-style-image: none;
}
li { margin-bottom: 0.1em; }
dt {
  font-weight: bold;
  margin-bottom: 0.1em;
}
dl {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
dd {
  line-height: 1.5em;
  margin-left: 2em;
  margin-bottom: 0.1em;
}
code { background-color: #f9f9f9; }
pre {
  padding: 1em;
  color: #3a2416;
  background-color: #f9f9f9;
  line-height: 1.1em;
  clear: both;
}
/*
a.urllink img {
  position: relative;
  left: 2px;
}*/
a.urllink {
  color:#bb6112;
}

a.createlinktext,
a.createlinktext:visited {
  color: #999999;
  border-bottom: none;
}
a.createlink,
a.createlink:visited {
  left: 2px;
  top: 2px;
}

.sidehead {
  color: #7d522c;
  background: none;
  font-weight: normal;
  margin: 0.2em 0 0 0;
  border-bottom: 1px solid #a78d5e;
  padding: 2px;
  font-size: 1.2em;
}
.wikilink .urllink {
  background: none;
  padding: 0;
}

#wikitext {
  position: relative;
}
#wikitext form, #wikitext input {
  font: normal 11px verdana, tahoma, geneva, arial, helvetica, sans-serif;
}

#wikiedit {
  position: relative;
  height: 1%; /* workaround for various ie float bugs */
}
#wikiedit textarea {
  margin-top: 0.5em;
  padding: 0;
  width: 100%;
}

#stopwatch pre { 
  margin-left: 14em;
  font: 8pt/1 monospace;
}
table, tr, td {
border: 1px solid #bfa08b;
}