html
{
  background-color: #fff;
  margin: 0;
  padding: 50px 0;
}

body
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 0 auto;
  width: 960px;
}

body:after
{
  clear: both;
  content: "";
  display: block;
}



/********
 * Text *
 ********/

p
{
  margin: 0;
}

* + p
{
  margin-top: 1em;
}

p.big
{
  font-size: 2em;
}

p.note
{
  background-color: #eee;
  padding: 10px;
  text-align: center;
}



/************
 * Headings *
 ************/

h1
{
  border-top: 1px solid #ccc;
  font-size: 1.5em;
  margin: 0;
  padding-top: 10px;
  text-transform: uppercase;
}

h2
{
  font-size: 1.5em;
  margin: 0;
}

h3
{
  font-size: 1.25em;
  margin: 0;
}

h1 + *,
h2 + *,
h3 + *
{
  margin-top: 0.5em;
}



/*********
 * Links *
 *********/

a:link,
a:visited
{
  color: #00c;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

a:active
{
  text-decoration: underline;
}



/*********
 * Lists *
 *********/

/* discography list, full width, no markers */
ul.disc
{
  border-bottom: 1px solid #ccc;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.disc li
{
  border-top: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 10px;
}


ul.disc li:after
{
  clear: both;
  content: "";
  display: block;
}


ul.disc li div.album
{
  background: url('../images/blank_insert.gif') no-repeat 12px 3px;
  float: left;
  padding: 0 10px 0 0;
  position: relative;
}

ul.disc li div.album a
{
  background: url('../images/jewel.png') no-repeat 0 0;
  display: block;
  float: left;
  height: 82px;
  overflow: hidden;
  position: relative;
  text-indent: -1000em;
  width: 90px;
  z-index: 1;
}

ul.disc li div.album img
{
  height: 72px;
  left: 12px;
  position: absolute;
  top: 3px;
  width: 72px;
}



/* demo list, full width, no markers */
ul.demos
{
  border-bottom: 1px solid #ccc;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.demos li
{
  border-top: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 10px;
  position: relative;
}

ul.demos li:hover
{
  background-color: #eee;
  cursor: pointer;
}

ul.demos li.playing
{
  background-color: #fff;
}

ul.demos li div.progress
{
  background-color: #00f;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: 0;
}

ul.demos li span.plays
{
  color: #999;
  font-size: 0.5em;
}

ul.demos li span.new
{
  color: #900;
  font-size: 0.75em;
}

