/* $Id$ */

* {
  margin: 0px;
  padding: 0px;
}

html {
  /* height: 101%; */
  height: 100%;
}

body {
  font-family: sans-serif;
  text-align: center;
  color: #333333;
  background: url(../img/head_bg.gif) repeat-x top;
  /* position: relative;
  width: 100%; */
  height: 100%;
}

#wrap {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #wrap {
	height: auto;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

.clear {
  clear: both;
}

#header-wrap {
  height: 155px;
  /* margin-bottom: 49px; */
  margin-bottom: 21px;
  background: url(../img/head_bg.jpg) no-repeat center;
}

.pt28 {
  padding-top: 21px;
}

#header {
  margin: 0 auto;
  text-align: left;

  width: 920px;
  height: 155px;
  position: relative;
}

#header h1 {
  display: block;
  background: url(../img/logo.gif) no-repeat;
  width: 594px;
  height: 29px;
  position: absolute;
  bottom: 20px;
  left: 325px;
  text-indent: -9999px;
}

ul#nav {
  list-style-type: none;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  bottom: 20px;
  left: 0px;
}

ul#nav li {
  margin-top: 5px;
}

ul#nav li a {
  color: #cbc9c9;
}

ul#nav li a:hover, ul#nav li a.selected {
  color: #b0aa00;
}

#content-wrap {
  margin-bottom: 29px;
}

#content {
  margin: 0 auto;
  width: 920px;
  text-align: left;
  font-size: 14px;
}

#content p, #content .copy {
  margin-bottom: 12px;
}

#content ul, #content ol {
  margin-left: 20px;
  margin-bottom: 12px;
}

#content a {
  color: #333333;
  text-decoration: underline;
}

#content h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

#content h2.medium {
  text-transform: none;
  letter-spacing: 3px;
}

#leftcol {
  float: left;
  width: 285px;
  margin-right: 40px;
}

#rightcol {
  float: left;
  width: 595px;
}

#image img {
  /* margin-bottom: 11px; */
  margin-bottom: 5px;
}

#image .imgnav {
  float: right;
  font-size: 11px;
}

/*
#image .imgnav a {
  position: absolute;
}

#image .imgnav a.prev {
  right: 100px;
}

#image .imgnav a.next {
  right: 0px;
}
*/

#image .slide-nav {
  float: right;
}

#image .slide-nav img {
  margin: 0px 1px 0px 6px;
}

#content .series-nav a {
  clear: both;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

#content .series-nav a img {
  vertical-align: top;
  margin-right: 12px;
  float: left;
  margin-bottom: 12px;
}

.series img {
  margin-right: 20px;
  margin-bottom: 10px;
}

.caption {
  font-size: 11px;
  text-transform: uppercase;
}

.dots {
  height: 12px;
  background: url(../img/dots.gif) repeat-x;
}

#content ul.artist-subnav {
  list-style-type: none;
}

#content ul.artist-subnav li {
  margin-bottom: 12px;
}

#content ul.artist-subnav li a {
  background: url(../img/triangle.gif) 0px 3px no-repeat;
  padding-left: 16px;
  text-decoration: none;
  font-weight: bold;
}

#content ul.medium-subnav {
  list-style-type: none;
  margin: 0px;
}

#content ul.medium-subnav li {
  margin-bottom: 12px;
}

#content ul.medium-subnav li a {
  text-decoration: none;
  font-weight: bold;
}

#content .medium {
  margin-bottom: 23px;
}

#content .medium p {
  margin-bottom: 0px;
}

#content .medium h3 {
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 6px;
}

#content .medium p {
  line-height: 180%;
}

#content .medium img {
  float: left;
  margin-right: 16px;
}

.mb12 {
  margin-bottom: 12px;
}

#footer-wrap {
  background-color: #b0aa00;
  /*
  background-color: #bdbe69;
  background-color: #1d1c21;
  */
  /*
  position: absolute;
  width: 100%;
  height: 31px;
  bottom: -1px;
  */

  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#footer {
  margin: 0 auto;
  text-align: left;
  
  width: 920px;
  height: 10px;
  font-size: 10px;
  color: White;
  padding: 10px 0px;
  font-weight: bold;
}

#footer .tagline {
	float: right;
	text-transform: uppercase;
}

#footer a {
  color: White;
}

#content h3 a, #content h2 a {
  text-decoration: none;
}