html { background: #999; }
body {
  position: relative;
  margin: 1em auto;
  width: 960px;
  background-color: #46959e;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
}

a.chirplink { display: none; }

.homepage td {
  border: solid #d34d11;
  border-width: 0 6px 6px 0;
}

#home_menu {
  background-color: #c6b100;
  vertical-align: top;
}
#home_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#home_menu li {
  display: block;
  margin: 0;
  padding: 0;
}
#home_menu a:link, #home_menu a:visited {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}

#home_content {
  padding: 24px;
  border-right: 0;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
}

#rhs {
  padding: 24px 0;
  border-right: 0;
  vertical-align: top;
  font-size: 12px;
}
#rhs div {
  padding: 0 24px 12px;
  border-left: 1px solid #7fb5bb;
}
#rhs h3 {
  margin-top: 0;
  padding: 36px 0 0 48px;
  border: none;
  background: url(/images/leaf_small.png) left top no-repeat;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
#rhs p { opacity: 0.9; }
#rhs a:link, #rhs a:visited, #home_content a:link, #home_content a:visited {
  color: #fff;
}
#rhs a:hover, #rhs a:focus, #home_content a:hover, #home_content a:focus {
  color: #c6b100;
}

#lhs {
  background-color: #46959e;
  vertical-align: top;
  font-size: 12px;
}
#lhs ul {
  list-style-type: none;
  margin: 2em 0.5em;
  padding: 0;
}
#lhs li { display: block; }
#lhs a:link, #lhs a:visited {
  display: block;
  padding: 4px 1em;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}
#lhs a:hover, #lhs a:focus {
  background: #6baaba;
  background: rgba(255,255,255,0.2);
  text-decoration: none !important;
}

#heading {
  padding: 0 24px;
  background: #da531a url(/images/heading_bg.png) right 90px no-repeat;
  vertical-align: bottom;
}
#heading p { margin: 0; }

#menu {
  margin: 0 -1em 1em 0;
  padding: 1em 0 0;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  color: #59210a;
}
#menu a:link, #menu a:visited {
  padding: 0 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #59210a;
}

#content {
  padding: 0 2em 4em;
  vertical-align: top;
  background: #fff;
  color: #000;
}
#content li { padding-bottom: 4px; }

a:link, a:visited {
  font-weight: bold;
  color: #633;
}
a:hover, a:focus {
  text-decoration: underline !important;
  color: #da531a;
}

#photos { margin: 1em 0; }
#photos img {
  margin-right: 12px;
  border-color: #633;
  color: #633;
}

div#details {
  position: relative;
  margin: 1.5em 0 1.5em;
}
div#details table {
  background: #f1f8f8;
}
#details th {
  padding: 2px 1em;
  background: #4f211c;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
#details th img {
  position: absolute;
  margin-left: 10px;
  top: -12px;
}
#details td {
  padding: 6px 1em;
  vertical-align: top;
  font-size: 12px;
}
#details a:link, #details a:visited {
  font-weight: normal;
}

#details td#tagline {
  font-style: italic;
  font-size: 14px;
  color: #000;
}

h1 {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
}
#heading h1 {
  padding-bottom: 18px;
}
h2 {
  margin-top: 1em;
  font-weight: normal;
  font-size: 18px;
}
h2 a:link, h2 a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
h3 {
  padding-top: 12px;
  border-top: 1px solid #c8bab9;
  font-size: 15px;
  color: #460d00;
}
h4 {
  font-size: 13px;
}

#footer {
  position: absolute;
  bottom: 0;
  right: 2em;
  width: 620px;
  background-color: #59210a;
  text-transform: uppercase;
  text-align: center;
  line-height: 3.0;
  color: #fff;
}
#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #fff;
}

ul.fancy {
  list-style-type: image;
  list-style-image: url(/images/arrow.png);
}

table.facilities td {
  padding: 0 4px 4px 0;
}

table.tariffs th {
  padding: 0 4px 0 0;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
}
table.tariffs td {
  padding-bottom: 4px;
  font-weight: bold;
}

.box {
  margin: 0 0 0.5em 0;
  border: 1px solid #59210a;
  padding: 0;
  background-color: #fff;
}
.box h4 {
  padding: 4px;
  border-bottom: 1px solid #fff;
  background-color: #59210a;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
}
.box ol {
  margin-left: 0;
  padding-left: 50px;
}

#map_canvas h3 {
  padding: 4px 8px;
  border: none;
  background: #460d00;
  color: #fff;
}

#map {
  margin: 0;
  height: 300px;
  border: 2px solid #d6ce6a;
  overflow: hidden;
}

#mapButtons {
  margin: 10px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  cursor: pointer;
}
#mapButtons a:link, #mapButtons a:visited {
  padding: 3px 8px;
  border: 1px solid #a9bbdf;
  border-radius: 2px;
  background: #fff;
  background: #fff -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f3f3f3));
  background: #fff -moz-linear-gradient(top, #fefefe, #f3f3f3);
  background: #fff -o-linear-gradient(top, #fefefe, #f3f3f3);
  background: #fff linear-gradient(top, #fefefe, #f3f3f3);
  text-decoration: none;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #000;
}
#mapButtons a:hover, #mapButtons a:focus {
  border-color: #7791d0;
  text-decoration: none !important;
}

#directionsPanel {
  display: none;
  padding: 0.5em 1em;
  background: rgba(70,149,158,0.2);
}

table.collapse th, table.collapse th a:link, table.collapse th a:visited {
  background: #59210a;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
table.collapse td { color: #59210a; }

table.availability { margin: 0 0 1em 0; }
table.availability th { white-space: nowrap; }
table.availability img { padding: 0 4px; }
table.availability small { display: none; }

#nextweek { display: none; }

@media print {
  html { background: none; }
  body {
    margin: 0;
    width: 100%;
  }
  input, textarea, select, input[type="file"] {
    -webkit-appearance: none;
    border: none !important;
    background: #fff;
    border-bottom: 1px dashed #666 !important;
  }
  a:link, a:visited {
    text-decoration: none;
    color: #000 !important;
  }
  a[href ^= 'http']:link:after, a[href ^= 'http']:visited:after {
    content:" [" attr(href) "] ";
    font-weight: normal;
    font-size: 80%;
    color: blue;
  }
  #map a:link:after {
    content: "" !important;
  }
  table.collapse { width: 100%; }
  table.collapse tr { border-color: #ccc; }
  table.collapse th, table.collapse td {
    padding: 5px;
    font-size: 16px;
    color: #59210a !important;
  }
  table.collapse th, table.collapse th a:link, table.collapse th a:visited {
    background: #fff;
    text-decoration: none;
    font-weight: normal;
  }
  .noprint, #menu, #lhs, #footer, .addthis_toolbox {
    display: none;
  }
  #thisweek, #nextweek {
    display: block !important;
  }
  table.availability small { display: block; }
}

