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

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

/** body **/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #5c1025 url('../images/body.bg.jpg') left top repeat-x;
	color: #25020b;
}

/** header wrapper **/
.header-wrapper {
}
	/** header **/
	.header {
		width:960px;
		margin:0 auto;
		position:relative;
		height:450px;
	}
		/** logo **/
		.logo {
			position:absolute;
			top:69px;
			left:0;
			z-index:10;
		}
			.logo h2 {
				margin:0;
				padding:0;
			}
				.logo h2 a {
					display:block;
					width:960px;
					height:54px;
					text-decoration:none;
					background: url('../images/logo.jpg') center center no-repeat;
				}
					.logo h2 a span {
						display:none;
					}
		/** header call us **/
		.call-us {
			position:absolute;
			z-index:10;
			right:50px;
			top:20px;
			color: #fff;
			text-transform:uppercase;
			font-size:12px;
		}
			.call-us p {
				margin:0;
			}
		/** header ticekts link **/
		.tickets-link {
			position:absolute;
			top:0;
			left:0;
			z-index:10;
		}
			.tickets-link p {
				margin:0;
			}
			.tickets-link a {
				display:block;
				background: #fff;
				cursor:pointer;
				text-decoration:none;
			}
			.tickets-link a span {
				float:left;
				display:block;
				background: #fff;
				padding:5px;
			}
			.tickets-link a span.from {
				display:none;
				padding-left:0;
			}
			.tickets-link a span.tickets-link-more {
				background: #5c1025;
				color: #fff;
			}
			.tickets-link a:hover {
				text-decoration:none;
			}

/** header panel container **/
.header-panels-container {
	/*
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	*/
	width:960px;
	height:450px;
	overflow:hidden;
}

/**  header panel **/
.header-panel {
	/*
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	*/
	position:relative;
	float:left;
	width:960px;
	height:450px;
	background-position: left top;
	background-repeat: no-repeat;
}

	#header-panel-1 {
		background: url('../images/prototype/homepage.image.jpg') left top no-repeat;
	}

	#header-panel-2 {
		background: url('../images/prototype/homepage.image2.jpg') left top no-repeat;
	}

	#header-panel-3 {
		background: url('../images/prototype/homepage.image.jpg') left top no-repeat;
	}

	#header-panel-4 {
		background: url('../images/prototype/homepage.image2.jpg') left top no-repeat;
	}

/** header event info **/
.header-event-info {
	position:absolute;
	right:50px;
	top:180px;
	text-align:right;
	font-size:14px;
}
	.header-event-info h3 {
		font-size:24px;
		color: #cab1a1;
		margin-bottom:5px;
	}
	.header-event-info h4 {
		color: #fff;
		font-size:16px;
		margin-bottom:30px;
	}
	.header-event-info p {
		margin:0;
	}
	.header-event-info p a {
		color: #fff;
		text-transform:uppercase;
		text-decoration:none;
	}

/** header panel numbers **/
.header-panel-numbers {
	position:absolute;
	right:50px;
	bottom:20px;
	z-index:10;
}
	.header-panel-numbers ul {
		list-style:none;
		margin:0;
		padding:0;
	}
		.header-panel-numbers li {
			float:left;
			margin-left:10px;
		}
		.header-panel-numbers a {
			display:block;
			background: #5c1025;
			color: #bd9fa7;
			font-size:24px;
			padding:0px 10px;
			text-decoration:none;
		}
		.header-panel-numbers a:hover {
			text-decoration:none;
			background: #3c0816;
		}
		.header-panel-numbers a.selected {
			background: #fff;
			color: #5c1025;
		}

/** middle **/
.middle {
	width:960px;
	margin:0 auto;
}
	/** left column **/
	.left-column {
		float:left;
		width:225px;
		background: #5c1025;
	}
	/** main column **/
	.main-column {
		float:left;
		width:710px;
		padding-left:25px;
		background: #fff;
	}

