@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'AdobeGaramondProBold';
    src: url('../fonts/agaramondpro-bold-webfont.eot');
    src: url('../fonts/agaramondpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agaramondpro-bold-webfont.woff') format('woff'),
         url('../fonts/agaramondpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/agaramondpro-bold-webfont.svg#AdobeGaramondProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	background: url(../images/bg.png) top repeat;
	background-attachment:fixed;
	}

#container {
	max-width: 90%; /* makes for easier text reading on mobile devices */
	margin: auto; /* centers container div */
	text-align:center;
	
}

/* ----header objects----------*/
#header {
	position:relative;
	z-index: -100; /* used to give #content_outline effect of being above this */
	
	border: 1px solid #CCC;
	padding: 1em;
	margin-top: 1em;
	border: 1px solid #b3a16d;
	max-width: 90%;
	margin:auto;

	border-radius: 10px 10px 0px 0px; /* (top-left, top-right, bottom-right, bottom-left) */
	-moz-border-radius-topright: 10px 10px;
	border-top-left-radius: 10px 10px;
	-moz-border-radius-topleft: 10px 10px;
	
	box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	
	background-color: #BD9E7E;
	
	behavior: url(includes/PIE.htc); 
	
	}

#headline_surround {
	margin:auto;
	width: 65%;
	padding-top:1em;
	padding-bottom: 1em;
	
	box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	
	border-radius: 5px 5px 5px 5px; /* (top-left, top-right, bottom-right, bottom-left) */
	-moz-border-radius-bottomright: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	-moz-border-radius-bottomleft: 5px 5px;
	

	background: 
	url(../images/nail.png) left bottom no-repeat, 
	url(../images/nail.png) left top no-repeat, 
	url(../images/nail.png) right top no-repeat, 
	url(../images/nail.png) right bottom no-repeat, 
	#b34a11;
	
	-pie-background: 
	url(images/nail.png) left bottom no-repeat, 
	url(images/nail.png) left top no-repeat, 
	url(images/nail.png) right top no-repeat, 
	url(images/nail.png) right bottom no-repeat, 
	#b34a11;

	behavior: url(includes/PIE.htc); /* pie include to enable css3 effects in IE 6-8 */
}

#grass {
	position:absolute;
	left: 0px;
	bottom: -20px;
	height: 50px;
	width:100%;
	background:url(../images/grass.png) repeat-x;
}
.mask /* this is used to hack IE whereby both gradient and radius corners dont work well together */
{
    overflow: hidden;
	
	border-radius: 10px 10px 10px 10px; /* (top-left, top-right, bottom-right, bottom-left) */
	-moz-border-radius-bottomright: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	-moz-border-radius-bottomleft: 10px 10px;
	
	box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	
	behavior: url(includes/PIE.htc); /* pie include to enable css3 effects in IE 6-8 */
}

.content_outline {
	padding: 1em;
	margin:auto;
	font-size: 1.1em;
	
	border: 2px solid #FFF;
	
	background: #f0e7d7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0e7d7 0%, #95522E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e7d7), color-stop(100%,#95522E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0e7d7 0%,#95522E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0e7d7 0%,#95522E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0e7d7 0%,#95522E 100%); /* IE10+ */
	background: linear-gradient(top,  #f0e7d7 0%,#95522E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e7d7', endColorstr='#95522E',GradientType=0 ); /* IE6-9 */

	
	border-radius: 10px 10px 10px 10px; /* (top-left, top-right, bottom-right, bottom-left) */
	-moz-border-radius-bottomright: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	-moz-border-radius-bottomleft: 10px 10px;
	
	behavior: url(includes/PIE.htc); /* pie include to enable css3 effects in IE 6-8 */
	}
	
#about, #accommodation, #todo, #links, #contact {
	display:none; /* initially set as not displayed */
	text-align:left; /* counters the text-align: center from #container */
	
}

#bottom_image{
	background-image: url(../images/bg_bottom.png);
	position: fixed;
	bottom:0em;
	left: 0em;
	width: 100%;
	height: 100px;
	z-index:-150; /* to hide under page content - effectively second bg image */
}

