/*This is a legacy version of the css maintained strictly for shop.valleyfig.com*/

/*** CSS RESET ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}

strong, b {
  font-weight: 500;
}

ol, ul {
  list-style: none;
  font-weight: 300;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*** CLEARFIX ***/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

body{
  width: 100%;
  height: 100%;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4ebce)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #f4ebce); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, #ffffff, #f4ebce); /* FF3.6+ */
  background-image: -ms-linear-gradient(top, #ffffff, #f4ebce); /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #f4ebce); /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff, #f4ebce); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4ebce');
  background-position: top center;
  background-repeat: no-repeat;

  font-family: futura-pt,sans-serif;
  font-size: 16px;
  color: #000;
}

.node-unpublished{
  background-color: transparent;
}

a, a:visited, a:link {
  color: #69000b;
}

div.top-band{
  width: 100%;
  height: 50px;

  background-image: url(/sites/all/themes/vfg/images/top-band-bg.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #68000a;

  text-align: center;
}

div.top-band h1{
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  color: #d2ad1f;
  line-height: 50px;
  letter-spacing: 23px;
  text-transform: uppercase;
}

div.outer-wrapper{
  width: 100%;

  background-image: url(/sites/all/themes/vfg/images/page-bg.png);
  background-position: center -75px;
  background-repeat: no-repeat;
}

div.wrapper{
  width: 960px;
  margin: 0 auto;
}

div.wrapper div.navigation-container{
  width: 960px;
  height: 125px;
  padding: 0 0 0 0;
  position: relative;
  z-index: 30;
}

div.wrapper div.navigation-container div.primary-nav{
  width: 960px;
  height: 32px;
  display: block;
  z-index: 30;
  position: relative;
}

div.wrapper div.navigation-container div.primary-nav ul{
  display: inline-block;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -410px;
}

div.wrapper div.navigation-container div.primary-nav ul li{
  padding: 0 4px 0 14px;
  display: inline-block;
  z-index: 30;
  background-image: url(/sites/all/themes/vfg/images/separator-primary-nav.png);
  background-position: 0 12px;
  background-repeat: no-repeat;
}

div.wrapper div.navigation-container div.primary-nav ul li a:link, div.wrapper div.navigation-container div.primary-nav ul li a:visited{
  padding: 8px 8px 8px 8px;

  font-family: depot-new-condensed,sans-serif;
  font-size: 16px;
  color: #68000a;
  text-transform: uppercase;
  text-decoration: none;
}

div.wrapper div.navigation-container div.primary-nav ul li a:hover, div.wrapper div.navigation-container div.primary-nav ul li a.stayon{
  background-color: #68000a;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 3000;
  color: #d2ad1e;
}

div.wrapper div.navigation-container div.primary-nav ul li ul{
  padding: 5px 0 5px 8px;
  top: 32px;
  left: 14px;
  z-index: 3000;
  background-color: #d2ad1e;
  display: none;
  margin: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

div.wrapper div.navigation-container div.primary-nav ul li ul li{
  padding: 0 0 0 0;
  margin: 0 0 0 0;

  background: none;
}

div.wrapper div.navigation-container div.primary-nav ul li ul a:link, div.wrapper div.navigation-container div.primary-nav ul li ul a:visited{
  padding: 5px 0 5px 0;
  margin: 0 0 0 0;

  background: none;

  font-size: 14px;
  color: #ffffff;
}

div.wrapper div.navigation-container div.primary-nav ul li ul a:hover{
  color: #68000a;
}

div.wrapper div.navigation-container ul.sub-site-nav{
  position: absolute;
  bottom: 5px;
  left: 30px;
}

div.wrapper div.navigation-container ul.orphan-nav{
  position: absolute;
  bottom: 5px;
  right: 30px;
}

div.wrapper div.navigation-container ul.sub-site-nav li, div.wrapper div.navigation-container ul.orphan-nav li{
  float: left;
  margin: 0 10px 0 0;
  display: inline-block;
}

div.wrapper div.navigation-container ul.sub-site-nav li a:link, div.wrapper div.navigation-container ul.sub-site-nav li a:visited, div.wrapper div.navigation-container ul.orphan-nav li a:link, div.wrapper div.navigation-container ul.orphan-nav li a:visited{
  font-size: 13px;
  color: #69000B;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 3px #ffffff;
}

div.wrapper div.navigation-container ul.sub-site-nav li a:hover, div.wrapper div.navigation-container ul.orphan-nav li a:hover{
  color: #A88C00;
}

div.wrapper div.inner-wrapper{
  width: 900px;
  min-height: 800px;
  margin: 0 auto;

  background-color: #ffffff;
  background-image: url(/sites/all/themes/vfg/images/content-area-bottom-bg.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

div.wrapper div.inner-wrapper div.home-header{
  width: 900px;
  height: 240px;
  display: block;
  position: relative;

  background-image: url(/sites/all/themes/vfg/images/home-rotate/01.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

div.wrapper div.inner-wrapper div.home-header a.logo{
  width: 200px;
  height: 181px;
  display: block;
  position: absolute;
  top: -50px;
  left: 350px;
  background-image: url(/sites/all/themes/vfg/images/logo-home.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

div.wrapper div.inner-wrapper div.other-header{
  width: 900px;
  height: 100px;
  display: block;
  position: relative;
}

div.wrapper div.inner-wrapper div.other-header a.logo{
  width: 183px;
  height: 168px;
  display: block;
  position: absolute;
  top: -74px;
  left: 357px;

  background-image: url(/sites/all/themes/vfg/images/logo-interior.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

div.wrapper div.inner-wrapper div.other-header div.breadcrumb,
div.breadcrumbs {
  position: absolute;
  top: 25px;
  left: 50px;
  color: #69000b;
  font-weight: 300;
  width: 300px;
  line-height: 20px;
}

/* div.breadcrumbs are for magento */

div.breadcrumbs {
  font-size: 18px;
  color: #a88c00;
  text-decoration: none;
  text-transform: none;
  text-shadow: 0 0 3px #ffffff;
  left: 50px;
}

div.breadcrumbs li strong {
  font-weight: 300;
  color: #69000b;
}

div.wrapper div.inner-wrapper div.other-header div.breadcrumb a:link, div.wrapper div.inner-wrapper div.other-header div.breadcrumb a:visited,
div.breadcrumbs a:link, div.breadcrumbs a:visited {
  color: #d2ad1f;
  font-weight: 300;
  text-decoration: none;
}

div.wrapper div.inner-wrapper div.other-header div.breadcrumb a:hover,
div.breadcrumbs a:hover {
  color: #69000b;
}

div.wrapper div.inner-wrapper div.other-header div.social-twitter{
  position: absolute;
  top: 25px;
  right: 200px;
}

div.wrapper div.inner-wrapper div.other-header div.social-fb{
  position: absolute;
  top: 25px;
  right: 50px;
}

div.wrapper div.inner-wrapper div.content-inner{
  width: 900px;

  background-image: url(/sites/all/themes/vfg/images/content-area-top-bg.png);
  background-position: left top;
  background-repeat: repeat-x;
}

div.wrapper div.inner-wrapper div.content-inner div.content-wrap{
  width: 800px;
  padding: 0 50px 0 50px;
  color: #898461;
  min-height: 500px;
}

div.wrapper div.inner-wrapper div.content-inner div.content-wrap.with-sidebar {
  width: 570px;
  padding: 0;
  margin-right: 50px;
  float: right;
}

div.wrapper div.inner-wrapper div.content-inner div.sidebar-wrap {
  width: 230px;
  float: left;
  margin-left: 50px;
}

div.wrapper div.inner-wrapper div.content-inner .tabs {
  clear: both;
}

/**
Content Styling
**/

/** General Classes **/

.floatright {
  float: right;
}

img.floatright {
  margin: 0 0 10px 24px;
}

img.floatright.placeholder {
  margin-top: 28px;
}

.floatleft {
  float: left;
}

img.floatleft {
  margin: 0 24px 10px 0;
}

#main .tabs ul {
  list-style-type: none;
}

#main .tabs ul li {
  background: none;
  padding-left: 0;
}

/*div.wrapper div.inner-wrapper div.content-inner div.content-wrap */

/** Typography **/

#main a {
  color: #69000b;
  text-decoration: none;
}

#main a:hover {
  color: #69000b;
  text-decoration: underline;
}

#main p, #main blockquote {
  padding: 2px 0 18px 0;
  line-height: 19px;
  font-weight: 300;
}

#main blockquote {
}

/** Headings **/

#main h2 {
  color: #472874;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  padding-bottom: 16px;
}

#main h3 {
  color: #69000b;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 12px;
  padding-top: 12px;
}

#main h4 {
  color: #3769a4;
  font-size: 19px;
  line-height: 19px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0 10px 0;
}

#main h5 {
  color: #3769a4;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0 10px 0;
}

