/* Body */

body {
  background-color: #FFF;
  color: #111;
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 10px 0;
}

/* Headers */

h1, h2 {
  display: none;
}

h3 {
  font-size: 1.2em;
  margin-top: 0;
}

h4 {
  font-size: 1em;
}

/* Links */

a {
  color: #D9811F;
  text-decoration: none;
}

a:hover {
  color: #6CABE7;
}

/* Lists */

ul {
  margin: 0 0 1em 2em;
  padding: 0;
}

/* Misc */

address {
  font-style: normal;
}

dt {
  font-weight: bold;
  margin: 0;
}

dd {
  margin: 0 0 0.5em 0;
}

img {
  border: none;
}

p {
  margin: 0 0 1em 0;
}

/* Tables */

table {
  border-collapse: collapse;
  font-size: 0.8em;
  margin-bottom: 1em;
}

tr.even {
  background-color: #DEF0C6;
} 

th {
  background-color: #BCE18D;
  color: #FFF;
  padding: 0.3em 0.6em;
  text-align: center;
}

td {
  padding: 0.3em 0.6em;
}

/* Layout */

#container {
  margin: 10px auto;
  width: 738px;
}

#header {
  background: url('/images/1.gif') no-repeat 0 40px;
  height: 154px;
}

#contact-address {
  color: #666;
  float: left;
  font-size: 0.8em;
}

#contact-email {
  color: #666;
  float: right;
  font-size: 0.8em;
  margin-right: 29px;
}

#nav {
  clear: both;
  height: 90px;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav li {
  display: inline;
  margin: 0;
  padding: 0;
}

#nav a {
  border: none;
  display: block;
  float: left;
  height: 50px;
  text-indent: -5000px;
}

#nav-home a {
  background: url('/images/3.gif') no-repeat;
  border-right: 1px solid #51260B;
  width: 77px;
}

/* 
#nav-news a {
  background: url('/images/4.gif') no-repeat;
  border-right: 1px solid #51260B;
  width: 196px;
}
*/

#nav-club a {
  background: url('/images/20.gif') no-repeat;
  border-right: 1px solid #51260B;
  width: 183px;
}

#nav-cake a {
  background: url('/images/23.gif') no-repeat;
  border-right: 1px solid #51260B;
  width: 151px;
}

#nav-produce a {
  background: url('/images/5.gif') no-repeat;
  border-right: 1px solid #51260B;
  width: 220px;
}

#nav-order-forms a {
  background: url('/images/18.gif') no-repeat;
  border-right: 1px solid #51260B;
  width: 124px;
}

#nav-contact-us a {
  background: url('/images/7.gif') no-repeat;
  width: 116px;
}

#nav a:hover {
  background-position: 0 -50px;
}

.default #nav-home a,
.news #nav-news a,
.produce #nav-produce a,
.cheese-wedding-cakes #nav-cake a,
.order-forms #nav-order-forms a,
.contact-us #nav-contact-us a {
  background-position: 0 -100px;
  cursor: default;
}

#main {
  width: 708px;
}

#footer {
  clear: both;
  color: #999;
  font-size: 0.7em;
  padding: 30px 0 0 5px;
}

#footer p {
  margin: 0;
}

/* Classes */

.small {
  font-size: 0.7em;
}

.light {
  color: #EFAE66;
}

.medium {
  color: #D9811F;
}

.dark {
  color: #995226;
}

.content {
  float: left;
  width: 461px;
}

.content.wide {
  float: none;
  width: auto;
}

.right-block {
  float: right;
  font-size: 0.9em;
  padding: 0;
  width: 215px;
}

.right-block .title {
  font-weight: bold;
  margin-bottom: 1em;
}

.random-image {
  text-align: center;
}

.caption {
  color: #666;  
  font-size: 0.8em;
  margin: 1em 0;
}

.article {
  margin-bottom: 1em;
  overflow: hidden;
}

.article h3 {
  margin-bottom: 0;
}

.posted {
  color: #999;
  font-size: 0.8em;
  margin: 0 0 1em 0;
}

.more, 
.back {
  font-size: 0.8em;
}

.intro {
  font-size: 1.6em;
}

.errors {
  color: #995226;
}

.description {
  font-size: 0.9em;
  color: #999;
}

.form-item {
  margin: 1em 0;
}

.form-item label {
  display: block;
  font-weight: bold;
}

.form-radios .form-item {
  margin: 0.5em 0;
}

.form-radios label {
  font-weight: normal;
}

.validation a {
  color: #999;
}

.validation a:hover {
  color: #6CABE7;
}

.clr {
  clear: both;
  overflow: hidden;
  height: 1px;
}

.plain td {
  padding: 0 1.2em 0.3em 0;
}

.buttons {
  font-size: 1.2em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.buttons a {
  border-bottom: 5px solid #DAEAF9;
  background: #6CABE7;
  color: #FFF;
  display: block;
  margin-bottom: 5px;
  padding: 0.5em;
}

.buttons a:hover {
  border-bottom: 5px solid #DEF0C6;
  background: #BCE18D;
}

/* Order Forms */

#products,
#products-ordered {
  width: 100%;
}

td.product-group-label {
  font-weight: bold;
}

td.product-item,
td.product-price {
  border-right: 1px solid #FFF;
}

td.product-price,
td.product-quantity,
td.product-sub-total {
  white-space: nowrap;
}

td.product-item {
  padding-left: 1em;
  width: 90%;
}

td.product-quantity {
  text-align: center;
}

td.currency {
  text-align: right;
}

div.form-submit {
  margin-top: 2em;
  text-align: center;
}

div.form-submit p {
  font-size: 0.8em;
}

/* Preview */

dl#customer-details {
  font-size: 0.8em;
  margin-top: 0;
}

dl#customer-details dt {
  clear: both;
  float: left;
  width: 8em;
}

dl#customer-details dd {
  margin: 0 0 0.6em 8em;
}

#products-ordered td.product-quantity {
  border-right: 1px solid #FFF;
}

tr.total td {
  font-weight: bold;
  padding-top: 1.2em;
  text-decoration: underline;
}

/* Key */

dl.key dt {
  clear: both;
  color: #D9811F;
  float: left;
  width: 2em;
}

dl.key dd {
  margin: 0 0 0.6em 2em;
}

/* Print */

@media print {

  #container {
    margin: 0;
    width: auto;
  }

  #contact-email {
    margin-right: 0;
  }

  h1 {
    clear: both;
    display: block;
    font-size: 3.05em;
    font-weight: normal;
    margin: 0.5em 0;
    padding-top: 0.5em;
  }

  #header {
    background-image: none;
    height: auto;
    margin: 1em 0;
  }

  #nav,
  .form-intro,
  .form-submit,
  .validation,
  .snowflake {
    display: none;
  }

  .right-block {
    padding: 0;
  }

  #footer {
    padding: 0;
  }
  
}