body {
  background: #efefef;
  color: #000000;
  font: 85% 'Trebuchet MS', 'Bitstream Vera Sans', sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  font-weight: bold;
}

a.dummy { text-decoration: none; }
a.hidden { display: none; }
#container {
  width: 455px;
  margin: 0;
  padding: 0;
  position: relative;
  background: #FFFFFF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

#container div { margin: 10px; }
#container div#header { margin: 5px; margin-top: -20px; }
#header {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  margin-top: 10px;
  margin-left: -10px;
  margin-bottom: 20px;
  height: 341px;
  width: 444px;
  background-image: url(/images/cb.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
}
#header h1 {
  color: #d3ccc9;
  width: 300px;
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 5px;
  margin-bottom: -10px;
  text-align: right;
  float: right;
  font-variant: small-caps;
}
#header h1 a { color: #d3ccc9; text-decoration: none; }
#header h1 a:hover { color: #d3ccc9; text-decoration: underline; }
#header p#subtitle { display: none; }

#menubar {
  margin: 0 auto;
  position: relative;
  background: #FB7B3A;
  height: 18px;
  width: 434px;
  top: -10px;
  left: -5px;
}
#menubar p {
  margin-top: -1px;
  margin-left: 5px;
  float: left;
  font-weight: bold;
}
#menubar ul {
  margin-top: -1px;
  margin-right: 5px;
  float: right;
  display: block;
}
#menubar ul li { margin: 0; display: inline; }
#menubar ul li:after { content: ", "; }
#menubar ul li.last:after { content: ""; }

#projectlist { clear: both; margin-top: 0px; margin-bottom: 100px; }
#projectlist ul { margin-top: -15px; margin-bottom: 0; }
#projectlist div { margin-top: -15px; margin-bottom: -15px; }
#projectlist #current-projects h3 { text-align: right; }
#projectlist #dropped-projects { text-align: right; }

#contents { clear: both; }

.post ul.ed2k { margin-left: -15px; font-size: 90%; }
#footer {
  clear: both;
  border-top: 1px solid #000000;
  margin-bottom: -5px;
}
#footer p { margin-top: 0; margin-bottom: -5px; }

.left  { float: left;  }
.right { float: right; }
.clear { clear: both;  }
.st    { text-decoration: line-through; }
