/* @override http://ferntownlodge.harmonyapp.com/theme/4ecd5e6bdabe9d47b70070a7/stylesheets/main.css */

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* @end */

body {
  font: 11px/170% "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

strong {
  color: #333;
font-weight: bold;
}

em {
font-style: italic;
}

#content_block ul, #content_block ol {
  list-style-position: outside;
  margin-top: 10px;
  margin-left: 20px;
}

#content_block ul {
  list-style-type: square;
}

#content_block li {
  margin-bottom: 5px;
}

body {
  background-color: #ebebeb;
}

#body {
  width: 805px;
  margin: 0 auto;
  background-image: url(images/shadow.jpg);
}

h1, h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
line-height: normal;
}

#wrap {
  width: 785px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
}

#sections {
  background-color: #7f894c;
  height: 40px;
  padding-left: 30px;
  position: relative;
}

#sections ul {
  position: absolute;
}

#sections ul li {
  list-style-type: none;
  margin-top: 10px;
  float: left;
}

#sections a:link, #sections a:visited {
  text-decoration: none;
  color: #d4d8c0;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  letter-spacing: .1em;
}

#sections li.selected a:link, #sections li.selected a:visited, #sections ul li a:hover {
  color: #fff;
}

#sections li + li a, #pages li + li a {
  padding-left: 15px;
  border-left: 1px solid #b9be9c;
  margin-left: 15px;
}

#sections a#book_now:link, #sections a#book_now:visited {
  position: absolute;
  right: 30px;
  margin-top: 5px;
}

#sections a#book_now:link, #sections a#book_now:visited, #content_block a#book_now:link, #content_block a#book_now:visited  {
  display: block;
  background-color: #d4d8c0;
  color: #7f894c;
  padding: 5px 10px;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

#content_block a#book_now:link, #content_block a#book_now:visited { 
  width: 70px;
  text-transform: uppercase;
  text-align: center;
}

#content_block a#book_now:hover, #sections a#book_now:hover {
  background-color: #e4e7d8;
}

#content_block a#book_now:active, #sections a#book_now:active {
  background-color: #fff;
}

#left_column {
  width: 270px;
  float: left;
}

.image {
  margin-bottom: 10px;
}

.image_caption {
  font-size: 10px;
  text-align: right;
  color: #999;
  letter-spacing: 1px;
}

#right_column {
  width: 485px;
  float: right;
}

#pages {
  background-color: #d8dacb;
  height: 35px;
}

#pages ul {
  margin-left: 10px;
}

#pages ul li {
    list-style-type: none;
    margin-top: 10px;
    float: left;
}

#pages ul li a, #pages ul li a:visited {
  text-decoration: none;
  color: #9da27f;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

#pages ul li.selected a, #pages ul li a:hover {
  color: #7d8a3a;
}

#content_block {
  width: 445px;
}

.content h1 {
  color: #838671;
  font-size: 26px;
  padding: 25px 0 0;
}

.content h2, #content h2 a:link, #content h2 a:visited {
  color: #afb397;
  font-size: 18px;
  margin-right: 0;
  margin-top: 25px;
  margin-left: 0;
  font-style: italic;
}

.content h3, #content h3 a:link, #content h3 a:visited {
  color: #8c9754;
  font-size: 14px;
  margin-right: 0;
  margin-top: 20px;
  margin-left: 0;
}

.content h4, a {
  color: #838671;
}

.content h4 {
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0 -8px;
}

.content p {
  padding-top: 10px;
}

#Button {
  display: block;
  width: 100px;
  height: 30px;
  background: url(/images/Button.jpg) no-repeat 0 0;
}

#Button:hover { 
  background-position: 0 bottom;
}

#footer {
  clear: both;
  margin-left: 300px;
  background: url(/images/fly.jpg) no-repeat 390px 30px;
  padding: 40px 0;
}

#footer p, #footer a:link, #footer a:visited {
  width: 405px;
  color: #afb397;
  font-size: 9px;
  line-height: 180%;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

a img {
border: 0;
}
