/* Sort padding & margins out */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
/* Remove list styles from lists */
ol, ul {
	list-style:none;
}
/* Normalise font style & weight */
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
/* Set tables to have a default of nothing */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* Remove border from Fieldset and images */
fieldset, img {
	border:0;
}
/* Left align text etc... */
caption, th {
	text-align:left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content:'';
}
/* Create a consistent font size through all browsers */
body {
	font-size: 76%;
	color:#3A3A3A;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, blockquote, textarea {
	font-size:1em;
}
/*----------------*/
/* Styles for Editor in admin section  */
.syserror {
	display:block;
	width:auto;
	padding:4px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}
.syssuccess {
	display:block;
	width:auto;
	padding:4px;
	background-color:#009933;
	color:#FFFFFF;
	font-weight:bold;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}
.imgleft15 {
	margin:0px 15px 15px 0px;
	float:left;
}
.imgright15 {
	margin:0px 0px 15px 15px;
	float:right;
}
.imgleft20 {
	margin:0px 20px 20px 0px;
	float:left;
}
.imgright20 {
	margin:0px 0px 20px 20px;
	float:right;
}
ul {
	padding:0px 0px;
}
li {
	padding:0px 0px;
}
ol {
	padding:8px 0px 8px 20px;
}
a, a:visited {
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
}
a:hover, a:focus {
	color: #333333;
	text-decoration:none;
}
p {
	margin-bottom:0.6em;
	line-height:1.5em;
}
a, a:visited {
	text-decoration:none;
	color:#000;
	font-weight:normal;
}
a:hover, a:focus {
	color:#333333;
}
fieldset {
	padding:15px;
	margin:10px 0px 10px 0px;
	border:2px #828388 solid;
}
legend {
	padding:8px;
	font-weight: bold;
	font-size: 1em;
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
}
blockquote img {
	float:left;
	margin:0 3px 0 0;
}
blockquote p {
	margin:0;
	padding:2px 0px;
}
cite {
	font-weight:bold;
	padding:10px 0px;
	display:block;
	text-align:right;
}
img {
	border:0;
}
/* ----------------- used as main heading ---------------- */

h1 {
	font-size: 1.8em;
	font-weight:normal;
	padding:0 0 12px;
}
#blogpostholder h1 {
	padding:0 0 10px;
}
h2 {
	font-weight: normal;
	font-size: 1.5em;
	padding:12px 0 10px;
}
h3 {
	font-size: 1.3em;
	font-weight:normal;
}
h4 {
	font-size:1em;
}
/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */


