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

   styles.css
   * Core stylesheet file
   
-------------------------------------------------------------- */

/** body **/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #323232;
	background: #fff url('../images/body.bg.jpg') left top repeat-x;
	background-attachment:fixed;
}

/** outer wrapper **/
.outer-wrapper {
	background: url('../images/bodysplash.bg.png') center top no-repeat;
	background-attachment:fixed;
}

/** wrapper **/
.wrapper {
	position:relative;
	width:930px;
	margin:0 auto;
	padding:0 15px;
	background: #323232;
}

/** header **/
.header {
	position:relative;
	background: #2b2929;
	height:145px;
	padding-top:35px;
}
	/** header logo **/
	.logo {
		position:absolute;
		z-index:10;
		left:35px;
		top:50px;
	}
		.logo h2 {
			margin:0;
		}
			.logo h2 a {
				display:block;
				width:275px;
				height:65px;
				background: url('../images/logo.png');
			}
				.logo h2 a span {
					display:none;
				}
	/** circular header logo **/
	.circular-logo {
		position:absolute;
		z-index:10;
		right:15px;
		top:35px;
	}
		.circular-logo h2 {
			margin:0;
		}
			.circular-logo h2 a {
				display:block;
				width:153px;
				height:153px;
				background: url('../images/H_web.png');
			}
				.circular-logo h2 a span {
					display:none;
				}

/** search **/
.search {
	padding:15px 0 0 20px;
}
	.search p {
		margin:0;
	}
	.search label.text-container {
		float:left;
		margin-top:2px;
		margin-right:12px;
		display:block;
		width:98px;
		height:16px;
		background: url('../images/text.search-our-site.png');
	}
		.search label.text-container span {
			display:none;
		}
	.search #q {
		float:left;
		margin-right:5px;
		font-size:9px;
		padding:2px;
	}
	.search button {
		float:left;
		margin-top:-2px;
		display:block;
		width:23px;
		height:23px;
		background: url('../images/search.button.png');
		cursor:pointer;
		border:0;
	}
		.search button span {
			display:none;
		}

/* text logo **/
.textlogo {
	float:left;
	margin-left:60px;
	margin-top:-5px;
}
	.textlogo h2 {
		/*
		width:307px;
		height:36px;
		background: url('../images/text.harlyn-surf-school.png');
		*/
		font-weight:bold;
		color: #FFEF66;
		/* color: #6FCDE4; */
		text-transform:uppercase;
	}
		.textlogo h2 span {
			/* display:none; */
		}

/** navigation **/
div.navigation {
	position:absolute;
	z-index:9999;
	bottom:-10px;
	left:20px;
}
	ul.navigation {
		list-style:none;
		margin:0;
	}
		ul.navigation li {
			float:left;
			border-right:0px solid #000;
			padding-bottom:10px;
		}
		ul.navigation li:hover,
		ul.navigation li.selected {
			background: url('../images/navigation.arrow.png') 10px bottom no-repeat;
		}
			ul.navigation li a {
				display:block;
				color: #ffef66;
				font-weight:normal;
				font-size:10px;
				text-transform:uppercase;
				background: #2b2929;
				height:40px;
				padding:5px 12px 0px 12px;
				border-right:1px solid #000;
			}
			ul.navigation li.last a {
				border:0;
			}
				ul.navigation li a span.topline {
					display:block;
					font-weight:bold;
				}
			ul.navigation li a:hover {
				background: #6b653b;
				text-decoration:none;
			}
			ul.navigation li.selected a {
				background: #6b653b;
				text-decoration:none;
			}

/** footer **/
.footer {
	position:relative;
	margin-top:5px;
	border-top:1px solid #484a4c;
	padding: 15px 20px 15px 20px; 
	font-size:11px;
	color: #999999;
}
	.footer a {
		color: #fcf465;
	}
	.footer p {
		margin-bottom:0.5em;
		line-height:1.2;
	}
		.footer p.call-us {
			font-size:30px;
		}
	.footer strong {
		color: #fcf465;
	}
	.footer .left-side {
		float:left;
		width:500px;
		margin-bottom:50px;
		font-size:18px;
	}
	.footer .right-side {
		float:right;
		width:300px;
		font-size:14px;
	}
		.footer .right-side a,
		.footer .right-side a strong {
			color: #999;
		}
		.footer .big-phone-number {
			width:268px;
			height:49px;
			background: url('../images/text.big-phone-number.png');
			margin-bottom:15px;
		}


