/* site layout */
body {margin: 0; padding: 0; color: #6c0000; background-color: #ff6634;}
a { color: #6c0000; }
a:hover { color: blue; }

table{ border-collapse: collapse; }
table td, table th { padding: .1em .3em .1em .3em; }

.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }
.top    { vertical-align: top; }

img.left_image { float: left; padding: 0 1em .5em 0; }
img.right_image { float: right; padding: 0 0 .5em 1em; }

.page { 
  background-image: url(/images/page_background.gif);
  background-repeat: repeat-y;
  background-color: white;
  width: 900px; 
  margin: 0 auto 0 auto;
}

.padded{ padding: 20px; }

.has_hr { border-top: 1px dashed #FF6634; padding-top: 5px; }

.flash_output { text-align: center; margin: 1em 1em 0 1em; }
.flash_output .notice { border: 1px solid green; color: green; }

.special_event, .color_key .community_event { color: black; }
.tea_rose_event .title, .color_key .tea_rose_event, .tea_rose_event .date { 
  color: #ff6634; font-weight: bold; 
}

.errorExplanation { color: red; border: 2px solid red; padding-left: 1em; }
.fieldWithErrors label { padding: .1em; color: red; border: 2px solid red; }

#main_header {
  position: relative;
  background-image: url(/images/tea_rose_internal_header.gif);
  background-repeat: no-repeat;
  height: 100px;
}
#main_header .header_buttons { position: absolute; bottom: 16px; }
#main_header .header_buttons td { padding-left: 15px; }

#landing_header {
  position: relative;
  background-image: url(/images/tea_rose_header.jpg);
  background-repeat: no-repeat;
  height: 344px;
}
#landing_header .header_buttons { position: relative; top: 82px; left: 32px;}
.header_buttons a{ text-decoration: none; }
.header_buttons a:hover{ color: #ff6634; }

#left_sidebar       { float: left; }
#left_sidebar .fb   { width: 189px; text-align: center; margin: .5em 0 1em 0; }
#left_sidebar .fb a { color: #002366; }

#main_menu { 
  width: 165px;
  background-image: url(/images/main_nav/menu_background.gif);
  background-repeat: repeat-y;
  padding: 7px 12px 0 12px;
}

#main_content{ width: 710px; float: left; padding-bottom: 2em; }

#main_footer { 
  clear: both; 
  text-align: center; 
  background-color: #ad0a0b; 
  padding: 5px 0 7px 0;
}
#main_footer, #main_footer a { color: #ff6634; }

#below_page_footer { 
  color: white;
  font-size: .9em;
  background-color: #ff6634; 
  padding: 3px 10px 20px 0; 
  text-align: right;
}
#below_page_footer a { color: white; }
#below_page_footer a:hover { color: blue; }

/* home page */
.landing_page_content{margin: 45px 44px 45px 44px; }

.call_out {
  background-image: url(/images/call_out_background.gif);
  background-repeat: repeat-y;
  border-bottom: 4px solid #6c0000;
  width: 621px;
}
.call_out .header{
  background-image: url(/images/call_out_header.gif);
  background-repeat: repeat-y;
  height: 56px;
}
.call_out .footer{
  background-image: url(/images/call_out_footer.gif);
  background-repeat: no-repeat;
  height: 31px;
}
.call_out td.column1 { 
  width: 242px; 
  /*vertical-align: top; */
  padding: 0 20px 0 30px; 
  color: white;
}
.call_out td.column1 .alignment { /*position: relative; top: -25px;*/ }
.call_out td.column2 { width: 329px; padding: 0 25px 10px 25px; text-align: center;}

/* Guest Rooms */
.room { clear: both; }
.room .room_name  { font-size: 1.5em; font-weight: bold; }
.room .room_body  { text-align: justify; }
.room .room_price { margin-top: .5em; }

/* Breakfast */
.breakfast .column1 { width: 320px; float: left; text-align: justify; }
.breakfast .column2 { width: 300px; float: left; padding-left: 20px;}
.breakfast .column2 h2 { margin-top: 0; }

/* Afternoon Tea */
.afternoon_tea .headline        { font-size: 1.25em; text-align: center; font-weight: bold; margin-bottom: 1em; }
.afternoon_tea .headline .title { font-size: 1.6em; }
.afternoon_tea span.name        { font-size: 1.17em; font-weight: bold; }
.afternoon_tea .name            { margin-left: 25px; color: #FF6634; margin-bottom: 0; font-style: italic; }
.afternoon_tea .desc            { margin-left: 25px; color: #111; margin-top: 0; }

.afternoon_tea .note {
  border-top: 1px dashed #FF6634;
  border-bottom: 1px dashed #FF6634;
  padding: 5px 25px;
  margin: 1em 0;
}

/* Area Attraction */
table.area_attractions th { background-color: #ffc467; border: 1px solid #6c0000; }
table.area_attractions td { padding-bottom: 1em; }

