/* general */
img {
  border:none;
}
a {
  color:#7B8965;
}
a:hover {
  
}
div.clear {
  clear:both;
}
h1 {
  font-size:2em;
  border-bottom:1px solid #999999;
  margin:0.5em 0;
}
h2 {
  font-size:1.5em;
  color:#555555;
  margin:0.5em 0;
}
h3 {
  color:#3A4F18;
  font-weight:normal;
  letter-spacing:0.1em;
  font-variant:small-caps;
  border-bottom:1px solid #D6DDD0;
}
ul {
  list-style-image:url(/images/layout/bullet.gif);
}
/* body bg */
html, body {
  margin:0;
  padding:0;
  font-family:Lucida sans unicode, Trebuchet MS, Arial, sans;
  font-size:14px;
  height:100%;
  min-height:100%;
}
body {
  background:url(/images/layout/bg.png);
  text-align:center;
}
#container {
  position:relative;
  min-height:100%;
}
#bg_image {
  background:transparent url(/images/layout/bg_image.png) no-repeat scroll 0 0;
  bottom:0;
  width:370px;
  height:332px;
  position:absolute;
  right:0;
  z-index:2;
}
/* main page */
#wrapper {
  width:848px;
  margin:10px auto;
  text-align:left;
  position:relative;
  z-index:3;
}
/* banner */
#banner {
  background:url(/images/layout/wrapper_top.png) no-repeat center center;
  height:97px;
}
#logo {
  background:url(/images/layout/logo.png) no-repeat center center;
  height:91px;
}
#logo h1 {
  margin:0;
  position:relative;
  left:-999em;
}
/* main */
#content {
  background:url(/images/layout/wrapper.png) repeat-y center;
  padding:0 33px 0 35px;
}
#nav {
  float:left;
  width:196px;
  padding-left:10px;
  padding-right:10px;
}
#nav ul {
  list-style-type:none;
  list-style-image:none;
  padding-left:3px;
  margin-left:0;
}
#nav li {
  margin-left:0;
  padding-left:0;
}
#nav a {
  
}
#nav a:hover {
  
}
#nav ul ul {
  
}
#nav ul ul li {
  padding-left:15px;
  background:url(/images/layout/navBullet.gif) 3px 5px no-repeat;
}
#mainContent {
  float:left;
  width:544px;
  padding:0 10px;
  overflow-x:hidden;
}
/* footer */
#footer {
  clear:left;
  background:url(/images/layout/wrapper_bottom.png) no-repeat center center;
  height:34px;
  text-align:right;
  padding:10px 33px 33px 35px;
  text-align:center;
}
#footer ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-image:none;
  padding:0;
  margin:0 40px 0 40px;
  border-top:1px solid #E0E0E0;
}
#footer li {
  line-height:30px;
}
#footer a {
  color:#AAAAAA;
  text-decoration:none;
}
#footer a:hover {
  text-decoration:underline;
}
/* form */
div.errors, div.feedback {
	border:1px solid #CC3333;
	background:#FFEEEE url(/images/layout/feedback.png) no-repeat 10px center;
	padding:10px;
	padding-left:50px;
  margin-bottom:10px;
}
div.errors ul {
	list-style-image:none;
}
label {
	width:150px;
	font-weight:bold;
	float:left;
	display:block;
}
label span.comment {
	font-weight:normal;
	display:block;
}
div.form_row, div.form_row_error {
	margin-top:5px;
	clear:left;
	padding:2px;
	border:1px;
}
div.form_row_error {
	background:#FFEEEE;
	border:1px solid #CC3333;
}
div.form_container textarea {
	width:350px;
	height:300px;
}
div.clearing {
	clear:both;
}
div.submit {
	padding-left:150px;
}
/* table */
table {
  width:100%;
  border:2px solid #7B8965;
  border-collapse:collapse;
  margin:1em 0;
}
table th {
  background:url(/images/layout/th.png) top repeat-x #BFCAB5;
}
td, th {
  margin:0;
  padding:2px;
  border-bottom:1px solid #eeeeee;
}
th {
  border-bottom:2px solid #7B8965;
}
td.footer {
  text-align:center;
  background: #eeeeee;
}
td.footer a {
  color:#666666;
}
td.noItems {
  color:#666666;
  text-align:center;
  line-height:40px;
}
/* admin */
#breadcrumb {
  margin-bottom:1em;
}
/* attractions */
div.attraction {
	clear:left;
	padding:10px 0;
	border-bottom:1px solid #e0e0e0;
}
div.attraction#lastAttraction {
	border-bottom:none;
}
div.attraction div.text {
	margin-bottom:10px;
	float:left;
	width:340px;
}
div.attraction div.text p {
	margin-top:0;
}
div.attraction div.img {
	float:left;
	width:160px;
	text-align:center;
	margin-right:10px;
}
div.attraction div.img img {
	display:block;
	margin:0px auto;
}
/* food */
.menu_item {
  margin-bottom:15px;
}
.menu_name {
  font-weight:bold;
  border-bottom:1px solid #dddddd;
}
.menu_price {
  float:right;
  color:#666666;
}
.menu_description {
  color:#999999;
}
.menu_description p {
  margin:0;
}
/* news */
.news_item {
  padding-top:20px;
  padding-bottom:10px;
  margin-bottom:20px;
}
.news_item .news_date {
  color:#999999;
  text-align:right;
  float:right;
  margin-top:0.25em 0;
  line-height:25px;
}
.news_item h2 {
  float:left;
  margin:0;
}
.news_item .news_text {
  clear:both;
  padding-top:5px;
  border-top:1px solid #eeeeee;
}
.no_results {
  text-align:center;
  color:#999999;
  letter-spacing:0.1em;
  padding:1em 0;
}
#news_item_detail .event_date, #news_item_detail .news_date {
  text-align:right;
  color:#999999;
  padding-bottom:10px;
}
.pagination {
  text-align:center;
  color:#999999;
}
#latest_news {
  padding-top:0;
}
#latest_news .news_text {
  border-top:0;
  padding-top:0;
}
/* admin */
div#admin {
  position:absolute;
  bottom:10px;
  right:10px;
  width:150px;
  height:80px;
  background:#BFCAB5;
  border:5px solid #7B8965;
  padding:20px;
}
div#admin h3 {
  margin-top:0;
}
/* gallery */
#gallery .gallery_image {
  position:relative;
  width:164px;
  height:164px;
  margin:7px;
  float:left;
  border:1px solid #cccccc;
}
#gallery .gallery_image img {
  position:absolute;
  top:50%;
  left:50%;
}
/* weather */
#weather {
  padding-bottom:10px;
  margin-bottom:10px;
}
#weather  .weatherImage{
  float:left;
  width:30%;
  margin-right:2%;
  text-align:center;
}
#weather  .weatherImage .weatherSummary {
  font-weight:bold;
}
#weather  .weatherImage img {
  display:block;
  margin:0 auto;
}
#weather  .weatherImage h2{
  border-bottom:1px solid #cccccc;
}
/* links */
.link {
  border-bottom:1px solid #eeeeee;
  padding:10px 0;
}