/** Lists **/

#main .node ul, #main .node ol {
  margin: 2px 0 20px 0;
}

#main .node ul.no-pad, #main .node ol.no-pad {
  margin: 0;
  }

#main .node ul li ,
#main ul li {
  padding: 0 0 11px 28px;
  margin-left: 0;
  line-height: 18px;
  background: transparent url(/sites/all/themes/vfg/images/bullet_diamond.png) no-repeat 11px 6px;
}

#main .node dl{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#main .node dl dt{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #3769A4;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0 10px 0;
}

#main .node dl dd{
  margin: 0 0 20px 0;
  padding: 0 0 0 0;

  font-weight: 300;
  line-height: 18px;
}

#main .node dl dd ol{
  margin: 20px 0 0 30px;
}

#main .node dl dd ol li{
  margin: 0 0 5px 0;
}

#main em {
  font-style: italic;
}

/** Tables **/

#main table.formatted {
  border-collapse: collapse;
  border: 3px solid #e3c86d;
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0
}

#main table.formatted th {
  border-collapse: collapse;
  border: 0px solid #e3c86d;
  padding: 10px;
  background: #70010a;
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: auto;
}

#main table.formatted td {
  border-collapse: collapse;
  border: 3px solid #e3c86d;
  padding: 6px 20px;
  text-align: left;

}

