html {
    height: 100%;
}

body {
	font-family: 'Lora', serif;
	font-size: 15px;
	color: #424242;
    height: 100%;
    margin: 0;
	background: #49bfbb url('../images/bg.png');
    background-repeat: repeat-x;
}

a:link, a:visited, footer {
	color: #2d706e;
}

h1, h2, h3, h4 {
	color: #49bfbb;
	font-weight: bold;
	font-style: italic;
	margin-top: 1.2em;
	margin-bottom: 0.25em;
}

h1 {
	margin-top: 0;
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 19px;
}

a.booking-enquiry-button {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	border-radius: 8px;
	background: #828282;
}

	a.booking-enquiry-button:hover {
		text-decoration: underline;
	}

.BiogPage h1.page-title {
	margin-top: 1.6em;
	margin-bottom: 1em;
}

section {
	margin-top: 25px;
	margin-bottom: 40px;
}

#container {
	width: 862px;
	margin: 40px auto;
	padding: 19px; 
	background: #fff;
	border-radius: 16px;
}

#content {
	margin: 0;
}

.BiogPage div#content {
	margin: 10px 0;
	padding: 0 250px 0 20px;
	background: url('../images/about-bg.jpg') no-repeat;
	height: 1105px;
}
	
#left-column {
	width: 540px;
	float: left;
}

#right-column {
	width: 302px;
	float: right;
}

	#right-column aside {
		margin-bottom: 18px;
	}

	#right-column aside a {
		font-style: italic;
		font-size: 14px;		
		text-decoration: none;
		color: #49bfbb;
	}

	#side-image {
		margin-top: 18px;
		margin-bottom: 18px;
		text-align: center;
	}

	#right-column aside:first-child, #side-image:first-child {
		margin-top: 25px;
	}

.read-more {
	display: block;
	text-align: right;
	margin-top: 14px;
}
	
header {
	text-align: center;
	background: #0d201f url('../images/header-portrait.png') left bottom no-repeat;
	margin: 0 0 20px 0;
	padding: 12px 0;
	position: relative;
	border-radius: 8px;
}

	header a {
		text-decoration: none;
	}
	
	header h1 {
		font-size: 42px;
		font-weight: normal;
		font-style: italic;
		color: #ebf6f6;
		margin: 1px;
	}

	header h2 {
		font-size: 18px;
		font-weight: normal;
		color: #91e5e7;
		margin: 0;
	}

#header-slideshow {
	position: relative;
	height: 175px;
	background: #000;
}

#social-icons {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

	#social-icons img {
		float: right;
		margin-left: 5px;
	}
	
iframe {
	z-index: 0;
}

nav {
	font-size: 16px;
	font-style: italic;
	border-radius: 8px;
}

#main-nav {
	background-color: #4dc0bc;
	padding: 15px 12px;
	text-align: center;
}

	#main-nav img.down-arrow	{
		margin-left: 10px;
		position: relative;
		z-index: 2;
	}

	#main-nav a:link, #main-nav a:visited {
		color: #fff;
		text-decoration: none;
		position: relative;
		z-index: 2;
	}
	
	#main-nav a:link.current, #main-nav a:link.section, #main-nav a:hover, #main-nav a:focus {
		text-decoration: underline;
	}

	#main-nav ul {
		list-style: none;
	}
	
	#main-nav ul li {
		position: relative;
		display: inline-block;
		padding: 0 20px;
	}
	
	#main-nav ul li:first-child {
		padding-left: 0;
	}
	
	#main-nav ul li:last-child {
		padding-right: 0;
	}

#sub-nav,
#gallery-nav {
	background: #0d201f;
	margin-top: 20px;
	margin-bottom: 18px;
	padding: 15px;
	min-height: 80px;
}

	#sub-nav ul,
	#gallery-nav ul {
		list-style: none;
	}

	#sub-nav ul li,
	#gallery-nav ul li {
		margin-left: 25px;
	}

		#gallery-nav ul li {
			margin-bottom: 15px;
		}

	#sub-nav a.top-level,
	#gallery-nav a.top-level {
		font-weight: bold;
		text-decoration: none;
	}

	#sub-nav a:link,
	#sub-nav a:visited,
	#gallery-nav a:link,
	#gallery-nav a:visited {
		color: #91e5e7;
		text-decoration: none;
	}

	#sub-nav a:link.current,
	#sub-nav ul a:link.section,
	#sub-nav a:hover,
	#gallery-nav a:link.current,
	#gallery-nav ul a:link.section,
	#gallery-nav a:hover {
		text-decoration: underline;
	}
	
