#home-page #nv-home,
#about-page #nv-about,
#terms-of-sale-page #nv-terms-of-sale,
#blog-page #nv-blog {
  font-weight: bold;
  font-size: 14px;
}

h1 {
  color: #76AB13;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 36px;
  text-align: justify;
}

h2 {
  font-family: Georgia, serif;
  font-size: 24px;
  text-align: justify;
  color: #114503;
  font-weight: normal;
}

h3 {
  font-family: Helvetica, sans-serif;
  color: #6E3F0C;
  font-weight: normal;
  margin-bottom: 0.15em;
}

h4 {
  color: #AF7A41;
}

dt {
  color: #76AB13;
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 1ex;
  font-weight: bold;
}

dd {
  line-height: 1.2em;
  margin: 0;
}

#footer dt {
  font-weight: normal;
}

.address {
  float: right;
  text-align: right;
}
.price {
  color: #76AB13;
}
#copyright {
  text-align: center;
}

h2.category {
  margin-top: 2em;
}
.product-listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-listing li img {
  padding: 2px;
  border: 1px solid #ddd;
}
.product-listing li {
  text-align: center;
  float: left;
  width: 20%;
  margin-right: %1;
  margin-bottom: 1em;
}
.product-description {
  font-size: 14px;
}
h2.product-name {
  font-size: 36px;
  margin-bottom: 0;
}
#store-nav ul {
  float: right;
  margin-right: 0;
  padding-right: 0;
  list-style: none;
}
#store-nav li {
  font-size: 16px;  
}
#store-nav a {
}
h2.first {
  margin-top: 0;
}

hr.footer {
  margin-top: 1em;
}
.simple-radios ul {
  list-style: none;
  margin: 0;
}

#order-form table {
  border-collapse: collapse;
}
#order-form td {
  border: 1px solid #ccc;
}
#order-form td.product {
  border-right: none;
}
#order-form td.amount {
  border-left: none;
}

#order-form th {
  padding-top: 1em;
  background-color: #fff;
}

#blog-header h1 {
  margin-bottom: 0;
}
#blog-header h2 {
  margin-top: 0;
  color: #568B03;
}
.blog-date {
  color: #666;
  margin-top: 0;
}
.blog-article h2 {
  margin-bottom: 0;
}
#announcement {
  border-top: 1px solid #c00;
  border-bottom: 1px solid #c00;
  background-color: #fee;
  padding: 20px;
  margin-bottom: 2em;
}
#announcement h1 {
  color: #c00;
  text-align: center;
}
#announcement p {
  font-size: 16px;
}
