html {
  color: white;
  background-image: url("water-horizontal.png");
}

html, body, div, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  border: 0px;
  padding: 0px;
  font-family: Courier New, monospace;
}

pre {
  font-family: Courier New, monospace;
}

body {
  font-size: 105%;
}

#top {
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 128px;
  background-image: url("waves.png");
  background-repeat: repeat-x;
}

#topleft {
  margin: 0px;
  border: 0px;
  padding: 0px;
  float: left;
  width: 256px;
  height: 128px;
  background-image: url("periscope-top.png");
}

#topcenter {
  position: absolute;
  left: 256px;
  right: 48px;
  top: 24px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  text-align: center;
  color: white;
  background-color: transparent;
}

#topcenter h1 a {
  border: 0px;
  text-decoration: none;
}
#topcenter h1 a img {
  border: 0px;
}

#mid {
  margin: 0px;
  border: 0px;
  padding: 0px;
  background-image: url("periscope-middle.png");
  background-repeat: repeat-y;
}

#midleft {
  float: left;
  margin: 0px;
  border: 0px;
  padding: 0px;
  background-image: url("periscope-middle.png");
  background-repeat: repeat-y;
}

#midright {
  margin: 0px;
  border: 0px;
  padding: 0px;
  margin-left: 256px;
  background-image: url("water-horizontal.png");
  background-repeat: repeat;
}

#bot {
  clear: both;
  margin: 0px;
  border: 0px;
  padding: 0px;
  width: 100%;
  height: 128px;
  background-image: url("water-vertical.png");
  background-repeat: repeat-x;
}

#botleft {
  float: left;
  width: 512px;
  height: 128px;
  background-image: url("submarine.png");
}

#botright {
  text-align: right;
  padding-right: 48px;
  padding-top: 56px;
}

#topleft h1 {
  margin: 0px;
  border: 0px;
  padding: 0px;
  padding-left: 36px;
  padding-top: 21px;
}

#midleft {
  margin: 0px;
  border: 0px;
  padding: 0px;
  padding-left: 36px;
  padding-right: 128px;
  text-align: center;
}

#midleft a.menu {
  margin: 0px;
  border: 0px;
  padding: 0px;
  display: block;
}

a {
  color: #19bdbf;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.tracks a {
  border: 0px;
}

.tracks a img {
  border: 0px;
}

h2, ul, li {
  margin: 0px;
  padding: 0px;
  padding-bottom: 0.35em;
}

p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 1em;
}

ul, li {
  list-style: none;
}

.cover {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

.tracks {
  float: left;
  min-width: 400px;
}

.release .description {
  clear: both;
}

.contact, .legal, .release, .artist, .mission, .radio, .description {
  min-width: 400px;
  max-width: 816px; /* this is tracks + cover + cover margin */
  margin-right: 48px;
}

.tracks table {
  border-collapse: collapse;
  width: 400px;
}

.tracks td a {
  border: 0px;
  text-decoration: none;
}

.tracks td a img {
  border: 0px;
  text-decoration: none;
}

.tracks tr.all td {
  border-top: 1px solid #19bdbf;
  padding-top: 0.35em;
}

.tracks tr.archive td {
  border-top: 1px solid #19bdbf;
  padding-top: 0.35em;
}

/* FIXME when re-add playback links */
td:first-child + td +td { 
  padding-left: 1em;
}

.clear {
  clear: both;
}

/* FIXME some better way to handle the poetry? */
#davidnixon {
  font-size: 90%;
}