/** middle **/
.middle {
	position:relative;
	background: #fff;
	padding:0 20px 20px 20px;
}

/** header image **/
.header-image {
	position:relative;
	line-height:0;
	overflow:hidden;
	height:390px;
}
	.header-image .book-online-now {
		position:absolute;
		right:10px;
		bottom:10px;
	}
		.header-image .book-online-now a {
			display:block;
			width:205px;
			height:115px;
			background: url('../images/bookonlineblock.jpg');
		}
			.header-image .book-online-now a span {
				display:none;
			}
		.header-image .book-online-now a:hover {
		}
	.header-image-insidecontent-alt {
		display:none;
	}
	.header-image-insidecontent img {
		position:absolute;
		z-index:3;
		top:0;
		left:0;
		display:none;
	}
		.header-image-insidecontent img.active {
			z-index:5;
			display:block;
		}
		.header-image-insidecontent img.last-active {
			z-index:4;
			display:block;
		}



/** grid layout **/
.column {
	float:left;
	margin-right:10px;
}
	.span-1 {
		width:215px;
	}
	.span-2 {
		width:440px;
	}
	.span-3 {
		width:665px;
	}
	.span-4 {
		width:890px;
		margin-right:0;
	}
		.span-2-5 {
			width:545px;
		}
		.span-1-5 {
			width:335px;
		}
	.lastcolumn {
		margin-right:0;
	}

/** **/
.header-image,
.intro-header,
.cross-selling-panels {
	margin-bottom:10px;
}

.cross-selling-panels p {
	margin:0;
}

/** intro header text **/
.intro-header-text {
	border-top:10px solid #A9E1F0;
	border-bottom:10px solid #A9E1F0;
	padding-top:8px;
	height:120px;
}
	.intro-header-text h2 {
		margin-top:10px;
	}
	
/** panel (side column) **/
.panel {
	margin-bottom:10px;
}

/** useful links **/
.useful-links {
	width:185px;
	height:130px;
	padding:15px;
	background: url('../images/column.panels/usefullinks.jpg');
	color: #323232;
	font-size:10px;
	position:relative;
}
	.useful-links h2 {
		display:none;
	}
	.useful-links h3 {
		color: #e2f4f8;
		font-size:10px;
		margin-bottom:5px;
	}
	.useful-links p {
		margin:2px 0;
	}
	.useful-links a {
		font-size:12px;
		color: #a9e1ef;
	}
		.useful-links a span {
			font-weight:bold;
		}
	.useful-links a:hover {
	}
	.useful-links img {
		vertical-align:middle;
		margin-right:5px;
	}
	.usefullinks-link {
		position:absolute;
		bottom:12px;
		left:12px;
		width:130px;
		height:30px;
		display:block;
		cursor:pointer;
	}
		.usefullinks-link span {
			display:none;
		}
	
/** signup panel **/
.signup-panel {
	width:185px;
	height:95px;
	padding:65px 15px 0px 15px;
	background: url('../images/column.panels/signup.jpg');
	color: #323232;
	font-size:11px;
	position:relative;
}
	.signup-panel h3 {
		display:none;
	}
	.signup-panel p {
		margin-bottom:5px;
	}
	.signup-panel input {
		width:100%;
	}
	.signup-panel button {
		display:none;
	}

/** content **/
.content {
	margin-bottom:20px;
	font-size:12px;
}
	.content p img {
		border:3px solid #A9E1EF;
		margin-right:10px;
	}

/** logos **/
.logos {
	/* margin-top:100px; */
	/*
	position:absolute;
	left:15px;
	bottom:25px;
	width:100%;
	*/
}
	.logos img {
		margin-right:30px;
	}
	.logos a {
		/* margin-right:15px; */
	}

