/* FARMERS MARKET SEASONAL GUIDE */

#container {
  overflow: hidden; /* @TODO CHECK IF THIS IS CALLED ON OTHER PAGES */
  }
#content { /* OVERRIDING COMMON.CSS */
  width: 968px;
  position: relative;
  }
  #main-content { /* OVERRIDING COMMON.CSS */
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    }
p, h1, h2, h3, h4, h5, td, li {
  font-family: Georgia, serif;
  }
#seasonal-content ul {
  padding-left: 20px;
  margin: 5px 0 10px;
  list-style: disc outside none;
  }
/* HEADER */
#seasonal-guide-header {
  width: 968px;
  background: transparent url(/images/dotted-border.gif) left bottom repeat-x;
  margin-bottom: 10px;
  }
  #seasonal-guide-header .left, #seasonal-guide-header .right {
    display: inline;
    width: 175px;
    height: 80px;
    float: left;
    }
    #seasonal-guide-header .right  p.sponsor {
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      color: #959595;
      text-align: right;
      margin: 20px 0;
      }
      #seasonal-guide-header .right p.sponsor img {
        vertical-align: middle;
        border: 0;
        }

  #seasonal-guide-header .center {
    display: block;
    float: left;
    height: 80px;
    width: 618px; /* @TODO: CHECK WIDTH */
    text-align: center;
    }
    #seasonal-guide-header .center h1 {
      font-size: 36px;
      font-weight: normal;
      margin: 20px 0;
      }
/* MAIN CONTENT AREAS */
.photo-credit {
	/*float:left;*/
}
.article-toolbar {
  background-image: none; /* OVERRIDE ARTICLE.CSS */
  /* overflow: hidden; */
  position: relative;
  width: 640px;
  height: 31px;
  }
#seasonal-tabs {
  position: relative;
  width: 455px;
  display: inline;
  float: left;
  }
  #seasonal-tabs ul {
    margin: 0 0 0 20px;
    padding: 0;
    }
  #seasonal-tabs ul li {
    display: block;
    float: left;
    list-style: none;
    }
  #seasonal-tabs ul li a {
    background: transparent url(/images/seasonal-menu.png) 0 0 no-repeat;
    color: #fff;
    display: block;
    font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    padding: 0;
    margin-right: 4px;
    overflow: hidden;
    text-indent: -999px;
    }
    #seasonal-tabs ul li.spring a {
      background-position: 0 -32px;
      width: 105px;
      }
    #seasonal-tabs ul li.summer a {
      background-position: -110px -32px;
      width: 114px;
      }
    #seasonal-tabs ul li.fall a {
      background-position: -229px -32px;
      width: 87px;
      }
    #seasonal-tabs ul li.winter a {
      background-position: -321px -32px;
      width: 112px;
      }
    #seasonal-tabs ul li.spring.active a,
    #seasonal-tabs ul li.spring a:hover{
      background-position: 0 0;
      width: 105px;
      }
    #seasonal-tabs ul li.summer.active a,
    #seasonal-tabs ul li.summer a:hover {
      background-position: -110px 0;
      width: 114px;
      }
    #seasonal-tabs ul li.fall.active a,
    #seasonal-tabs ul li.fall a:hover {
      background-position: -229px 0;
      width: 87px;
      }
    #seasonal-tabs ul li.winter.active a,
    #seasonal-tabs ul li.winter a:hover {
      background-position: -321px 0;
      width: 112px;
      }  
    /* #seasonal-tabs ul li a {
      text-indent: -999px;
      }
      #seasonal-tabs ul li.active a {
        } */
    .article-toolbar .article-buttons {
      width: 185px;
      }
