/**************************************/
/* basic styles                       */
/**************************************/

body {
  background: white;
  color: #605746;
  font-family: sans-serif;
}

p {
  margin: 1ex 0;
}

h1 {
  margin: 0.5ex 0;
  border-bottom: 0.5ex solid #605746;
}

h2, h3, h4 {
  border: 0;
  margin: 0;
}

hr {
  border-style: solid;
  border-width: 1mm;
  color: #E0D9CB;
}

a:link {
  text-decoration: none;
  color: #600000;
}

a:visited {
  text-decoration: none;
  color: #CD8500;
}

a:active {
  text-decoration: none;
  color: #CD8500;
}

a:hover {
  text-decoration: underline;
  color: #600000;
  background : #E0D9CB;
}

img.right {
  position: relative; /* required by IE */
  margin: 1ex;
  float: right
}

p.date {
  font-style: italic;
  font-size: small;
}

/**************************************/
/* layout styles                      */
/**************************************/

.body, .article {
  position: relative;
  padding: 1ex;
  background: #E0D9CB;
}

.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 10em;
  padding: 2ex 1ex;
}

.main {
  margin-left: 11em;
  padding: 1ex;
  background: white;
}

.standard, .section {
  padding: 1ex;
  background: white;
}

/**************************************/
/* navigation styles                  */
/**************************************/

.navheader {
  font-size: small;
  font-weight: bold;
}

.navcurrent {
  font-size: small;
  color: #CD8500;
  margin-left: 2ex;
}

a.navlink:link, a.navlink:visited {
  font-size: small;
  margin-left: 2ex;
}

a.navlink:hover {
  font-size: small;
  background: white;
  margin-left: 2ex;
}

/**************************************/
/* titlepage styles                   */
/**************************************/

.titlepage hr {
  /* make it disappear */
  display: none;
}

.toc {
  color: #605746;
  border-top: 1mm solid #605746;
}