/** text : cornwall's premier surf school **/
.text-cornwalls-premier-surf-school {
	width:481px;
	height:36px;
	background: url('../images/text.cornwalls-premier-surf-school.png');
	margin-top:20px;
}

/** text: surf lessons **/
.text-surf-lessons {
	width:193px;
	height:36px;
	background: url('../images/text.surf-lessons.png');
}


/** sub-navigation **/
div.subnavigation {
	padding:75px 0 15px 0;
	background: #ffef66;
	border:5px solid #c9bd61;
	border-top:0;
	font-size:12px;
	color: #37352d;
	text-transform:uppercase;
	margin-bottom:10px;
}
	ul.subnavigation {
		list-style:none;
		margin:0;
	}
		ul.subnavigation li {
			padding:0;
			margin:0;
		}
			ul.subnavigation a {
				display:block;
				color: #37352d;
			}
				ul.subnavigation a span {
					display:block;
					border-bottom:1px solid #ccc061;	
					padding:5px 5px;
					margin:0 5px;
				}
					ul.subnavigation a span span {
						font-weight:bold;
						display:inline;
						border:0;
						padding:0;
						margin:0;
					}
			ul.subnavigation a:hover {
				text-decoration:none;
				background: #fffcdf;
			}
			ul.subnavigation a:hover > span {
				text-decoration:none;
			}
			ul.subnavigation li.selected a {
				background: #fffcdf;
			}
		ul.subnavigation li.last a span {
			border:0;
		}

	ul.subnavigation li.selected ul a {
		background: #ffef66;
	}
	ul.subnavigation ul {
		display:none;
		list-style:none;
		margin:0 0 10px 0;
	}
		ul.subnavigation li.selected a:hover {
			background: #fffcdf;
		}
		ul.subnavigation ul a span {
			border:0;
			padding:2px 3px;
		}
		ul.subnavigation ul li.selected a {
			background: #fffcdf;
		}
	ul.subnavigation li.open ul {
		display:block;
	}
	ul.subnavigation ul ul a {
		padding-left:15px;
	}


/** gift voucher panel **/
.giftvoucher-panel {
	background: #ffef66;
	border:5px solid #dfd7a0;
	color:#323232;
	padding:10px;
}
	.giftvoucher-panel p {
		margin:0;
	}
	.giftvoucher-panel h3 {
		width:143px;
		height:25px;
		background: url('../images/text.gift-vouchers.png');
	}
		.giftvoucher-panel h3 span {
			display:none;
		}
	.giftvoucher-panel a {
		color: #333;
		font-weight:bold;
		margin-top:1em;
		display:block;
	}

/** breadcrumb **/
.breadcrumb {
	margin-top:20px;
	font-size:10px;
	color: #333;
	text-transform:uppercase;
	margin-bottom:10px;
}
	.breadcrumb a {
		text-decoration:none;
		color: #333;
	}
		.breadcrumb a span {
		}
			.breadcrumb a span span {
				font-weight:bold;
			}
	.breadcrumb a:hover {
		text-decoration:underline;
	}

/** subpage header image **/
.subpage-headerimage {
	border-top:10px solid #a9e1ef;
	border-bottom:10px solid #a9e1ef;
	padding:10px 0;
	margin-bottom:20px;
}
	.subpage-headerimage p {
		margin:0;
	}

/** courses **/
.courses {
}
	.courses .item {
		padding:20px 0;
		border-bottom:10px solid #a9e1ef;
	}
	.courses .first-item {
		border-top:10px solid #a9e1ef;
	}
		.courses .item .item-image {
			float:left;
		}
			.courses .item .item-image img {
				border:5px solid #a9e1ef;
			}
		.courses .item .item-info {
			margin-left:225px;
		}

/** book now button **/
.button-booknow {
	display:block;
	float:left;
	margin-right:10px;
	width:75px;
	height:26px;
	background: url('../images/button.booknow.jpg')
}
	.button-booknow span {
		display:none;
	}

/** text : or call us on... **/
.text-or-call-us-on {
	display:block;
	float:left;
	width:165px;
	height:16px;
	background: url('../images/text.or-call-us-on.png');
}
	.text-or-call-us-on span {
		display:none;
	}

