/* section colours */
body {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  color: #555;
    font-family: roboto, arial, sans-serif;
}

.clear {
  clear: both; }

#topsection {
  height: auto; }

#logo_div {
  display: inline-block;
  width: auto; }

h1, h2, h3 {
  font-weight: bold;
  margin: 1em 0 0.2em 0; }

h2 {
  font-size: 1.2em; }

h2 a:link, h2 a:visited {
  color: #04A;
  text-decoration: none; }

h2 a:hover {
  color: #04A;
  text-decoration: underline; }

a, a:link, a:visited {
  color: #04A; }

a:hover {
  color: #028; }

.top_heading h1 {
  font-family: serif;
  margin: 5px 0 0 0;
  font-size: 2.5em;
  color: #685729; }
.top_heading .fg_img {
  display: none; }

.section_tabs {
  display: inline-block;
  vertical-align: top;
  /* tab colours */ }
  .section_tabs a {
    display: inline-block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ddd;
    padding: 3px 10px;
    margin-right: 1px;
    line-height: 1em; }
  .section_tabs a:link, .section_tabs a:visited {
    text-decoration: none;
    color: #ddd; }
  .section_tabs a.selected, .section_tabs a.selected:link, .section_tabs a.selected:visited, .section_tabs a:hover {
    border: 1px solid #000;
    color: #fff; }
  .section_tabs a.default {
    background-color: #666; }
  .section_tabs a.mushroom {
    background-color: #685729; }
  .section_tabs a.plant {
    background-color: #006f00; }
  .section_tabs a.fruit {
    background-color: #79005c; }
  .section_tabs a.seaside {
    background-color: #005f7d; }

#contentwrapper {
  float: left;
  width: 100%; }

#contentcolumn {
  margin-left: 160px;
  /*Set left margin to LeftColumnWidth*/
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px; }

#leftcolumn {
  float: left;
  width: 160px;
  /*Width of left column*/
  margin-left: -100%; }

#footer {
  clear: left;
  width: 100%; }
  #footer .inner {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
    padding: 10px; }

.header {
  margin: 0 10px 10px 30px;
  display: inline-block;
  vertical-align: top; }

.copyright {
  float: left;
  width: auto;
  font-size: 0.8em;
  margin: 0; }

.footer_links {
  float: right;
  width: auto;
  margin: 0; }
  .footer_links a, .footer_links a:link, .footer_links a:visited {
    color: #4a3601;
    text-decoration: none;
    margin-right: 10px;
    font-size: 0.8em; }
  .footer_links a:hover {
    color: #4a3601;
    text-decoration: underline; }

.menu {
  line-height: 1.2em;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding-left: 190px;
  margin-top: -12px; }
  .menu a {
    display: inline-block;
    padding: 2px 12px 2px 12px;
    font-size: 0.9em;
    border-left: 1px solid #fff; }
  .menu a:last-child {
    border-right: 1px solid #fff; }
  .menu a:link, .menu a:visited {
    text-decoration: none;
    color: #fff; }
  .menu a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff; }

.leader {
  font-size: 1.4em;
  font-weight: bold;
  color: #888;
  line-height: 1.2em;
  max-width: 800px; }

.story {
  position: relative;
  float: left;
  width: 30%;
  max-width: 318px;
  margin-right: 32px;
  border-left: #ddd 1px solid;
  padding-bottom: 30px; }
  .story h2 {
    margin: 0px;
    padding: 5px 20px;
    line-height: 100%;
    font-size: 1.1em;
    background-color: #e8e8e8;
    border-top: #ddd 1px solid; }
  .story .inner {
    padding: 5px 20px; }

.seemore, .seemore2 {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 8px;
  right: 0;
  text-align: right;
  font-weight: bold;
  font-size: 0.9em; }

.seemore2 {
    position: inherit;
}

.seemore a:link, .seemore a:visited, .seemore2 a:link, .seemore2 a:visited {
    color: #555; }

.seemore a:hover, .seemore2 a:hover {
    color: #000; }

.scalable_img {
  max-width: 100%;
  height: auto; }

#ads_skyscraper {
  display: block;
  width: 160px;
  height: 600px;
  margin: 10px 0 10px 0;
  }

#ads_horiz1, #ads_horiz2b {
  display: none;
  clear: both;
  width: 320px;
  height: 100px;
  margin: 10px 0 10px 0;
  }

#ads_horiz2 {
  display: none;
  clear: both;
  width: 320px;
  height: 100px;
  margin: 10px 0 10px 0;
  }

#ads_horiz_resp, #ads_horiz1b {
  display: block;
  clear: both;
  width: 100%;
  height: 90px;
  margin: 10px 0 10px 0;
  }

.article_section h2 {
  margin: 25px 0 0 0; }
.article_section p {
  margin: 0 0 0 0; }

#contact_form label {
  display: block;
  float: left;
  width: 100px;
  clear: left;
  vertical-align: top; }
#contact_form input, #contact_form textarea {
  display: block;
  float: left;
  width: 360px;
  margin-bottom: 10px; }
#contact_form .button {
  display: inline-block;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #000;
  color: white;
  width: auto;
  font-size: 1.0em; }
#contact_form .send {
  background: #555 url("/images/icons/ic_send_white_24dp.png") no-repeat 2px 0;
  background-size: contain;
  padding-left: 32px; }

.feedback {
  color: #d00;
  margin: 10px 0 20px 0; }

.letter {
  margin-right: 8px;
  font-size: 1.8em;
  font-weight: bold;
  color: #888; }
  .letter a, .letter a:link, .letter a:visited {
    color: #888;
    text-decoration: none; }
  .letter a:hover {
    color: #444;
    text-decoration: underline; }

p.letterLinks {
  word-break: break-all; }

p.letterAnchor, h2.listHeading {
  border-top: 1px solid #ccc;
  margin: 10px 0 0 0;
  padding: 10px 0 5px 0;
  clear: left; }

.list_div {
  clear: left; }
  .list_div div.thumb {
    display: inline-block;
    float: left;
    margin: 0 -120px 0 0; }
  .list_div div.info {
    display: inline-block;
    float: left;
    margin: 15px 0 0 120px; }
    .list_div div.info div {
      float: left; }
  .list_div .season_div {
    float: left;
    clear: left; }
  .list_div span.name {
    white-space: nowrap; }
  .list_div div.freq_edib {
    clear: left; }

.season_div, .short_season_div {
  border-spacing: 0px;
  border: 1px solid #b39f6f; }
  .season_div td, .short_season_div td {
    border: 0px solid; }
  .season_div .season_month td, .short_season_div .season_month td {
    padding: 0 3px 0 3px;
    font-size: 11px;
    border-bottom: 1px solid #b39f6f;
    line-height: 1.2em; }
  .season_div .season_start, .season_div .season_end, .short_season_div .season_start, .short_season_div .season_end {
    background-color: #d4c6aa;
    font-size: 9px;
    line-height: 100%; }
  .season_div .season_main, .short_season_div .season_main {
    background-color: #b39f6f;
    font-size: 8px;
    line-height: 100%; }
  .season_div .season_none, .short_season_div .season_none {
    background-color: #fff;
    font-size: 8px;
    line-height: 100%; }

.short_season_div {
  display: none; }

.link a, .link a:visited {
  color: #0000FF;
  text-decoration: underline; }
.link a:hover {
  color: #0000FF;
  text-decoration: underline; }

#glossary dt {
  font-weight: bold; }
#glossary dd {
  margin-bottom: 10px;
  font-size: 12px; }

.product {
  width: 100%; }
  .product h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 20px 0 5px 0; }
  .product h3 a:link, .product h3 a:visited {
    color: #666;
    text-decoration: none; }
  .product h3 a:hover {
    color: #333;
    text-decoration: underline; }
  .product img.pixelImage {
    border: none !important;
    margin: 0px !important; }
  .product .product_img {
    float: left;
    width: 170px; }
    .product .product_img a img {
      border: 0px;
      vertical-align: top;
      margin-bottom: 20px; }
  .product .product_desc {
    margin-bottom: 20px;
    max-width: 750px; }
    .product .product_desc a:link, .product .product_desc a:visited {
      font-weight: bold;
      text-decoration: none;
      font-size: 15px;
      color: #125206; }

.thumb_div {
  vertical-align: top;
  padding-top: 10px; }

.img_thumb {
  border: 1px solid #e8e1d3;
  padding: 1px;
  margin: 0 3px 3px 0;
  display: block;
  float: left; }

.back_link {
  float: right;
  margin: 0 20px 0 0; }

.related_link {
  margin: 10px; }

.label {
  display: block;
  width: 110px;
  margin-right: -110px;
  float: left;
  clear: left;
  font-weight: bold;
  border-bottom: 1px dotted #aaa; }

.info {
  display: block;
  width: auto;
  margin-left: 110px; }

.sp_items p {
  margin: 10px 0 5px 0; }

.glossary_link {
  display: inline-block;
  border-bottom: 1px dashed #555; }

a.glossary_link:link, a.glossary_link:visited {
  color: #555;
  text-decoration: none; }

a.glossary_link:hover {
  color: #000;
  text-decoration: none;
  border-color: #000; }

@media (max-width: 1250px) {
  .story {
    width: 30%;
    max-width: none;
    margin-right: 3%; } }
@media (max-width: 950px) {
  .story {
    width: 46%;
    margin-right: 3%; } }
@media (max-width: 750px) {
  .story {
    float: none;
    width: auto;
    min-height: auto;
    margin-right: 0; }

  .seemore {
    margin-right: 10px; }

  #ads_horiz2 {
    display: block; } }
/* ####### responsive layout CSS ####### */
@media (max-width: 660px) {
  /* responsive layout break point */
  #contentwrapper {
    float: none; }

  #leftcolumn, #ads_skyscraper, #logo_div {
    display: none; }

  #ads_horiz1, #ads_horiz2b {
    display: block; }

  .header, #contentcolumn {
    margin: 0 4px 10px 4px;
    padding: 0px; }

  .top_heading h1 {
    font-family: serif;
    margin: 8px 0 20px 0;
    font-size: 2em; }
  .top_heading .section_img {
    display: none; }
  .top_heading .fg_img {
    display: inline-block; }

  .menu {
    padding-left: 0px; }
    .menu a {
      padding: 2px 8px 2px 8px; } }

