/* Flash Layout */
html, body, #flashContainer { width: 100%; height: 100%; margin: 0; background: #393939; }

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

#bodyOuter {
	background: url(../images/bg.png) bottom repeat-x #393939;
	padding: 50px 0;
	margin: 0;
}

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

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


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

#logo { float: right; }

#banner {
	background: url(../images/banner-shadow.png) no-repeat bottom;
	margin-top: 30px;
	padding-bottom: 21px;
}

ul#image-list { height: 95px; margin: 0 0 20px; padding:0; }
ul#image-list li {
	background: url(../images/thumb-shadow.png) no-repeat bottom;
	display: block;
	float: left;
	height: 84px;
	margin-right: 13px;
	padding-bottom: 11px;
	width: 102px;
}
ul#image-list li a:hover { opacity: 0.6; }
.lastchild { margin-right: 0 !important; }

ul#nav      { float: left; width: 200px; }
ul#nav li   { }
ul#nav li a {
	color:#fff;
	display: block;
	font-size: 1.091em;
	letter-spacing: -0.6px;
	line-height: 0.917em;
	margin-bottom: 2px;
	text-transform:uppercase;
}

ul#nav li a:hover,
ul#nav li a.selected { color: #ccc; text-decoration:none; }


/********************/
/* content elements */
/****** **************/
#main { margin-top: 20px; }

#about-01 { float: left; margin-right: 17px; width: 154px; }
#about-02 { float: left; margin-right: 17px; width: 330px; }
#about-03 { float: left; width: 330px; }

#bedrooms-01 { float: left; margin-right: 17px; width: 154px; }
.bedrooms-right { float: right; width: 679px; }
#bedrooms-02 { float: left; margin-right: 17px; height: 272px; width: 330px; }
#bedrooms-03 { float: left; height: 272px; width: 330px; }
ul#bedrooms-thumbs { padding: 14px 0 0 0; margin: 0; width: 677px;}
ul#bedrooms-thumbs li {
	display: block;
	float: left;
	margin-right: 13px;
	width: 102px;
}

#dining-01 { float: left; margin-right: 17px; width: 154px; }
#dining-02 { float: left; margin-right: 17px; width: 155px; }
#dining-03 { float: left; margin-right: 17px; width: 330px; }
#dining-04 { float: left; width: 172px; }
#dining-04 ul { padding-left: 17px; margin: 0;}

#banqueting-01 { float: left; margin-right: 17px; width: 154px; }
#banqueting-02 { float: left; margin-right: 17px; width: 155px; }
#banqueting-03 { float: left; margin-right: 17px; width: 157px; }
#banqueting-04 { float: left; width: 330px; }

#weddings-01 { float: left; margin-right: 17px; width: 154px; }
#weddings-02 { float: left; margin-right: 17px; width: 155px; }
#weddings-03 { float: left; margin-right: 17px; width: 243px; }
#weddings-04 { float: left; width: 243px; }
#weddings-downloads  { text-transform: uppercase; padding-top: 50px;}
#weddings-download01 { float: left; margin-right: 17px; text-transform: uppercase; width: 290px; }
#weddings-download02 { float: left; margin-right: 17px; text-transform: uppercase; width: 158px; }
#weddings-download03 { float: left; margin-right: 17px; text-transform: uppercase; width: 243px; }

#conferences-01 { float: left; margin-right: 17px; width: 154px; }
#conferences-02 { float: left; margin-right: 17px; width: 330px; }
#conferences-right { float: left; width: 344px;  }
#conferences-03 { float: left; margin-right: 10px; width: 162px; }
#conferences-04 { float: right; width: 172px; }
#conferences-subnav { padding-top: 50px; }

#conferencerooms-01 { float: left; width: 490px; }
#conferencerooms-02 { float: right; width: 330px; }

#conferencerooms-01 table td.topline { border: none; height: 10px; }
#conferencerooms-01 table td { border: 1px solid #fff; height: 40px; text-align:center; width: 100px; }

.conferencerooms-details { float: left; line-height: 12px; margin: 20px 30px 0 0; }

#delegaterates-01 { float: left; margin-left: 171px; width: 330px; }
#delegaterates-02 { float: right; width: 344px; }

#contact-01 { float: left; width: 500px; }
#contact-02 { float: right; width: 344px; }
#contact-subnav { padding-top: 50px; float: right;}

#map-01 {}

#reservations-01 { float: left; margin-right: 17px; width: 154px; }
#reservations-02 { float: left; width: 330px; }

#lastchild { margin-right: 0 !important; }
.uppercase { text-transform: uppercase; }

/***********/
/* headers */
/***********/
#dynamic-header {
	list-style: none;
	height: 326px; /* change me */
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 960px; /* change me */
}
#dynamic-header .dynamic-header-image {
	left: 0px;
	position: absolute;
	top: 0px;
}
#dynamic-header #dynamic-header-pagination {
	bottom: 10px;
	cursor: pointer; /* doesn't make sense but the 'links' have a weird transition otherwise */
	position: absolute;
	right: 10px;
	z-index: 1001;
}
#dynamic-header #dynamic-header-pagination span {
	background: #ccc;
	background: rgba(255, 255, 255, 0.8);
	color: #555;
	cursor: pointer;
	padding: 2px 5px;
}
#dynamic-header #dynamic-header-pagination span:hover,
#dynamic-header #dynamic-header-pagination span.dynamic-header-selected {
	background: #aaa;
	background: rgba(255, 255, 255, 0.45);
}

/********/
/* tabs */
/********/
/* non-JS styeles */
.tabcontainer {  }
.tabcontainer .tab {  }
.tabcontainer .tab .tabtitle   {  }
.tabcontainer .tab .tabcontent {  }

/* JS styles */
.tabcontainer.decorated .tabbar {  }
.tabcontainer.decorated .tabbar li {
	background: #e2e2e2;
	color: #333;
	cursor: pointer;
	float: left;
	padding: 5px 10px;
}
.tabcontainer.decorated .tabbar li:hover,
.tabcontainer.decorated .tabbar li.selected {
	background: #d31919;
	color: #fff;
}

.tabcontainer.decorated .tab { border: 4px solid #dbdbdb; padding: 15px 20px; }
.tabcontainer.decorated .tab .tabtitle   {  }
.tabcontainer.decorated .tab .tabcontent {  }


/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; }
.item .title   { font-size: 1em; font-weight: bold; }
.item .date    { font-style: italic; }
.item .image   { float: left; margin-right: 5px; margin-bottom: 5px; }


/*******************/
/* footer elements */
/*******************/
#footer {
	border-top: 1px solid #474747; 
	color: #929292;
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
}
#footer a { text-decoration: none; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
.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: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

#recaptcha_widget         { margin-bottom: 15px; }
#recaptcha_image          { float: left; width: 300px; }
#recaptcha_options        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field { width: 325px; }
#recaptcha_notice         { font-size: 0.833em; color: #555; }

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; background: #efe; 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; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; } /* error box in red */
