/* Positioning */

*
{
  margin: 0;
  padding: 0;
}

body
{
  margin: 2em 1em;
}

h1,
e2,
h3,
p,
table,
ul,
blockquote
{
  margin: 1em;
}

h1 {
  margin-top: 0;
  margin-left: 0.25em;
  margin-bottom: 0;
}

h2 {
  padding-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1.25em;
  margin-left: 0.5em;
}

blockquote, p.footnote
{
  font-size: 0.9em;
}

ul
{
  margin-left: 2.5em;
}

ul ul
{
  margin-left: 1.5em;
}

th
{
  padding-right: 1em;
}

#cover
{
  margin: 1em 0;
}

img.jewel
{
  height: 18em;
  width: 18em;
}

img.digipak
{
  height: 15.9em;
  width: 18em;
}

img.equipment
{
  height: 12em;
  width: 18em;
}

img.other {
  width: 18em;
}

#menu {
  float: left;
  width: 25em;
}

#article {
  margin-left: 25em;
}

#skip {
  display: none;
}

/* Text formatting */

*
{
  font-family: Helvetica, Sans-Serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.333em;
}

body
{
  font-size: 0.8em;
}

h1,
h2,
h3,
th,
td
{
  text-align: left;
}

p
{
  text-align: justify;
}

a
{
  text-decoration: underline;
}

h1 a span, h2, #tagline {
  font-family: Helvetica-Bold, Sans-Serif !important;
  font-weight: bold;
}

h1 {
  font-size: 3em;
}

h1 a
{
  text-decoration: none;
}

h2 {
  font-size: 2em;
}

ul
{
  list-style-type: disc;
}

h3,
th,
strong,
strong a
{
  font-weight: bold;
}

tr
{
  vertical-align: top;
}

td.title
{
  background-color: #4682B4; /* Main colour: steel blue */
  border: 1px solid #444;
  color: white;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
}

em {
  font-style: italic;
}

/* Colours */

body
{
  background-color: white;
  color: #444;
}

a, #rating
{
  color: #4682B4; /* Main colour: steel blue */
}

#cover, img.border
{
  border: 1px solid #444;
}

#tagline{
}

h2
{
  border-bottom: 1px solid #4682B4; /* Main colour: steel blue */
  padding-bottom: 0.5em;
}

table.statistics
{
  background-color: #EEE;
  border: 1px solid #444;
  float: right;
  margin: 0 1em 2em 2em;
  padding: 1em;
  width: 20em;
}

/* Making up for Internet Explorer's hideous inadequacies */

*:first-child+html #cover
{
  margin: 1em;
}

*:first-child+html th
{
  padding-left: 1em;
}

/* Articles */

.illustration_box {
  clear: right;
  float: right;
  margin: 0 1em 2em 2em;
  width: 300px;
}

.illustration {
  width: 300px;
}

.illustration_caption {
  font-weight: bold;
  margin: 1em 0 0 0;
  text-align: center;
}

.illustration_caption a {
  font-weight: bold;
}

.sound_clip {
  display: inline;
  height: 17px;
  width: 17px;
  vertical-align: bottom;
}

#self_quote {
  border-right: 0.125em solid #4682B4;
  color: #4682B4;
  float: left;
  font-size: 1.5em;
  margin: 0 0.666em 0.666em 1.333em;
  padding: 0 0.666em 0 0;
  text-align: left;
  width: 10em;
}

samp {
	font-family: monospace;
}

sup {
	font-size: 0.75em;
	vertical-align: sup;
}

body.appendix table th, body.appendix table td {
  border: 1px solid #E0E0E0;
  padding: 0.25em;
}

/* For the keys and chords appendix */

table.keys th, table.keys td {
  width: 4em;
}

table.keys th.title {
  text-align: center;
}

table.keys .root,
table.keys .third,
table.keys .fifth {
  background-color: #F0F0F0;
}

/* For the instrument range appendix */

table#instrument_ranges th.sharp {
	background-color: #444;
	color: white;
}

table#instrument_ranges td.range {
  background-color: #4682B4; /* Main colour: steel blue */
  color: white;
  text-align: center;
}