input[type="text"], input[type="password"], textarea {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
.textfield {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, textarea:hover, textarea:focus {
	border:2px #000000 solid;
	background-color:#FFFFF0;
}
/*  These styles are for the form buttons  
	They are seperate as IE doesn;t like mixing the class with the CSS2 styles
*/

input.formbutton {
	background-color:#382818;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 1.5em;
	font-weight:bold;
}
input[type="submit"], input[type="button"] {
	border:1px #524233 solid;
	background-color:#382818;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 1.5em;
	font-weight:bold;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color:#382818;
}
span.tickbox {
	padding:4px 0 0 0;
	display:block;
}
.textbox {
	width:220px;
}
/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}
/* #####################  CMS SPECIFIC STYLES  ###################### */

/* Details View */
.detailsviewstyles {
	width:90%;
}
.detailsviewstyles td {
	padding:3px;
}
.detailsviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowdetailsviewstyles {
}
/* Grid View */
.gridviewstyles {
	width:90%;
}
.gridviewstyles td {
	padding:3px;
}
.gridviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowgridviewstyles {
}
.selectedgridviewrow {
}
/* ##### SUB NAV #### */
.subnav {
	clear:both;
	background-color:#FEE7E8;
	padding:8px;
	font-size:0.9em;
	margin:0 0 8px 0;
}
.subnav h3 {
	padding:0;
	margin:0;
	color:#F5464B;
}
.subnav ul {
}
.subnav li {
	display:inline;
	padding:2px 8px;
}
/*  BLOG THINGS ####################  */

.blogsnippets {
	padding:18px 0px 18px 0px;
	border-bottom:3px #CCC solid;
}
.blogsnippets h2 {
	font-size:1.6em;
	color:#000;
}
.blogsnippets h2 a, .blogsnippets h2 a:visited {
	color:#000;
	text-decoration:none;
}
.blogsnippets h2 a:hover {
	text-decoration:underline;
}
.blogsnippets img {
	float:left;
	margin:0px 15px 15px 0px;
}
.blogsnippets p {
}
.postdetails {
	display:block;
	font-size:0.8em;
	padding:2px 0px 4px;
}
.categorisedin {
	display:block;
	text-align:right;
	font-size:0.9em;
	padding:6px 0px 0px 0px;
}
.loggedintext {
	display:block;
	padding:15px 0px 15px 0px;
}
.mceContentBody ul, #blogpostholder ul {
	padding:8px 0px 8px 15px !Important;
	list-style-position:outside !Important;
	list-style-type:disc !Important;
}
#singlelisting {
	padding:30px;
}
.postdetails {
	font-size:0.9em;
	color:#999999;
}
#commentsholder {
	padding:10px 0px;
	clear:both;
}
#leavecomment {
}
#leavecomment ul {
}
#leavecomment li {
	padding:3px 0px;
}
#leavecomment li label {
	display:block;
}
.comments_ind, .comments_ind_admin {
	padding:10px;
	border-bottom:1px #CCCCCC solid;
	margin:4px 0;
}
.comments_ind_admin {
	background-color:#EBEEE7;
}
.comments_ind h4, .comments_ind_admin h4 {
	padding:2px 0px;
}
span.postDate {
	display:block;
	font-size:0.9em;
	color:#999999;
	padding:0px 0px 10px 0px;
}
.categorisedin {
	color:#999;
	font-weight:bold;
	text-align:right;
	font-size:0.9em;
}
.blogthumb {
	border:1px #BC0176 solid;
}
#blogcatpager {
	padding:12px 0px;
	font-weight:bold;
	font-size:0.9em;
	text-align:right;
}
#blognavigationholder {
	font-size:1.1em;
	padding:0 0 15px 0;
	float:right;
	width:200px;
	margin:0 0 15px 20px;
	padding:12px;
	background-color:#FEE7E8;
}
#blognavigationholder li {
	padding:4px 0 !Important;
}
#blognavigationholder li a, #blognavigation li a:visited {
	display:block;
	padding:7px;
}
#blognavigationholder li a:hover {
	background-color:#ffffff;
}
/* ################  FORMS ############### */
.myforms {
	width:100%;
	padding:0 !Important;
}
.myforms li {
	width:100%;
	clear:both;
	float:left;
	padding:10px 0px;
	list-style:none !Important;
}
.myforms label {
	display: inline-block;
	line-height: 1.5em;
	vertical-align: top;
	float:left;
	width: 18em; /* Width of labels */
	padding:0px 5px 0px 0px;
}
.myforms label span {
	display: block;
	font-size:0.9em;
}
.myforms em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
.myforms .mysubmit {
	margin: 0px 0px 0px 0em; /* This line can be used the button with the inputs */
}
/* ####################################### */


/* External Content Plugin */

.externalcontent {
	display:block;
	width:100%;
	padding:12px 0;
}
/* ####################################################################################################################################### */
/* ####################################################################################################################################### */
/* ------------------------------------------- START SITE SPECIFIC STYLES ---------------------------------------------------------------- */
/* ####################################################################################################################################### */
/* ####################################################################################################################################### */


/* Create a consistent font size through all browsers */




a, a:visited {
	color: #6F5132;
	text-decoration:underline;
}
a:hover, a:focus {
	color: #6F5132;
	text-decoration:none;
}
p {
	margin-bottom:0.6em;
	line-height:1.5em;
}
fieldset {
	padding:12px;
	border:4px #000000 solid;
}
legend {
	padding:8px;
	font-weight:bold;
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
	padding:5px 5px 5px 18px;
	font-size:0.9em;
}
img {
	border:0;
}
/* ----------------- used as main heading ---------------- */

h1 {
	font-size: 2.2em;
	font-weight:normal;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
}
h3 {
	font-size: 1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
}
/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */

input, textarea {
	padding:0.4em;
	border:1px #333 solid;
}
input:focus, input:hover, textarea:hover, textarea:focus {
	border:1px #000000 solid;
	background-color:#FFFFFF;
}
/*input.formbutton {
	border:1px #000000 solid;
	background-color:#666666;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.4em 0.5em;
}
input[type="submit"], input[type="button"] {
	border:1px #000000 solid;
	background-color:#666666;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.4em 0.5em;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color:#000000;
}*/
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}
/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}

