/*** Main CSS ***/
html {
  
}

body {
  margin: 0;
  padding: 0;
  background-image: url('/img/bg.jpg');
  font-size: 11pt;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #a78b6e;
}

p, ul, li {
  line-height: 1.5em;
}

a, a:visited {
  color: #936339;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/** Containers */
#header-container,
#main-container {
  background-color: #f4efe9;
}

/** Sections **/
#header,
#main,
#footer {
  margin: 0 auto;
  padding: 0;
  width: 650px;
}

#body-container {
  
}

/** Header **/
#header-container {
  background-image: url('/img/top-bg.jpg');
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 30px;
}

#header {
}

/** Main **/
#main-container {
  background-color: #f4efe9;
}

#main {
  
}

/** Logo **/
#logo {
  
}

#logo img {
  
}

/** Rotating image **/
#rotating-image-container {
  margin: 10px 0 15px;
  width: 650px;
  height: 450px;
  background-image: url('/img/rotating-image-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.rotating-image {
  margin: 20px 18px;
  width: 615px;*/
  height: 410px
}

/** Liberia separator **/
#liberia-separator {
  margin: 15px 0;
  text-align: center;
}

/** Content **/
#content-container {
  
}

#content {
  
}

#content p {
  text-align: left;
}

#content img.title {
  margin-bottom: -7px;
}

.content-left {
  float: left;
  width: 290px;
  padding: 0 5px 0 15px;
}

.content-right {
  float: right;
  width: 290px;
  padding: 0 15px 0 5px;
}

.picture-containing {
  text-align: center;
}

.clear {
  clear: both;
}

/** Middle images **/
#middle-images {
  margin: 10px 0 20px;
  text-align: center;
}

#middle-images img {

}

#middle-images img.left {
  margin-right: 2em;
}

#middle-images img.middle {
  
}

#middle-images img.right {
  margin-left: 2em;
}

/** Footer **/
#footer-container {
  background-image: url('/img/bottom-bg.jpg');
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 45px;
}

#footer {
  color: #fff;
  padding-bottom: 20px;
}

#footer p, ul, li {
  text-align: left;
}

#footer form {
  margin: 15px 5px;
  text-align: right;
}

#footer form label {

}

#footer form div.input {
  margin-bottom: 10px;
}

#footer form div.submit {
  margin-top: 25px;
  text-align: center;
}

#footer form input.text,
#footer form textarea.textarea,
#footer form input.date {
  padding: 5px;
  width: 165px;
  background-color: #F3EAE3;
  border-top: 1px solid #997155;
  border-right: 1px solid #997155;
  border-bottom: 0px solid #A67B5F;
  border-left: 0px solid #A67B5F;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 9pt;
  color: #5B3928;
}

#footer form input.submit {
  background-color: #a18363;
  border: 2px solid #a28362;
  padding: 5px 15px;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

#footer a, #footer a:visited {
  color: #fff;
}

.footer-left {
  float: left;
  width: 290px;
  padding: 0 5px 0 15px;
}

.footer-right {
  float: right;
  width: 290px;
  padding: 0 15px 0 5px;  
}

.footer-section {
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.footer-transparent {
  background-image: url('/img/footer-transparent.png');
}

/** Reservations **/
#reservations {

}

#reservations form {
}

/** Contact **/
#contact p {
  text-align: center;
  margin: 10px 0;
}

/** Directions **/
#directions ol li {
  margin-bottom: 10px;
}

/** Other **/
img.eco-friendly {
  position: relative;
  left: -5px;
  top: -15px;
}

img.online-reservations {
  position: relative;
  left: -5px;
  top: -15px;
}
