html, body {
  background: #ecede8 url("/media/images/bg/body-bg.gif") top center;
  height:100%; /* needed for container min-height */
  font-family: arial, helvetica, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, p, ul, form, ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

a {
  color: #8e5c25;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
  outline: 0;
}

em {
  font-style: normal;
}

fieldset {
  background: #FFF;
  border: 0;
}

img {
  border: 0;
}

table {
  border-spacing: 0;
}

#wrapper {
  background: url("/media/images/bg/content-bg.png") repeat-y left top;
	position:relative; /* needed for footer positioning*/
  width: 960px;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  padding-bottom: 6px;
}

.header a.logo {
  float: left;
  display: inline;
  line-height: 0%;
  margin: 25px 15px 15px 30px;
}

.right-header {
  display: inline;
  float: right;
  margin: 23px 20px 0 0;
}

.header .contact {
  width: 605px;
  float: right;
  font-size: 13px;
  color: #a8a8a8;
  text-align: right;
}

.banner {
  float: right;
  margin: 20px 0 10px 0;
  font-size: 1px;
  clear: both;
}

.nav {
  position: relative;
  float: left;
  z-index: 2;
  margin-top: -360px;
}

.nav ul {
  background: url("/media/images/bg/menu-bg.png");
  display: block;
  height: 310px;
  width: 150px;
  padding: 25px 30px;
  text-transform: lowercase;
  text-shadow: 2px 2px 12px #000;
}

.nav ul li {
  width: 100%;
  float: left;
  list-style: none;
}

.nav ul li a {
  background: url("/media/images/bg/border-dotted.gif") left bottom repeat-x;
  display: block;
  width: 100%;
  padding: 9px 0;
  font: 18px georgia, times, serif;
  color: #FFF;
}

.hero {
  background-color: #000;
  background-repeat: no-repeat;
  float: left;
  width: 960px;
  height: 360px;
}

.hero .images {
  width: 100%;
  height: 360px;
  z-index: 1;
}

.overlay {
  position: relative;
  float: right;
  width: 650px;
  margin: -120px 32px;
  font-family: georgia, "times new roman", times, serif !important;
  text-shadow: 2px 2px 12px #000;
  z-index: 2;
}

.overlay * {
  text-align: right;
}

.overlay h1 {
  font-size: 29px;
  font-style: italic;
  color: #FFF;
  line-height: 33px;
}

.overlay h2 {
  margin-top: 7px;
  font-size: 14px;
  color: #A8A8A8;
  line-height: 16px;
}

.content {
  margin-left: 210px;
  padding: 20px 20px 85px 0;
  font-family: arial, "times new roman", times, serif;
  color: #666;
  font-size: 11px;
  clear: both;
}

.wide {
  margin-left: 20px;
}

.wide .large {
  padding-left: 190px;
}

.content h1, h2, h3 {
  color: #333;
  margin-bottom: 8px;
}

.content h1 {
  font-size: 21px;
}

.content h2 {
  font-size: 18px;
}

.content h3 {
  font-size: 16px;
}

.content p {
  margin: 12px 0;
  line-height: 14px;
}

.content ul, .content ol {
  margin-left: 20px;
}

.col {
  display: inline;
  float: left;
  width: 150px;
  margin: 0 0 0 30px;
}

.col.large {
  position: relative;
  width: 370px;
  margin-left: 0px;
}

.col.sidebar {
  width: 330px;
}

.login-form {
  text-align: center;
}

.login-form div {
  width: 260px;
  margin: 10px 0;
}

.login-form div input {
  margin-left: 10px;
}

.login-form .login-field {
  text-align: right;
}

.login-form .login {
  text-align: center;
}

