body {
  padding: 0 20px 0 20px;
}

#nav {
  position: absolute;
  right: 23px;
  top: 20px;
}

#nav img {
  border: none;
}

#title-header {
  text-align: center;
  font-size: 48pt;
  font-family: FreeSans, Arial, Helvetica;
  font-weight: bold;
  margin-top: 2.4em;
}

#title-subtitle {
  text-align: center;
  font-size: 36pt;
  font-family: FreeSans, Arial, Helvetica;
  font-weight: bold;
  margin-top: 0.4em;
}

#title-author {
  text-align: center;
  font-size: 22pt;
  font-family: FreeSans, Arial, Helvetica;
  font-weight: bold;
  margin-top: 2.4em;
}

h1 {
  font-size: 32pt;
  font-family: FreeSans, Arial, Helvetica;
  font-weight: bold;
  border-bottom: 4px solid #FF6600;
  padding-bottom: 6px;
  margin-bottom: 24px;
}

#toc {
  margin: 0 0 0.4em 0;
  padding-left: 4px;
  font-size: 16pt;
  font-family: Nimbus Sans L, Arial, Helvetica;
  list-style-image: url("images/toc_bull.png");
}

#toc li {
  padding-left: 0;
  margin-top: 0.2em;
  margin-left: 20px;
}

#toc a {
  text-color: black;
  text-decoration: none;
}

#toc a:hover {
  text-color: black;
  background-color: #FF6600;
}

ul {
  margin: 0 0 0.4em 0;
  padding-left: 16px;
  font-size: 28pt;
  font-family: Nimbus Sans L, Arial, Helvetica;
  list-style-image: url("images/camel_bull.png");
}

li {
  margin-top: 0.2em;
  margin-left: 20px;
  padding-left: 6px;
}

.code {
  margin: 1.0em 0 0.8em 44px;
  padding: 0.7em 0.5em 0.7em 0.5em;
//  background-color: #FFCAA7;
  border: 1px solid #FF6600;
  -moz-border-radius: 10px;
  font-family: Bitstream Vera Sans Mono, Courier New;
  font-size: 18pt;
}

.pic {
  float: right;
  padding-left: 0px;
  margin-left: 0px;
  border-left: 20px solid white;
  border-top: 20px solid white;
}

.screenshot {
  margin-left: auto;
  margin-right: auto;
}

.commentary {
  font-size: 11pt;
  font-family: FreeSans, Arial, Helvetica;
  line-height: 16pt;
  border: 1px solid #FF6600;
  margin: 0 0 0 1em;
  padding: 1.2em;
}
