/* =========================================================================== */

/* First, the Uberstyles for the whole site */

html, body {
  height: 100%;
  background-color: #ffffff;
/*  background-image: url(../img/img_bkg_eerieblack.png);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: repeat; */
  margin: 0px;
  padding: 0px;
  border: none;
  color: #202020;
  font-family: AvantGarde, AvantGarde Bk BT, AvantGarde Md BT, Arial, Helvetica, sans-serif;
  font-weight: regular;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-variant: normal;
  font-size: 100%;
  line-height: 125%;
}


/* =========================================================================== */

/* Ensure that tables/TDs don't muck up the styles */

table, table td {
  background-color: transparent;
  color: #202020;
  font-family: AvantGarde, AvantGarde Bk BT, AvantGarde Md BT, Arial, Helvetica, sans-serif;
  font-weight: regular;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-variant: normal;
  font-size: 100%;
  line-height: 125%;
}

p {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  font-variant: inherit;
  font-size: inherit;
  line-height: inherit;
}


/* =========================================================================== */

/* General styling */

/* Anchor links are not underlined, and are alternate colored */
/* Hovering over them alters color */
a {
  text-decoration: none;
  color: #100880;
  font-weight: bold;
}

a:hover {
  color: #a00810;
}

/* Images do not have borders or extra spacing */
img {
  margin: 0px;
  padding: 0px;
  border: none;
}

.productImage {
  padding-bottom: 8px;
}

h3 {
  color: #a0083b;
  font-size: 1.20em;
  font-variant: small-caps;
  font-weight: bold;
}

.pageName {
  padding-left: 8px;
  padding-right: 8px;
}

/* =========================================================================== */

/* Page layout */

.uberWrap {
/*  background-image: url(../img/img_bkg_nick-the-ghost.png);
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat; */
  margin: 0px;
  padding: 0px;
  font-size: 0.95em;
  letter-spacing: 0.02em;
}

.leftMetal {
  background-image: url(../img/img_bkg_brushmetal.png);
  background-position: top right;
  background-attachment: scroll;
  background-repeat: repeat;
  margin: 0px;
  padding: 0px;
}

.leftSeam {
  background-image: url(../img/img_metalseam_right.png);
  background-position: top left;
  background-attachment: scroll;
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
  font-size: 0.01em;
}

.rightMetal {
  background-image: url(../img/img_bkg_brushmetal.png);
  background-position: top left;
  background-attachment: scroll;
  background-repeat: repeat;
  margin: 0px;
  padding: 0px;
}

.rightSeam {
  background-image: url(../img/img_metalseam_left.png);
  background-position: top right;
  background-attachment: scroll;
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
  font-size: 0.01em;
}

.menuBlockUp {
  border: none;
  border-bottom: 1px #222222 solid;
  margin: 0px;
  padding: 0px;
}

.menuBlockDown {
  border: none;
  border-top: 1px #222222 solid;
  margin: 0px;
  padding: 0px;
  background-color: #acacac;
  color: #000000;
}

.menuStrip {
  background-image: url(../img/img_bkg_brushmetal.png);
  background-position: top left;
  background-attachment: scroll;
  background-repeat: repeat;
  border-top: 1px #acacac solid;
  border-bottom: 1px #808080 solid;
  border-left: 1px #181818 solid;
  border-right: 1px #9c9c9c solid;
  margin: 0px;
  padding: 0px;
}

.menuItem {
  font-size: 0.90em;
  font-variant: small-caps;
  font-weight: bold;
  border-top: 1px #ffffff solid;
  border-right: 1px #181818 solid;
  border-left: 1px #9c9c9c solid;
  border-bottom: 1px #acacac solid;
}

#pageBlock {
/*  background-image: url(../img/img_bkg_framebricks.png);
  background-position: top left;
  background-attachment: scroll;
  background-repeat: repeat-y; */
  margin: 0px;
  padding: 8px 16px;
}

.sideBlock {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.05em;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
}

.contentBlock {
  padding-left: 16px;
  text-align: justify;
}

.faqAnswers {
  text-align: justify;
}

#copyrightBlock {
  padding: 6px;
  font-size: 0.70em;
  line-height: 105%;
  text-align: center;
}

/* =========================================================================== */


.akaForm input.userWritesIt, .akaForm select, .akaForm textarea  {
  width: 100%;
  padding: 4px;
  border: 1px #100880 solid;
  background-color: #ffffff;
  color: #808080;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
}

/* The "post" button can either be JavaScript or a normal form button (if no JavaScript) */
.akaFormPostButton {
  padding: 2px 6px;
  background-color: #100880;
  border: 2px #acacac solid;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.90em;
  font-weight: bold;
}

.akaFormPostButton:hover {
  background-color: #a00810;
  border: 2px #808080 solid;
  color: #ffffff;
}

/* =========================================================================== */
