/**
 * CSS
 *
 * @author Georges-Etienne Legendre
 * @version 1.0
 */

.hide { display: none; }
.clear { clear: both; }

:link, :visited { color: #cf5c29; }
:link:hover, :visited:hover  { color: #9f1600; }
:link:active { color: #000000; }

a.pdf {
  background: url('../images/acrobaticon.gif') no-repeat 0 50%;
  padding-left: 20px;
}

html {
  background: #ead17c url('../images/bg-global.png') repeat-x 0 100%;
  min-height: 100%;
}

img {
  vertical-align: middle;
}

#wrapper1 {
  background: url('../images/bg-top.png') repeat-x;
}

#wrapper2 {
  border-top: 1px solid #cb693c;
  background: url('../images/bg-header-texture.png') repeat-x 50% 0;
}

#main {
  width: 770px;
  margin: 0 auto;
}

#header {
  position: relative;
  height: 187px;
  background: url('../images/bg-header.png') no-repeat 50% 0;
  margin: 13px 5px 0 5px;
}

#header ul {
  position: absolute;
  bottom: 3px;
  left: 0;
  margin: 0 0 0 20px;
  padding: 0;
}

#header ul li {
  display: inline;
  margin: 0;
  font-size: 0.85em;
  float: left;
  white-space: nowrap;
  list-style-type: none;
}

#header ul li span,
#header ul li a {
  padding-top: 13px;
  padding-bottom: 3px;
}

#header ul li a:hover {
  color: #cf5c29;
}

#header ul li a,
#header ul li.selected a:hover,
#header ul li.child-selected a:hover {
  color: #000;
}

#header ul li.child-selected a {
  color: #cf5c29;
}

#header ul li a {
  text-decoration: none;
  background: url('../images/menu-bg.png') repeat-x 0 0;
  border-bottom: 3px solid #cf5c29;
  padding-bottom: 0;
  margin: 0 22px;
}

#header ul li span.tl {
  background: url('../images/menu-top-left.png') no-repeat 0 0;
}

#header ul li span.tr {
  background: url('../images/menu-top-right.png') no-repeat 100% 0;
}

#header ul li span.bl,
#header ul li span.br {
  background: url('../images/menu-bottom.png') no-repeat;
}

#header ul li span.bl {
  background-position: 0 100%;
}

#header ul li span.br {
  background-position: 100% 100%;
}

#header ul li.selected a {
  text-decoration: none;
  background-image: url('../images/menu-bg-selected.png');
  border-bottom: 3px solid #fff;
}

#header ul li.selected span.tl {
  background-image: url('../images/menu-top-left-selected.png');
}

#header ul li.selected span.tr {
  background-image: url('../images/menu-top-right-selected.png');
}

#header ul li.selected span.bl,
#header ul li.selected span.br {
  background-image: url('../images/menu-bottom-selected.png');
}


#content {
  position: relative;
  padding: 35px;
}

#content ul.lang {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 10px;
  color: #cf5c29;
  font-size: 0.85em;
}

#content ul.lang li {
  display: inline;
  list-style-type: none;
  float: left;
  margin-left: 0.7em;
}

#content ul.lang li:first-child:after {
  margin-left: 0.7em;
  content: "|";
} 

#content ul.lang a {
  color: #cf5c29;
  text-decoration: none;
}

#content ul.lang a:hover {
  color: #9f1600;
}

#content ul.lang a.selected {
  font-weight: bold;
}

#content ul {
  list-style: url('../images/bullet.png');
}

#content h1,
#content h2,
#content h3 {
  color: #9f1600;
  font-family: serif;
}

#content h3 {
  font-style: italic;
}

#content .col1 {
  width: 50%;
  float: left;
}

#content .col2 {
  width: 50%;
  float: left;
}

/** Home */

#content.home .addresses {
  text-align: center;
  font-size: 0.8em;
  color: #ccc;
}

#content.home .addresses a {
  color: #ccc;
}

/** Reservation */

#content.reservation table th {
  text-align: right;
  font-weight: normal;
}

/** Services */

#content.services .room {
  text-align: center;
}

#content.services .room h2 {
  margin-bottom: 0;
}

#content.services .room1 {
  width: 50%;
  float: left;
}

#content.services .room2 {
  border-left: 1px solid #fff;
  width: 49%;
  float: left;
}

#content.services .room3 {
  border-top: 1px solid #fff;
  padding-top: 1.5em;
  width: 50%;
  clear: both;
  margin: 0 auto;
}

#content.services table.prices {
  border-collapse: collapse;
  margin: 0 0 1em 1.5em;
}

#content.services table.prices th {
  text-align: left;
  border-bottom: 1px solid;
}

#content.services table.prices td {
  text-align: right;
  border-bottom: 1px solid;
  padding-left: 1em;
}

/** Activities */

#content.activities .activities-site h2,
#content.activities .activities-nearby h2 {
  margin-bottom: 0.5em;
}

#content.activities .activities-site {
  width: 50%;
  float: left;
  text-align: center;
}

#content.activities .activities-nearby {
  width: 50%;
  float: left;
  text-align: center;
}

/** On site activities */

#content.activities-site ul li {
  margin-bottom: 2em;
}

/** Nearby activities */

#content.activities-nearby .photos {
  margin: 0 auto;
}

#content.activities-nearby .photos td {
  font-size: 0.85em;
  text-align: center;
  padding-bottom: 0.8em;
}

#content.activities-nearby .photos p {
  margin: 0;
}

/** Guestbook */

#gb-container {
  background: url('../photos/bg-guestbook.jpg') no-repeat 0 0;
  width: 679px;
  height: 520px;
  position: relative;
}

#content.guestbook .gb-item {
  display: none;
}

#content.guestbook .gb-item .comment {
  margin: 10px 25px;
}

#content.guestbook .gb-item .comment h2 {
  font-family: sans-serif;
  font-size: 0.85em;
  margin: 0;
}

#content.guestbook .gb-item .comment p {
  font-size: 0.85em;
  text-align: justify;
  margin: 0;
}

#content.guestbook .gb-item .comment p.signature,
#content.guestbook .gb-item .comment p.country {
  text-align: right;
  margin: 0;
}

#content.guestbook .gb-item .comment p.signature {
  font-weight: bold;
}

#content.reservation .error th {
  color: #ff0000;
  font-weight: bold;
}

#content.reservation select[disabled] {
  background-color: #fff;
  color: #606060;
  border-width: 1px;
}

#gb-left-container {
  position: absolute;
  top: 43px;
  left: 35px;
  width: 305px;
  height: 450px;
}

#gb-left-container .back {
  position: absolute;
  bottom: 0;
  left: 10px;
}

#gb-right-container {
  position: absolute;
  top: 43px;
  right: 32px;
  width: 297px;
  height: 450px;
}

#gb-right-container .next {
  position: absolute;
  bottom: 0;
  right: 12px;
}

/**
 * Footer
 */

#footer {
  border-top: 3px solid #d2612c;
  background: #8c1c0a url('../images/bg-footer.png') repeat-x 50% 0;
  padding: 5px;
  color: #db7a4f;
}

#footer p {
  margin: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 0.7em;
  line-height: 2em;
}

#footer a {
  color: #db7a4f;
}


#content,
#footer {
  margin: 0 8px;
}

#shade {
  background: url('../images/bg-content-shade.png') repeat-y 50% 0;
}

#shade-footer {
  background: url('../images/bg-footer-shade.png') no-repeat 50% 0;
  height: 10px;
}
