/* html*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	font-family:Arial, verdana, sans-serif;
	color: #3B3A38;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background-color: #F6FCDD;
	font-size: 82.5%;
	margin: 0 0 5px 0;
	padding:0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
div, form, table {
	margin:0;
	padding:0;
}
p {
	margin:0 0 1em 0;
	padding:0;
}
hr {
	height:3px;
	background-color:#7FB1B4;
	border:0;
	margin:0 0 0.8em 0;
	padding:0;
	clear:both;
}
a {
	text-decoration: none;
	color: #D84546;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #F27A47;
}
h1, h2, h3, h4 {
	font-family: 'Roboto', Arial, verdana, sans-serif;
	font-weight:700;
	padding:0;
}
h1 {
	font-size:1.7em;
	margin:0 0 0.5em 0;
	clear:both;
	line-height:1.3em;
}
#homecontent-left h1 {
	font-size:1.55em;
}
h2 {
	font-size:1.5em;
	margin:0 0 0.6em 0;
}
h3 {
	font-size:1.4em;
	margin:0 0 0.6em 0;
}
h4 {
	font-size:1.3em;
	margin:0 0 0.6em 0;
}
#gen_green h2, #gen_green_home h2 {
	font-weight: bold;
	color:#3e6156;
}

#homesidebar h2, #sidebar h2{font-size:1.8em; line-height:1.1;margin:0 0 0.2em 0;letter-spacing:.015em;}

/**** layout ****/
#main {
	padding: 0;
	max-width: 1100px;
	margin: 0 auto;
	background-color: #FBFAF6;
	border:1px solid #9AC9B7;
}
#content {
	margin:20px 25px;
}
#homesidebar {
	width: 30%;
	height: 100%;
	float: right;
}
#homecontent-left {
	width: 66%;
	height: 100%;
	float: left;
	line-height: 1.5em;
}
#sidebar {
	width: 28%;
	height: 100%;
	float: right;
}
#content-left {
	width: 70%;
	height: 100%;
	float: left;
	line-height: 1.5em;
}

/**** header ****/
#headnew{background:url(cchimgs2/headerbg.png) no-repeat bottom left;min-height:1px;position:relative; padding:0 10px;}
#headnew .logovan{margin:4px 20px 0 10px;float:left; width:165px; height:auto;}
#headnew .headertext {
	color:#324F44;
	float:left;
	margin:65px 0 0 0;
	width:595px; height:auto;
}
.glamptext{position:absolute;left:61%; top:110px;width:300px;height:auto;}
.booknow{
	position:absolute;
	top:10px;
	right:45px;
	width:90px; height:auto;
}
#fbbuttons {
	position:absolute;
	top:10px;
	right:10px;
}
#fbbuttons img {
	margin:0 0 5px 7px;
	display:block;
}
#fbbuttons a:hover, #fbbuttons a:focus, #fbbuttons a:active, .booknow:hover, .booknow:focus, .booknow:active{opacity:.7;}
#fbbuttons img.fbtp{width:26px; height:auto;}
#headcontact #contactbox{display:none;}
/* navbar */

#navbar {
	padding:3px 0 1px 11px;
	font-size: 120%;
	background:url(cchimgs/border_blue.gif) repeat-x bottom left;
	width:100%;
}

#navbar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navbar ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	position:relative;
}
#navbar a {
	color: #3B3A38;
	display:block;
	float:left;
	padding:7px 4px 5px 20px;
	margin:0;
	background:url(cchimgs/bullet_nav_blue.gif) no-repeat 0 0;
}
#navbar a:hover, #navbar a:focus {
	color: #D84546;
	text-decoration:none;
}
#navbar a.menu-active {
	background:url(cchimgs/bullet_nav_green.gif) no-repeat 0 0;
}
#navbar strong {
	font-weight:normal;
}
#navbar ul ul {
	position:absolute;
	display:none;
	left:2000px;
	top:0;
}
/*
.time {behavior: url(https://www.classic-camper-holidays.co.uk/themes/clooti_21/style.css#default#time2)}
#navbar ul ul {position:absolute; display:none; left:10px; top:30px;width:auto;z-index:1500;width:9em;border-top:2px solid #9AC9B7;border-left:2px solid #9AC9B7;}
#navbar ul ul a {border:0;background-image:none;background-color:#C6DFD3;padding:7px 13px;width:9em;border-right:2px solid #9AC9B7;}
#navbar ul ul a:hover, #navbar ul ul a:focus, #navbar ul ul a:active{background:#EDE9D7;}
#navbar ul li {border-bottom:2px solid #9AC9B7;}
#navbar ul li:hover > ul {display:block;}
*/

#content-left .sublist ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1.2em;
}
#content-left .sublist ul.subbar {
	margin:0 0 20px 0;
	padding:0;
}
#content-left .sublist ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	border-right:2px solid #FBFAF6;
	border-bottom:3px solid #FBFAF6;
}
.sublist a {
	color: #3B3A38;
	display:block;
	float:left;
	padding:10px 40px 10px 10px;
	margin:0;
	background: #E2F5C7 url(cchimgs/arrow_green_sub.gif) no-repeat right;
}
.sublist a:hover, #navbar a:focus {
	color: #D84546;
	text-decoration:none;
}
#breadcrumb {
	margin-bottom:0.6em;
}