/** Grids **/

#main .grid-links {
  border-top: 2px dotted #e3c86d;
  padding-top: 30px;
  margin-top: 25px;
}

#main .grid-box {
  width: 188px;
  float: left;
  margin-right: 16px;
}

#main .grid-box h3 {
  margin: 0;
  padding: 0;
  height: 100px;
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
}

#main .grid-box p {
  font-weight: 300;
  line-height: 17px;
}

#main .grid-box p.descr {
  margin-top: 159px;
  border-top: 5px solid #e3c86d;
  padding-top: 10px;
  min-height: 160px;
}

#main .grid-box p.read-more, p.read-more {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 15px 0;
}

#main .grid-box a {
  color: #69000b;
  text-decoration: none;
}

#main .grid-box.first {
  background: transparent url(/sites/all/themes/vfg/images/about-fiber/img_fiber-box_1.png) no-repeat 0 102px;
}

#main .grid-box.second {
  background: transparent url(/sites/all/themes/vfg/images/about-fiber/img_fiber-box_2.png) no-repeat 0 102px;
}

#main .grid-box.third {
  background: transparent url(/sites/all/themes/vfg/images/about-fiber/img_fiber-box_3.png) no-repeat 0 102px;
}

#main .grid-box.fourth {
  background: transparent url(/sites/all/themes/vfg/images/about-fiber/img_fiber-box_4.png) no-repeat 0 102px;
}

div.wrapper div.inner-wrapper div.content-inner div.sidebar-wrap.fiber {
  background: url(/sites/all/themes/vfg/images/about-fiber/bckgrnd-sidebar-fiber.jpg) no-repeat top left;
  padding-top: 130px;
}

div.wrapper div.inner-wrapper div.content-inner div.sidebar-wrap.trade {
  background: url(/sites/all/themes/vfg/images/bckgrnd-sidebar-trade.jpg) no-repeat top left;
  padding-top: 130px;
}

#main .grid-box.fourth,
#main .grid-box.views-row-4,
#main .grid-box.views-row-8,
#main .grid-box.views-row-12,
#main .grid-box.views-row-16,
#main .grid-box.views-row-20,
#main .grid-box.views-row-24,
#main .grid-box.views-row-28,
#main .grid-box.views-row-32,
#main .grid-box.views-row-36,
#main .grid-box.views-row-40,
#main .grid-box.views-row-44,
#main .grid-box.views-row-48,
#main .grid-box.views-row-52,
#main .grid-box.views-row-56,
#main .grid-box.views-row-60,
#main .grid-box.views-row-64  {
  margin-right: 0;
}

/**
Grid box for images
**/

#main .grid-links.images {
  border-top: 0;
  padding-top: 25px;
  margin-top: 0;
  padding-bottom: 40px;
  border-top: 2px dotted #E3C86D;

}

