/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; /* backgrounds? */ }

#bodyWrapper { width: 780px; margin: auto; }

/* specific link colours for this site */
a:link 	  { color: #6c6345; text-decoration:none; }
a:visited { color: #6c6345; text-decoration:none; }
a:hover   { color: #6c6345; text-decoration:underline; }
a:active  { color: #6c6345; text-decoration:underline; }


/*******************/
/* header elements */
/*******************/
#navContainer {  }

#navContainer #logo { float: left; }

#navContainer ul { float: right; }
#navContainer ul li { font-weight: bold; }
#navContainer ul li a { text-decoration: none; }

#navArea { background-color:#2B4127; margin:3px 0px 3px 0px;  padding:5px 0px 5px 55px; font-size: 95%;}

ul.nav    { list-style: none; margin: 0; padding: 0px 0px 0px 0px; }
ul.nav li { display: inline; margin-right: 33px; }
ul.nav li a { color: #b4a572; text-decoration:none; }
ul.nav li a:visited { color: #b4a572; text-decoration:none; }
ul.nav li a:hover   { color: #fff; text-decoration:none; }
ul.nav li a:active  { color: #e5e5e5; text-decoration:none; }

#subNavArea {}
#subNav { background-color:#999966; color:#fff; margin:3px 0px 0px 0px; padding:1px 0px 1px 55px;}
#subNav ul { list-style: none; margin: 0px; padding: 0px 0px 0px 0px;}
#subNav ul li { margin:0px; float:left; margin-right: 0px; padding-right:50px;}
#subNav ul li a { color:#FFFFFF; display:block; text-decoration:none;}
#subNav ul li a:hover { background-color:#ADB478; text-decoration:none;}


/********************/
/* content elements */
/********************/

#mainContainer { border:1px solid #2b4127; background-color:#FFFFFF;  }

#topArea { background-color:#FFFFFF; border-bottom:1px solid #2b4127; height:142px; font-size:20px;}

#contentBorder { border-top:1px solid #2b4127; border-bottom:1px solid #2b4127;  }
#mainContent { margin:4px 0px 4px 0px; background-color:#FFFFFF;}
#mainContentSurround { margin:4px 0px 3px 0px; background-color:#FFFFFF;}

.blockLinks { font-size:14px; font-family:Georgia, 'Times New Roman', Times, serif; width:184px; height:176px; border:2px solid #73734e; font-weight:100; background-color:#999966;}
.blockLinks a { color:#fff; display:block; text-decoration:none; height:24px; padding: 76px 0; font-weight:100; }
.blockLinks a:hover { background-color:#9d9d68; text-decoration:none; }

#menuLinks { font-size:110%; font-family:Georgia, 'Times New Roman', Times, serif; width:120px; height:20px; font-weight:100;  background-color:#999966;}
#menuLinks a { color:#fff; display:block; text-decoration:none; height:20px; padding:0px 0px 0px 15px;}
#menuLinks a:hover { background-color:#ADB478; text-decoration:none; height:20px; }

.surroundingContent { 
	background-color:#F0F0E0;
	float:right; width:360px;
	height:155px;
	padding:4px 10px 0px 10px;
	color:#333333;
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px; 
	min-height:155px;}
	
.otherContent { 
	background-color:#F0F0E0;
	float:right; width:360px;
	height:176px;
	padding:4px 10px 0px 10px;
	color:#333333;
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	min-height:176px;}

.otherContentLeft {
	background-color:#F0F0E0;
	float:left; width:360px;
	padding:4px 10px 0px 10px;
	color:#333333;
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	height:176px;
	min-height:176px;}


#bookingLinks { font-size:110%; font-family:Georgia, 'Times New Roman', Times, serif; width:160px; height:20px; font-weight:100;  background-color:#999966;}
#bookingLinks a { color:#fff; display:block; text-decoration:none; height:20px; padding:0px 0px 0px 15px;}
#bookingLinks a:hover { background-color:#ADB478; text-decoration:none; height:20px; }

#contactDetails {}
#contactDetails a { color:#6c6345;}
#contactDetails a:hover {color:#6c6345; text-decoration:underline;}
#contactDetails a:visited {}

#contentLinks { font-size:11px; font-family:Georgia, 'Times New Roman', Times, serif; font-weight:100; padding-top:20px; }

#tariffLinks { font-size:14px; font-family:Georgia, 'Times New Roman', Times, serif; font-weight:100; padding-top:20px;  }
#tariffLinks ul { margin: 0; padding: 0; list-style: none;}
#tariffLinks ul li { float:left;  margin:0px 4px 0px 0px; background-color:#999966; width:110px;}
#tariffLinks ul li a { color:#FFFFFF; display:block; text-decoration:none; padding:0px 5px 0px 5px;}
#tariffLinks ul li a:hover { background-color:#ADB478; text-decoration:none;}


hr {
  margin: 18px 0;
  border-bottom: solid #666 1px;
  height: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
}

#bottomArea { background-image:url(../images/bg.gif); background-repeat:repeat-y; height:139px;}

/*********/
/* items */
/*********/
.item              { margin-bottom: 10px; }
.item .itemHeader  {  }
.item .itemTitle   { font-weight: bold; }
.item .itemDate    { font-style: italic; }
.item .itemContent {  }
.item .itemImage   { float: left; margin-right: 5px; margin-bottom: 5px; }
.item .itemMore    {  }

#itemBack          {  }

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
  width: 100px;
  height: 100px;
  float: left;
  margin: 5px;
}

/*******************/
/* footer elements */
/*******************/
#footer { }
#footer a { text-decoration: none; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
#contactform	{ float: left; }  /* the contact form itself */
#contact		{ float: right; } /* contact info or whatever on right */

.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 220px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 230px; } /* label width + label margin-right, override as above */

/* message and error boxes, not just useful in contact form */
.message { border: 1px solid #080; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; color: #f00; } /* error box in red */