/* general */
.ta-right{float:right; margin:10px 0 10px 10px; width:150px; height:auto;clear:right;}
.imageright {
	float:right;
	margin:0 0 10px 10px;
}
.imageleft {
	float:left;
	margin:0 10px 10px 0;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}
.intro, .introbot {background:#e7f5d0;
	font-size:1.15em;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 10px 15px 15px 15px;
	width: 100%;
	margin:0 0 1em 0;
}

a.bookvan {
	font-size:1.5em;
	background:#D84546 url(cchimgs/arrow_red_book.gif) no-repeat right;
	padding:10px 50px 10px 10px;
	margin:0 10px 0 0;
	color:#fff;
}
a.galvan {
	font-size:1.5em;
	background:#C6DFD3 url(cchimgs/arrow_blue_gal.gif) no-repeat right;
	padding:10px 50px 10px 10px;
	color:#324F44;
	margin:0 0 15px 0;
}
table.ratestable {
	border:1px solid #9AC9B7;
	margin:0 0 10px 0;
}
table.ratestable td, table.ratestable th {
	padding:5px 10px;
	border:1px solid #9AC9B7;
	vertical-align:top;
}
table.ratestable th {
	text-align:left;
	font-size:1em;
}
table.ratestable th.aligncenter {
	text-align:center;
}
a.arrowlink, .arrowlink a, ul.pagelist li.next a {
	padding:1px 23px 1px 0;
	background:url(cchimgs/arrow_pink.gif) no-repeat right;
}
a.prev_arrowlink, ul.pagelist li.prev a {
	padding:1px 0 1px 23px;
	background:url(cchimgs/arrow_pink_left.gif) no-repeat left;
}
a.top {
	text-align:right;
	background:url(cchimgs/arrow_top.gif) no-repeat right 0;
	margin-top:0.6em;
	clear:both;
	padding:2px 20px 3px 0;
	display:block;
}

#content-left ul {
	list-style:none;
}
#content-left ul li {
	padding:0 0 0.3em 12px;
	background:url(cchimgs/bullet_blue.gif) no-repeat left 0.5em;
}
#content-left ul ul {
	margin-left:1em;
	padding-left:0;
}
.galllink {
	width:30%;
	margin:0 3% 15px 0;
	float:left;
	text-align:center;
}
.galllink h2 {
	margin:10px 0 15px 0;
}
.galllink img {
	margin:0 0 10px 0;
	border:5px solid #F1EDDD;
}

/* home */
#homebottom {
	padding-top:20px;
	clear:both;
}
#homegal, #homeextras, #homespecial{
	height:330px;height:auto !important;min-height:330px;width:31%;}