#seasonal-content {
  border: 1px solid #d1d1d1;
  background: transparent url(/images/seasonal-corner.png) 10px 10px no-repeat;
  padding: 10px;
  }
  #seasonal-content .inner {
    padding-top: 10px;
    }
    #seasonal-content h2.title {
      font-size: 30px;
      font-weight: normal;
      text-align: left;
      width: 410px;
      padding: 0 0 0 10px;
      display: block;
      float: left;
      }
    #seasonal-content p {
      font-size: 14px;
      line-height: 21px;
      margin: 0;
      padding: 0 0 20px;
      }
      #seasonal-content p.intro {
        padding: 0 20px 20px;
        }
    #seasonal-content a {
      text-decoration: underline;
      color: #000;
      }
    #seasonal-content .body {
      margin-top: 10px;
      }
    #seasonal-content .pager-table {
      display: inline;
      width: 180px;
      float: right;
      margin-right: 10px;
      }
      #main-content #seasonal-content .pager {
        margin: 0;
        }
    #seasonal-content .body-image {
      float: left;
      margin-right: 10px;
      }
    #seasonal-content .left, #seasonal-content .right {
      width: 100%;
      float: none; /* CHANGED TO ONE COL */
      }
    #seasonal-content h3.section {
      font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 1px;
      color: #b20b14;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
	  clear: both;
      }
    #seasonal-content .all-link {
      font-weight: bold;
      }
  #seasonal-content .items {
    clear: both;
    padding: 10px 0;
    border-top: 1px dotted #ccc;
    margin: 10px 0;
    }
    #seasonal-content .items.first {
      clear: both;
      padding: 0 0 10px 0;
      border-top: 0;
      margin: 0 0 10px 0;
      }
    #seasonal-content .items ul {
      display: inline;
      list-style: none;
      margin: 0;
      padding: 0;
      }
      #seasonal-content .items ul  li {
        display: block;
        float: left;
        width: 125px;
        margin-left: 38px;
        }
      #seasonal-content .items ul  li.first {
        margin-left: 0;
        }
      #seasonal-content .items ul li img {
        width: 125px;
        height: 125px;
        border: 0;
        margin: 10px 0 5px 0;
        }
      #seasonal-content .items ul li a.name {
        font-size: 18px;
        text-decoration: none;
        }
        #seasonal-content .items ul li a:hover.name {
          text-decoration: underline;
          }
        

 /* RIGHT SIDEBAR */
.market-sidebar {
    width: 300px;
    margin: 15px 0 0 0;
    }
    .market-sidebar a {
      color: #000;
      text-decoration: none;
      }
      .market-sidebar a img {
        border: 0;
        }
      .market-sidebar a:hover {
        text-decoration: underline;
        }
        
  .market-sidebar h6.title {
 		background: #000;
		color: #FFF;
		font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
		font-size: 12px;
		height: 25px;
		letter-spacing: 2px;
		line-height: 25px;
		text-align: center;
		text-transform: uppercase;
		width: 300px;
    margin: 0;
    }
	.market-sidebar .inner {
		background: #ede6d2;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		padding: 10px;
    }
    #seasonal-ingredients.market-sidebar ul {
      margin: 0;
      padding: 0;
      }
      #seasonal-ingredients.market-sidebar ul li { /* @TODO: CONVERT URL TO RELATIVE */
        background: transparent url(http://www.saveur.com/images/dotted-border.gif) left top repeat-x;
        padding: 10px;
        list-style: none;
        clear: both;
        height: 70px;
        display: block;
        }
        #seasonal-ingredients.market-sidebar ul li.first {
          background: none;
        }
        #seasonal-ingredients.market-sidebar ul li.odd {
          background-color: #f1f0e2;
        }
        #seasonal-ingredients.market-sidebar .inner ul li .image {
          display: table-cell;
          *display: inline; /* IE FIX WITH ZOOM */
          *zoom: 1;
          vertical-align: middle;
          width: 80px;
          height: 70px;
          }
          #seasonal-ingredients.market-sidebar ul li .image a {
            }
            #seasonal-ingredients.market-sidebar .image img {
              display: block;
              width: 70px;
              height: 70px;
              border: 0;
              }
        #seasonal-ingredients.market-sidebar .name {
          font-size: 14px;
          line-height: 18px;
        	font-family: Georgia, serif;
          width: 178px; 
          display: table-cell;
          *display: inline; /* IE FIX WITH ZOOM */
          *zoom: 1;
          vertical-align: middle;
          }
    #seasonal-recipe.market-sidebar {
      }
      #seasonal-recipe.market-sidebar .image {
        text-align: center;
        }
      #seasonal-recipe.market-sidebar h5.title {
        font-size: 24px;
        margin: 10px 0 1px;
        font-weight: normal;
        }
      #seasonal-recipe.market-sidebar p.description, #seasonal-recipe.market-sidebar p.link {
        font-size: 14px;
        line-height: 22px;
        font-weight: normal;
        margin: 0;
        }
      #seasonal-recipe.market-sidebar p.sponsor {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #959595;
        text-align: center;
        margin:0;
        }
        #seasonal-recipe.market-sidebar p.sponsor img {
          vertical-align: middle;
          }
      #seasonal-recipe.market-sidebar p.link a {
        text-decoration: underline;
        }
        #seasonal-recipe.market-sidebar p.link a:hover {
          text-decoration: none;
          }