#footer {
	position:relative;
	z-index: -100; /* used to give #content_outline effect of being above this */
	
	font-weight:bold;
	
	opacity:0.80;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	
	background: #BD9E7E;
	border: 1px solid #CCC;
	padding: 1em;
	border: 1px solid #b3a16d;
	max-width: 90%;
	margin:auto;
	
	border-radius: 0px 0px 10px 10px; /* (top-left, top-right, bottom-right, bottom-left) */
	-moz-border-radius-bottomright: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	-moz-border-radius-bottomleft: 10px 10px;
	
	box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	
	behavior: url(includes/PIE.htc); /* pie include to enable css3 effects in IE 6-8 */
	
}

/*----------- form-----------*/

#form {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .8em;
	width: 95%;
	margin:auto;
	padding: 1em;
	max-width: 90%;
	
	min-height: 100%;
	height: 100%;
	
	border: #b3a16d thin solid;
	background-color: #BD9E7E;

	box-shadow: 1px 1px 5px #888;
	-moz-box-shadow: 1px 1px 5px #888;
	-webkit-box-shadow: 1px 1px 5px #888;
	
	/*
	border-radius: 0px 0px 10px 10px; /* (top-left, top-right, bottom-right, bottom-left) 
	-moz-border-radius-bottomright: 10px 10px 10px 10px;
	border-bottom-left-radius: 10px 10px 10px 10px;
	-moz-border-radius-bottomleft: 10px 10px 10px 10px;
	*/
	behavior: url(includes/PIE.htc); /* pie include to enable css3 effects in IE 6-8 */
}

#img_surround {
	width: 30%;
	float:left;
}

#form_surround {
	width: 65%;
	float:right;
}
#contact_form fieldset {
	border:none;
}

#response {
	font-weight:bold;
	color:#FF0000;
	}

.success {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align:center;
	font-weight:bold;
}

textarea {
	font-family:Verdana, Geneva, sans-serif;
}

.placeholder {
	color: #aaa;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 7px 0;
  -moz-box-shadow: #0066ff 0 0 7px 0;
  -o-box-shadow: #0066ff 0 0 7px 0;
  box-shadow: #0066ff 0 0 7px 0;
  z-index: 1;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  background-color: #eee;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  outline: 0;
  max-width: 100%; /* these two lines allow for responsive textarea and text boxes */
  min-width: 20%;  /* these two lines allow for responsive textarea and text boxes */
  }

/*-------------------links-------------------------*/
a:link, a:link, a:visited{
	color: #333;
	text-decoration: none;
	border-bottom: .11em dashed;
	outline:none;
}

a:hover {
	color: #930;
	text-decoration: none;
}

/*---------------------h tags-----------------------*/
h1 {
	font-family: AdobeGaramondProBold, Impact, sans-serif;
	font-size: 3em;
	letter-spacing:.1em;
	text-transform:uppercase;
	padding:0em;
	margin:0em;
	}


h2 {
	font-size:1.1em;
	letter-spacing:.2em;
	text-transform:uppercase;
	padding:0em;
	margin:0em;
	text-align:center;
}

h3 {
	font-size:.8em;
	letter-spacing:.2em;
	text-transform:uppercase;
	padding:0em;
	margin:0em;
}

/*-------------------------images / video including preloader-------------------------------*/

img {
	margin: 1em;
	max-width: 100%;
}

#img_left {
	float:left;
	margin-bottom: 2em;
	box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	
	behavior: url(includes/PIE.htc); /* pie include to enable css3 effects in IE 6-8 */
	
}

#vid {
	text-align:center; /* lazy hack to center video */
}

.youtube_iframe {
	margin: .5em;
	box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	
	behavior: url(includes/PIE.htc); /* pie include to enable css3 effects in IE 6-8 */
}

/*----------- lists-------------------------------------------*/

.list
 {
 list-style: url("../images/tick.png");
 
 }

.list li {
	margin-bottom: 1em;
}
 
/*--------google map-------------------*/
#map_canvas {
min-width: 400px;
min-height: 380px;
}

#map_link {
	margin: 1em;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}

/* ------------------------------------- buttons--------------------------------- */

