/* Global fixes */

#content.full {
  padding-top: 3px;
  padding-left: 0;
  padding-bottom: 0;
  margin-left: 2px;
  width: 921px;
  z-index: 1;
}

#header {
  z-index: 15;
}

.flair {
  z-index: 20;
}

ul#primary-nav {
  height: 37px;
  z-index: 30;
}


/* Right-hand callouts */

#content .callout {
  clear: right;
  float: right;
  width: 273px;
  background: #fff;
  border: 1px solid #e3e3e3;
  margin-bottom: 3px;
  margin-right: 2px;
  color: #fff;
}
#content .callout .container {
  width: 259px;
  padding: 4px;
  margin: 3px;
}
#content .callout .container h4 {
  margin: 5px;
  color: #fff;
}
#content .callout .container p {
  margin: 5px;
}
#content .callout .container a {
  color: #fff;
}
#content .callout .container ul {
  margin: 12px 0 0 5px;
  font-size: 90%;
}
#content .callout .container .special {
  margin-top: 15px;
}
#content .callout .container .special img {
  margin: 5px 8px 5px 5px;
  float: left;
}
#content .callout .container .special h5 {
  padding-top: 0.8em;
  font-size: 110%;
}
#content .callout .container .special p {
  font-size: 90%;
}

#content #health-wellness .container  {
  background: #8aba4a;
  border-top: 4px solid #6fa32a;
}
#content #health-wellness .container .special {
  border: 1px solid #88b14b;
  background: #a1c86e;
}
#content #health-wellness .container ul li {
  display: inline;
  width: 112px;
  float: left;
  background: url(../images/bullets/white_tick.gif) no-repeat left;
  padding-left: 14px;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

#content #delicious-recipes .container {
  background: #6d0303;
  border-top: 4px solid #4f0101;
}
#content #delicious-recipes .container p {
  font-size: 95%;
}
#content #delicious-recipes .container .special {
  background: #8a3535;
  margin: 1px;
  margin-top: 0.4em;
}
#content #delicious-recipes .container .special img {
  margin: 3px 5px 2px 3px;
}

#content #cranberry-faqs .container {
  background: #391919;
  border-top: 4px solid #210909;
}
#content #cranberry-faqs .container p {
  font-size: 95%;
}
#content #cranberry-faqs .container ul li {
  font-size: 95%;
  margin-bottom: 0.2em;
}
#content #cranberry-faqs .container .special {
  background: #4d3030;
  margin: 1px;
  margin-top: 1em;
}
#content #cranberry-faqs .container .special h5 {
  padding-top: 0.4em;
}
#content #cranberry-faqs .container .special p {
  font-size: 90%;
}


/* Tabbed widget */

#content #tabbed-info {
  width: 640px;
  height: 306px;
  position: relative;
}
#content #tabbed-info ul#tabs {
  position: absolute;
  bottom: 0;
  left: 12px;
  overflow: hidden;
  height: 30px;
}
#content #tabbed-info ul#tabs li {
  display: block;
  float: left;
  margin-right: 1px;
  background: url(../images/home/tab_inactive_right.png) no-repeat right top;
  height: 30px;
  position: relative;
  top: 6px;
}
#content #tabbed-info ul#tabs li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 4px;
  height: 100%;
  display: block;
  background: url(../images/home/tab_inactive.png) no-repeat left top;
  margin-right: 4px;
  outline: none;
}
#content #tabbed-info ul#tabs li.active {
  background: url(../images/home/tab_active_right.png) no-repeat top right;
  top: 0;
}
#content #tabbed-info ul#tabs li.active a {
  background: url(../images/home/tab_active.png) no-repeat top left;
}
#content #tabbed-info ul#tabs li a:hover {
  text-decoration: none !important;
}
#content #tabbed-info .image {
  margin: 0;
  width: 640px;
  height: 306px;
  position: absolute;
}
#content #tabbed-info #image-1 { background: url(../images/home/tabs/1.jpg) no-repeat; }
#content #tabbed-info #image-2 { background: url(../images/home/tabs/2.jpg) no-repeat; }
#content #tabbed-info #image-3 { background: url(../images/home/tabs/3.jpg) no-repeat; }
#content #tabbed-info #image-4 { background: url(../images/home/tabs/4.jpg) no-repeat; }
#content #tabbed-info #image-5 { background: url(../images/home/tabs/5.jpg) no-repeat; }

