#custom-doc { width:68.46em;*width:66.81em;min-width:890px; margin:auto; text-align:left; }

body {
  background: #000;
  color: #ddd;
  font-family: Verdana;
}

/* links
-------------------------------------------------------------------- */

a {
  color: #fff;
  text-decoration: underline;
}

/* paragraphs
-------------------------------------------------------------------- */

p {
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

/* lists
-------------------------------------------------------------------- */

li {
  list-style: disc;
  line-height: 1.5;
  margin: 1.5em;
}

/* headings
-------------------------------------------------------------------- */

h1 {
  font-size: 182%; /* 24px */
  line-height: 0.8125;
  margin: 0.8125em 0;
}

h2 {
  font-size: 152%; /* 20px */
  line-height: 0.975;
  margin: 0 0 0.975em 0;
}

h3 {
  font-size: 122%; /* 16px */
  line-height: 1.21875;
  margin: 0 0 1.21875em 0;
}

/* tables
-------------------------------------------------------------------- */

table {
  margin-bottom: 1.5em;

}

th {
  font-size: 85%;
  text-transform: uppercase;
  padding: 5px;
  line-height: 1.5;
  border-bottom: 1px solid #999;
}

td {
  padding: 5px 8px;
  border-bottom: 1px solid #333;
  line-height: 1.5;
}

/* header
-------------------------------------------------------------------- */

#hd {
  height: 149px;
  background: url(/images/header.png) 3px 0px no-repeat;
  border-bottom: 8px solid #333;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

#hd h1 {
  text-indent: -999em;
  margin: 0;
  padding: 0;
}

#hd h1 a {
  display: block;
  width: 890px;
  height: 123px;
  background: transparent;
}

/* nav
-------------------------------------------------------------------- */

#nav {
  margin-top: -2px;
}

#nav ul {
  padding: 0;
  margin: 0;
}

#nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav a {
  font-size: 114%;
  display: block;
  padding: 5px 25px 5px 0px;
  color: #ddd;
  text-decoration: none;
}

#nav a:hover {
  color: #ae3530;
}

/* sidebar
-------------------------------------------------------------------- */

#sidebar {
  color: #7e0500;
  text-align: right;
}

/* blockquotes
-------------------------------------------------------------------- */

blockquote {
  margin: 1.5em;
  margin-bottom: 3em
}

cite {
  font-style: italic;
  display: block;
  line-height: 1.5;
  margin: 1.5em 0;
  text-align: right;
}

cite:before {
  content: "- ";
}

/* specs
-------------------------------------------------------------------- */

#specs li {
  line-height: 1.2;
  margin: 1em 1.5em;
  text-align: center;
  list-style: none;
  font-size: 114%;
}

#bison {
  font-size: 136%;
  text-transform: lowercase;
}

/* colors
-------------------------------------------------------------------- */

.teal {
  color: #017ba5;
}

.green {
  color: #045242;
}

.black {
  color: #000;
  font-weight: bold;
  background: #fff;
}

.royal-blue {
  color: #000fcc;
}

.burnt-orange {
  color: #c64700;
}

.baby-blue {
  color: #66e7ff;
}

/* headshot
-------------------------------------------------------------------- */

#headshot {
  float: right;
  margin: 0 5px 5px 10px;
  border: 1px solid #222;
  padding: 2px;
}

/* footer
-------------------------------------------------------------------- */

#ft {
  font-size: 136%;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
}

/* t-shirt page
-------------------------------------------------------------------- */

#t-shirts {
  background: url(/images/tees.jpg) no-repeat right;
}

/* gray page
-------------------------------------------------------------------- */

#gray {
  background: #959595;
}

#gray #bd {
  font-family: monospace;
  background: #fff;
  color: #000;
  padding: 20px;
}

#gray #hd {
  background-image: url(/images/header-gray.png);
}

#gray #nav a {
  color: #fff;
}

#gray h3 {
  font-weight: bold;
}
