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

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

hr { 
  clear: both;
  border: solid 0 black;
  border-bottom-width: 1px;
}

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

#header img {
  border: 0;
}

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

#footer {
  margin: 0;
  padding-top: 0.5em;
  font-size: 1.3em;
  text-align: left;
}

#footer p {
  margin: 0
}

#author { 
  float: left;
}

#position {
  float: right;
  text-align: right;
}

#slide-number-intro { 
  display: none;
}

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

#navigation { 
  position: absolute;
  right: 2em;
}

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

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

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

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

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

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

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

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

#navigation span {
  display:none;
}

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

#content {
  font-size: 1.5em;
  padding: 0;
  min-height: 515px;
  height: auto;
}

h1 {
  font-size: 1.2em;
  color: #04a;
}

ul {
  color: black;
}

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

li > ul > li, li > ol > li {
  padding: 0.1em;
} 


a {
  color: black;
}

a:hover {
  color: black;
}

pre {
  padding: 0em 1em 0em 1em;
  font-size: 1.5em;
  font-family: monospace;
  font-weight: bold;
  color: #263;
}

pre em {
  color: #623;
}

blockquote {
  padding: 0em 1em 0em 0.5em;
  font-style: italic;
  margin-left: 5%;
  margin-right: 5%;
  color: #224;
}

code {
  color: #383;
}


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;
}