#main .grid-box.images {
  background: none !important;
  width: 230px;
}

#main .grid-box.images h3 {
  height: auto;
  text-align: center;
  padding-bottom: 5px;
}

#main .grid-box.images p.read-more, #main .grid-box.images p {
  margin: 0;
  padding: 0;
  text-align: center;
}

#main .grid-box.images.links p {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

#main .grid-box.images.links h3 {
  text-align: left;
}

/**
Specific Page Styling
**/

/* Featured Recipe Pages */

#main .node ul.recipe-category-list {
  width: 560px;
  margin-left: 0px;
}

#main .node ul.recipe-category-list li {
  font-size: 17px;
  line-height: 17px;
  border-top: 1px dotted #D2AD1F;
  padding: 8px 0 8px 0;
  width: 160px;
  font-weight: 500;
  height: auto;
  float: left;
  background: none !important;
  margin: 0 15px 0 0;
}

#main .node ul.recipe-category-list li a {
  padding-left: 8px;
  display: block;
  margin-left: 0;
}

#main .featured-recipes .grid-box {
  width: 256px;
  background: none;
}

#main .featured-recipes .grid-box h3 {
  height: auto;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  min-height: 55px;
}

#main .grid-box .view-recipe-link {
  font-size: 16px;
  font-weight: 500;
  line-height: auto;
  margin-top: 6px;
  padding: 6px 8px;
  border-top: 4px solid #e3c86d;
  background: #faf7eb;
  margin-bottom: 20px;
  text-transform: uppercase;
  height: auto;
}

#main .grid-box .view-recipe-link a {
  color: #5F9444;
}

#main .featured-recipes .grid-box.third,
#main .featured-recipes .grid-box.sixth {
  margin-right: 0;
}

#main .featured-recipes .grid-box.fourth {
  margin-right: 16px;
  clear: left;
}

#main .featured-recipes .grid-box h4 {
  margin: 0;padding: 0 0 4px 0;border: 0;
  font-style: italic;
  font-size: 17px;
}

.no-recipe-image {
  display: block;
  width:188px;
  height:150px;
  background: transparent url(/sites/all/themes/vfg/images/recipes/noimage188x150.jpg) no-repeat top left;
}

/* Recipes: CategoryView */

#main .recipes .grid-bg {
  background: transparent url(/sites/all/themes/vfg/images/recipes/bg_recipe_grid_categoryView.png) repeat-y 396px 0;
}

#main .recipes .grid-box {
  position: relative;
  margin-bottom: 15px;
  /* height: 157px; */
  width: 377px;
  height: 105px;
  background: transparent url(/sites/all/themes/vfg/images/recipes/bg_recipe_categoryView.png) no-repeat top left;
  margin-right: 46px;
}

#main .recipes .grid-box .recipe-title {
  float: right;
  width: 276px;
  height: 157px;
}

#main .recipes .grid-box .recipe-title h3 {
  font-size: 19px;
  line-height: 21px;
  font-weight: 300;
  margin: 12px 14px 16px 18px;
}

#main .recipes .no-recipe-image {
  border: 0;
  width: 101px;
  height: 100px;
  background: transparent url(/sites/all/themes/vfg/images/recipes/noimage101x100.jpg) no-repeat top left;
}

.healthy-recipe-icon,
.fiber-rich-icon {
  font-size: 0;
  overflow: hidden;
  height: 35px;
  text-indent: -9000px;
}

.healthy-recipe-icon {
  width: 30px;
  background: transparent url(/sites/all/themes/vfg/images/recipes/bg_healthy_recipe_icon.png) no-repeat top left;
}

.fiber-rich-icon {
  width: 41px;
  background: transparent url(/sites/all/themes/vfg/images/recipes/bg_fiber_rich_icon.png) no-repeat top left;
}

#main .recipes .grid-box .healthy-recipe-icon,
#main .recipes .grid-box .fiber-rich-icon {
  position: absolute;
  bottom: 10px;
}

#main .recipes .grid-box .healthy-recipe-icon {
  left: 9px;
}

#main .recipes .grid-box .fiber-rich-icon {
  left: 55px;
}

#main .recipes .grid-box .view-recipe-link {
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  text-transform: uppercase;
  height: auto;
  text-decoration: underline;
  position: absolute;
  left: 120px;
  /*bottom: 18px; */
  bottom: 10px;
}

