html {
  width: 800px;
}

body {
  width: 800px;
  font-family: sans-serif;
  font-size: small;
}

#header {
  background-color: #f0f0ff;
}

#logo {
  width: 149px;
  height: 96px;
  background-image: url(logo.gif);
  float: left;
}

#title {
  width: 500px;
  height: 70px;
  background-image: url(title.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
  float: left;
}

#clock {
  font-size: smaller;
  text-align: right;
  clear: both;
}

#navbar  {
  font-size: smaller;
  font-weight: bolder;
  background-image: url(gradient.gif);
  padding-left: 150px;
}

#navbar a {
  color: black;
  text-decoration: none;
  margin-right: 2em;
}

#navbar a:hover {
  text-decoration: underline;
}

#sidebar {
  float: left;
  width: 170px;
  padding-top: 65px;
  font-size: smaller;
}

.box {
  border: black ridge 1px;
  -moz-border-radius: 0px 9px 9px 9px;
  background-color: #f0f0ff;
}

.boxtitle {
  -moz-border-radius: 9px;
  text-align: center;
  font-weight: bolder;
  margin: 1em;
  background-color: #d0d0ff;
}

.boxcontent{
  padding: 0em 1em 1em;
  font-size: smaller;
}

#container {
  width: 630px;
  float: left;
}

.containertitle {
  margin-left: 150px;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: 1px solid black;
}

.face, .firstcolumn {
  float: left;
  margin-left: 10px;
}

.emptyfirstcolumn {
  float: left;
  marginleft: 10px;
  width: 120px;
  height: 400px;
}

.staffentrycontent {
  float: left;
  width: 430px;
  margin-left: 2em;
}

#content {
  float:left;
  width: 330px;
  padding-top: 50px;
}

#footer {
  clear: both;
  border-top: 1px solid black;
  margin: 1em 0em;
  margin-bottom: 60em;
}

#credits {
  font-size: smaller;
  border: 1px solid black;
  border-top: none;
  display: inline;
  padding: 0em 1em;
}

.permalink {
  float: right;
  font-size: x-small ! important;
  margin-left: 3em;
}

.date {
  font-weight: bold;
  border-bottom: 1px solid black;
}

.boxcontent a.more {
  float: right;
}

span.button a { text-decoration: none !important; }

span.button {
  background-color: #e0e0e0;
  border: #e0e0e0 outset 1px;
  padding: 2px;
  font-size: smaller;
  -moz-border-radius: 11px;
}

span.button:hover {
  background-color: #d0d0d0;
}

.billet {
  margin-left: 2em;
  border-left: thin solid;
  padding-left: 1em;
}

.post-info {
  text-align: right;
  font-size: smaller;
  padding: 2px;
}

.face.staff:not(#foo) { -moz-border-radius: 11px; border: 3px solid }
