/* ------------------------------
   W3C Dark Style
   General layout concepts were
   inspired by Douglas Bowman's
   SXSW presentation
   http://www.stopdesign.com/present/sxsw2004/
   However, picking ugly colours was entirely
   my decision (I meant it - no one should use this style)
   ------------------------------ */

body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
  background: #333;
  color: white;
}

/* ------------------------------
   Header
   ------------------------------ */

#header {
  height: 20px;
  text-align: center;
  border-bottom: 2px solid #afa;
  padding: 10px;
}

#headertext {
  color: #aaf;
}

/* ------------------------------
   Footer
   ------------------------------ */

#footer {
  margin: 0;
  border-top: 2px solid #afa;
  padding-top: 0.5em;
  padding-left: 1em;
  font-size: 1.3em;
  text-align: left;
}

#position {
  position: absolute;
  right: 1em;
  text-align: right;
}


/* ------------------------------
   Navigation Icons 
   ------------------------------ */

#navigation-previous {
  background: url("left.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
}

#navigation-previous:hover {
  background: url("lefthover.gif") no-repeat left top;
}

#navigation-next {
  background: url("right.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

#navigation-next:hover {
  background: url("righthover.gif") no-repeat left top;
}

#navigation-toc {
  background: url("index.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  left: 40px;
  width: 30px;
  height: 30px;
}

#navigation-toc:hover {
  background: url("indexhover.gif") no-repeat left top;
}

#navigation-switch {
  background: url("style.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 40px;
  width: 30px;
  height: 30px;
}

#navigation-switch:hover {
  background: url("stylehover.gif") no-repeat left top;
}

#navigation span {
  display:none;
}

/* ------------------------------
   Content
   ------------------------------ */

#content {
  font-size: 1.4em;
  padding: 0em 3em 2em 3em;
}

h1 {
  color: #faa;
}

ul {
  color: #aaf;
}

li {
  padding: 0.5em 1em 0.5em 0.5em;
}

a {
  color: #0ff;
}

a:hover {
  color: #f00;
}

pre {
  padding: 0em 1em 0em 1em;
  font-size: 1.1em;
  font-family: "Courier New", Courier, "LucidaSansTypewriter", fixed;
  color: #ccc;
  border-left: 2px solid #ffa;
}

blockquote {
  padding: 0em 1em 0em 0.5em;
  font-size: 0.95em;
  color: #8f8;
  border-left: 2px solid #88f;
}

code {
  color: #ffa;
}

strong {
  color: #faf;
  font-weight: bold;
}

em {
  color: #faf;
  font-weight: bold;
}

/* ------------------------------
   Navigation Icon Source 
   ------------------------------ */

rect.one {
  stroke: #aaa;
  stroke-width: 2;
  fill: #333;
}

rect.onehover {
  stroke: #aaa;
  stroke-width: 2;
  fill: #866;
}

path.two {
  stroke: #aaf;
  stroke-linejoin: round;
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}

path.twohover {
  stroke: #aaf;
  stroke-linejoin: round;
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}

circle.two {
  stroke: none;
  fill: #aaf;
}

circle.twohover {
  stroke: none;
  fill: #aaf;
}

rect.two {
  stroke: none;
  fill: #aaf;
}

rect.twohover {
  stroke: none;
  fill: #aaf;
}

.three {
  fill: #333;
}

.threehover {
  fill: #333;
}