/** overlay **/
.overlay {
	background: #000 url('/assets/images/preloader.gif') center center no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	display:none;
}


.gallery a {
	position:relative;
	float:left;
	margin:0 13px 20px 0;
}
	.gallery a img.galleryimage {
		vertical-align:top;
		width:90px;
		border:2px solid #aaa;
		height:70px;
	}
	.gallery a:hover {
		text-decoration:none;
	}
	.gallery a:hover img.galleryimage {
		border:2px solid #A9E1F0;
	}
	.gallery a span.videoicon {
		display:block;
		text-align:left;
		position:absolute;
		width:90px;
		top:3px;
		left:0;
		margin:0;
		width:auto;
		border:0;
		margin-left:3px;
	}
	.gallery a span.itemtitle {
		display:block;
		width:90px;
		text-align:center;
		color: #333;
		font-size:10px;
	}



/** booking form **/
.bookingform {
}
	.bookingform fieldset {
		border: 2px solid #A9E1F0;
		padding:2em;
		margin-bottom:1em;
	}
	.bookingform legend {
		font-weight:bold;
		margin-left:5px;
		padding:0 1em;
		font-size:1.2em;
		color: #2B2929;
	}
	.bookingform .row {
		margin:5px 0;
	}
	.bookingform .submit-row {
		text-align:center;
	}
		.bookingform .submit-row img {
			border:0;
		}
		.submit-button {
			font-size:2em;
			font-weight:bold;
			margin-bottom:20px;
		}
		.bookingform .row label {
			float:left;
			width:135px;
		}
			.bookingform .row label.longer-label {
				width:200px;
			}
		.bookingform .row input {
			float:left;
		}
	.lessons-table,
	.participants-table {
		width:100%;
	}
		.lessons-table thead th,
		.participants-table thead th {
			font-weight:bold;
			padding:2px;
		}
		.lessons-table td,
		.participants-table td {
			padding:2px;
		}
		.lessons-table tr.alt td,
		.participants-table tr.alt td {
			background: #f3f3f3;
		}
		.lessons-table .numberofpeople {
			width:35px;
			text-align:center;
		}
	.align-center {
		text-align:center;
	}
	.age {
		width:35px;
		text-align:center;
	}
.remove-row {
	color: #ff0000;
	font-weight:bold;
}

.float-left {
	float:left;
	width:49%;
}
.float-right {
	float:right;
	width:49%;
}


.no-borders img {
	border:0;
}

.webcamtable td {
	vertical-align:top;
}
	td.secondcolumn {
		padding-left:10px;
	}



.webcam-header {
	width:665px;
	height:333px;
	background: url('/assets/images/webcam-header.jpg');
	position:relative;
	line-height:1;
}
	.the-webcam {
		position:absolute;
		top:22px;
		left:20px;
	}
	.webcam-sidelinks {
		position:absolute;
		top:22px;
		left:365px;
	}
		.webcam-sidelinks ul {
			list-style:none;
			margin:0;
		}
			.webcam-sidelinks li {
			}
			.webcam-sidelinks a {
				display:block;
				color: #fff;
				text-decoration:none;
				font-weight:normal;
				background: #2b2929;
				border-bottom:2px solid #090808;
				padding:10px 15px;
				width:260px;
			}
				.webcam-sidelinks a.inner-link {
					color: #ffef66;
				}
			.webcam-sidelinks a:hover {
				background: #ffef66;
				color: #2b2929;
				text-decoration:none;
			}

.webcam-page h1.replace {
	margin:0;
	line-height:0;
	padding-bottom:5px;
	margin-top:-10px;
	border-bottom:10px solid #9ddbeb;
	margin-bottom:15px;
}

.webcam-lowertext {
	position:absolute;
	top:280px;
	left:20px;
	text-transform:uppercase;
}
	.webcam-lowertext p {
		margin:2px 0;
		color: #ffef66;
	}
	.webcam-lowertext span {
		color: #fff;
	}
	.webcam-lowertext span#timenow {
		color: #ffef66;
	}
	
	

