/* Sizes ============================================================= */

body, td {
  font-size:   14px;
  line-height: 130%;
  padding: 0;
  margin: 0;
}
body { width: 798px; } 
pre {
  line-height: 100%;
}
.toc td {
  font-size:   32px;
  line-height: 120%;
}
h1, h2, h3, h4, h5, h6 { 
  line-height: 100%;
}
h1 { font-size: 48px; }
h2 { font-size: 90%; }
h3 { font-size: 80%; }
td { font-size: 24px; }
.page {
  font-size:      24px;
  padding: 0;
  padding-left:   20px;
  padding-right:  20px;
  line-height:    130%;
  width:          756px;
  height:         544px;
}
.page pre { font-size: 75%; }
.header,.footer {
  height: 27px;
  margin: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.header-text { font-size: 100%; }
.header-links { font-size: 14px;  width: 20%; }
.footer-text { font-size: 80%; }
.highlight { 
  color: blue;
 }
.big { 
  font-size: 36px;
  line-height: 120%;
 }
.medium {
  font-size: 28px;
  line-height: 120%;
}
.small {
  font-size: 22px;
  line-height: 120%;
}
.centered-sm {
  font-size:    16px;
  line-height:  100%;
}
.centered-md {
  font-size:    20px;
  line-height:  100%;
}
.smallright {
  font-size:    16px;
  line-height:  100%;
}
pre.code {
  font-size:    20px;
  line-height: 120%;
  padding:    0.5em;
}
pre.code-md {
  font-size:    16px;
  line-height:  120%;
  padding:    0.5em;
}
pre.code-sm {
  font-size:    8px;
  line-height:  140%;
  padding:    0.5em;
}


/* Colors ============================================================ */

body {
  background: #fff;
}

.page { 
  background-image: url('images/backgroundbits.png');
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: top right;
}
h1, h2, h3, h4, h5, h6 { 
  color: #b05000;
}
a {
  text-decoration: none;
}
body a:link { color: #000000; }
body a:visited { color: #000; }
body a:hover { color: #888; }
.page {
  border: 1px dotted gray;
}
.header,.footer {
  background: #fe5200;
  color: #000;
}
.header {
  border-bottom:  0px solid #990000;
}
.footer {
  border-top:     0px solid #990000;
}
.header a:link    { color: #000; }
.footer a:link    { color: #000; }
.header a:visited { color: #000; }
.footer a:visited { color: #000; }
.header a:hover   { color: #222; }
.footer a:hover   { color: #222; }
.mark {
  border: 1px solid red;
}
.code,.code-md,.code-sm {
  background: #f8f8f8;
  border:     2px solid #b05000;
}
.demo {
  border: 3px solid black;
  padding: 3px;
}

/* Other ============================================================= */

h1 {
  text-align: center;
}
.link{font-variant: small-caps; }
.hilite {
  text-decoration: underline;
}
.page {
  font-family:    Helvetica;
}
.header-links,.footer-links {
  text-align: right;
}
.header-links img {
  border: 0px; 
}
.header-text {
  font-family:  Arial,Helvetica;
  font-weight:  bold;
  text-align:   left;
}
.footer-text {
  text-align: right;
  font-style: italic;
}
.smallright {
  float: right;
  vertical-align: top
}
.centered,.centered-md,.centered-sm { 
  text-align: center;
}
.imagetable table,tr,td,img {
  border: blue solid 0px;
  padding: 0px;
  margin: 0px;
}
.imagetable a:visited, a:link {
  color:  white;
  border: blue solid 0px;
  outline: 0; 
}
.hidden { display: none; }
