@import url('subnav.css');

body {
  text-align: center;
  margin: 0;

  background-image: url('../images/background.jpg');
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #000339;

  color: #efebf7;

  font-family: Garamond, Arial;
}

#page {
  width: 701px;
  margin: 0 auto;

  text-align: left;

  overflow: hidden;
}

#header {
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  height: 170px;

  border-bottom: 1px solid #2f58a4;
  padding: 0 20px;
}

#header .title {
  display: none;
}

#header #sitemenu {
  margin: 0;
  padding: 0;
  display: table;
  height: 170px;

  font-size: 12pt;

  padding-top: 150px;
}

#sitemenu li {
  display: inline;
  padding: 0 10px;
}

#sitemenu li.active {
  font-weight: bold;
}

#sitemenu a {
  text-decoration: none;
  height: 20px;
}

#content {
  padding: 30px;
}

h1 {
  font-size: 120%;
  margin-top: 1em;
  padding: 0;
  margin: 0;

  border-bottom: 3px solid #2f58a4;
}

a img {
  border: 0;
}

h2 {
  font-size: 110%;
}

h3 {
  font-size: 100%;
  font-weight: bold;
}

p {
  margin-top: 1em;
}

a {
  color: #d2d0ff;
}

#content ul {
  list-style: none;

  padding-left: 20px;
}

#content li {
  background-image: url('../images/chevron.jpg');
  background-position: 5px 6px;
  background-repeat: no-repeat;

  padding-left: 20px;
}

a:hover {
  color: white;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 80%;
  border-top: 1px solid #2f58a4;
  padding: 20px 0;
}

/***** Page Specifics *****/

#content .pageimg {
  float: right;
}

body#about #content .pageimg {
  margin-top: -44px;
  margin-right: 3px;
}
html>body#about #content .pageimg {
  margin-top: -60px;
}

body#about #content {
  padding-top: 0;
  padding-right: 0;
}

body#about #content p, body#about #content h1 {
  margin-right: 30px;
}

body#music #content {
  padding-right: 0;
  margin-right: 9px;
}

html>body#music #content {
  margin-right: 12px;
}

body#music #content .pageimg {
  margin-top: -76px;
}

body#music h1 span {
  display: block;
  text-align: right;
  margin-top: -1.3em;
}

body#music h2 span {
  display: block;
  font-size: 90%;
  font-weight: normal;
  color: #d2d0ff;

  font-variant: small-caps;
}
