/* -- Standard layout for a page ------------------------ */

H1.title {
  text-align:     center;
  text-transform: uppercase;
}

DIV.releaseinfo {
  text-align:     center;
  text-transform: lowercase;
  font-family:    monospace;
  font-size:      large;
  font-weight:    bold;
}

P.cover { text-align: center }

TABLE.tracks { font-family: monospace }
TABLE.tracks TD          { vertical-align: top; }
TABLE.tracks TD.number   { text-align: right }
TABLE.tracks TD.name     { text-align: left; }
TABLE.tracks TD.duration { text-align: right; }

P.relation { text-align: center; }
P.relation SPAN.relationheader { font-weight: bold; }

DIV.alternativecovers {
  margin-top: 1em;
  text-align: center;
}
DIV.alternativecovers SPAN.alternativecoversheader { font-weight: bold; }
DIV.alternativecovers TABLE                        { margin: 0 auto; }
DIV.alternativecovers TABLE TD                     { text-align: center; }

P.maincomment { text-align: center }

P.sectionlist { text-align: center }

SPAN.latestheader { font-weight: bold; }
SPAN.latestnews { text-transform: uppercase }

UL.releasedates LI.current { font-weight: bold; }

TABLE.charts TD      { text-align: center }
TABLE.charts TD.best { font-weight: bold; }

TABLE.credits TD { vertical-align: top; }

IMG.video { float: left }


/* -- Colours for the various artists ------------------- */

BODY.enigma {
  color:      #400080;
  background: #A0A0A0;
}
BODY.enigma A:link    { color: #4040EE }
BODY.enigma A:visited { color: #753AAB }
BODY.enigma A:active  { color: #FF0000 }
BODY.enigma H1.title        { color: #0000D0 }
BODY.enigma DIV.releaseinfo { color: #0000D0 }

BODY.sandra {
  color:      #55001D;
  background: #FFFFB0;
}
BODY.sandra A:link    { color: #000000 }
BODY.sandra A:visited { color: #888888 }
BODY.sandra A:active  { color: #FF0000 }
BODY.sandra H1.title        { color: #D50000 }
BODY.sandra DIV.releaseinfo { color: #D50000 }

BODY.cretu { color: #000000; background: #FFFF66; }
BODY.cretu A:link    { color: #000000; }
BODY.cretu A:visited { color: #888888; }
BODY.cretu A:active  { color: #FF0000; }
BODY.cretu H1.title, BODY.cretu DIV.releaseinfo { color: #CC3300; }

BODY.taaw {
  color:      #404040;
  background: #E3FFAC;
}
BODY.taaw A:link    { color: #0000EE }
BODY.taaw A:visited { color: #551A8B }
BODY.taaw A:active  { color: #FF0000 }
BODY.taaw H1.title        { color: #FF5500 }
BODY.taaw DIV.releaseinfo { color: #FF5500 }

BODY.AndruDonalds { color: #000000; background: #996633; }
BODY.AndruDonalds A:link    { color: #660000; }
BODY.AndruDonalds A:visited { color: #663300; }
BODY.AndruDonalds A:active  { color: #990000; }
BODY.AndruDonalds H1.title, BODY.AndruDonalds DIV.releaseinfo { color: #CC9966; }
