@import url(http://www.chirp.com.au/form_formatting.css);
@import url(http://www.chirp.com.au/table_formatting.css);

html {
  background-color: #ccc7ae;
}
body {
  position: relative;
  margin: 12px auto;
  padding: 0;
  width: 800px;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #878889;
}

a.chirplink { display: none; }

#menu td {
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
}
#menu a:link, #menu a:visited {
  display: block;
  padding: 6px 0;
  width: 97px;
  color: #836f3b;
}

#photos {
  padding: 12px 36px 48px 12px;
}
#photos p {
  margin-bottom: 24px;
}

h1 {
  margin: 24px 0 16px;
  font-weight: normal;
  font-size: 18px;
  color: #a7a8aa;
}
h2 {
  font-weight: normal;
  font-size: 16px;
}
h3 {
  padding-top: 0.5em;
  border-bottom: 1px solid;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 14px;
}
h4 {
  margin-bottom: -10px;
  padding-bottom: 2px;
  font-size: 12px;
}

#content {
  padding: 0 24px 24px 0;
}
#content p {
  line-height: 1.4;
}

ul {
  list-style-type: image;
  list-style-image: url(/images/arrow.gif);
}
ul li {
  padding-bottom: 3px;
}

a:link, a:visited {
  text-decoration: none;
  color: #836f3b;
}
a:hover {
  text-decoration: underline !important;
}

h3 a:link, h3 a:visited {
  color: #878889;
}

td.price {
  width: 10%;
  text-align: right;
  white-space: nowrap;
}

.dropdown {
  position: absolute;
  visibility: hidden;
  top: 134px;
  border-top: 1px solid #836f3b;
  background-color: #fff;
  opacity: 0.8;
  font-size: 11px;
}
.dropdown a:link, .dropdown a:visited {
  display: block;
  margin: 0;
  padding: 4px 8px;
  border: solid #836f3b;
  border-width: 0 1px 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #836f3b;
  -webkit-transition: background-color 200ms linear;
}
.dropdown a:hover {
  text-decoration: none !important;
  background-color: #ccc7ae;
}

#menu_dining { 
  left: 100px;
  width: 110px;
}
#menu_functions {
  left: 197px;
  width: 110px;
}
#menu_chefs { left: 294px; }
#menu_shop { left: 391px; }
#menu_region { left: 585px; }

.box {
  margin: 0 0 0.5em 0;
  border: 1px solid #20282b;
  padding: 0;
  background-color: #fff;
}
.box h4 {
  padding: 4px;
  background-color: #20282b;
  color: #fff;
}
.box ol {
  margin-left: 0;
  padding-left: 50px;
}

table.photos td {
  padding: 0 1em 1em 0;
  vertical-align: top;
  text-align: center;
  font-size: 11px;
}
table.photos img {
  margin: 0 0 2px;
}
