body, html
{ 
  font-family: verdana, sans-serif;
  text-align: center;
  color: #420;
  background: url("images/vowel-bg-bg.jpg");
  margin: 0;
  padding: 0;
}

body
{
  margin-bottom: 40px;
}

p, h1, li
{
  font-size: 12px;
  margin: 10px;
}

ul { margin-top: 2px; }

h1.first
{
  margin-top: 0;
}

a
{ 
  color: #761;
  font-weight: bold;
}

h1
{ 
  font-size: 16px;
  font-style: bold;
  color: #761;
}

#menu a
{
  padding: 10px;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: white;
}

#menu a:hover
{
  background: white;
  color: #982;
}

#menu
{
  position: absolute;
  top: 0;
  left: 0px;
  width: 540px;
  z-index: 1;
}

#content, #content-shade
{
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 540px;
  height: 389px;
  overflow: hidden;
}

#content
{
  top: 60px;
  left: 50px;
  width: 500px;
  height: 329px;
  z-index: 1;
  overflow: auto;
}

#close
{
  position: absolute;
  top: 6px;
  right: 10px;
}

#container
{
  position: relative;
  height: 449px;
  width: 600px;
}

#bgimg, #bgimg-top
{
  position: absolute;
  top: 0;
  left: 0;
}

#bgimg-shadow
{
  position: absolute;
  top: -46px;
  left: -46px;
}

.float-right
{
  float: right;
  margin: 0 0 5px 7px;
  border: 1px solid;
}

.float-left
{
  float: left;
  margin: 0 10px 5px 0;
  border: 1px solid;
}

#notice
{
  position: absolute;
  bottom: 5px;
  left: 2px;
  color: white;
  font-size: 9px;
}

.tracks
{
  margin: 10px;
  border-bottom: 1px solid #420;
}

.tracks td
{
  border-top: 1px solid #420;
}

.tracks td p
{
  margin: 3px;
  padding: 0;
}

.tracks a
{
  font-weight: normal;
  text-decoration: none;
}

.tracks a:hover
{
  background: #eb3;
}

.track-name
{
  font-weight: bold;
}

.track-desc
{
  font-size: 10px;
}

.track-date
{
  font-size: 80%;
  font-style: italic;
}

.track-comment-tools
{
  font-size: 10px;
  font-style: italic;
}

.track-comments-add, .track-comments
{
  display: none;
  font-size: 10px;
}

.track-comments-add textarea
{
  background: lightyellow;
  border: 1px solid;
  font-family: sans-serif;
  font-size: 10px;
  width: 100%;
  height: 40px;
  padding: 5px;
  overflow: auto;
}

.track-comments-add input
{
  background: lightyellow;
  border: 2px solid;
  font-size: 10px;
}

.track-comments
{
  padding: 0 10px;
  margin: 0 0 10px 10px;
  border-left: 1px dotted;
}

.track-comments p
{
  font-size: 10px;
}

.track-comments hr
{
  border: 0;
  height: 1px;
  background: #420;
  color: #420;
}

.showall
{
  font-style: italic;
}

.comment-time
{
  color: #666;
  font-size: 80%;
  font-style: italic;
}