html { background: #f6f6f6; }
body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
}

a.chirplink { display: none; }

#header {
  padding: 8px 16px;
  text-align: center;
}

.nav {
  padding-left: 1em;
  border-left: 28px solid #662382;
  border-right: 10px solid #662382;
  background: #3d3d3c;
  -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2);
  box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2);
  text-transform: lowercase;
  line-height: 29px;
  font-size: 16px;
}
.nav a:link, .nav a:visited {
  padding-right: 1em;
  text-decoration: none;
  color: #fff;
}

.footer {
  border-left: 28px solid #f6f6f6 !important;
  border-right: 10px solid #f6f6f6 !important;
  background: #662382 !important;
}

#menu_heading {
  height: 29px;
  padding-left: 10px;
  background: #3d3d3c;
  -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2);
  box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2);
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
}

#menu {
  padding-left: 10px;
  padding-bottom: 2em;
  border-top: 4px solid #f6f6f6;
  background: #dedc00;
  vertical-align: top;
}
#menu p {
  margin-top: 0;
  padding-top: 1em;
}
#menu b {
  text-transform: lowercase;
  font-size: 16px;
  color: #000;
}
#menu ul {
  margin: 4px 0 1em 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#menu li {
  padding: 3px 2px 3px 16px;
  background: url(/images/bullet.png) 6px center no-repeat;
  font-size: 13px;
}
#menu li.odd {
  background-color: rgba(255,255,255,0.6);
  background-color: #ecff9e;
}
#menu a:link, #menu a:visited {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #3d3d3c;
}

#content {
  padding: 0 10px 16px 0;
  border: solid #f6f6f6;
  border-width: 24px 0 0 28px;
  vertical-align: top;
  line-height: 1.4;
  color: #333;
}
#main {
  min-height: 500px;
  padding: 20px 28px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.1);
  box-shadow: 4px 4px 8px rgba(0,0,0,0.1);
}
#content ul {
  list-style-type: circle;
}
#content li {
  padding-bottom: 6px;
}

h1 {
  margin-top: 0;
  border-bottom: 2px solid #dedc00;
  font-size: 28px;
  color: #3d3d3c;
}
h2 {
  margin-top: 2em;
  font-size: 24px;
  color: #3d3d3c;
}
h3 {
  font-size: 16px;
  color: #3d3d3c;
}
h3 a:link, h3 a:visited {
  text-decoration: none;
}
h4 {
  margin-bottom: 4px;
  font-size: 12px;
}

#newsfilter {
  margin: -1em 0 0.5em;
  font-weight: bold;
  font-size: 14px;
  color: #3d3d3c;
}
#newsfilter a:link, #newsfilter a:visited {
  padding-left: 0.5em;
  text-decoration: none;
  text-transform: lowercase;
  color: #65a537;
}
#newsfilter a:hover, #newsfilter a:focus, #newsfilter strong {
  padding-left: 0.5em;
  text-decoration: none !important;
  text-transform: lowercase;
  color: #662382;
}

div.divider {
  height: 2px;
  background-color: #dedc00;
}

a:link, a:visited { color: #76b545; }
a:link:hover, a:link:focus {
  text-decoration: underline !important;
  color: #dedc00;
}

table#blog td {
  vertical-align: top;
  color: #0f572a;
}

#copyright {
  background: #dedc00;
  text-align: center;
  line-height: 29px;
  font-size: 11px;
  color: #3d3d3c;
}

.products { clear: both; }
.products th {
  padding: 4px 0 2px 0;
  border-bottom: 1px solid #aed191;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.products .photo {
  padding: 1em;
  text-align: center;
}
.products .detail {
  padding: 1em 0 1em 0.5em;
}
.products .detail h4 {
  margin-top: 0;
}
.products .price {
  padding: 6px;
  line-height: 140%;
  white-space: nowrap;
  color: #2E5400;
}
.products .order {
  padding: 0 1em;
  text-align: center;
  white-space: nowrap;
}
.products .order form, .products .order p {
  margin: 4px 0;
}

table.collapse {
  background-color: #ecff9e;
}
table.collapse tr {
  border: 1px solid #3d3d3c;
}
table.collapse th {
  padding: 4px;
  background-color: #3d3d3c;
  letter-spacing: 1px;
  font-weight: normal;
  color: #fff;
}
table.collapse th a:link, table.collapse th a:visited {
  color: #fff !important;
  text-decoration: none;
}
table.collapse td {
  padding: 6px 4px;
  border: none;
}

.outofstock {
  color: #c00;
}

fieldset { border: 1px solid #eee; }
legend {
  padding: 4px;
  font-weight: bold;
  font-size: 14px;
}

.box {
  margin: 0 0 0.5em 0;
  padding: 0;
  border: 1px solid #3d3d3c;
  background-color: #ecff9e;
}
.box h4 {
  padding: 4px;
  background-color: #3d3d3c;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
}
.box ol {
  margin-left: 0;
  padding-left: 50px;
}

input, textarea { color: #2E5400; }

#notice {
  margin: 2em 0 1em 0;
  padding: 0.5em;
  border: 2px solid #ee991f;
  background-color: #D4E2A3;
}

table.orders {
  margin: 1em 0;
  width: 100%;
  font-size: 14px;
}
table.orders th {
  background: #eee;
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
}
table.orders td {
  background: #eee;
}
table.orders thead th, table.orders thead td, table.orders tfoot th, table.orders tfoot td {
  background: #ccc !important;
}