#homespecial {
	background:#EBEA84 ;
	margin-right:3.5%;
	float:left;
	font-size:1.1em;
}
#homespecial ul {
	margin:3px 0 0 0;
	padding:0;
	list-style:none;
	font-size:95%;
}
#homespecial li {
	margin:0;
	padding:0 0 0.3em 19px;
	background:url(cchimgs/star_bullet.gif) no-repeat 0 3px;
	list-style:none;
}
#homespecial h2{background:url(cchimgs2/headerbgs/special_offers.png) no-repeat top 0.2em right 0;padding:5px 32px 5px 0;margin:0; font-size:2.2em;}
#homespecial h2 a{color:#AF1213;}
#homespecial h3{background: #E32030; color: #F9F8F2;text-align:center;padding: 2px 5px;margin-bottom:1em;font-weight:700;font-family: 'Lobster Two', cursive; font-style:italic;}
.rotate {
/* Safari */
-webkit-transform: rotate(-5deg);
/* Firefox */
-moz-transform: rotate(-5deg);
/* IE */
-ms-transform: rotate(-5deg);
/* Opera */
-o-transform: rotate(-5deg);
/* Internet Explorer filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/}
.rotatefd {
/* Safari */
-webkit-transform: rotate(5deg);
/* Firefox */
-moz-transform: rotate(5deg);
/* IE */
-ms-transform: rotate(5deg);
/* Opera */
-o-transform: rotate(5deg);
/* Internet Explorer filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/}

#homespecial a.arrowlink {
	padding:1px 26px 1px 0;
	background:url(cchimgs/arrow_pink_yel.gif) no-repeat right;
	font-weight:bold;
}
#homespecial p {
	margin:0 0 0.5em 0;
}

#homegal {
	background:#DFF0BA;
	float:left;
}
#homegal h2{background:url(cchimgs2/headerbgs/gal.png) no-repeat top right;padding:15px 90px 20px 0;margin: 0; font-size:2.8em;}
#homegal h2 a{color:#324F44;}

#homegal a.arrowlink {
	padding:1px 26px 1px 0;
	background:url(cchimgs/arrow_pink_gr.gif) no-repeat right;
	font-weight:bold;
}
#homegal img {
	border:8px solid #FBFAF6;
	margin-top:10px;
	width: 75%;
	max-width: 75%;
}

#homeextras {border:10px solid #EF5C48;float:right;}
#homeextras h2{background:url(cchimgs2/headerbgs/extrasbg.png) no-repeat center;padding:7px 0 10px 0;margin: 0; font-size:3em;text-align:center;}
#homeextras h2 a, #extrasbox h2 a{color:#5E4746;}
.itred{color: #AE1213;margin:-0.6em 0 0.2em 0; padding:0;font-weight:700;font-family: 'Lobster Two', cursive;padding:0;font-size: 1.7em;line-height:1; font-style:italic;}
.itred1{display:block;}
.itred2{display:block; text-align:right;}
#sidebar .itred{font-size: 1.5em;line-height:1;margin:-0.4em 0 0.2em 0;}
#extrasbox h2{background:url(cchimgs2/headerbgs/extrasbg.png) no-repeat center;padding:13px 0 13px 0;margin: 0; font-size:2.5em;text-align:center;}
#homeextras ul, #extrasbox ul  {
	margin:10px 0;
	padding:0;
	list-style:none;
	font-size:95%;
}
#homeextras li, #extrasbox li {
	margin:0;
	padding:0 0 0.3em 23px;
	background:url(cchimgs/bullet_tick.gif) no-repeat top left;
	list-style:none;
}
#homeextras a.arrowlink, #extrasbox a.arrowlink {
	padding:1px 26px 1px 0;
	background:url(cchimgs/arrow_pink.gif) no-repeat right;
	font-weight:bold;
}
/* right */
#specialbox {background:#EBEA84 ;}
#extrasbox {border:10px solid #EF5C48;}

/*
#comp2 {
	background:url(cchimgs/boxes/special_top.gif) no-repeat top left;
	padding:15px;
}

#comp2 a.arrowlink {
	padding:1px 26px 1px 0;
	background:url(cchimgs/arrow_pink_yel.gif) no-repeat right;
	font-weight:bold;
	font-size:90%;
}
#comp2 p, #extras2 p {
	margin:0 0 5px 0;
}
*/
#homespecial h2{background:url(cchimgs2/headerbgs/special_offers.png) no-repeat top 0.2em right 0;padding:5px 32px 5px 0;margin:0; font-size:2.2em;}
#homespecial h2 a, #specialbox h2 a{color:#AF1213;}
#homespecial h3{background: #E32030; color: #F9F8F2;text-align:center;padding: 2px 5px;margin-bottom:1em;font-weight:700;font-family: 'Lobster Two', cursive; font-style:italic;}
#specialbox h3{background: #E32030; color: #F9F8F2;text-align:center;padding: 2px 5px;margin-bottom:1em;font-weight:700;font-family: 'Lobster Two', cursive; font-style:italic;}
#specialbox h2{background:url(cchimgs2/headerbgs/special_offers.png) no-repeat top 0.2em right 0;padding:5px 32px 5px 0;margin:0 0 0.4em 0; font-size:1.8em;}
#specialbox ul {
	margin:3px 0 0 0;
	padding:0;
	list-style:none;
	font-size:95%;
}
#specialbox li {
	margin:0;
	padding:0 0 0.3em 19px;
	background:url(cchimgs/star_bullet.gif) no-repeat 0 3px;
	list-style:none;
}

/*** SIDEBAR BOXES ***/
.roundbox{margin:0 0 10px 0;-moz-border-radius: 12px;  -webkit-border-radius: 12px; border-radius: 12px;padding:7px 15px 15px 15px;width:100%;max-width:100%;box-sizing:border-box;}

#contactbox, #newsletterbox, #specialbox, #extrasbox {
	margin:0 0 10px 0;
}
#contactbox{background:#d74546;}
#contactbox, #contactbox a {
	color:#FBFAF6;
}
#contactbox .phonebit {
	margin:5px 0 5px 0;
	font-size:1.2em;
}
#contactbox .emailbit {
	margin:0 0 5px 0;
}
#contactbox .phonebit img, #contactbox .emailbit img {
	margin-right:3px;
	vertical-align:middle;
}
#sidebar #contactbox .phonebit img, #sidebar #contactbox .emailbit img {
	margin-right:0;
	vertical-align:middle;
}
#sidebar #contactbox .emailbit {
	font-size:87%;
	margin:0 0 2px 0;
}
#contactbox a:hover, #contactbox a:focus {
	color:#C6DFD3;
}
#contactbox h2 {
	padding:5px 36px 5px 0;margin:0;font-weight:500;
	background:url(cchimgs2/headerbgs/contact-arrow.png) no-repeat right;
}
#contactbox h3{background: url(cchimgs/arrow_white_pink.gif) no-repeat right;text-align:right;padding: 1px 26px 1px 0;margin-bottom:0.2em;font-weight:500;}
.contcosts {
	background-color:#DC6060;
	padding:5px 3px;
	margin-top:5px;
	text-align:center;
}

