/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url('../lib/colorbox/images/controls.png') no-repeat 0 0;
}
#cboxTopCenter {
  height: 14px;
  background: url('../lib/colorbox/images/border.png') repeat-x top left;
}
#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url('../lib/colorbox/images/controls.png') no-repeat -36px 0;
}
#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url('../lib/colorbox/images/controls.png') no-repeat 0 -32px;
}
#cboxBottomCenter {
  height: 43px;
  background: url('../lib/colorbox/images/border.png') repeat-x bottom left;
}
#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url('../lib/colorbox/images/controls.png') no-repeat -36px -32px;
}
#cboxMiddleLeft {
  width: 14px;
  background: url('../lib/colorbox/images/controls.png') repeat-y -175px 0;
}
#cboxMiddleRight {
  width: 14px;
  background: url('../lib/colorbox/images/controls.png') repeat-y -211px 0;
}
#cboxContent {
  background: #fff;
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 5px;
}
#cboxLoadingOverlay {
  background: url('../lib/colorbox/images/loading_background.png') no-repeat center center;
}
#cboxLoadingGraphic {
  background: url('../lib/colorbox/images/loading.gif') no-repeat center center;
}
#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  position: absolute;
  bottom: -29px;
  background: url('../lib/colorbox/images/controls.png') no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}
#cboxPrevious:hover {
  background-position: -51px 0px;
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}
#cboxNext:hover {
  background-position: -75px 0px;
}
#cboxClose {
  right: 0;
  background-position: -100px -25px;
}
#cboxClose:hover {
  background-position: -100px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}
