/* =============================================================================
Seed to Plate - Recipes
============================================================================= */

/* Sub nav
============================================================================= */

#sub-nav {
  width: 220px;
  float: left;
}

#sub-nav ul {
  font: normal 14px/19px Arial, Helvetica, sans-serif;
  color: #749622;
  padding: 0 0 18px 0;
  border-bottom: 1px solid #d5cec8;
}

#sub-nav ul.bottom {
  padding: 16px 0 0 0;
  border-bottom: none;
}

#sub-nav ul li {
  margin: 0 12px;
}

#sub-nav ul li.heading {
  font: normal 18px Georgia, "Times New Roman", serif;
  color: #3c3229;
  margin: 0 12px 8px 12px;
}

#sub-nav ul li a {color: #b57135;}
#sub-nav ul li a.sub_nav_on, #sub-nav ul li a.sub_nav_on:hover {color: #749622;}
#sub-nav ul li a:hover {color: #d29864;}

/* Base
============================================================================= */

.base {
  background: url(/img/frames/frame_694.gif) 0 0 repeat-y;
  width: 694px;
  float: right;
  margin-top: 17px;
}

.base_top {
  background: url(/img/frames/frame_694_top.jpg) left top no-repeat;
}

.base_bottom {
  background: url(/img/frames/frame_694_bottom.jpg) left bottom no-repeat;
  padding: 13px 12px 12px 12px;
}

h2.left {
  padding-top: 5px;
  padding-bottom: 16px;
}

a.right {
  margin: 8px 0 0 0;
  float: right;
}

.base_bottom p {
  padding-bottom: 17px;
}

.base img {
  height: 223px;
  width: 223px;
  float: left;
  padding: 0 10px 11px 2px;
}

.text_holder {
  float: left;
  width: 425px;
}

.base strong {
  display: block;
  margin: 8px 0 0 0;
}

.base em {
  font-style: normal;
  display: block;
  color: #A79A8F;
  padding-bottom: 7px;
}

.base_bottom h3 {
  padding: 0 0 9px 0;
  font-weight: normal;
  font: normal 18px Georgia, "Times New Roman", serif;
  color: #262626;
}

/* Seed options
============================================================================= */

.seed_options {
  padding: 8px 0 0 0;
  height: 30px;
}

.seed_options span {
  font-size: 10px;
  display: block;
  float: left;
  background: #9A6946;
  padding: 0 4px;
  margin: 0 6px 0 0;
  color: #FFFFFF;
  line-height: 13px;
}

.seed_options strong {
  margin :0;
  display: inline;
}

.seed_options span.harvest {background: #749622;}

/* Form
============================================================================= */

.base_bottom form {
  padding: 15px 2px 0 0;
  height: 30px;
}

.base_bottom form div {
}

.base_bottom label {
  display: block;
  float: left;
  padding-top: 5px;
  color: #A798AF;
}

.base_bottom select {
  display: block;
  float: left;
  margin: 3px 10px 0 5px;
  padding: 2px 0;
  font-size: 11px;
}

.base_bottom button {
  display: block;
  float: left;
  background: url(/img/buttons/add_to_basket.gif) 0 0 no-repeat;
  height: 26px;
  width: 117px;
  border: none;
  cursor: pointer;
}
.base_bottom button span {display: none;}
.base_bottom button:hover {background-position: 0 -26px;}