/* ------------------------------
   ILRT Style
   ------------------------------ */

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

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

#header {
  margin: 0 0 0 0em;
/*
  background: url("ilrt.png") no-repeat left top;
  height: 64px;
  width: 114px;
*/
  background: url("ILRTslide-header-842x80.png") no-repeat left top;
  height: 80px;
  width: 842px;
  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: 1em;
  text-align: left;
  color: #333;
}

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


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

#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: 2em;
  padding: 0em 2em 1em 1.5em;
}

h1 {
  font-size: 1.4em;
  font-weight: lighter;
/* ILRT title red: 187, 55, 0 */
  color: #bb3700;

  padding-bottom: 0em;
/*  border-bottom: 1px solid black;*/
}

#titleheader {
  font-size: 1.4em;
/* ILRT title red: 187, 55, 0 */
  color: #bb3700;
  text-align: center;
}

ul {
  color: black;
}

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

a {
  text-decoration: underline;
  color: #f00;
}

a:hover {
  color: #f00;
}

pre {
  padding: 0em 0.5em 0em 0em;
  font-size: 1em;
/*  font-family: "Courier New", Courier, "LucidaSansTypewriter", fixed;*/
  font-family: monospace;
  color: black;
}

blockquote {
  padding: 0em 0.5em 0em 0.5em;
  font-size: 0.95em;
  font-style: italic;
  color: black;
}

code {
  color: #333;
}

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

em {
  color: #222;
  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;
}


/* figures and code examples */

div.figure {
  text-align: center;
}

div.codefigure {
  font-size: smaller;
}

div.caption {
  text-align: center;
  font-size: smaller;
}

td {
  padding: 0.3em;
}

th {
  padding: 0.3em;
  text-align: left;
}

dt {
  font-weight: bold
}