.useful-links-page {
	
}
	.useful-links-page h2 {
		border-top:6px solid #9ddbeb;
		padding-top:10px;
		margin-top:20px;
		color: #323232;
		font-size:18px;
		text-transform:uppercase;
	}
	.useful-links-page a {
		text-transform:uppercase;
		color: #323232;
	}
		.useful-links-page a:hover {
			text-decoration:none;
			color: #a9e1ef;
		}

.watch-video-link {
	position:absolute;
	bottom:20px;
	left:10px;
}
	.watch-video-link a {
		color: #fff;
		text-decoration:none;
		font-weight:bold;
		font-size:14px;
	}
	.watch-video-link a span {
		font-size:16px;
	}
	.watch-video-link a:hover {
		text-decoration:underline;
	}
	


.top-navigation {
	background: #fcf465;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:33px;
	overflow:hidden;
}
	.top-navigation .top-navigation-social {
		float:left;
		line-height:0;
		border-right:1px solid #313131;
		padding-right:10px;
	}
		.top-navigation .top-navigation-social a {
			float:left;
			display:block;
			padding:1px 5px;
		}
	.top-navigation .top-navigation-links {
		float:right;
	}
	.top-navigation .top-navigation-links {
		float:right;
		list-style:none;
		margin:0;
		font-size:24px;
		line-height:0;
		display:none;
	}
		.top-navigation .top-navigation-links li {
			float:left;
			border-right:1px solid #313131;
		}
			.top-navigation .top-navigation-links li a {
				display:block;
				color: #313131;
				padding:5px 10px;
			}
			.top-navigation .top-navigation-links li a:hover {
				text-decoration:none;
				background: #fff;
			}



.get-in-touch {
	position:relative;
	color: #999995;
}
	.get-in-touch-header {
		width:500px;
	}
	.get-in-touch-left {
		float:left; 
		width:49%;
	}
	.get-in-touch-right {
		float:right; 
		width:49%;
	}
	.get-in-touch-button-row {
		text-align:right;
		padding-right:40px;
	}
	.get-in-touch p {
		margin:0;
	}
	.get-in-touch h3 {
		float:left; 
		width:143px;
		height:35px;
		background: url('../images/text.get-in-touch.png');
		margin-right:15px;
	}
		.get-in-touch h3 span {
			display:none;
		}
	.get-in-touch .row {
		padding:5px 0;
	}
	.get-in-touch label {
		float:left;
		display:block;
		text-transform:uppercase;
		width:125px;
		font-size:13px;
		background: url('../images/text.asterisk.png') left center no-repeat;
		margin-right:10px;
	}
		.get-in-touch label span {
			display:block;
			padding-left:15px;
		}
		.get-in-touch input,
		.get-in-touch textarea {
			float:left;
			padding:2px;
			width:255px;
		}
		.get-in-touch textarea {
			height:100px;
		}
		.get-in-touch button {
			width:88px;
			height:43px;
			background: url('../images/text.send.png');
			cursor:pointer;
			border:0;
		}
			.get-in-touch button span {
				display:none;
			}
				
.get-in-touch-close {
	float:right;
}
	.get-in-touch-close a {
		color: #fff;
		text-decoration:none;
		font-size:24px;
	}


.tripadvisor-block {
	float:right;
}


.header-image-sidepanel {
	position:absolute;
	z-index:99998;
	right:0;
	top:0;
	height:100%;
	width:250px;
	background: url('../images/header-image-sidepanel-tint.png') left bottom no-repeat;
}
	.header-image-sidepanel.closed {
		right: -227px;
	}
	.header-image-sidepanel .header-image-sidepanel-handle {
		position:absolute;
		z-index:99999;
		bottom:35px;
		left:0px;
	}
		.header-image-sidepanel .header-image-sidepanel-handle a {
			background: url('../images/header-image-sidepanel-arrow-close.png') center center no-repeat;
			display:block;
			width:25px;
			height:60px;
		}
		.header-image-sidepanel.closed .header-image-sidepanel-handle a {
			background: url('../images/header-image-sidepanel-arrow-open.png') center center no-repeat;
		}
	.header-image-sidepanel .header-image-sidepanel-inner {
		padding:10px 10px 10px 35px;
	}