/* Recipe Landing Pages */

#main .view-recipe-page-content .recipe-image-large {

  margin-right: 40px;
  margin-bottom: 10px;
}

#main .view-recipe-page-content .no-recipe-image {
  display: block;
  width:191px;
  height:150px;
  margin-bottom: 10px;
  background: transparent url(/sites/all/themes/vfg/images/recipes/noimage188x150.jpg) repeat-x top center;
}

#main .view-recipe-page-content .recipe-meta {
  margin-right: 0px;
  border-top: 3px solid #ceb615;
  padding-top: 4px;
  width: 191px;
  padding-bottom: 10px;
}

#main .view-recipe-page-content .recipe-meta .recipe-meta-right {
  width: 117px;
  float: right;
  margin-top: 14px;
}

#main .view-recipe-page-content .recipe-meta .recipe-meta-left {
  width: 61px;
  margin-top: 13px;
  border-right: 1px solid #f7f1de;
}

#main .view-recipe-page-content .recipe-meta .fiber-rich-icon,
#main .view-recipe-page-content .recipe-meta .healthy-recipe-icon {
  width: 60px;
  background-position: center center;
  padding-bottom: 3px;
}

#main .view-recipe-page-content .recipe-meta .healthy-recipe-icon {
  background-position: 14px 0;
}

#main .view-recipe-page-content .print-friendly-link a,
#main .view-recipe-page-content .nutritional-info a {
  display: block;
  color: #ceb615;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 5px;
  background: transparent url(/sites/all/themes/vfg/images/bg_print-friendly-link.png) no-repeat 0 1px;
}

#main .view-recipe-page-content .nutritional-info a {
  background: transparent url(/sites/all/themes/vfg/images/recipes/bg_nutritional_info.png) no-repeat 0 1px;
}

#main .view-recipe-page-content h2.recipe-title {
  width: 569px;
  float: right;
}

#main .view-recipe-page-content .recipe-description,
#main .view-recipe-page-content .recipe-servings {
  font-style: italic;
  margin-bottom: 8px;
  color: #3769A5;
  width: 569px;
  float: right;
}

#main .view-recipe-page-content .recipe-servings {
  margin-bottom: 20px;
}

#main .view-recipe-page-content .recipe-ingredients {
  width: 569px;
  float: right;
}

#main .view-recipe-page-content .recipe-ingredients ul,
#main .view-recipe-page-content .recipe-ingredients ul li {
  margin: 0;padding: 0;border: 0;
  list-style-type: none;
  background: none;
}

#main .view-recipe-page-content .recipe-subhead {
  width: 569px;
  float: right;
}

#main .view-recipe-page-content .recipe-ingredients p {
  padding-bottom: 6px;
}

#main .view-recipe-page-content .recipe-ingredients ul li {
  padding-bottom: 6px;
}

#main .view-recipe-page-content .recipe-subhead.directions,
#main .view-recipe-page-content .recipe-subhead.notes {
  /*clear: both;
  padding-left: 28px;
  float: none;
  width: auto;*/
  float: right;
  width: 569px;
}

#main .view-recipe-page-content .recipe-directions,
#main .view-recipe-page-content .recipe-notes {
  /*clear: both;*/
  float: right;
  width: 569px;
}

#main .view-recipe-page-content .recipe-directions ol,
#main .view-recipe-page-content .recipe-notes ol {
  list-style-type: decimal;
  color: #69000b;
}

#main .view-recipe-page-content .recipe-directions ol li,
#main .view-recipe-page-content .recipe-notes ol li {
  margin-left: 20px;
  padding-bottom: 11px;
  line-height: 18px;
  color: #898461;
}

#main .view-recipe-page-content .recipe-directions p,
#main .view-recipe-page-content .recipe-notes p {
  margin-left: 0px;
}

/* Fiber Pages */

div.wrapper div.inner-wrapper div.content-inner div.sidebar-wrap.fiber ul, div.wrapper div.inner-wrapper div.content-inner div.sidebar-wrap.trade ul {
  border-top: 4px solid #e3c86d;
  margin-right: 45px;
  font-size: 16px;
  font-weight: 300;
  padding-top: 8px;
}

div.wrapper div.inner-wrapper div.content-inner div.sidebar-wrap.fiber ul li, div.wrapper div.inner-wrapper div.content-inner div.sidebar-wrap.trade ul li {
  padding: 6px 0;
}