#content #tabbed-info .content {
  position: absolute;
  top: 130px;
  left: 15px;
  width: 300px;
}
#content #tabbed-info .content h4 {
  margin: 0 0 5px 4px;
  font-family: Helvetica, Arial, sans-serif;
  color: #852d11;
  width: 200px;
}
#content #tabbed-info .content ul {
  margin-bottom: 5px;
}
#content #tabbed-info .content ul li {
  margin-bottom: 0.1em;
  background: url(../images/bullets/brown_arrow.gif) no-repeat left;
  padding-left: 17px;
}
#content #tabbed-info .content ul li a {
  color: #852d11;
  margin-left: 0;
  text-decoration: none;
}
#content #tabbed-info .content a {
  color: #c48d7c;
  margin-left: 1em;
}


/* Recipe search */

#content #recipe-search {
  width: 620px;
  margin-top: 4px;
  background: #fae2e1;
  padding: 10px;
  position: relative;
  height: 50px;
}
#content #recipe-search label {
  margin-top: 0;
  margin-bottom: 5px;
  color: #540200;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 110%;
}
#content #recipe-search div.text {
  border: 1px solid #750b09;
  border-right: none;
  width: 525px;
  position: absolute;
  top: 30px;
}
#content #recipe-search div.text input {
  width: 505px;
  border: none;
  border-left: 2px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  height: 18px;
  padding: 2px 7px 2px 4px;
}
#content #recipe-search input.search {
  width: 100px;
  position: absolute;
  top: 30px;
  left: 525px;
}


/* Newsletter signup */

#content #newsletter-signup {
  margin-top: 4px;
  width: 632px;
  padding: 3px;
  border: 1px solid #e3e3e3;
  position: relative;
}
#content #newsletter-signup .container {
  background: #d0e9b0;
  height: 60px;
}
#content #newsletter-signup .container h4 {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 10;
  margin-top: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 120%;
  color: #598225;
}
#content #newsletter-signup .container h5 {
  position: absolute;
  top: 35px;
  left: 10px;
  z-index: 10;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: normal;
  color: #598225;
}
#content #newsletter-signup .container img {
  position: absolute;
  top: 6px;
  left: 290px;
  z-index: 5;
}
#content #newsletter-signup .container form {
  position: absolute;
  top: 20px;
  right: 5px;
  width: 250px;
}
#content #newsletter-signup .container form input {
  vertical-align: middle;
}
#content #newsletter-signup .container form #newsletter-email {
  border: 1px solid #ccc;
  font-size: 90%;
  padding: 2px 4px;
  width: 156px;
}
#content #newsletter-signup .container form input.default {
  color: #aaa;
}


/* Latest news */

#content #latest-news {
  width: 635px;
  margin-top: 10px;
  margin-left: 3px;
  position: relative;
  color: #000;
}
#content #latest-news img {
  position: absolute;
  top: 5px;
  left: 0;
  margin-bottom: 0.5em;
}
#content #latest-news h4 {
  margin-left: 80px;
  margin-bottom: 1em;
  color: #000;
}
#content #latest-news h4 em {
  color: #bc2220;
  font-style: normal;
}
#content #latest-news h5 {
  margin-left: 80px;
  font-size: 100%;
  color: #252319;
}
#content #latest-news h6 {
  margin-left: 80px;
  color: #939289;
  font-style: italic;
  font-size: 90%;
  font-weight: bold;
}
#content #latest-news h5 a {
  color: #9f1210;
  text-decoration: none;
}
#content #latest-news h5 a:hover {
  text-decoration: underline;
}
#content #latest-news p {
  margin-left: 80px;
  color: #494632;
}
#content #latest-news p a {
  text-decoration: none;
  color: #f4817f;
}
#content #latest-news hr {
  border: none;
  border-top: 1px solid #f2f2e9;
  margin-bottom: 0.5em;
  clear: left;
}