.gen_green {background:#ebf7d6;}

.woodburn-lodge{background:#99c8b6;}
.woodburn-lodge h2 a{color:#324F44; background:url(cchimgs2/headerbgs/woodburn-lodge.png) no-repeat right;display:block;padding:10px 80px 10px 0; cursor:pointer;}
#homesidebar .woodburn-lodge h2{font-size:1.8em;margin:0;line-height:1.3;letter-spacing:normal;}
#sidebar .woodburn-lodge h2{font-size:1.45em;margin:0;line-height:1.3;letter-spacing:normal;}
#sidebar .woodburn-lodge h2 a{padding:10px 60px 10px 0;background-size:60px 60px}

#newsletterbox {background:#99c8b6; color:#324F44;}
#newsletterbox h2{padding:5px 45px 5px 0;background:url(cchimgs2/headerbgs/newsletter.png) no-repeat right}
#newsletterbox .textbox {
	width:100%; padding:2px 5px;font-size:110%;
	border:1px solid #3B3A38;
	margin:5px 0;
}
#newsletterbox form {margin-top:5px;}
#newsletterbox input.button {margin:5px 0 0 0; padding:3px 5px;}

#kids_welcome {background:#EBEA84;}
#kids_welcome h2{padding:7px 47px 11px 0;background:url(cchimgs2/headerbgs/kids_welcome.png) no-repeat right; color:#5e4746;}

#rt_album {background:#DFF0BA;color:#324F44;}
#rt_album h2{padding:10px 60px 20px 0;background:url(cchimgs2/headerbgs/gal.png) no-repeat right; color:#324F44; background-size: 70px 57px;font-size:2em;}
#rt_album h2 a{color:#324F44;}

#sidebar #rt_album p {
	margin-bottom:0.6em;
}
#rt_album img {
	border:8px solid #FBFAF6;
	margin-bottom:5px;
}
#rt_album a.arrowlink {
	padding:1px 26px 1px 0;
	background:url(cchimgs/arrow_pink_gr.gif) no-repeat right;
	font-weight:bold;
}

#safety_box {background:#c5ded3;color:#324F44;}
#safety_box h2{color:#324F44; padding:8px 55px 11px 0;background:url(cchimgs2/headerbgs/safety.png) no-repeat right;font-size:1.6em;}
#sidebar #safety_box a.arrowlink {background:url(cchimgs/arrow_pink_bl.gif) no-repeat right;}

#freeparkbox{background:#d2e5dd;}
#freeparkbox h2{color:#406055; padding:8px 55px 8px 0;background:url(cchimgs2/headerbgs/free-parking.png) no-repeat right;font-size:2.1em; margin:0;line-height:1;}

#testimonials {background:#e2d3a1;}
#testimonials h2{color:#4a3636; padding:8px 55px 8px 0;background:url(cchimgs2/headerbgs/testimonials.png) no-repeat right;}
#testimonials a {font-size:100%;font-weight:bold;}
#sidebar #testimonials a.arrowlink {
	background:url(cchimgs/arrow-testimonials.gif) no-repeat right; color:#AE1213;
}
#sidebar #testimonials p {margin:0;padding:0;}

.itin_box {background:#c4dccf;color:#3E6156;}
#sidebar .itin_box h2{padding:5px 36px 5px 0;background:url(cchimgs2/headerbgs/itinerary.png) no-repeat right;margin:0;}
#sidebar .itin_box h3{font-weight:700;font-family: 'Lobster Two', cursive;font-size:1.8em;margin:0 0 0.2em 0; font-style:italic;}

#gift_vouchers {background:#f9ead9;}
#sidebar #gift_vouchers h2{padding:12px 36px 15px 0;background:url(cchimgs2/headerbgs/gift_vouchers.png) no-repeat right;margin:0; color:#AE1213;}

#press {background:#9ac9b7;}
#sidebar #press h2{color:#3e6156;padding:12px 36px 15px 0;background:url(cchimgs2/headerbgs/press.png) no-repeat right;margin:0; }
#sidebar #press h3{color:#4a3636;font-weight:700;font-family: 'Lobster Two', cursive;font-size:1.8em;margin:-0.5em 0 0.2em 0; font-style:italic;}
#press a {
	font-size:100%;
	font-weight:bold;
}
#sidebar #press a.arrowlink {
	background:url(cchimgs/arrow-blue.gif) no-repeat right;color:#AE1213;
}
#sidebar #press p {
	margin:0;
	padding:0;
}

#cosy_box {background:#e6e969;}
#sidebar #cosy_box h2{color:#5d4646;padding:12px 36px 15px 0;background:url(cchimgs2/headerbgs/cosy.png) no-repeat right;margin:0; }

#sidebar #cosy_box a.arrowlink {
	background:url(cchimgs/arrow_pink_yel.gif) no-repeat right;
}

