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

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

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

/* Head */
#logo,
#sub-title,
#note {
  color: #480020;
  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;
}

/* Meta */
#note,
#luke-sutton,
#copyright {
  color: #480020;
  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: #480020 !important;
}


/* Table */
table {
  border-top: 1px solid white;
  border-bottom: 2px solid white;
  background: #C4CCB5;
  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 white;
  vertical-align: top;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

table .artwork {
  padding-left: 40px;
  width: 175px;
}

td.artwork img {
  border: 5px solid white;
}

td.title {
  font-weight: bold;
  font-size: 1.8em;
  width: 12em;
}

table .link {
  width: 8em;
}

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

td.link a {
  background: white;
  font-weight: bold;
  text-decoration: none !important;
  color: black !important;
  padding: 0.4em 1em;
}

table ol {
  margin-left: 1.5em;
}

table li {
  margin-bottom: 0.3em;
}

/* Javascript enabled */
.javascript {
  background-image: url(../images/background.gif);
}

.javascript #wrapper,
.javascript #middle,
.javascript #top,
.javascript #flicker {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.javascript #bottom,
.javascript #middle,
.javascript #top,
.javascript #flicker {
  height: 600px;
}

.javascript #bottom {
  background: top right no-repeat url(../images/bottom.png);
  z-index: 1;
}

.javascript #middle {
  background: top center no-repeat url(../images/middle.png);
  z-index: 2;
}

.javascript #top {
  background: top center no-repeat url(../images/top.png);
  z-index: 3;
}

.javascript #flicker {
  background: left top no-repeat url(../images/flicker.gif);
  z-index: 4;
}