div.wrapper div.inner-wrapper div.content-inner div.sidebar-wrap.fiber ul li a, div.wrapper div.inner-wrapper div.content-inner div.sidebar-wrap.trade ul li a {
  color: #69000b;
  text-decoration: none;
}

/**
Footer
**/

/** Other Footer **/

.other_footer {
  height: 144px;
  background: transparent url(/sites/all/themes/vfg/images/bg_other_footer.png) no-repeat top center;
  width: 800px;
  margin: 40px 50px 0;
  border-top: 2px solid #dbc157;
}

.other_footer div.section {
  float: left;
  height: 144px;
  width: 150px;
}

.other_footer div.section a.section-title {
  padding-top: 20px;
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  color: #d2ad1f;
}

.other_footer div.section a span {
  font-size: 22px;
  line-height: 22px;
}

.other_footer div.section a {

}

.other_footer div.section.first {
  width: 194px;
  height: auto;
  padding: 20px 0 0 0;
}

.other_footer div.section.first div.ctas{
  right: 10px;
}

.other_footer div.section.first div.ctas a.learn-more{
  font-size: 14px;
}

/* .other_footer div.section.first img {top: 40px;right: 13px;border: 1px solid #DBC157;position: absolute;}
.other_footer div.section.first a.section-title {margin-left: 0px; font-size: 24px;line-height: 18px;text-align: left;margin-bottom: 6px;}
.other_footer div.section.first a.section-title span {color: #472874; font-size: 18px;line-height: 18px;}
.other_footer div.section.first span.price {clear: left;float: left;font-size: 14px; line-height: 14px;padding-top: 3px; }
.other_footer div.section.first span.product-name {float: left;font-size: 14px; line-height: 14px;width: 100px !important;}
.other_footer div.section.first span.product-name a {font-size: 14px; line-height: 14px;text-decoration: none;width: 100px !important;color: #69000B;} */

.other_footer div.section.second {width: 199px;}
.other_footer div.section.second a span {color: #69000b;}
.other_footer div.section.second span.footer_featured_images {float: left;}
.other_footer div.section.second .view-content {margin-left: 36px;padding-top: 4px;}
.other_footer div.section.second .view-content div {float: left;margin-right: 4px;}

.other_footer div.section.third {width: 178px;}
.other_footer div.section.third a span {color: #3769a4;}

.other_footer div.section.fourth{
  width: 219px;
  height: auto;
  padding: 20px 0 0 0;
  margin: 0 0 0 10px;
}
/* .other_footer div.section.fourth a {margin-right: 6px;}
.other_footer div.section.fourth a span {color: #5f9444;}
.other_footer div.section.fourth a span strong {margin-right: 12px;visibility: hidden;} */

/** Main Footer **/

div.wrapper div.footer{
  width: 900px;
  margin: 0 auto;
  padding: 25px 0 0 0;
  position: relative;
}

div.wrapper div.footer ul#footer-social{
  position: absolute;
  top: 11px;
  right: 0;
}

div.wrapper div.footer ul#footer-social li{
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  float: left;
}

div.wrapper div.footer ul#footer-social li a{
  width: 16px;
  height: 16px;
  display: block;
}

.footer ul#footer-social li img {
  max-width: 100%;
}

div.wrapper div.footer ul.footer-nav{
  text-align: center;
}

div.wrapper div.footer ul.footer-nav li{
  margin: 0 10px 0 0;
  display: inline-block;
}

div.wrapper div.footer ul.footer-nav li a:link, div.wrapper div.footer ul.footer-nav li a:visited{
  font-size: 14px;
  color: #c2b08a;
  text-decoration: none;
}

div.wrapper div.footer ul.footer-nav li a:hover{
  color: #85795e;
}


.image-float-right{
  display: block;
  float: right;
  margin: 0 0 12px 12px;
  padding: 0 0 8px 0;

  border-bottom: 4px solid #d3af00;
}

.image-float-left{
  display: block;
  float: left;
  margin: 0 12px 12px 0;
  padding: 0 0 8px 0;

  border-bottom: 4px solid #d3af00;
}

#main ul.feature-grid{
  width: 800px;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
}