.tripadvisor_box{background:#00a680;}
.tripadvisor_box h2 a{color:#ffffff; background:url(cchimgs2/headerbgs/tripadvisor_lgbg.png) no-repeat right;display:block;padding:10px 80px 10px 0; cursor:pointer;}
#sidebar .tripadvisor_box h2{font-size:1.6em;margin:0;line-height:1.3;letter-spacing:normal;}
#sidebar .tripadvisor_box h2 a{padding:10px 60px 10px 0;background-size:60px 60px}

/******/


#sidebar p {
	margin-bottom:0.4em; line-height:1.4;
}




#transfers {
	background:#e2e6a2 url(cchimgs/boxes/transfers_bot.gif) no-repeat bottom;
	margin-bottom:10px;
	color:#324F44;
}
#transfers2 {
	background:url(cchimgs/boxes/transfers_top.gif) no-repeat top;
	padding:15px;
}
#sidebar #transfers .newsletter_head {
	height:32px;
}
#sidebar #transfers a.arrowlink {
	background:url(cchimgs/arrow_pink_grn.gif) no-repeat right;
}
#booking_box {
	background:#9ac9b7 url(cchimgs/boxes/booking_bot.gif) no-repeat bottom;
	margin-bottom:10px;
	color:#324F44;
}
#booking_box2 {
	background:url(cchimgs/boxes/booking_top.gif) no-repeat top;
	padding:15px;
}
#sidebar #booking_box .newsletter_head {
	height:47px;
}
#sidebar #booking_box a.arrowlink {
	background:url(cchimgs/arrow_pink_bl.gif) no-repeat right;
}

#driving_box {
	background:#c4dccf url(cchimgs/boxes/driving_bot.gif) no-repeat bottom;
	margin-bottom:10px;
	color:#324F44;
}
#driving_box2 {
	background:url(cchimgs/boxes/driving_top.gif) no-repeat top;
	padding:15px;
}
#sidebar #driving_box .newsletter_head {
	height:45px;
}
#sidebar #driving_box a.arrowlink {
	background:url(cchimgs/arrow_pink_bl.gif) no-repeat right;
}



img.padbottom {
	margin-bottom:10px;
}
/* Image Thumbnails

------------------------------ */
.image{}
.imagethumb img, .imagethumb img:hover {
	display: block;
	padding: 0;
	margin: 0;
	border: 7px solid #F1EDDD;
}
.imagethumb {
	float: left;width:23%;
	margin: 0px 2% 10px 0px;
}
.imagethumb img:focus {
	border: 7px solid #7FB1B4;
}
/* album Page Navigation

------------------------------ */

#content-left ul.pagelist {
	clear: both;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	text-align:center;
}
#content-left ul.pagelist li {
	display: inline;
	list-style: none;
	background:none;
	margin:0;
	padding:0 5px;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
}
ul.pagelist li.current a {
	font-weight: bold;
	cursor: pointer;
	color:#3B3A38;
}
.disabledlink {
	visibility: hidden;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}
/* Album Thumbnails

------------------------------ */

#albums {
}
.album {
	margin: 0px 16px 15px 0;
	padding: 10px 0px 10px 10px;
	float: left;
	width: 265px;
	border: 1px solid #EEEEEE;
	background: #FBFBF8;
	line-height: 100%;
	height: 95px;
}
.album a img {
}
.album .thumb {
	text-decoration: none;
	float: left;
	margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0px;
}
.albumdesc {
	height: 90px;
	width: 160px;
	float: left;
}
.album p {
	line-height: 12px;
	font-size: 11px;
	padding: 0px 0px 0px;
	margin: 0px;
}
.albumdesc small {
	color: gray;
}
/* Image */

.imgnav {
	font-size: 1.2em;
	padding:0 0 5px 0;
	width:100%;
	margin:auto;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
.imgnav a:visited {
	color:#D84546;
}
.image {
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	margin: 0 auto;
}
#image img {
	margin-bottom:10px;
}
#image div {
	line-height: 1.6em;
	text-align: left;
	font-size: 1.6em;
}
.imageheader h1 {
	display:inline;
}
.imageheader {
	margin-bottom:0.5em;
}
/* footer */

.addthis_toolbox {
	margin-left:25px;
	padding-top:10px;
	clear:both;
}
#footer {
	padding:55px 25px 10px 25px;
	text-align:center;
	font-size: 100%;
	background:url(cchimgs2/footer2.png) no-repeat top left;
	clear:both;
}
.a2a_kit {padding:20px 0 0 25px;clear:both;}
.a2a_kit h2{font-size:100%;display:inline-block;margin-right:5px;font-family: Arial, verdana, sans-serif;float:left;}
#logos{text-align:center;vertical-align:middle; background: url(cchimgs/border_blue.gif) repeat-x top left; width:100%; padding-top:20px;margin-top:20px;}
#logos img{margin:0 10px; vertical-align:middle;}
.logo1{width:110px;height:auto;}
.logo2{width:90px;height:auto;}
.logo3{width:200px;height:auto;}
.logo4{width:200px;height:auto;}
.logo5{width:150px;height:auto;}

