/* General page stuff */
body {
  font-family: "Hevetica", "Grotesque", "Arial", sans-serif;
  background-color: white;
  background-image: none;
  color: black;
  text-align: justify;
}
hr.footsep {
  clear: both;
  width: 0pt;
  height: 0pt;
  display: none;
}
p.foottext {
  font-size: x-small;
  clear: both;
  border-top: thin #444 solid;
  margin-top: 2ex;
  padding-top: 1ex;
  margin-right: 165px;
}

div.main {
  margin-left: 1.7in; /* width of the sidebar + a bit */
  margin-right: 165px; /* width of the badgirl logo */
}
h2 {
  margin: 0;
  padding: 0;
  margin-top: 1ex;
  padding-top: 0px;
  color: #444;
  font-family: "Veranda", "Hevetica", sans-serif;
  font-size: 175%;
  font-weight: bold;
}

p.price {
  text-align: right;
  margin-top: -.5em;
}
div.splash {
  text-align: center;
  margin-top: .5in;
}
div.welcome {
  font-size: 200%;
  margin-top: .5in;
  margin-bottom: -.5em;
  color: #004083;
}
div.welcome a {
  color: #004083;
  text-decoration: none;
  font-style: normal;
}
a.subtle img {
  border-width: 0; 
}
input.subtle {
  border-width: 0; 
}
div.splash a {
  color: #444;
}

dt {
  font-weight: bold;
}


/* header bar stuff */
h1 {
  background-color: #fff8a4;
  background-image: url(img/h1.png);
  background-repeat: no-repeat;
  background-position: center right;
  height: 1em;
  
  color: #000000;
  text-align: right;
  margin-top: 25px;
  margin-right: 165px;
  padding: 1.25em;

  font-family: "Enviro", cursive;
  font-weight: bold;
  font-size: xx-large;
}
h1 span {
  display: none;
}
h1#splash {
  background-image: none;
  background-color: inherit;
  height: auto;
  margin: 1em 0 0 0;
  padding: 0;
  text-align: center;
}

/* button bar stuff */
div.sidebar {
  /*background-color: #e95005;*/
  width: 1.5in;
  padding-top: 0ex;
  margin-top: 0.5ex;
  padding-bottom: 2ex;
  /*height: 100%;*/
  /*position: fixed;*/
  /*position: static;*/
  float: left;
  text-align: center;
}
div.buttongroup {
  margin-bottom: 1ex;
}
div.button, div.buttondown {
  border-color: #888 #000 #000 #888;
  border-style: solid;
  border-width: 3px;
  background-color: #444;
  font-weight: bold;
  text-align: center;
  padding: .5ex .5ex;
  margin: 0px;
  overflow: hidden;
}
div.button a, div.buttondown a {
  text-decoration: none;
  font-style: normal;
  color: #fff8a4;
  width: 1.3in;
  /*background-color:#777;*/
}
div.button a:visited, div.buttondown a:visited {
  color: #fff8a4;
}
div.button a:active, div.buttondown a:active {
  color: #f00;
}
div.button:hover, div.buttondown:hover, div.button a:hover, div.buttondown a:hover {
  color: #bab578;
}
div.buttondown {
  border-color: #000 #888 #888 #000;
}
div.shipping {
  margin-top: 0;
  padding-top: 0;
}
p.shipping {
  margin-top: 0;
  padding-top: 0;
  padding-left: 4px;
  text-align: center;
}
a.shipping {
  font-size: smaller;
  margin-top: 0;
  padding-top: 0;
}


/* item boxes */
table.item {
  padding: 0ex;
  margin-top: .2in;
  margin-bottom: .2in;
  border-width: 0px;
  vertical-align: middle;
}
table.item td {
  /*border: black thin solid;*/
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}
table.item td.itemimg {
  width: 160px;
}
table.item td.itemtext {
  margin-left: 10px;
  width: 100%;
}


/* other elements */
div.figure {
  text-align: center;
}
div.figure img {
  margin: 1ex;
  vertical-align: middle;
}
div.markettable {
  text-align: center;
}
table.market {
  margin-left: auto;
  margin-right: auto;
}
table.market th, table.market td {
  padding-left: 1ex;
  padding-right: 1ex;
  text-align: center;
}












