/*------------------------------------------------
           PLEASE DONT'S STEAL,
    JUST TAKE THE INSPIRATION!
------------------------------------------------- */

/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  MyProject
URL: www.myproject.com
DATE: 05-2009
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5,
p, ul, li, ol,
blockquote,
form {
  border: 0;
  margin: 0;
  padding: 0;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

body {
  background: #ddcfb5 url(body.gif) top center repeat-y;
}

a:link, a:visited{
  color: #a2000d;
}

a:hover {
  color: #666;
}

p {
  text-align: justify;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

p.alleft {
  float: left;
}

p.alright {
  float: right;
}

img.alleft {
  float: left;
  margin: 10px 20px 5px 20px;
}

img.alright {
  float: left;
  margin: 10px 20px 5px 20px;
}

/*------------------------------------------------
 100% HEIGHT
------------------------------------------------- */

html, body, #wrap {
  height: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

#wrap {
  background: url(wrap.gif) repeat-x;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 980px;
  padding-bottom: 50px; /* must be same height as the footer */
  margin: 0 auto;
}

/*------------------------------------------------
 HEADER 
------------------------------------------------- */

#header  {
  position: relative;
  width: 980px;
  height: 280px;
  overflow: hidden;
  color: #d0b7a3;
}

#header a {
  color: #d0b7a3;
}

#header a:hover {
  color: #fff;
}

#header strong {
  color: #fff;
}

#header h1 {
  float: left;
  height: 55px;
  padding: 25px 0 0;
  font-family: Georgia;
  font-size: 28px;
  color: #fff;
}

#header ul {
  list-style: none;
  float: right;
  padding: 30px 0 0;
}

#header ul li {
  float: left;
}

#header p {
  clear: both;
  padding: 15px 0;
  text-align: center;
}

#header p img {
  width: 227px;
  height: 170px;
  margin: 0 17px 0 0;
  border: 1px solid #000;
}

#header p img.last {
  margin: 0;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: left;
  width: 680px;
  padding: 15px;
}

#content h2 {
  font-family: Georgia;
  font-size: 20px;
  padding: 0 0 10px;
}

#content h3 {
  font-family: Georgia;
  font-size: 18px;
  padding: 0 0 10px;
  color: #772300;
}

#content p {
  padding: 0 0 10px;
  line-height: 150%;
}

#content table {
  width: 680px;
}

#content table th {
  padding: 10px;
  background: #534137;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: Georgia;
}

#content table td {
  vertical-align: top;
  padding: 10px;
  background: #f4ede1;
}

#content table td.info {
  width: 320px;
  background: #ddcfb5;
  text-align: right;
  font-weight: bold;
}

#content .fifty {
   float: left;
   width: 330px;
   margin: 20px 20px 0 0;
}

#content .fifty.last {
  margin: 20px 0 0;
}

/*------------------------------------------------
 RESERVATIONS
------------------------------------------------- */

#reservations {
  position: relative;
  float: right;
  width: 240px;
  padding: 15px;
}

#reservations form {
  padding: 10px 10px 0;
  border: 1px solid #301e12;
  background: #534137;
  color: #c2a899;
}

#reservations form h4 {
  padding: 0 0 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  font-family: Georgia;
}

#reservations form p {
  padding: 0 0 10px;
  font-size: 10px;
  font-weight: bold;
}

#reservations form p em {
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

#reservations form p input, #reservations form p select, #reservations form p textarea {
  width: 210px;
  padding: 3px;
  border: 1px solid #3b3127;
  background: #403229;
  color: #c2a899;
}

#reservations form p input:focus, #reservations form p select:focus, #reservations form p textarea:focus {
  color: #fff;
}

#reservations form p select {
  width: 217px;
}

#reservations form p select.short {
  width: 57px;
  text-align: center;
}

#reservations form p input.submit {
  width: auto;
  padding: 4px;
  border: none;
  background: auto;
  cursor: hand;
  cursor: pointer;
}

#reservations h5 {
  font-size: 16px;
  padding: 10px 10px 10px 60px;
  margin: 20px 0 0;
  font-family: Georgia;
  background: url(reservations_h5.gif) center left no-repeat;
}

#reservations p {
  padding: 10px 10px 0;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 50px;
  margin-top: -50px; /* negative value of footer height */
  background: #ddcfb5;
  color: #958273;
  font-size: 10px;
}

#footer .in {
  width: 980px;
  margin: 0 auto;
}

#footer p {
  padding: 18px 15px 0;
}
