/*
colors:
#283744 (dark blue)
#7b8784 (steel gray)
#eae1c2 (light earth)
#e0cda7 (earth)
#dab183 (dark earth)
#bb1515 (blood)



#3685aa (cat elecronics)
#e38502 (cat computer)
#799c0c (cat misc)
#cc1d44 (category meta)

*/

body {
  background: #fff url(../graphics/bg2.png) repeat 0 0;
}

#pagecontainer {
  background-color: white;
  border: 2px solid #eae1c2;
  padding: 5px;
  font-family: sans-serif;
}

#header {
  background-color: #eae1c2;
  padding: 10pt;
}

#header h2 {
  font-size: 120%;
}

#content {
  font-family: Trebuchet MS,Verdana,sans-serif;
}

#content h1 {
  font-size:125%;
  
}

#content h2 {
  color: #bb1515;
  font-family: Georgia, serif;
  font-size: 120%;
  font-weight: normal;
}

#content h3 {
  font-size: 100%;
  font-weight: bold;
}

#content p {
  line-height: 150%;
}
#contentcont {
  background: #ffffff url(../graphics/bg1.png) repeat-y 0px 0px;
}

#signpost {
  /*background-color: #eae1c2;*/
  /*height: 100%;*/
}

#footer {
  background-color: #eae1c2;
  font-size: small;
  text-align: center;
}

a.ext {
  background: url(../graphics/external.png) center left no-repeat;
  padding-left: 13px;
}

span.code {
  font-family: monospace;
}

h1.title a {
  text-decoration: none;
  color: black;
}

ul li {
  line-height: 150%;
}