.trustbar{text-align:center;vertical-align:middle; width:100%; padding:20px 0; width:100%;min-height:52px;}
.tpleft{float:left; width:44%;border: 1px solid #00B67A;background:#fff;padding:13px 0;margin:0 3%; box-sizing:border-box;}
.tpright{float:right; width:50%;}

#footer ul {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer ul li {
	display:inline;
	padding:0 0 0 15px;
	margin:0;
	list-style-type:none;
	background:url(cchimgs/bullet_blue_sm.gif) no-repeat 7px;
}
#footer a, #footer a:visited {
	color: #3B3A38;
}
#footer a:hover, #footer a:focus {
	color: #D84546;
	text-decoration:underline;
}
.finfo {
	margin:15px 0 0 0;
	text-align: center;
	font-size: 95%;
}
#copy {
	padding:10px 0;
	text-align: center;
	clear: both;
	margin:auto;
	font-size: 90%;
	line-height:1.8em;
}
#copy a:visited {
	color: #D84546;
}
#content-error {
	width: 100%;
	padding: 45px 25px 45px 25px;
	background-color: white;
	font-size: 14px;
	margin-left: 5px;
}
#content-left p.zenpageexcerpt {
	font-size: 13px;
	line-height: 1.5em;
	margin: 0px;
	clear: both;
}
#content-left ul.searchresults li {
	margin-bottom: 8px;
}
#mce-success-response {
	clear:both;
	background-color:#fbfaf6;
	color:#3e6156;
	font-weight:bold;
	padding:5px;
}
#mce-error-response {
	clear:both;
	background-color:#fbfaf6;
	color:#6b0505;
	font-weight:bold;
	padding:5px;
}
/* AJAX

------------------------------ */

#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}
#exif_link {
	float: right;
}
/* Paged thumbs nav

------------------------------ */

#pagedthumbsnav {
	width: 580px;
	height: 55px;
	padding: 0px;
	border: 0px solid gray;
	color: #444444;
}
#pagedthumbsimages {
	text-align: center;
	border: 0px solid gray;
}
#pagedthumbsimages img {
	border: 1px solid darkgray;
	padding: 2px;
	float: left;
}
#pagedthumbsimages img:hover {
	border: 2px solid orange;
	padding: 1px;
}
#pagedthumbsnav-active img {
	border: 2px solid orange;
	padding: 1px;
	float: left;
}
#pagedthumbsnav-prev {
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}
#pagedthumbsnav-next {
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}
#pagedthumbsnav-prevdisabled {
	visibility: hidden;
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}
#pagedthumbsnav-nextdisabled {
	visibility: hidden;
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}
/* Forms */

textarea, input[type=text] {
	border: 1px solid #3B3A38;
	color: #3B3A38;
	font-size: 100%;
	font-family:Arial, verdana, sans-serif;
	background:#FBFAF6;
	width:30em;padding: 4px;
	max-width:100%;
}
textarea, input[type=text], select {
	border: 1px solid #3B3A38;
	color: #3B3A38;
	font-size: 100%;
	font-family:Arial, verdana, sans-serif;
	background:#FBFAF6;
	padding: 4px;
}

#mailform textarea{height:5em;}
input#code{width:10em;padding: 4px;}
input {
	padding: 4px;
	font-size: 100%;
	font-family:Arial, verdana, sans-serif;
}
select {
	border:1px solid #3B3A38;
}
.textbox {
	width:22em;
	border:1px solid #3B3A38;
	padding:2px;
	margin:0 0 12px 0;
}

.smalltextbox, .captchainputbox {
	width:7em;
	border:1px solid #3B3A38;
	padding:2px;
	margin:0 0 0 5px;
}
.checkbox {
	cursor: pointer;
}
#mailform label{float:left;width:9em;}
#mailform p{clear:both;}
label {
	cursor: pointer;
}
label:hover, label:focus {
	color: #3E6156;
}
.disabled_input {
	background:#f1f2f2
}
input.button, input.bigbutton {
	cursor: pointer;
	color:#FBFAF6;
	font-weight:bold;
	background:#3E6156;
	margin:5px 5px 0 0;
	font-size:120%;
	padding:5px 10px;
	border:0;
}
input.button:hover, input.button:focus, input.bigbutton:hover, input.bigbutton:focus {
	color:#324F44;
	background:#7FB1B4;
}
input.bigbutton {
	font-size:120%;
	font-weight:normal;
}
a.bigbutton {
	cursor: pointer;
	color:#fff;
	background:#3E6156;
	border:1px solid #3E6156;
	margin:5px 5px 0 0;
	padding:2px 3px;
	font-size:120%;
	font-weight:normal;
}
a.bigbutton:hover, a.bigbutton:focus {
	color:#3E6156;
	background:#7FB1B4;
	text-decoration:none;
}
span.labelwidthsm {
	width:8em;
	display:block;
	float:left;
	clear:both;
}
select#speed {
	color: #354135;
	border:1px solid #354135;
	padding:0;
}
label.labelwidth {
	width:11.5em;
	display:block;
	float:left;
	clear:both;
}
img.captchimg, img#captcha {
	vertical-align:middle;
}
.buttons {
	margin:15px 0 0 11.5em;
}
.buttons form {
	display:inline;
	margin:0;
	padding:0;
}
.error {
	color:#AF1213;
}
.errorbox {
	padding: 10px 15px;
	border: 2px solid #AF1213;
	margin-bottom: 15px;
	background-color: #FBFAF6;
	color:#AF1213;
}
.formbit {
	clear:both;
	margin:0 0 0.7em 0;
}
.cchbooking .textbox, .cchbooking .smalltextbox {
	margin:0;
}
.cchbooking span.labelwidth {
	width:16em;
	display:block;
	float:left;
	clear:both;
}
td.labelwidth {
	width:16em;
}
.cchbooking textarea.textbox {
	width:22em;
	border:1px solid #3B3A38;
	padding:2px;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
/* zenphoto/zenpage link

---------------------------*/

#zen-part {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
}
#photo-part {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#IE-clear-part {
	font-size: 12px;
	font-weight: normal;
}
/* clearing */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/

