@import url( "/css/core.css" );

#page
{
  position: absolute;
  width: 100%;
}

#column
{
  background-color: #da9a25;
  color: inherit;
  margin: 0 auto;
  text-align: left;
  width: 800px;
}

#home
{
  position: absolute;
  z-index: 0;
}

#menu
{
  background-color: #af132c;
  color: inherit;
  font-size: 0.9em;
  line-height: 2em;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}

#content
{
  margin: 1em 2em;
}

#copyright
{
  background-color: #454979;
  clear: both;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.25em;
  padding-right: 1em;
  text-align: right;
}

address
{
  margin-left: 2em;
}

h1
{
  font-size: 1.5em;
  margin-top: 1em;
}

h2
{
  margin-top: 1ex;
}

h3
{
  margin-bottom: 1ex;
}

.bio td
{
  line-height: 1.1em;
  padding-right: 1ex;
}

.quote
{
  float: left;
  font-size: larger;
  margin: 1em 1em 1ex 0;
  width: 50%;
}

.cdquote
{
  font-size: larger;
  margin: 1em 1em 1ex 0;
  width: 50%;
}

.inline-quote
{
  font-size: larger;
  font-style: italic;
  margin: 1em auto;
  width: 65%;
}

.quote .author, .inline-quote .author, .cdquote .author
{
  font-size: smaller;
  font-style: normal;
  margin: 1ex 0;
  text-align: right;
}

.article h1
{
  font-size: 1.3em;
  line-height: 1em;
}

.article h3
{
  font-size: 0.9em;
}

.article .abstract
{
  font-size: 0.85em;
  font-style: italic;
}

.message
{
  background-color: #8f8;
  border: 1px solid #000;
  clear: both;
  margin: 1em auto;
  padding: 1em;
  text-align: center;
  width: 80%;
}

.error
{
  background-color: #f88;
  border: 1px solid #000;
  clear: both;
  margin: 1em auto;
  padding: 1em;
  text-align: center;
  width: 80%;
}

.contact-form
{
  clear: both;
  width: 65%;
}

.mailinglist-form
{
  clear: both;
  width: 80%;
}

.odd
{
  background-color: #e0ab46;
}

.albumdesc h1
{
  font-size: 1.5em;
}

.albumdesc .description
{
  margin: 1em;
}

.albumcover
{
  border: 1px solid #000;
  height: 150px;
  margin-right: 1em;
  width: 150px;
}

.tracks
{
  border: 1px solid #000;
  font-size: 0.8em;
  margin-top: 1em;
  margin-bottom: 2em;
  width: 99%;
}

.tracks .subtitle
{
  display: block;
  font-family: Comic Sans MS;
  font-size: 0.9em;
  font-style: italic;
  margin-top: 3px;
}

.tracks .listen
{
  border-left: 1px solid #000;
}