/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #ffffff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000000;
}
html {
  background-image: -moz-linear-gradient(top, #722607, #491803);
  background-image: -ms-linear-gradient(top, #722607, #491803);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#722607), to(#491803));
  background-image: -webkit-linear-gradient(top, #722607, #491803);
  background-image: -o-linear-gradient(top, #722607, #491803);
  background-image: linear-gradient(top, #722607, #491803);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#722607', endColorstr='#491803', GradientType=0);
  min-height: 100%;
  font-family: 'Times New Roman';
}
em {
  font-style: italic;
}
a {
  color: #8a320a;
}
#legal {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
#legal > div {
  position: absolute;
  width: 300px;
  height: 120px;
  margin-left: -170px;
  margin-top: -80px;
  left: 50%;
  top: 50%;
  padding: 20px;
  background-image: -moz-linear-gradient(top, #722607, #491803);
  background-image: -ms-linear-gradient(top, #722607, #491803);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#722607), to(#491803));
  background-image: -webkit-linear-gradient(top, #722607, #491803);
  background-image: -o-linear-gradient(top, #722607, #491803);
  background-image: linear-gradient(top, #722607, #491803);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#722607', endColorstr='#491803', GradientType=0);
  border: 1px solid #dba883;
  overflow: hidden;
  color: #dba883;
  text-align: center;
}
#legal > div > h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
#legal > div > p {
  font-size: 18px;
  margin-bottom: 20px;
}
#legal > div > a {
  color: #dba883;
  text-decoration: none;
}
#legal > div > a:hover {
  text-decoration: underline;
}
#legal > div > .back {
  float: left;
}
#legal > div > .continue {
  float: right;
}
#logo {
  text-align: center;
  line-height: 0;
}
#main {
  width: 930px;
  margin: 0 auto;
  background-color: white;
}
#header {
  position: relative;
  z-index: 2;
}
#nav {
  background-image: url(../img/nav-bg.png);
  height: 40px;
  padding: 13px 30px 23px 30px;
}
#nav > li {
  float: left;
  padding-top: 12px;
}
#nav > li > a {
  color: #dba883;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 0 26px 0 20px;
}
#nav > li > a:hover {
  text-decoration: underline;
}
#nav > li > img {
  float: right;
}
#footer {
  background-image: url(../img/footer-bg.png);
  height: 36px;
  text-align: center;
  color: #dba883;
  font-size: 12px;
  padding: 18px 30px 13px 30px;
}
#footer a {
  color: #dba883;
}
#copyright {
  text-align: center;
  color: #ffeecc;
  margin: 15px 0;
}
#social {
  width: 169px;
  height: 31px;
  background-image: url(../img/social-bg.png);
  position: absolute;
  right: 15px;
  text-align: center;
  padding-top: 5px;
  color: #dba883;
}
#social > a {
  color: #dba883;
  text-decoration: none;
  font-style: italic;
}
#social > a:hover {
  text-decoration: underline;
}
#necktag {
  position: absolute;
}
#content {
  margin-top: -9px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 500px;
}
#front {
  background-image: url(../img/front/bg.png);
  height: 629px;
}
#front-text {
  position: absolute;
  right: 100px;
  top: 200px;
  width: 435px;
}
#front-text > p {
  margin-bottom: 15px;
  line-height: 24px;
  white-space: pre-wrap;
}
#front-signature {
  margin-top: 10px;
}
#front-kbt {
  position: absolute;
  right: 35px;
  bottom: 150px;
}
.page {
  padding: 50px 65px 0 150px;
  background-repeat: no-repeat;
  background-color: #f7f2d4;
  min-height: 500px;
  padding-bottom: 25px;
}
.page-header {
  padding: 0 20px 0 15px;
  overflow: hidden;
}
.page-header > h1 {
  float: left;
  font-weight: bold;
  font-size: 28px;
}
.page-header > em {
  float: right;
  margin-top: 10px;
}
.page-divider {
  display: block;
}
.page-body {
  padding: 20px 20px 0 15px;
}
.page-body h2 {
  color: #8a320a;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#accolades {
  background-image: url(../img/accolades/bg.png);
}
#accolades-list > li {
  overflow: hidden;
  margin-top: 25px;
}
#accolades-list > li:first-child {
  margin-top: 0;
}
#accolades-list > li > img {
  float: left;
  border: 1px solid black;
  box-shadow: 0 0 8px #888;
}
#accolades-list > li > div {
  float: right;
  width: 525px;
}
#accolades-list > li > div > h2 > a {
  text-decoration: none;
}
#accolades-list > li > div > h2 > span {
  float: right;
}
#accolades-list > li > div > p {
  line-height: 20px;
}
#recipes {
  background-image: url(../img/recipes/bg.png);
}
#recipes-list > li {
  margin-top: 50px;
}
#recipes-list > li:first-child {
  margin-top: 0;
}
.recipes-ingredients {
  overflow: hidden;
  margin-bottom: 15px;
}
.recipes-ingredients > img {
  float: left;
  margin-right: 15px;
  border: 1px solid black;
  box-shadow: 0 0 8px #888;
}
.recipes-ingredients > ul {
  float: left;
}
.recipes-instructions > p {
  white-space: pre-wrap;
}
#history {
  background-image: url(../img/history/bg.png);
}
#history-intro {
  margin-bottom: 25px;
}
#history-intro > img {
  margin-bottom: 10px;
}
#history-intro > p {
  white-space: pre-wrap;
}
#history-intro-long {
  display: none;
}
#history-gallery {
  overflow: hidden;
}
#history-gallery > li {
  float: left;
  width: 134px;
  margin: 0 0 25px 48px;
}
.history-image {
  display: block;
  margin-bottom: 8px;
}
.history-image > img {
  border: 1px solid black;
  box-shadow: 0 0 8px #888;
  display: block;
}
.history-gallery-clear {
  clear: left;
  margin-left: 0 !important;
}
.history-popup {
  width: 765px;
  padding: 25px;
  background-image: -moz-linear-gradient(top, #722607, #491803);
  background-image: -ms-linear-gradient(top, #722607, #491803);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#722607), to(#491803));
  background-image: -webkit-linear-gradient(top, #722607, #491803);
  background-image: -o-linear-gradient(top, #722607, #491803);
  background-image: linear-gradient(top, #722607, #491803);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#722607', endColorstr='#491803', GradientType=0);
}
.history-popup-container {
  background-color: #f7f2d4;
  padding: 15px;
  /* 	overflow: hidden; */

  height: 550px;
}
.history-popup-image {
  float: left;
  margin-right: 25px;
  max-height: 550px;
  max-width: 350px;
  border: 1px solid black;
  box-shadow: 0 0 8px #888;
}
.history-popup-info {
  float: left;
  width: 350px;
}
.history-popup-info > h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  background-image: url(../img/history/popup-plaque-bg.png);
  height: 37px;
  padding-top: 17px;
  color: #dba883;
}
.history-popup-info > p {
  margin-bottom: 25px;
}
.history-popup-logo {
  text-align: center;
  margin-top: -35px;
}
#buy {
  background-image: url(../img/buy/bg.png);
}
#buy-state {
  margin-bottom: 15px;
}
#buy-state > label {
  margin-right: 5px;
  font-weight: bold;
}
#buy-map {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}
#buy-stores-header span {
  font-weight: bold;
  text-decoration: underline;
  font-size: 22px;
}
#buy-stores > li {
  overflow: hidden;
  margin-top: 10px;
}
#buy-stores > li:first-child {
  margin-top: 0;
}
#buy-stores > li > div {
  float: left;
}
.buy-stores-address {
  width: 230px;
  text-align: right;
}
.buy-stores-city {
  width: 150px;
  margin-right: 25px;
}
.buy-stores-name {
  width: 250px;
  margin-right: 25px;
}
.buy-stores-name > p {
  font-weight: bold;
}
.buy-stores-name > small {
  opacity: 0.7;
}
.buy-marker-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.buy-marker-phone {
  margin-bottom: 5px;
}
#buy-merchandise {
  float: right;
}
#products {
  background-image: url(../img/products/bg.png);
}
#products-list > li {
  overflow: hidden;
  margin-top: 40px;
}
#products-list > li:first-child {
  margin-top: 0;
}
#products-list > li > img {
  border: 1px solid black;
  box-shadow: 0 0 8px #888;
  float: left;
  margin-right: 25px;
}
#products-list > li > div {
  float: left;
  width: 350px;
}
#products-list > li > div > p {
  white-space: pre-wrap;
}
#tours {
  background-image: url(../img/tours/bg.png);
}
#tours .page-body > p {
  margin-bottom: 15px;
  white-space: pre-wrap;
}
#tours .page-body > img {
  margin-bottom: 5px;
  border: 1px solid black;
  box-shadow: 0 0 8px #888;
}
#tours .page-body > img.left {
  float: left;
  margin-right: 15px;
}
#tours .page-body > img.right {
  float: right;
  margin-left: 15px;
}
#tours-map {
  border-top: 1px solid #ffdd99;
  padding-top: 15px;
  margin-top: 15px;
}
#tours-book {
  overflow: hidden;
  padding: 10px 20px;
  margin-bottom: 15px;
  background: #DECDC6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#showSTWidget {
  float: right;
}
#news {
  background-image: url(../img/news/bg.png);
}
#news-list > li {
  overflow: hidden;
  margin-top: 25px;
}
#news-list > li:first-child {
  margin-top: 0;
}
#news-list > li > img {
  float: left;
  border: 1px solid black;
  box-shadow: 0 0 8px #888;
}
#news-list > li > div {
  float: right;
  width: 525px;
}
#news-list > li > div > em {
  margin-bottom: 5px;
  display: block;
}
#news-list > li > div > h2 > a {
  text-decoration: none;
}
#news-list > li > div > h2 > span {
  float: right;
}
#news-list > li > div > p {
  line-height: 20px;
  white-space: pre-wrap;
}
.news-long {
  display: none;
}