height: 1%;/* End hide from IE-mac */

}
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.clearb {
	clear:both;
}
.bookbuttons img{ margin:0 1.5% 10px 1.5%;max-width:30%; }

/* Admin Toolbox */

#admin, #admin_data {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
	z-index: 1001;
	text-align: left;
	font-size: 1.3em;
}
#admin_data {
	top: 0px;
	padding-top: 20px;
	z-index: 1000;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
}
#admin h3:hover {
	color: #036;
}

@media screen and (max-width: 1140px) {
#main{margin:0 20px;}
}
@media screen and (max-width: 1020px) {
#headnew .logovan{margin:4px 15px 0 25px;width:17%;}
#headnew .headertext{width:60%;margin:55px 0 0 0;}
.glamptext{position:absolute;left:58%; top:100px;width:27%;}
#content-left {width: 68%;}
}
@media screen and (max-width: 950px) {
#navbar {font-size: 110%;}
#navbar a {padding:7px 0 5px 15px; background:url(cchimgs/bullet_nav_blue.gif) no-repeat 0 0;}
}
@media screen and (max-width: 870px) {
#main{margin:0 10px;}
#headnew{min-height:145px;}
#headnew .logovan{margin:4px 10px 0 15px;width:15%;}
#headnew .headertext{width:57%;margin:45px 0 0 0;}
.glamptext{position:absolute;left:55%; top:85px;width:25%;}


.addthis_toolbox {margin-left:15px;}
#footer {padding:55px 15px 10px 15px;}
#content-error {padding: 45px 15px 45px 15px;}
#content {margin:20px 15px;}

#contactbox .phonebit {font-size:1em;}
#contactbox .phonebit img, #contactbox .emailbit img {width:20px;height:auto;}

#homesidebar .woodburn-lodge h2{font-size:1.3em;margin:0;}
#homesidebar .woodburn-lodge h2 a{padding:10px 50px 10px 0;background-size:50px 50px}

.logo1{width:90px;height:auto;}
.logo2{width:74px;height:auto;}
.logo3{width:160px;height:auto;}
.logo4{width:160px;height:auto;}
.logo5{width:130px;height:auto;}

#AvailabilityCalendar9 table.layouttable td, #AvailabilityCalendar7 table.layouttable td, #AvailabilityCalendar10 table.layouttable td{width:auto;display:inline;}
#AvailabilityCalendar9 table.layouttable td td, #AvailabilityCalendar7 table.layouttable td td, #AvailabilityCalendar10 table.layouttable td td{border:0;display:table-cell; }
}
@media screen and (max-width: 700px) {
#headnew{min-height:110px; margin-bottom:10px;}
#headnew .logovan{margin:4px 5px 0 15px;width:15%;}
#headnew .headertext{width:57%;margin:35px 0 0 0;}
.glamptext{position:absolute;left:auto; right:170px;top:70px;width:30%;}

#homesidebar, #homecontent-left, #sidebar, #content-left{float:none;width:100%;}
#homecontent-left, #content-left{margin-bottom:15px;}
#homespecial, #homegal, #homeextras{float:none;width:100%;margin:0 0 10px 0;}

.booknow{position:relative;top:auto;right:auto;float:right;margin-right:0;}
#fbbuttons {position:relative;top:auto;right:auto;float:right;clear:right;margin-right:0;}
#fbbuttons img {
	margin:5px 0 0 5px;
	display:inline;
}

#navbar {font-size: 130%; padding:0 10px;background:none; }
#navbarbox{background:#324F44;-moz-border-radius: 12px;  -webkit-border-radius: 12px; border-radius: 12px;padding:7px 15px 7px 15px; }
#navbar ul li {
	display:block;
	float:none;
	padding:0;
	margin:0;
	position:relative;
}
#navbar a {
	background:none;
	color:#F2F1E9;
	float:none;
	padding:7px 7px 5px 0;
	margin:0;
	background:none;
}
#navbar ul li, #navbar a.homelink{border-bottom:1px solid #94A692;}
#navbar ul li:last-child {border-bottom:none;}
#navbar strong {font-weight:bold;}
#navbar a.menu-active {background:none;}