#main ul.feature-grid li{
  width: 185px;
  margin: 0 0 0 0;
  padding: 15px 10px 30px 10px;
  float: left;

  border-top: 2px dashed #d3af00;

  list-style-type: none;
  background-image: none;
}

#main ul.feature-grid li a:link, #main ul.feature-grid li a:visited{
  display: block;
}

#main ul.feature-grid li a:hover{
  text-decoration: none;
}

#main ul.feature-grid li a h4{
  color: #69000B;
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
}

#main ul.feature-grid li a img{
  width: 185px;
  height: 125px;
  padding: 0 0 8px 0;
  display: block;

  border-bottom: 4px solid #d3af00;
}

#main ul.feature-grid li a p{
  font-size: 16px;
  color: #898461;
  line-height: 18px;
}

#main.store-locator #map {
margin-bottom: 15px;
}

#main.store-locator .floatleft{
  width: 250px;
  float: left;
  margin-right: 20px;
  border-right: 1px dotted #D2AD1F;
}

#main.store-locator .floatleft .zip-form {
  padding-bottom: 18px;
}

#main.store-locator .floatleft .field-item {
  padding-right: 20px;
}

#main.store-locator .floatleft input#zip-input {
  line-height: 20px;
  font-size: 18px;
  font-family: futura-pt,sans-serif;
  border: 1px solid #D2AD1F;
  padding: 0 14px;
  margin-left: 0px;
  text-align: center;
}

#main.store-locator .floatleft input#zip-search {
  background: #69000b;
  color: #fff;
  border-radius: 3px;
  border: 0;
  font-family: futura-pt,sans-serif;
  padding: 0 8px;
  height: 24px;
  line-height: 20px;
  font-size: 18px;
}

#main.store-locator .floatright{
  width: 520px;
  float: right;
}

#main.store-locator .floatright li {
  padding-bottom: 10px;
  line-height: 20px;
}

#main.store-locator #map-container {
  border-bottom : 3px solid #D3AF00;
  margin-bottom: 15px;
}

#main .newsletter-list {
  width: 540px
}

#main .newsletter-list li {
  font-size: 14px;
  border-bottom: 1px dotted #D2AD1F;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 0;
  width: 250px;
  float: left;
  margin-right: 20px;
  background: transparent url(/sites/all/themes/vfg/images/bullet_diamond.png) no-repeat 4px 13px;
}

#main .newsletter-list li a {
  margin-left: 16px;
}

#main.newsletter-landing h3 {
  border-bottom : 3px solid #D3AF00;
  width: 520px;
}

#newsletter_callout {
  float: right;
  width: 250px;
}

#newsletter_callout p,
#main .view-display-id-recent_block p {
  padding-top: 10px;
}

#main.newsletter-landing #newsletter_callout h3 {
  width: auto;
}

.view-display-id-page_block {
  width: 540px;
  float: left;
}

.view-display-id-recent_block {
  width: 520px;
  float: left;
}

.newsletter-archive,
.newsletter-recent {
  float: left;
}

#main.newsletter-wrap h3 {
  border-top: 2px dotted #D3AF00;
}

#main.newsletter-wrap h3.footer {
  text-align: center;
  border-top: 0;
  color: #5F9444;
  padding: 20px 0;
}


/* Modal Overlay */
.nutritional-info-container {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#111;}

/* Container */
#simplemodal-container {height:400px; width:300px; color:#111; background-color:#F4EBCE; border:3px solid #CEB615; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container a.modalCloseImg {background:url(/sites/all/themes/vfg/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container ul li { border-bottom: 1px dotted #ceb615;margin-bottom: 6px; padding-bottom: 6px;text-align: right; padding-right: 8px;}
#simplemodal-container ul li strong, #simplemodal-container ul li b {float: left;}
#simplemodal-container h3.nutritional-info-modal-header {border-bottom: 3px solid #ceb615; line-height: 30px; font-size: 22px; font-weight: 400;margin-bottom: 0;}
#simplemodal-container h4 {margin-bottom: 9px;}

div.ctas{
  position: absolute;
  bottom: 0;
  right: 0;

  text-align: right;
}

div.ctas a.learn-more:link,
div.ctas a.learn-more:visited{
  text-decoration: none;
}

div.ctas a.purchase:link,
div.ctas a.purchase:visited{
  padding: 5px 10px;
  margin: 5px 0 0 0;
  display: inline-block;

  background-color: #d3ae1f;
  border-radius: 3px;

  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}