body {
  background: #0b0b0b url('images/zac_web.jpg') fixed no-repeat top right;
  color: #ffffff;
  font-size: 13px;
  font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #d2232a;
}
.z {
  float: right;
  font-size: 0.001px;
  color: transparent;
  display: inline-block;
  width: 0px;
}
a { color: #bbbbbb; }
a:hover { color: #ffffff; }
.popout {
  color: #d2232a;
  font-size: 120%;
  line-height: 26px;
  font-family: "Baskerville", "Times", "Times New Roman", serif;
  text-transform: uppercase;
  text-align: justify;
  border-top: 1px #d2232a solid;
  border-bottom: 1px #d2232a solid;
  padding: 8px 0px;
}
#sidebar {
  position: fixed;
  left: 20px;
  width: 200px;
}
#sidebar a.logo {
  background: url('images/thiscity-logo.png') no-repeat;
  height: 140px;
  display: block;
  color: transparent;
  font-size: 0px;
}
#sidebar a.buybook {
  background: url('images/buybook.png') no-repeat;
  width: 188px;
  height: 183px;
  display: block;
  color: transparent;
  font-size: 0px;
}
#sidebar .subhead { margin-top: 17px; }
#sidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
#sidebar ul li { margin-bottom: 4px; }
#sidebar a {
  color: #ffffff;
  text-decoration: none;
}
#sidebar a:hover { color: #bbbbbb; }
#sidebar a.selected { color: #bbbbbb; }
#sidebar a.link {
  float: left;
  margin-top: 15px;
  margin-right: 5px;
  display: block;
  color: transparent;
  font-size: 0px;
}
#sidebar a.facebook {
  width: 66px;
  height: 25px;
  background: url('images/facebook-logo.png');
}
#sidebar a.blog {
  width: 50px;
  height: 25px;
  background: url('images/blog-link.png');
}
#sidebar #credit { clear: both; }
#content {
  background: url('images/diag-rule.png') no-repeat top left;
  padding-top: 155px;
  padding-bottom: 20px;
  margin-left: 240px;
  margin-top: 20px;
  width: 450px;
  text-align: justify;
}
#content p:first-of-type { margin-top: 0; }
#content h1:first-of-type {
  position: absolute;
  margin-left: 40px;
  margin-top: -50px;
  margin-bottom: 30px;
  color: #ffffff;
}
#content #image-gallery { width: 610px; }
#content #show-swf {
  color: #d2232a;
  padding: 2px 5px;
  border: 1px solid #d2232a;
  border-radius: 3px;
  text-decoration: none;
}
#content #show-swf:hover {
  color: #ffffff;
  border-color: #ffffff;
}
#content #preview-box {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
#content .preview-hide { display: none; }
#content #preview-swf {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -470px;
  margin-top: -294px;
  background: black;
  width: 940px;
  height: 588px;
  display: block;
}
#content a#preview-closebutton {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('images/closebutton.png');
  z-index: 1100;
}
#content a#preview-closebutton:hover { background-position: -32px 0; }
#content #download-form input.text {
  margin-left: 15px;
  width: 325px;
}
#content #download-form input#phone_number { width: 120px; }
#content #download-form label {
  width: 100px;
  display: inline-block;
}
#content #download-form textarea {
  width: 435px;
  height: 100px;
  padding: 5px;
}
#content #download-form .error {
  background-color: #d2232a;
  border: 2px solid #ae1b22;
  color: #ffffff;
}
#content #download-form #submit {
  background-color: #d2232a;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  padding: 5px 15px;
  float: right;
}
#content #download-form #submit:hover {
  background-color: #ffffff;
  color: #d2232a;
}
#content #buy-form { text-align: left; }
#content #buy-form h2 { margin-bottom: 0; }
#content #buy-form img.buy-book {
  float: left;
  margin-right: 5px;
  width: 175px;
}
#content #buy-form form {
  width: 270px;
  float: left;
}
#content #buy-form input.buy-button { float: right; }
#content #buy-form input#quantity {
  margin-left: 15px;
  width: 25px;
}
#content #buy-form div.cost { margin-bottom: 6px; }
#content #buy-form div.cost span.value { float: right; }
#content #buy-form div.total {
  border-top: 1px #ffffff solid;
  padding-top: 3px;
}
#content .profile {
  clear: both;
  margin-bottom: 50px;
  min-height: 240px;
}
#content .profile h2 { margin-bottom: 0; }
#content .profile p:first-of-type { margin-top: 15px; }
#content .profile img.profile-image {
  float: left;
  margin-right: 5px;
  width: 175px;
}

