/* Weebly stock theme remnant — "Bakery" template, lightly customized 2014 */
body {
  margin: 0;
  padding: 0;
  background: #efe4cf url(/images/hero.svg) no-repeat -9999px -9999px; /* leftover theme bg ref */
  background-color: #efe4cf;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4a3a26;
  font-size: 15px;
  line-height: 1.6;
}

#wsite-wrap {
  width: 940px;
  margin: 0 auto;
  background: #fffdf8;
  border-left: 1px solid #e3d6bd;
  border-right: 1px solid #e3d6bd;
}

.wsite-header {
  background: #f7efe2;
  border-bottom: 3px solid #b5651d;
  padding: 18px 30px 0 30px;
  overflow: hidden;
}

.wsite-logo img {
  float: left;
  border: 0;
}

.wsite-tagline {
  float: right;
  margin-top: 14px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #8a5a17;
  font-size: 16px;
}

.wsite-menu {
  clear: both;
  list-style: none;
  margin: 14px 0 0 0;
  padding: 0;
  border-top: 1px solid #e3d6bd;
}

.wsite-menu li {
  display: inline-block;
}

.wsite-menu li a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  color: #6b3e10;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wsite-menu li a:hover {
  background: #b5651d;
  color: #fffdf8;
}

.wsite-section {
  padding: 30px;
}

.wsite-content h1,
.wsite-content h2 {
  font-family: Georgia, serif;
  color: #6b3e10;
  font-weight: normal;
}

.wsite-content h2 {
  border-bottom: 1px dotted #cdb389;
  padding-bottom: 6px;
}

.paragraph {
  margin: 0 0 16px 0;
}

.wsite-hero img {
  width: 100%;
  display: block;
  border: 0;
}

.col {
  float: left;
  width: 280px;
  margin-right: 30px;
}

.col.last {
  margin-right: 0;
}

.col img {
  width: 100%;
  border: 1px solid #e3d6bd;
}

.clear {
  clear: both;
}

.menu-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}

.menu-table td {
  border-bottom: 1px solid #eee3cd;
  padding: 8px 6px;
}

.price {
  text-align: right;
  color: #b5651d;
  font-weight: bold;
  white-space: nowrap;
}

.wsite-footer {
  clear: both;
  background: #6b3e10;
  color: #e8d8bf;
  padding: 24px 30px;
  font-size: 13px;
}

.wsite-footer a {
  color: #f4d27a;
}

.powered {
  margin-top: 14px;
  font-size: 11px;
  color: #b79a6e;
}

.hours-box {
  background: #f7efe2;
  border: 1px solid #e3d6bd;
  padding: 14px 18px;
  margin: 16px 0;
}