.top-contact-form {
	display:none;
	width:930px;
	margin:0 auto;
	padding:0px 15px;
	background: #323232;
}
	.top-contact-form-inner {
		background: #313131;
		padding:20px;
	}

.top-signup-form {
	display:none;
	width:930px;
	margin:0 auto;
	padding:0px 15px;
	background: #323232;
}
	.top-signup-form-inner {
		background: #313131;
		padding:20px;
	}


.tweet-panel {
	background: #ade0f0;
	padding:10px;
	position:relative;
	margin-bottom:10px;
}
	.tweet-panel h3 {
		text-transform:uppercase;
		font-size:24px;
		margin-bottom:15px;
	}
	.tweety-bird a {
		display:block;
		position:absolute;
		bottom:-10px;
		right:-5px;
		width:32px;
		height:32px;
		background: url('../images/tweety-bird.png');
	}
	.tweet-panel-tweets {
		height:500px;
		overflow:hidden;
	}


#header-image-insidecontent-alt-stopbutton {
	position:absolute;
	z-index:999999;
	right:10px;
	top:10px;
	display:none;
	font-size:24px;
	color: #fff;
	text-decoration:none;
	padding:10px;
}





.signup-top {
	position:relative;
	color: #999995;
}
	.signup-top-header {

	}
	.signup-top-left {
		float:left; 
		width:49%;
	}
	.signup-top-right {
		float:right; 
		width:49%;
	}
	.signup-top-button-row {
		text-align:right;
		padding-right:40px;
	}
	.signup-top p {
		margin:0;
	}
	.signup-top h3 {
		float:left; 
		width:79px;
		height:28px;
		background: url('../images/text.signup.png');
		margin-right:15px;
	}
		.signup-top h3 span {
			display:none;
		}
	.signup-top .row {
		padding:5px 0;
	}
	.signup-top label {
		float:left;
		display:block;
		text-transform:uppercase;
		width:125px;
		font-size:13px;
		background: url('../images/text.asterisk.png') left center no-repeat;
		margin-right:10px;
	}
		.signup-top label span {
			display:block;
			padding-left:15px;
		}
		.signup-top input,
		.signup-top textarea {
			float:left;
			padding:2px;
			width:255px;
		}
		.signup-top textarea {
			height:100px;
		}
		.signup-top button {
			width:88px;
			height:43px;
			background: url('../images/text.send.png');
			cursor:pointer;
			border:0;
		}
			.signup-top button span {
				display:none;
			}
				
.signup-top-close {
	float:right;
}
	.signup-top-close a {
		color: #fff;
		text-decoration:none;
		font-size:24px;
	}


.cross-selling-panels-banded {
	border-top:10px solid #A9E1F0;
	border-bottom:10px solid #A9E1F0;
	padding:10px 0;
}


.subpage-headerimage {
	position:relative;
	line-height:0;
	overflow:hidden;
	height:333px;
	padding:0;
}


.content p a img {
	border:0;
}




.soffer-panel {
	float:left;
	width:214px;
	margin-right:7px;
	margin-bottom:10px;
	background: #fcf465;
}
.soffer-panel.blue {
	background: #ade0f0;
}
.soffer-panel.green {
	background: #adde29;
}
	.soffer-image {
		line-height:0;
		overflow:hidden;
	}
	.soffer-body {
		padding:10px 20px 0 20px;
	}
		.soffer-body h3 {
			font-size:36px;
			margin:0;
			font-weight:bold;
		}
		.soffer-body h4 {
			font-size:24px;
			margin:0 0 5px 0;
			font-weight:normal;
		}
		.soffer-body p {
			margin:0;
		}
	.soffer-footer {
		background: #313131;
		color: #fff;
		text-align:center;
		margin:10px 10px 10px 10px;
		font-size:18px;
		padding:10px 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		line-height:1.2em;
	}
		.soffer-footer p {
			margin:0;
		}

