/* ------------------------------
   W3C OldSkool Style
   ------------------------------ */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: white;
  color: black;
}

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

#header {
  margin: 5px 0 0 2em;
  background: url("w3c_home.gif") no-repeat left top;
  height: 48px;
  width: 72px;
  text-align: left;
}

#headertext {
  display: none;
}

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

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

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


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

#navigation-previous {
  background: url("left.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 110px;
  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;
  right: 75px;
  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.5em;
  padding: 0em 2em 1em 1.5em;
}

h1 {
  font-size: 1.2em;
  color: #04a;
  padding-bottom: 0.5em;
  border-bottom: 1px solid black;
}

ul {
  color: black;
}

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

a {
  color: black;
}

a:hover {
  color: black;
}

pre {
  padding: 0em 1em 0em 1em;
  font-size: 1.1em;
  font-family: monospace;
  color: black;
}

blockquote {
  padding: 0em 1em 0em 0.5em;
  color: black;
}

code {
  color: #383;
}

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

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

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

rect.one {
  stroke: #333;
  stroke-width: 3;
  fill: white;
}

rect.onehover {
  stroke: #333;
  stroke-width: 3;
  fill: #ccc;
}

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

circle.two {
  stroke: none;
  fill: #04f;
}

rect.two {
  stroke: none;
  fill: #04f;
}

.three {
  fill: white;
}