/** navigation **/
ul.navigation {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
	text-transform:lowercase;
	text-align:right;
}
	ul.navigation li {
		margin-bottom:5px;
	}
	ul.navigation a {
		display:block;
		background: #490b1c;
		color: #cab1a1;
		font-size:18px;
		padding: 3px 15px 3px 0px;
		text-decoration:none;
		font-weight:normal;
	}
	ul.navigation a:hover {
		text-decoration:none;
		background: #3c0816;
	}
	ul.navigation a.selected {
		background: #3c0816 url('../images/navigation.selected.png') 10px center no-repeat;
	}
	ul.navigation li.large-li {
		margin-top:30px;
	}
		ul.navigation li.large-li a {
			padding-bottom:20px;
			text-transform:none;
		}
	ul.navigation li.brochure-li {
		margin-top:5px;
	}
		ul.navigation li.brochure-li a {
			background: #490b1c url('../images/icon.brochure.png') 10px center no-repeat;
		}
		ul.navigation li.brochure-li a:hover {
			background: #3c0816 url('../images/icon.brochure.png') 10px center no-repeat;
		}
	ul.navigation li.truroschool-li a {
		background: #490b1c url('../images/icon.truroschool.png') 10px center no-repeat;
	}
	ul.navigation li.truroschool-li a:hover {
		background: #3c0816 url('../images/icon.truroschool.png') 10px center no-repeat;
	}

	ul.navigation li.facebook-li a {
		background: #490b1c url('../images/icon.fb.png') 10px center no-repeat;
	}
	ul.navigation li.facebook-li a:hover {
		background: #3c0816 url('../images/icon.fb.png') 10px center no-repeat;
	}

/** body text area **/
.body-text {
	padding:15px 45px 0px 20px;
	border:1px solid white;
}

/** body text column **/
.container {
}
	.column {
		float:left;
		margin-right:10px;
	}
		.span-1 {
			width:225px;
		}
		.span-2 {
			width:460px;
		}
		.span-3 {
			width:695px;
			margin-right:0;
		}
		.last-column {
			margin-right:0;
		}

/** common panel **/
.common-panel {
	background: #c3a7af;
	margin-bottom:30px;
}
	.common-panel h4 {
		background: #5c1025;
		color: #cab1a1;
		font-size:14px;
		padding:10px 20px;
		font-weight:normal;
		margin:0;
	}
		.common-panel h4 a {
			color: #cab1a1;
			text-decoration:none;
		}
		.common-panel h4 a:hover {
			text-decoration:underline;
		}
		.common-panel h4 span {
			display:block;
			float:right;
		}
			.common-panel h4 span a {
				color: #fff;
				text-decoration:none;
			}
	.common-panel-text {
		padding:10px;
		border-bottom:10px solid #5c1025;
	}

/** read more link **/
.read-more-link {
	display:block;
	float:left;
	padding:5px 10px;
	background: #5c1025;
	color: #cab1a1;
	font-size:14px;
	margin-bottom:1em;
	text-decoration:none;
}
	.read-more-link:hover {
		text-decoration:none;
		background: #3c0816;
	}

/** image gallery carousel **/
.gallery-carousel-content {
	text-align:center;
	padding:15px 0;
}

/** whats on panel **/
.whatson-panel {
	margin-bottom:10px;
}
	.whatson-panel table {
		width:100%;
	}
		.whatson-panel th,
		.whatson-panel td {
			padding:3px;
			font-size:12px;
		}
		.whatson-panel th {
			font-weight:bold;
			text-transform:uppercase;
		}
		.whatson-panel tr:hover td {
			background: #a98d95;
		}
		.whatson-panel a {
			text-decoration:none;
			font-weight:normal;
		}

/** map panel **/
.map-panel p {
	margin:0;
}
	.map-panel .common-panel-text {
		padding:0;
	}

.frame-me {
	border:5px solid #5c1025;
}

.nowrap {
	white-space:nowrap;
}


/** contact form **/
.contact-form {
	margin:25px 0;
}
	.contact-form .row {
		padding:3px 0;
	}
	.contact-form label {
		float:left;
		width:100px;
		cursor:pointer;
	}
	.contact-form input,
	.contact-form textarea,
	.contact-form button {
		float:left;
		margin-left:10px;
	}
	.contact-form textarea {
		width:300px;
	}
	.contact-form .captcha-block {
		float:left;
		margin-left:10px;
	}
		.contact-form .captcha-block input {
			float:none;
		}
	.errormessage {
		color: #ff0000;
		text-align:center;
		font-weight:bold;
	}

/** site credit **/
.site-credit {
	text-align:right;
	margin-right:15px;
	color: #8F3E56;
	font-size:10px;
}
	.site-credit a {
		color: #8F3E56;
		text-decoration:none;
	}
	.site-credit a:hover {
		text-decoration:none;
		color: #fff;
	}

.gallery a {
	vertical-align:top;
}
	.gallery a img {
		margin:0px 13px 25px 0;
		width:90px;
		border:2px solid #aaa;
		margin-bottom:0;
	}
	.gallery a:hover img {
		border:2px solid #A9E1F0;
	}

