/* Reset everything */
* {
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* Base/body */
body {
  background: #191919 left top repeat-x url(../images/page-bkg.gif);
  color: white;
  font-family: "Helvetica Neue", Helvetia, Arial, Verdana, sans-serif;
  font-size: 75%;
}

/* Wrapper */
#wrapper {
  margin-top: 195px;
}

/* Head */
#logo,
#sub-title,
#note {
  margin-left: 40px;
}

#logo {
  background: left top no-repeat url(../images/logo.gif);
  margin-bottom: -8px;
  height: 50px;
  width: 150px;
  /* Hide text */
  letter-spacing: -1000em;
  text-indent: -1000em;
}

#sub-title {
  font-size: 3.8em;
  letter-spacing: -0.04em;
  clear: both;
}

#sub-title-archive {
  font-weight: bold;
  margin-left: -0.2em;
}

#sub-title-date {
  font-weight: bold;
  font-size: 0.7em;
  color: #666666;
}

/* Meta */
#note,
#luke-sutton,
#copyright {
  line-height: 1.2;
  margin-right: 40px;
  margin-top: 0.5em;
  margin-bottom: 3em;
  float: left;
}

#luke-sutton {
  background: left top no-repeat url(../images/link-bkg.gif);
  padding-left: 42px;
}

#luke-sutton a {
  color: white !important;
}

#copyright {
  color: #666666;
}

/* Table */
table {
  border-top: 1px solid white;
  margin-bottom: 3em;
  width: 100%;
  clear: both;
}

th {
  border-bottom: 3px solid white;
  font-weight: bold;
  color: #666666;
  padding-top: 0.8em;
  padding-bottom: 1.8em;
}

td {
  border-bottom: 1px solid #333333;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

table .name {
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 40px;
}

th.link {
  letter-spacing: -1000em;
  text-indent: -1000em;
}

/* Javascript enabled */
.javascript {
  background-image: none;
}

.javascript #wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.javascript .link {
  letter-spacing: -1000em;
  text-indent: -1000em;
}

.javascript .hover td {
  border-color: white;
  background: white;
  color: #191919;
}

.javascript #overlay,
.javascript .header {
  background: left top repeat-x;
  height:300px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.javascript #overlay {
  background-image: url(../images/overlay.gif);
  z-index: 2;
}

.javascript #header-001 {
  background-image: url(../images/headers/001.gif);
}

.javascript #header-002 {
  background-image: url(../images/headers/002.gif);
}

.javascript #header-003 {
  background-image: url(../images/headers/003.gif);
}

.javascript #header-004 {
  background-image: url(../images/headers/004.gif);
}

.javascript #header-005 {
  background-image: url(../images/headers/005.gif);
}

.javascript #header-006 {
  background-image: url(../images/headers/006.gif);
}