/*
 * This style is a stripped-down and modified version of the Pushbutton Drupal theme.
 * http://www.cortextcommunications.com/pushbutton
 */

/*
 * HTML elements
 */
body  {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
body, p, td, li, ul, ol  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  margin: 0;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
a:link {
  text-decoration: none;
  font-weight: bold;
  color: #ff8c00;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #c96;
}
a:hover, a:active {
  font-weight: bold;
  color: #ff4500;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
p {
  margin: 0 0 1.3em 0;
  padding: 0;
}
hr {
  color: #777777;
  background-color: #777777;
  height: 1px;
  border: 1px;
}
blockquote {
  border-left: 4px solid #69c;
  padding: 0 15px 0 15px;
  margin: 25px 100px 25px 50px;
  color: #696969;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1.2em;
  border: 1px solid #ddd;
}
ul {
  list-style-type: circle;
}

/*
 * Wiki navigation
 */
#wikicmds, #wikifoot {
  border-collapse: separate;
  background-color: #369;
  border-bottom: 3px solid #69c;
  font-size: 0.75em;
  color: #e4e9eb;
}
#wikicmds a:link, #wikicmds a:visited, #wikifoot a:link, #wikifoot a:visited {
  color: #e4e9eb;
}
#wikicmds a:hover, #wikifoot a:hover {
  color: #fff;
  text-decoration: underline;
}
#wikicmds, #wikifoot { text-align:right; padding-right:3em; }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }

/*
 * Left menu
 */
#wikileft {
  font-size: 0.75em;
  width: 175px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 25px 10px 75px 10px;
  vertical-align: top;
  background: #FFFAF0;
  border-right: 3px solid #f5f5f5;
}
#wikileft ul {
  list-style-type: none;
  padding-left: 10px;
}

#wikileft li {
  font-size: 1em;
  padding: 0.2em 0.5em 0 0;
  margin: 0px;
}
#wikileft h1 {
  border-bottom: 2px solid #6699cc;
  color: #369;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 5px 10px 30px;
  margin-bottom: .25em;
  background: transparent url(icon-block.png) left center no-repeat;
}

/*
 * Body
 */
#wikibody {
  background-color: #fff;
  text-align: justify;
  font-size: 0.85em;
  line-height: 1.3;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 30px 35px 50px 35px;
  background: transparent url(background.png) center center no-repeat;
  /* fix background overlapping text in IE (aka Peekaboo Bug) */
  position: relative;
}
#wikibody h1 {
  color: #369;
  font-size: 1.9em;
}
#wikibody h2 {
  color: #58b;
  font-size: 1.7em;
}
#wikibody h3 {
  color: #69c;
  font-size: 1.5em;
}
#wikibody h4 {
  color: #8be;
  font-size: 1.3em;
}
#wikibody h5 {
  color: #96c6f6;
  font-size: 1.15em;
}