@media (max-width: 479px) {
  /* responsive layout break point */
  #contact_form label {
    display: block;
    float: none;
    width: auto; }
  #contact_form input, #contact_form textarea {
    display: block;
    float: none;
    width: 90%;
    margin-bottom: 10px; }

  .short_season_div {
    display: table; }

  .season_div {
    display: none; }

  .sp_season .season_div {
      display: table;
  }
}

/*** section colours ***/
#default_page .top_heading h1, .top_heading h1 {
  color: #666; }

#mushrooms_page .top_heading h1 {
  color: #685729; }

#plants_page .top_heading h1 {
  color: #006f00; }

#fruit_nuts_page .top_heading h1 {
  color: #79005c; }

#seaside_page .top_heading h1 {
  color: #005f7d; }

/* menu colours */
#default_page .menu, .menu {
  background-color: #666; }

#mushrooms_page .menu {
  background-color: #685729; }

#plants_page .menu {
  background-color: #006f00; }

#fruit_nuts_page .menu {
  background-color: #79005c; }

#seaside_page .menu {
  background-color: #005f7d; }

#default_page .leader, .leader {
  color: #666; }

#mushrooms_page .leader {
  color: #685729; }

#plants_page .leader {
  color: #006f00; }

#fruit_nuts_page .leader {
  color: #79005c; }

#seaside_page .leader {
  color: #005f7d; }

#default_page .story h2, .story h2 {
  color: #666; }

#mushrooms_page .story h2 {
  color: #685729; }

#plants_page .story h2 {
  color: #006f00; }

#fruit_nuts_page .story h2 {
  color: #79005c; }

#seaside_page .story h2 {
  color: #005f7d; }

/*# sourceMappingURL=style.css.map */
