body {
  font: 12px "trebuchet ms", trebuchet, verdana, sans-serif;
  margin: 20px;
  background: #3c391b;
  line-height: 150%;
  color:#000000;
  }

p, li, ul, dd, td {
  font: 12px "trebuchet ms", trebuchet, verdana, sans-serif;
  color:#000000;
  line-height: 150%;
  }
 
a {
  font: 12px "trebuchet ms", trebuchet, verdana, sans-serif;
  color:#9f4d3e;
  text-decoration: underline;
  }
  
a:hover {
  color:#aba68d;
  text-decoration:underline;
  }

b, strong {
  color: ab9e79;
  }
  
hr {
  height:1px;
  border: 0px;
  width:100%;
  background: #d0ccb9;
  color: #d0ccb8;
  margin: 0 0 10px 0;  
  }

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
  color: #aba68d;
  line-height: 140%;
  margin-top: 0;
  }

h1, h1 a {
  font-size: 18px;
  margin-top: 0;
  }
h2, h2 a {
  font-size: 16px;
  }
h3, h3 a {
  font-size: 14px;
  }
h4 {
  font-size: 12px;
  }


#wrapper {
  width: 820px;
  margin: 0 auto;
  }

#header a {
  height: 48px;
  padding-top: 120px;
  background: #8a8461 url(images/header-bg.jpg) left top no-repeat;
  display: block;
  color: #36341a;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  line-height: 120%;
  text-decoration: none;
  }

#navbar {
  background: #aba68d;
  color: #7a2d1f;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  }
#navbar a {
  color: #7a2d1f;
  text-decoration: none;
  }
#navbar a:hover, #navbar a.current {
  color: #ffffff;
  }
  
#content {
  padding: 25px;
  background: #ffffff;
  }

#footer {
  padding: 10px 0;
  width: 820px;
  margin: 0 auto;
  text-align: center;
  }
#footer a, #footer {
  color: #aba68d;
  font-size: 12px;
  }
#footer p {
  display: inline;
  color: #aba68d;
  }
  
#flashcontent {
  margin: 0 auto;
  width: 700px;
  }

.lighttext {
  font-style: italic;
  color: #aba68d;
  font-size: 11px;
  }

.gallery {
  text-align: center;
  vertical-align: top;
  }
.gallery img {
  margin: 10px 0 2px 0;
  border: 1px solid #3c391b;
  }

.bookingtable {
  border: 1px solid #8a8461;
  }
.row01 {
  background: #99CC66;
  text-align: center;
  }
.row02 {
  background: #ffffcc;
  text-align: center;
  }

#editors_bar {
  clear: both;
  width: 812px;
  display: block;
  background: #aba68d;
  padding: 4px;
  font-size: 11px;
  border-bottom: 1px solid #555555;
  }
#editors_bar a {
  font-size: 11px;
  padding: 8px 0;
  color: #ffffffff;
  text-decoration: none;
  }
#editors_bar a:hover {
  text-decoration: underline;
  color: #ffffff;
  }
  
/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}