* {
	/* Used for debugging. */	
	/* border: 1px solid red; */
}

/* LAYOUT =================================================================== */

body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: Trebuchet MS, "Bitstream Vera Sans", Lucida, sans-serif;
  background-color: #0b0b0b;
  text-align: center;
}

#page {
  font-size: 1.2em; /* Resets 1em to 10px */
  margin: 0px auto;
  width: 760px;
  text-align: center;
}

#nav {
  text-align: left;
}

.navbutton, .navbuttoncurrent {
  font-family: Trebuchet MS, "Bitstream Vera Sans", Lucida, sans-serif;
  color: #ddd;
  background-color: #222;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.7em;
  border: 2px solid #39350a;
  margin: 2px 2px 0px 2px;
  padding: 10px 30px;
}

.navbuttoncurrent {
  color: #ccc;
  background-color: #161616;
  border-width: 2px 2px 0px 2px;
}

#content {
  color: #ddd;
  text-align: left;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 2em;
  background-color: #161616;
  border: 2px solid #39350a;
  margin: 0px 2px 2px 2px;
  padding: 10px;
}

.mp3container {
  border: 2px solid #0b0b0b;
  margin: 12px 2px 2px 2px;
  padding: 7px 10px;
}

.mp3title {
  font-size: 1.3em;
  color: #ddd;
  font-weight: bold;
}

pre.lyrics {
  font-family: Trebuchet MS, "Bitstream Vera Sans", Lucida, sans-serif;
  font-style: italics !important;
  line-height: 1.2em;
  font-size: 0.8em;
}

.legal {
  line-height: 1em;
  font-size: 0.8em;
}