#form_submit, button {
	padding-top: .2em;
	padding-bottom: .2em;
	cursor: pointer;
	border: 1px solid #c3c3c3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em; /* you can also put - style="font-size:11px" - into button tag if multiple sizes required */
	font-weight: bold;
	color: #333;
	min-width: 15%;
	margin: .1em;
	outline:none;
	
	/* Text shadow */
	text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	
	/* Required for IE width issue */
	width: auto;
	overflow: visible;
	
	/* Rounded corners */
	border-radius: .2em;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	
	
	/* Base background colour */
	background-color: #f2f2f2;
	
	/* Background gradient - transparent to opaque*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(211,211,211,0)), to(rgba(211,211,211,1)) );	
	background-image: -moz-linear-gradient(top, rgba(211,211,211,0), rgba(211,211,211,1));
	background-image: -o-linear-gradient(rgba(211,211,211,0),rgba(211,211,211,1)); /* Opera11.10+ */
	background-image: -ms-linear-gradient(top, rgba(211,211,211,0) 0%,rgba(211,211,211,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3d3d3', endColorstr='#ffd3d3d3'); /* IE6-9 */
	
	/* Drop shadow and inset highlights */
	-webkit-box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, .3),
		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 1px rgba(0, 0, 0, .1);
	
	-moz-box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .3),
		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 1px rgba(0, 0, 0, .1); 
	
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, .3),
  		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 1px rgba(0, 0, 0, .1);
	
	}

button::-moz-focus-inner {
	border: none;
	}
	
button:hover {
	/* Background colour lightens up */
	background-color: #fcfcfc;
	
	/* Drop shadow and inset highlights */	
	-webkit-box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, .3),
		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 3px rgba(0, 0, 0, .4);
	
	-moz-box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .3),
		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 3px rgba(0, 0, 0, .4);
	
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, .3),
  		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 3px rgba(0, 0, 0, .4);
	}

button:active {	
	position: relative;
	top: .1em;
	border: 1px solid #aaa;
	background-color: #f5f5f5;
	outline: none;
	
	/* Box shadow and inset highlights */
	-webkit-box-shadow: 
		0 1px 0 rgba(255, 255, 255, 1),
		inset 0 1px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 
		0 1px 0 rgba(255, 255, 255, 1),
		inset 0 1px 5px rgba(0, 0, 0, .5);		
	box-shadow: 
		0 1px 0 rgba(255, 255, 255, 1),
		inset 0 1px 5px rgba(0, 0, 0, .5);
	}

/*--------------------------media queries-----------------------------------*/
@media only screen and (min-width: 40px) and (max-width: 420px) {  /* includes iphone 3 and old smart phones */

html {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	background-image:none;
	background-color:#643a26;
	}
	
#header {
	background-image:none;
	}

#headline_surround {
	background:none;
	background-image:none;
	background-color:transparent;
	
	box-shadow: none; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#grass {
	display:none;
}

.flexslider {
	display:none;
}

#map_link {
	display:none;
}

.noshow {
	display:none;
}
#form_surround {
	min-width: 95%;
	margin:auto;
}
#form_submit, button {
	min-width: 100%;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin:auto;
}

#img_left, #vid {
	display:none;
}

h1 {
	font-size: 2em;
}

h2 {
	text-align:center;
	font-size: 1em;
}

h3 {
	text-align:center;
	font-size: 1em;
}

map_link {
	display:none;
}

#bottom_image {
	display:none;
}
}
@media only screen and (min-width: 421px) and (max-width: 700px) {  /* includes iphone 4 */

html {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	background-image:none;
	background-color:#643a26;
	}
	
#header {
	background-image:none;
}

#headline_surround {
	background:none;
	
	box-shadow: none; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#grass {
	display:none;
}

.noshow {
	display:none;
}

#form_submit, button {
	min-width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	margin:auto;
}
#form_surround {
	min-width: 95%;
	margin:auto;
}
#img_left {
	display:none;
}

h1 {
	text-align:center;
	font-size: 2.5em;
	}

h2 {
	text-align:center;
	font-size: 1em;
}

h3 {
	text-align:center;
	font-size: 1em;
}


h4 {
	text-align:center;
}

map_link {
	display:none;
}

#bottom_image {
	display:none;
}

.flexslider {
	width: 90%;
}

}
@media only screen and (min-width: 701px) and (max-width: 799px) { /* most portrait tablets */

html {
	font-size: .8em;
	background-color:#F00
	}

h2 {
	text-align:center;
	font-size: 1em;
}

h3 {
	text-align:center;
	font-size: 1em;
}
	
.noshow {
	display:none;
}
}