/* --------- END GENERIC STUFF -------------- */
* Create a consistent font size through all browsers */ body, textarea {
 font-size: 76%;
 color:#333;
 font-family:Arial, Helvetica, sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, blockquote, textarea {
	font-size:1em;
}
/*----------------*/

a, a:visited {
	color: #6F5132;
	text-decoration:underline;
}
a:hover, a:focus {
	color: #6F5132;
	text-decoration:none;
}
p {
	margin-bottom:0.6em;
	line-height:1.5em;
}
fieldset {
	padding:12px;
	border:4px #000000 solid;
}
legend {
	padding:8px;
	font-weight:bold;
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
	padding:5px 5px 5px 18px;
	font-size:0.9em;
}
img {
	border:0;
}
/* ----------------- used as main heading ---------------- */

h1 {
	font-size: 2.2em;
	font-weight:normal;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
}
h3 {
	font-size: 1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
}
/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */

input, textarea {
	padding:0.4em;
	border:1px #333 solid;
}
/*input:focus, input:hover, textarea:hover, textarea:focus {
	border:1px #000000 solid;
	background-color:#382818;
}*/

/*input.formbutton {
	border:1px #000000 solid;
	background-color:#666666;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.4em 0.5em;
}
input[type="submit"], input[type="button"] {
	border:1px #000000 solid;
	background-color:#666666;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.4em 0.5em;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color:#000000;
}*/
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}
/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}
/* --------- END GENERIC STUFF -------------- */
body {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#312316;
}
#holder {
	width:870px;
	margin:auto;
}
#frame {
	width:580px;
	border:1px solid #504234;
	background-color:white;
	float:left;
	padding:11px;
}
#navigation {
	width:250px;
	float:right;
	margin-top:105px;
	margin-left:15px;
}
#navigation li a {
	background:transparent url(../img/nav-li.gif) no-repeat scroll 0 50%;
	color:#95887c;
	padding-left:15px;
	padding-right:10px;
	text-decoration:none;
	font-size:1.3em;
	text-transform:uppercase;
	border-top:1px solid #433425;
	display:block;
	padding-bottom:9px;
	padding-top:9px;
}
#navigation li a:hover {
	background:transparent url(../img/nav-li.gif) no-repeat scroll 0 50%;
	color:#95887c;
	padding-left:15px;
	padding-right:10px;
	text-decoration:none;
	font-size:1.3em;
	text-transform:uppercase;
	border-top:1px solid #433425;
	display:block;
	padding-bottom:9px;
	padding-top:9px;
	background-color:#2f2215;
}
.bottom-nav {
	border-bottom:1px solid #433425;
}
#navigation li {
}
#logo {
	float:left;
	margin-top:12px;
	margin-bottom:14px;
}
#header {
	clear:both;
	width:578px;
	height:312px;
	background:transparent url(../img/header-image-bg.jpg) no-repeat scroll 0 50%;
}
#header img {
	margin-top:4px;
	margin-left:4px;
}
h1 {
	color:#6f5132;
	font-weight:normal;
	font-size:1.5em;
	margin-top:12px;
	margin-bottom:12px;
	padding:0px;
}
h2 {
	color:#6f5132;
	font-weight:bold;
	font-size:1.2em;
	margin-top:12px;
	margin-bottom:12px;
	padding:0px;
}
#content {
}
#split-left {
	width:52%;
	float:left;
	margin-bottom:8px;
}
#map-left {
	width:290px;
	float:left;
	margin-bottom:8px;
}
#map-right {
	width:290px;
	float:right;
}
#split-left img {
	margin-bottom:2px;
	margin-right:2px;
}
#split-right {
	width:48%;
	float:right;
}
#home-images img {
	border: 1px solid #bbb6b0;
	padding:2px;
}
#accommodation img {
	border: 1px solid #bbb6b0;
	padding:2px;
}
#footer {
	background:transparent url(../img/footer-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
	width:100%;
}
#footer-left {
	width:48%;
	float:left;
	margin-top:17px;
}
#footer-right {
	width:48%;
	float:right;
	text-align:right;
	margin-top:17px;
}
#useful-links ul {
	padding:10px 0 10px 40px;
}
#useful-links li {
	padding:2px 0;
}
#useful-links li a {
	background: url(../img/nav-li.gif) no-repeat scroll 0 50%;
	font-size:1.1em;
	padding:7px 10px 7px 15px;
	text-decoration:none;
}
#useful-links li a:hover {
	text-decoration:underline;
}
#siteby {
	clear:both;
	padding:8px 0 0 0;
	font-size:0.9em;
}

#map-left ul {
	padding:0px;
}
#map-left li, #map-right li, #findus li {
	padding:2px 0;
	background: url(/img/nav-li.gif) no-repeat scroll 0 50%;
	font-size:1.1em;
	padding:7px 10px 7px 15px;
	text-decoration:none;
}
#map-left li a {
}
#map-left li a:hover {
	text-decoration:underline;
}
#map-right ul {
	padding:0px
}

#map-right li a {

}
#map-right li a:hover {
	text-decoration:underline;
}
