a{
  /* color: #360; */
  color: #048;
  text-decoration: none;
}
a:hover {
  color: #006;
  text-decoration: underline;
}
body {
  background-color: #eef;
  font-family: sans-serif;
  font-size: 12px;
}
.kop {
  color: #FFF;
  font-weight: bold;
  padding: 9px;
}
a.wit {
  color: #fff;
  text-decoration: none;
}
a.wit:hover {
  color: #fff;
}
.code {
  font-family: monospace;
  background: #ccc;
  padding: 3px;
  margin: 10px;
}
.typed {
  font-family: monospace;
  color: blue;
}
.response {
  font-family: monospace;
  color: black;
}
.link {
  color: #099;
}
.dir {
  color: blue;
}
.idname {
  color: blue;
  font-weight: bold;
}
.toc {
}
.toc_active {
  font-weight: bold;
}
#toc {
  float: right;
  border: solid #06a 1px;
  margin: 0 0.5em 3em 3em;
  padding: 1em;
  background: #eef;
}
#toc ol {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.teaser {
  border: solid #06a 1px;
  padding: 1em;
  margin: 1em;
  background-image: url('../images/graygradient.png');
  background-repeat: repeat-x;
  background-color: white;
}
.teaser .title {
  font-weight: bold;
}
.teaser .title a {
  color: black;
  text-decoration: none;
}
.teaser .created {
  float: right;
}
.teaser .summary {
  border-top: solid #06a 1px;
}
.teaser .hidden {
  float: right;
  font-style: italic;
}
.teaser .link {
  font-weight: bold;
}
#tux {
  font-family: monospace;
  font-size: x-small;
  margin: 1em;
}
#left {
  float: left;
  width: 20em;
  margin: 5px;
}
#left li {
  margin-top: 4px;
}
#right {
  float: right;
  width: 20em;
}
#content {
  margin-left: 23em; 
  max-width: 60em;
  line-height: 1.3;
}
body {
  margin: 0;
}
#head {
  color: #FFF;
  font-weight: bold;
  font-size: 100px;
  padding: 9px;
  margin: 0px;
  background-image: url('/images/wires.jpg');
  background-repeat: no-repeat;
  background-color: #06a;
}
#head a:hover {
  text-decoration: none;
}
#articletitle {
  font-size: small;
}
#breadcrumb {
  font-style: italic;
  font-size: small;
  margin-top: 4px;
}
#oldwarning {
  padding: 1em;
  background: #fee;
  margin-top: 1em;
  border: solid red 1px;
}
blockquote {
  background: #ddd;
  padding: 1em;
  line-height: 1.4;
}
a.navbutton {
  background: #58a;
  color: white;
  display: block;
  float: left;
  width: 14em;
  text-align: center;
  padding: 1em;
  margin: 1em 1em 5em 0;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
a.navbutton:hover {
  background: #06a;
  color: white;
}
.bordered {
  border: solid #ddd 1em;
  margin: 1em;
}
