/*
Basic CSS document for the music pages.
Last updated 22 Oct 2007 by Andrew Jones-Gonzales
*/

/*
 * divs
 */

div.pageheader
{
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
}

div.sectionheader
{
    font-weight: bold;
    font-size: x-large;
    text-align: center;
}

div.albumtitle
{
    font-weight: bold;
    font-style: italic;
    font-size: large;
    text-align: center;
}

div.albumartwork
{
    font-size: small;
}

div.sidebarsmall
{
  font-size: xx-small;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  vertical-align: middle; 
}

/*
 * Tables
 */

table
{
  text-align: left;
  vertical-align: top;
  border-style: none;
  padding: 4px;
  background-color: rgb(16, 16, 16);
}

table.title
{
  text-align: center;
  vertical-align: top;
  border-style: hidden;
  height: 170px;
}

table.menubar
{
    border-style: none;

    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;

    border-color: rgb(155,155,155);

    margin-bottom: 24px;

    width: 100%;
}

tr.menubar
{
}

td.menubar
{
  border-left-style: solid;
  border-left-width: 2px;
  padding-right: 12px;
  padding-left: 6px;
  font-family: Verdana,Sans-Serif;
}

td.menubarrightend
{
  border-left-style: solid;
  border-left-width: 2px;

  padding-right: 12px;
  padding-left: 6px;
}

td.mainarea
{
 width: 650px;
 padding-left: 16px;
}

td.albuminfo
{
    text-align: center;
    vertical-align: top;
    border-style: none;
    border-spacing: 8px;
}

td
{
  vertical-align: top;
  text-align: left;
  border-style: none;
}

td.title
{
  vertical-align: center;
  border-style: hidden;
  height: 120px;
  padding: "4";
}

td.tracklisting
{
    padding-bottom: 16px;
}

table.tracklist
{
    font-size: small;
    vertical-align: top;
    padding: 4px;
    margin-top: 32px;
    background-color: rgb(30, 30, 30);
    text-align: left;
    border-style: none;
    border-spacing: 8px;
}

/*
 * Everything else
 */

body
{
    background-color: rgb(0, 0, 0);
    direction: ltr;
    color: rgb(60,90,250);
    font-family: Arial;
    text-align: left;
}

a:link
{
    color: rgb(90,120,230);
}

a:visited
{
    color:#993399
}

a:active
{
    color: rgb(30, 120, 230);
}

h1,h2
{
    text-align: center;
}

hr
{
  width: 100%;
  height: 2px;
  color: rgb(50,80,200);
}

hr.small
{
  width: 95%;
  height: 1px;
  color: rgb(50,80,200);
}

hr.sidebar
{
  width: 95%;
  height: 1px;
  color: rgb(155,155,155);
  background-color: rgb(155,155,155);
  border-style: none;
}

hr.newsdivider
{
  width: 64%;
  height: 2px;
  border-style: none;
  color: rgb(155,155,155);
  background-color: rgb(155,155,155);
}

img
{
    border: 0;
}

ul.invisible
{
    list-style-type: none;
}

p.audioplayer
{
    padding-top: 6px;
    padding-bottom: 0px;
}

audio
{
    z-index: 99;
    padding: 0,0,0,0;
}