.account-nav {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.account-nav ul {
  float: right;
}

.account-nav li {
  display: inline;
  margin: 5px;
}

.datagrid table {
  border-top: 1px solid #ddd7cf;
  width: 100%;
  margin: 0 20px 0 0;
  font-size: 14px;
  line-height: 24px;
  list-style-type: none;
}

.datagrid table tr {
  padding: 10px;
}

.datagrid table td, .datagrid table th {
  border-bottom: 1px solid #ddd7cf;
  padding: 2px 10px !important;
}

.datagrid table th {
  padding: 0 10px;
  text-align: left;
}

.datagrid em {
  color: #CC0000;
}

.datagrid .status {
  text-align: center;
}

.documents a {
  display: block;
  background: url("/media/images/buttons/document.png") no-repeat;
  padding-left: 30px;
}

.documents table {
  margin-bottom: 20px;
}

.documents .download {
  background: url("/media/images/buttons/down.png") no-repeat;
}

.rooms tr td {
  font-size: 12px;
  line-height: 18px;
}

.rooms .text {
  width: 120px;
}

.rooms textarea {
  width: 120px;
  height: 80px;
  margin-bottom: 8px;
}

.rooms .toggle {
  float: right;
  margin: 5px;
  padding: 5px;
  text-decoration: none;
}

.rooms .toggle:hover {
  background: #faf6f0;
  border: 1px solid #ddd7cf;
  margin: 4px;
}

.rooms .submit {
  clear: both;
}

.calendar .menu {
  float: right;
  font-size: 22px;
}

.calendar .menu li {
  display: inline;
  border-right: 1px solid #AAA;
  padding: 0 8px 0 2px;
}

.calendar .menu .title, .calendar .menu .last {
  border-right: 0;
  padding-right: 0;
}

.calendar table {
  border: 1px solid #CCC;
  width: 100%;
  margin: 2px 0;
  border-spacing: 0;
}

.calendar table a {
  display: block;
  color: #555;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 1px;
}

.calendar td {
  width: 22px;
}

.calendar table td:hover, .calendar table a:hover {
  background: #EEE;
  border: 1px solid #BBB;
  padding: 0;
}

.calendar table td, .calendar table th {
  border: 1px solid #CCC;
  line-height: 14px;
  padding: 0;
  text-align: center;
}

.calendar table th, .calendar table .weekend {
  background: #EEE;
}

.calendar table .hover {
  background: #e9e9e9;
}

.calendar .display.diamond {
  color: #a684a8;
}

.calendar .display.gold {
  color: #a6792b;
}

.calendar .display.platinum {
  color: #777;
}

.calendar .booked, .calendar .booked a {
  background: #edcbcb;
  border-color: #cf8383;
  color: #CC0000;
}

.calendar .provisional, .calendar .provisional a {
  background: #f6daaa;
  border-color: #dba44d;
  color: #cc881c;
}

.calendar .wedding, .calendar .wedding a {
  background: #92e55b;
  border-color: #52b527;
  color: #3d7d12;
}

.calendar .selected {
  border-color: #555;
}

.calendar .display {
  background: #FFF;
  height: 25px;
  padding: 15px;
  font-size: 24px;
  text-align: center;
}

.contact div {
  padding: 10px 0;
  clear: both;
}

.contact label, .contact .text {
  display: block;
  width: 165px;
}

.contact label {
  float: left;
  padding: 4px;
}

.contact .text {
  float: right;
  margin-top: -4px;
}

.text, textarea {
  border: 1px solid #555;
  padding: 4px;
  font: 14px georgia;
  color: #000;
}

textarea {
  width: 350px;
  margin-top: 10px;
}

.text:focus, textarea:focus {
  border: 1px solid #a86d10;
}

fieldset span {
  background: #ffd5d5;
  border: 1px solid #ee8a8a;
  display: block;
  margin-bottom: 14px;
  padding: 4px;
  color: #903232;
  text-align: center;
  clear: both;
}

.field {
  display: none;
}

.error {
  background: #ffdddd;
  border-color: #b43c3c;
}

.error:focus {
  border-color: #e10202;
}

.checklist ul {
  border-top: 1px solid #ddd7cf;
  margin: 0;
  list-style-type: none;
}

.checklist label {
  display: block;
  width: 100%;
  padding: 10px 0 14px 0;
}

.checklist li {
  border-bottom: 1px solid #ddd7cf;
  padding: 0 8px 0 10px;
  clear: both;
}

.checklist .box {
  float: right;
}

.checklist .set-date label {
  float: left;
  width: 220px;
  margin-left: 30px;
}

.checklist .set-date .save {
  margin-top: 11px;
}

.checklist .manage {
  width: 45%;
  margin-right: 5%;
  float: left;
}

.checklist .manage a {
  display: block;
  padding: 10px 2px;
}

.checklist .manage a:hover, .checklist .manage a:focus {
 text-decoration: none;
 color: #b67a37;
}

.checklist .manage .add {
  background: url("/media/images/buttons/left.png") left center no-repeat;
  padding-left: 30px;
}

.checklist .manage .del {
  background: url("/media/images/buttons/delete.png") right center no-repeat;
  padding-right: 30px;
}

.submit {
  padding: 10px 0;
  text-align: center;
}

.submit input {
  color: #FFF;
}

.submit input:focus {
  border: 0;
  outline: 0;
}

.checklist em {
  display: block;
  margin: 10px 0 0 10px;
  color: #888;
  text-align: right;
}

.checklist fieldset {
  background: none;
}

.checklist .complete {
  background: #e6fbea;
}

.checklist .complete * {
  color: #618768;
}

.checklist .alert {
  background: #ffe7e7;
}

.checklist .alert * {
  color: #CC0000;
}

.checklist .submit {
  padding: 12px 0 8px 0;
}

.tableplans a {
  border: 2px solid #DDD;
  display: block;
  float: left;
  width: 150px;
  margin: 8px;
  padding: 6px;
  text-align: center;
}

.tableplans a:hover, .tableplans a:focus {
  border-color: #CCC;
  box-shadow: 0 0 25px #BBB;
  -moz-box-shadow: 0 0 25px #BBB;
  -webkit-box-shadow: 0 0 25px #BBB;
  text-decoration: none;
}

.tableplans em {
  display: block;
  height: 20px;
  margin-bottom: 10px;
}

.tableplans span {
  display: block;
  width: 40px;
  margin-left: 10px;
  float: left;
  text-align: right;
}

.tableplan {
  padding-bottom: 20px;
}

.tableplan .description {
  width: 495px;
  margin-right: 20px;
  float: left;
}

.tableplan .preview {
  border: 5px solid #EEE;
  padding: 10px;
  float: left;
}

.guests ol {
  list-style-type: decimal;
  padding-left: 4px;
}

.guests li {
  display: list-item;
  width: 150px;
  padding: 4px 0;
  font-size: 14px;
}

.guests .table {
  float: left;
  width: 182px;
  margin: 5px 0 20px;
}

.guests .text {
  width: 140px;
}

.guests .guest {
  background: url("/media/images/buttons/bed.gif") top right no-repeat;
  padding-right: 30px;
}

.guests input.guest {
  width: 114px;
}

.guests li.guest {
  width: 120px;
}

.guests .notes {
  clear: both;
}

.guests .notes h2 {
  margin: 0;
}

.guests .notes textarea {
  width: 100%;
  height: 100px;
}

.submit label, .submit small {
  display: block;
}

.submit small {
  margin-top: 5px;
}

.info {
  background: url("/media/images/buttons/info.png") 8px center #dfebff no-repeat;
  border: 1px solid #b4cdf8;
  display: block;
  margin: 10px 0;
  padding: 8px 8px 8px 34px;
}

.info a {
  color: #4e7dcf;
}

.notice {
  background: url("/media/images/buttons/alert.png") 8px center #ffebce no-repeat;
  border: 1px solid #e6c99f;
  display: block;
  margin: 10px 0;
  padding: 8px 8px 8px 34px;
}

.success {
  background: url("/media/images/buttons/check.png") 5px center #e5ffe2 no-repeat;
  border: 1px solid #bcd7b9;
  display: block;
  margin: 10px 0;
  padding: 8px 8px 8px 34px;
}

.odd {
  background: #faf6f0;
}

.itinerary {
  background: none !important;
  border: 1px solid #DDD !important;
  padding: 0 10px;
  color: inherit;
  font: inherit;
}

.itinerary .ui-tabs-nav {
  margin-left: 0;
}

.ui-tabs .ui-tabs-panel {
  padding: 10px 2px 0 !important;
}

.itinerary td, .itinerary th {
  height: 20px;
  padding: 5px;
  vertical-align: top;
}

.itinerary .result {
  width: 100% !important;
  margin: 0;
}

.itinerary table .help {
  display: block;
  margin: 10px 0;
  color: #888;
}

.itinerary .result {
  margin-left:        10px;
  margin-bottom:      20px;
  margin-top:         3px;
  background-color:   #f8f8f8;
  padding-right:      10px;
  border-width:       1px;
  border-color:       #cccccc;
  border-style:       solid;
  border-collapse:    collapse;
  width:              962px;
}

.itinerary .result td {
  padding:            5px;
  font-size:          11px;
}

.itinerary .result th {
  padding:            5px;
  background-color:   #ffffff;
  border-width:       0px;
  border-bottom-width:1px;
  border-color:       #cccccc;
  border-style:       dashed;
  font-size:          11px;
  text-align:         left;
}

.itinerary .data td {
  padding: 0;
}

.itinerary .data div {
  border: 1px solid #DDD;
  height: auto !important;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 5px;
}

.footer {
  position:absolute;
  bottom:0; /* stick to bottom */
  width: 904px;
  border-top: 1px solid #e5e5e5;
  height: 35px;
  padding: 15px 36px 15px 20px;
  color: #999999;
}

.footer ul li {
  border-left: 1px solid #999;
  display: inline;
  float: left;
  font-size: 10px;
  margin-left: 5px;
  padding-left: 5px;
}

.footer ul .first {
  border-left: 0;
}

.footer ul li a {color: #999999;}

.footer p {
  float: right;
  padding-bottom: 10px;
  font-size: 10px;
  color: #a8a8a8;
  clear: right;
}

.footer .tag {
  width: 300px;
  text-align: right;
}

.footer .tag a {
  color: #999999;
}

.clear {
  clear: both;
}
#twitter-facebook-logos{
  position:absolute;
  bottom:0px;
  left:50px;
}