/*  
Theme Name: Glen Bonham
Theme URI: http://www.glenbonham,.com/
Description: A custom theme developed for the Glen Bonham website.
Version: 0.1
Author: Noah St. Amand
Author URI: http://www.tookish.net/
*/

body {
  background: #000 url("body-bg.jpg") scroll no-repeat top left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #000;
}
a {
  color: #333;
}
a:hover {
  color: #000;
  background-color: #FAFB19;
}
.require {
  color: #C00;
  font-weight: bold;
}
#header {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  width: 760px;
  background: transparent url("header-bg.jpg") scroll no-repeat top left;
}
#header h1 {
  margin: 0;
  padding: 135px 0 0 470px;
}
#header img {
  display: block;
  border-width: 0;
}
#header a {
  background-color: transparent;
}
#secondary-menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 130px;
  background: transparent url("secondary-menu-bg.png") scroll no-repeat top right;
  padding: 10px 0;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  color: #FFF;
}
#secondary-menu li {
  display: inline;
  list-style: none;
  padding: 0 6px;
}
#secondary-menu a {
  color: #FFF;
  text-decoration: none;
}
#menu {
  margin: 10px 0;
  background: transparent url("menu-bg.png") scroll no-repeat top left;
  padding: 13px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
#menu li {
  background: transparent url("menu-item-bg.png") scroll no-repeat top left;
  display: inline;
  list-style: none;
}
#menu > li:first-child {
  background-image: none;
}
#menu li a {
  padding: 0 8px 0 16px;
}
#menu li img {
  display: inline;
}
#menu ul {
  position: absolute;
  visibility: hidden;
  margin: 0 0 0 12px;
  border-color: 1px solid #483511;
  border-top-width: 0;
  background-color: #8C7955;
  padding: 0 0 2px 0;
  font-size: 70%;
  cursor: default;
  text-align: left;
}
#menu ul li {
  background-image: none;
}
#menu ul li a {
  display: block;
  padding: 4px;
  color: #FFF;
  text-decoration: none;
}
#menu ul li a.active {
  color: #CCC;
}
#container {
  position: relative;
  top: -30px;
  z-index: 10;
  margin: 0 auto;
  width: 760px;
  background-color: #FFF;
}
#sidebar {
  width: 220px;
  float: left;
  padding-top: 30px;
}
#sidebar img {
  display: block;
  margin: 10px auto;
}
#additional-information {
  margin: 10px 30px;
}
#additional-information h2 {
  font-size: 120%;
}
#additional-information ul {
  font-size: 90%;
}
#additional-information a.active {
  text-decoration: none;
  color: #000;
}
#content {
  width: 530px;
  float: right;
}
#content h2 {
  margin: 0 0 20px 0;
  background: #FAFB19 url("page-title-bg.gif") scroll no-repeat bottom left;
  padding: 26px 0 8px 12px;
  font-size: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #441F19;
}
#content img {
  margin: 10px;
  border: 1px solid #000;
  float: right;
}
#content p, #content address {
  margin: 10px 20px 10px 0;
  line-height: 1.3;
  font-style: normal;
}
#content li {
  line-height: 1.3;
  margin-right: 20px;
}
#content blockquote p {
  margin: 10px;
  font-style: italic;
}
#content h2 + p {
  font-size: 140%;
  font-weight: bold;
}
#content p.quotation {
  margin-bottom: 0;
  font-style: italic;
}
#content p.cite {
  margin-top: 0;
  text-align: right;
}
#content table.order {
  margin-left: 10px;
  border-collapse: collapse;
  border-spacing: 0;
}
#content table.order th, #content table.order td {
  margin: 0px;
  text-align: left;
  border: 1px #333333 solid;
  padding: 6px;
}
#content table.order th {
  background-color: #EEE;
}
#content table.order td.money {
  text-align: right;
}
#content label {
  white-space: nowrap;
}
#content h4 {
  margin-bottom: 2px;
}
#content h4 + p {
  margin-top: 2px;
}
#content .note {
  font-size: 90%;
}
#content .photo {
  width: 90px;
  height: 90px;
  float: left;
  text-align: center;
}
#content .photo img {
  float: none;
  margin: 0;
  padding: 0;
}
#content .photo a:hover {
  background-color: transparent;
}
#footer {
  clear: both;
  background: #FFF url("footer-bg.gif") scroll no-repeat bottom left;
  padding: 10px 10px 10px 230px;
  font-size: 90%;
}
#footer ul {
  margin: 10px 0;
  padding: 0;
}
#footer li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
  line-height: 1.3;
}