div.book {
	margin-top: 20px;
	margin-bottom: 30px;
}

	div.book img {
		float: left;
	}

	div.book h2 {
		font-size: 22px;
		margin-top: 0;
	}
			
	div.book div.text
	{
		font-size: 12px;
		margin-left: 280px;
	}

div.video {
	margin-top: 20px;
	margin-bottom: 40px;
}

	div.video h2 {
		margin: 0;
	}

div.GalleryHome .album {
	margin-bottom: 30px;
}

	div.GalleryHome .album h2
	{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	div.GalleryHome .album p
	{
		margin-top: 5px;
	}
	
	div.GalleryHome .album img
	{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}

#gallery-slide-show {
	width: 540px;
	height: 360px;
	overflow: hidden;
	position: relative;
	background: #0d201f url('../images/gallery-slideshow-bg.jpg');
	margin-bottom: 15px;
}

	#gallery-slide-show .gallery-slide {
		visibility: hidden;
		text-align: center;
		position: absolute;
		width: 540px;
		height: 360px;
	}

	#gallery-slide-show .gallery-slide.first {
		visibility: visible;
	}

	#gallery-slide-show .slide-description {
		text-align: left;
		font-size: 12px;
		color: #fff;
		margin: 0;
		padding: 5px 8px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.75);
	}

#gallery-thumbs {
	padding: 6px 0 0 6px;
	background: #0d201f url('../images/gallery-slideshow-bg.jpg');
}

	#gallery-thumbs img {
		float: left;
		margin: 0 6px 6px 0;
		border: 2px solid #0d201f;
	}

	#gallery-thumbs img.selected {
		border: 2px solid #fff;
	}	

blockquote.testimonial {
	margin: 15px 0 20px 0;
	color: #1c2222;
	padding: 10px;
}

	blockquote.testimonial.odd {
		background: #49bfbb;
	}

	blockquote.testimonial.even {
		background: #828282;
	}

	blockquote.testimonial cite {
		display: block;
		color: #fff;
		font-weight: bold;
		font-style: italic;
	}

	#right-column blockquote.testimonial {
		font-size: 14px;
	}

ul.event-calendar-quick-nav {
	list-style: none;
	padding: 0;
}

	ul.event-calendar-quick-nav li {
		position: relative;
		display: inline-block;
		padding: 0 20px;
	}
	
	ul.event-calendar-quick-nav li:first-child {
		padding-left: 0;
	}
	
	ul.event-calendar-quick-nav li:last-child {
		padding-right: 0;
	}

	ul.event-calendar-quick-nav a {
		text-decoration: none;
	}

	ul.event-calendar-quick-nav a.current {
		text-decoration: underline;
	}

#event-calendar-events {
	margin-top: 20px;
}

	#event-calendar-events ul,
	ul.past-events {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#event-calendar-events ul li,
	ul.past-events li,
	.blogSummary {
		margin-bottom: 40px;
	}

	#event-calendar-events h3.summary {
		margin-top: 0;
	}

	.dates,
	.blogSummary .authorDate,
	.blogEntry .authorDate {
		margin-top: 0;
		color: #49bfbb;
		font-weight: bold;
		font-style: italic;
	}

#latest-news .postTitle a, #upcoming-events .event-title a {
	text-decoration: none;
}

	#latest-news p, #upcoming-events p {
		margin-bottom: 0;
	}

	#latest-news .blogVitals {
		margin-top: 0;
	}

#upcoming-events div {
	margin-bottom: 40px;
}


form {
	margin-top: 3em;
	margin-bottom: 4em;
}

	form fieldset, form div.Actions {
		margin-left: auto;
		margin-right: auto;
		width: 250px;
	}
	
	form fieldset>div {
		margin-bottom: 15px;
	}
	
	form .message {
		color: #ff8787;
	}
	
	form input, form textarea, form select {
		width: 100%;
	}

footer p {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	margin: 0;
}

	footer p span {
		font-size: 16px;
	}