/* ===== Layout Elements ================================================== */
body {
  background-color: #510C0F;
}

#banner {
  width: 730px;
  height: 218px;
  border: 10px solid white;
}

#bd {
  background-color: #F5E8CA;
  background-image: url('/images/public_bg.gif');
}

#ft {
  background-color: #E5CE96;
  padding: 3px 15px;
  text-align: right;
}

/* ===== Menu Bar ========================================================= */

div#menubar ul {
  list-style-type: none;
  background-image: url('/images/menu/menubar_bg.gif');
}

li.menu_item {
  display: inline;
  height: 25px;
}

li.menu_item a {
  height: 25px;
}

li.menu_item a img.hover,
li.menu_item a:hover img.default {
  display: none;
}

li.menu_item a:hover img.hover {
  display: inline;
}

ul#reservation_menu {
  float: right;
}

/* ===== Text Formatting ================================================== */

#content {
  font-family: Georgia, 'Times New Roman', serif;
  margin: 0.5em;
  color: #291805;
}

#content p {
  text-align: justify;
}

#sidebar {
  font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', arial, helvetica, sans-serif;
}

p {
  line-height: 1.5em;
  margin: 1em 0;
}

a {
  font-weight:  bold;
  text-decoration:  none;
  color:  black;
}

a:hover {
  text-decoration:  underline;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  margin: 0.5em 0;
}

h1 {
  font-size: 1.6em;
  font-weight: bold;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
}

h4 {
  font-size: 1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-variant: small-caps;
}

h6 {
  font-style: italic;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

div.navbox div.content {
  margin: 10px;
  color: #190F03;
  font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', arial, helvetica, sans-serif;
  font-size:0.95em;
}

/* ===== List Formatting ================================================== */

#content ol,
#sidebar ol {
  list-style-type: decimal;
  margin: 0 0 0 20px;
}

#content ul,
#sidebar ul {
  list-style-type: disc;
  margin: 0 0 0 15px;
}

#content li,
#sidebar li {
  margin: 0.75em 0;
}

/* ===== Image Formatting ================================================= */
#content img {
  border: 1px solid #402608;
}

.float_right img,
img.float_right {
  margin: 0 0 0.5em 0.5em;
}

.float_left img,
img.float_left {
  margin: 0 0.5em 0.5em 0;
}

/* ===== Table Formatting ================================================= */

tbody th, tbody td {
  vertical-align:  top;
}

tbody th {
  text-align: right;
}

table#amenities_table td {
  width: 50%;
  padding: 10px;
}

/* ===== Input Form Formatting ============================================ */

label {
  display: block;
}

input.text, textarea {
  width: 75%;
  border: 1px solid #666;
  padding: 0.1em;
}

/* ===== Error Messages =================================================== */

div.errors {
  border:  1px solid #190F03;
  padding:  0.5em;
  background-color: #F6F596;
  margin-bottom:  1em;
}

label.invalid, table.form tbody th.invalid, div.errors li {
  color:  #BB1C23;
  font-weight: bold;
}

/* ===== Photo Gallery ==================================================== */

img.gallery_thumbnail {
  border: 3px solid #C58B17;
}

a img.gallery_thumbnail {
  border: 1px solid #190F03;
  margin: 2px;
}

div.photo a img {
  border: 1px solid #402608;
}