#headcontact{margin:0 0 5px 0; padding:0 10px;}
#headcontact #contactbox{display:block; clear:both; margin: 0; text-align:left;padding: 7px 15px 5px 15px;}
#headcontact #contactbox h2 {padding:0;margin:0 0 2px 0;font-weight:500;background:none;}
#headcontact #contactbox .phonebit img, #headcontact #contactbox .emailbit img{width:25px; height:auto;}
#headcontact #contactbox .phonebit {margin:3px 10px 3px 0;font-size:1.2em; display:inline-block;}
#headcontact #contactbox .emailbit {margin:0 0 3px 0; display:inline-block;}
#headcontact #contactbox a.contfind{background: url(cchimgs/arrow_white_pink.gif) no-repeat right;text-align:right;padding: 0 26px 0 0;}

.woodburn-lodge{background:#99c8b6;}
.woodburn-lodge h2 a{color:#324F44; background:url(cchimgs2/headerbgs/woodburn-lodge.png) no-repeat right;display:block;padding:10px 80px 10px 0; cursor:pointer;}
#homesidebar .woodburn-lodge h2{font-size:1.8em;margin:0;line-height:1.3;letter-spacing:normal;}
#sidebar .woodburn-lodge h2{font-size:1.45em;margin:0;line-height:1.3;letter-spacing:normal;}
#sidebar .woodburn-lodge h2 a{padding:10px 60px 10px 0;background-size:60px 60px}

#sidebar .tripadvisor_box h2 a{padding:10px 60px 10px 0;background-size:40px 40px}
#sidebar .tripadvisor_box h2{font-size:1.45em;}

.logo1{width:80px;height:auto;}
.logo2{width:56px;height:auto;}
.logo3{width:130px;height:auto;}
.logo4{width:140px;height:auto;}
.logo5{width:120px;height:auto;}

#AvailabilityCalendar9 table.layouttable td, #AvailabilityCalendar7 table.layouttable td, #AvailabilityCalendar10 table.layouttable td{width:auto;display:table-cell;}
#AvailabilityCalendar9 table.layouttable td td, #AvailabilityCalendar7 table.layouttable td td, #AvailabilityCalendar10 table.layouttable td td{border:0;display:table-cell; }

.slideimage{position:relative!important;}
#slideshow{min-height:300px!important;}

	#controls {  width: auto; 
    height: auto;display:block}
	#speedcontrol{display:none;}
	#slides h4{clear:both;}
.trustbar{text-align:center;vertical-align:middle; width:100%; padding:20px 0; width:100%;min-height:52px;}
.tpleft{float:none; width:100%;margin: 0 0 15px 0;}
.tpright{float:none; width:100%;}
}
@media screen and (max-width: 580px) {
#headnew .logovan{margin:4px 5px 0 15px;width:15%;}
#headnew .headertext{width:57%;margin:25px 0 0 0;}
.glamptext{position:absolute; top:55px;right: 110px;width: 34%;}




img.imageright{max-width:30%;height:auto;}
a.bookvan, a.galvan {display:block;margin:0 0 10px 0;}

.imagethumb {width:48%;
	margin: 0px 2% 10px 0px;
}

#AvailabilityCalendar9 table.layouttable td, #AvailabilityCalendar7 table.layouttable td,#AvailabilityCalendar10 table.layouttable td{width:auto;display:inline;}
#AvailabilityCalendar9 table.layouttable td td, #AvailabilityCalendar7 table.layouttable td td, #AvailabilityCalendar10 table.layouttable td td{border:0;display:table-cell; }

#navbar, #headcontact{float:none;width:100%;padding:0 10px;}

.bookbuttons img{ margin:0 1% 10px 1%;max-width:31%!important;}

#slideshow{min-height:200px!important;}
}
@media screen and (max-width: 475px) {
#headnew{min-height:178px;text-align:center;background:url(cchimgs2/headerbg.png) no-repeat top left;min-height:1px;position:relative; background-position: top -30px left 0;}
#headnew .logovan{margin:4px 0 0 0;width:auto; max-width:30%;float:none;}
#headnew .headertext{width:auto; max-width:95%;margin:10px 0 0 0;float:none;}
.glamptext{position:relative;left:auto; right:auto; top:auto;width:50%; max-width:50%;float:right;margin:4px 10px 5px 0;}
.booknow{position:absolute;top:10px;right:auto;left:0; margin:0 0 0 15px;clear:both;float:left;max-width:20%;}
#fbbuttons {position:absolute;top:0;right:5px;margin:10px 0 0 15px;display:inline-block;float:left;clear:none; max-height:60px;width:80px;}
#fbbuttons img {margin:0 0 5px 5px;display:inline-block;}

#navbar{clear:both;}
.galllink {width:100%; margin:0 0 15px 0; float:none;}

.textbox, .cchbooking textarea.textbox{width:100%;}
textarea, input[type=text]{width:100%;}
.bookbuttons img{ margin:0 1% 10px 1%;max-width:48%!important;}

#slideshow{min-height:150px!important;}

}