@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1em;
	vertical-align:baseline;
	background:transparent;
	}
body{
	line-height:1;
	}
ol, ul{
	list-style:none;
	}
blockquote,
q{
	quotes:none;
	}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
	}			
:focus{
	outline:0;
	}			
ins{
	text-decoration:none;
	}
del{
	text-decoration:line-through;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
input[type=hidden]{
	visibility:hidden;
	}
	
	
/* slightly enhanced, universal clearfix hack */
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
.clearfix{
	display:inline-block;
	}

/* start commented backslash hack \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* stop commented backslash hack */	
	

/* Body
*********************************************************/
body{
	font:100% 'Trebuchet MS','Helvetica Neue',Arial,Helvetica,'Lucida Grande',Verdana,sans-serif;
	line-height:1.6;
	background:#45620d url(/template/theme/bluebell/image/background-gradient.png) repeat-x 50% 40px;
	color:#444;
	}


/* Control Bar
*********************************************************/
#control{
	padding:0 10px;
	background:#000 url(/template/theme/bluebell/image/control-background.png) repeat-x 50% 0;
	height:40px;
	overflow:hidden;
	}
	#control .container{
		margin:0 auto;
		width:920px;
		padding:0 10px;
		}
	#control p{
		float:left;
		font-size:0.8em;
		line-height:40px;
		color:#666;
		width:500px;
		}
	#control p.right{
		width:400px;
		float:right;
		text-align:right;
	
		}
	#control p a{
		color:#ccc;
		text-decoration:none;
		}
		#control p a:hover{
			color:#fff;
			}
		#control img{
			vertical-align: middle;
			}
	
/* Header
*********************************************************/
#header{
	}
	#header .container{
		background:#fff url(/template/theme/bluebell/image/header-top-gradient.jpg) repeat-x 50% 0;
		border:1px solid #375007;
		border-width:0 1px;
		width:880px;
		padding:20px 30px;
		margin:0 auto;
		}
	#header div.booking-enquiries{
		float:right;
		border:1px solid #dedede;
		background:#d1cd8b url(/template/theme/bluebell/image/gradient-green.jpg) no-repeat 0 0;
		padding:10px;
		}
		#header div.booking-enquiries img{
			display:block;
		}
	#header a.homelink{
		width:209px;
		height:94px;
		}
		#header a.homelink img{
			display:block;
			width:209px;
			height:94px;
			}
		
/* Navigation
*********************************************************/
#nav{
	}
	#nav .container{
		background-color:#fff;
		border:1px solid #375007;
		border-width:0 1px;	
		width:920px;
		padding:0 10px;
		margin:0 auto;
		z-index:100;
		}
	#nav ul{
		background:#d1d1d1 url(/template/theme/bluebell/image/nav-background.jpg) repeat-x 50% 50%;
		border:1px solid #bdbdbd;
		border-top:1px solid #d8d8d8;
		border-bottom:1px solid #9a9a9a;
		width:918px;
		float:left;
		z-index:100;
		}
		#nav ul li{
			float:left;
			font-size:0.9em;
			background:transparent url(/template/theme/bluebell/image/nav-divider.jpg) no-repeat top right;
			}
		#nav ul li:hover, #nav ul li.active{
			}
		 	#nav ul li.active a{
			 	}			
			#nav ul li a{
				display:block;
				margin-right:2px;
				margin-bottom:0;
				padding:0 15px;
				line-height:42px;
				color:#333;
				text-decoration:none;
				white-space:no-wrap;
				}
			#nav ul li.first a{
				padding:0 20px;
				}
			#nav ul li a:hover, #nav ul li.active a{
				background:#d1d1d1 url(/template/theme/bluebell/image/nav-background-hover.jpg) repeat-x 50% 50%;
				color:#000;
				}
	#nav ul li ul{
		background:transparent;
		margin:0 0 0 0;
		padding: 0;
		position: absolute;
		border:0px solid #bdbdbd;
		border-top:1px solid #9A9A9A;
		width:auto;
		display:none;
		z-index:100;
		}		
		#nav ul li ul li{
			border:1px solid #555;
			border-width:0 0 0 0;
			background:none;
			float:left;
			clear:left;
			display:block;
			width:200px;
			height:32px;
			overflow:hidden;
			margin:0;
			}		
			#nav ul li ul li a{
				line-height:32px;
				height:32px;
				overflow:hidden;
				background:transparent url(/template/theme/bluebell/image/dropdown-background.png) repeat-x 50% 50%;
				color:#fff;
				margin:0;
				padding:0 15px;
				}		
			#nav ul li ul li a:hover, #nav ul li.active ul li a:hover{
				background:#ccc;
				color:#000;
				}		
				#nav ul li.active ul li a{
					background:transparent url(/template/theme/bluebell/image/dropdown-background.png) repeat-x 50% 50%;
					color:#fff;
					}
					#nav ul li ul li ul{
						border-width:0;
						margin:-32px 0 0 200px;
						overflow:hidden;
						display:none;
						float:left;
						position:absolute;
						}
					#nav ul li ul li ul li{
						border:1px solid #555;
						border-width:0 0 0 0;
						}
						#nav ul li ul li ul li a{
							background:transparent url(/template/theme/bluebell/image/dropdown-background.png) repeat-x 50% 50%;
							color:#fff;
							}


/* Sidebar
*********************************************************/
#sidebar{
	float: left;
	width:290px;
	margin:0 0 0 0;
	font-size:0.8em;	
	}
	#sidebar .widget{
		background:#fff;
		margin-bottom: 20px;
		}
		#sidebar .widget h3{
			padding:0 0 4px 0;
			margin:0;
			background:#fff;
			font-size:1.8em;
			font-weight:normal;
			font-family:'Gill Sans MT', Arial sans-serif;
			line-height:1em;
			text-transform:uppercase;
			color:#4f6e13;
			}
		#sidebar .widget .content{
			padding:10px 20px 0 0;
			}
		#sidebar .widget .content h1, #sidebar .widget .content h2, #sidebar .widget .content h3 #sidebar .widget .content h4{
			color:#222;
			}
		#sidebar .widget ul.flickr {
			float:left;
			margin-top:10px;
			margin-left: 24px;
			}
			#sidebar .widget ul.flickr li{
				list-style-type:none;
				background:#999;
				float:left;
				width:75px;
				height:75px;
				padding:5px;
				margin:0 10px 10px 0;
				}
			#sidebar .widget ul.flickr li:hover{
				background:#eee;
				}
		#sidebar .widget.subnav ul ul{
			margin-left:10px;
		}

/* Homepage
*********************************************************/

#home-top{
	padding-bottom:20px;
	border-bottom:1px solid #dedede;
	}

	#home-info{
		float:left;
		border:1px solid #dedede;
		background:#d1cd8b url(/template/theme/bluebell/image/gradient-green.jpg) no-repeat 0 0;
		padding:10px;
		width:258px;
		height:298px;
		}
		#home-info img.all-aboard{
			margin-bottom:10px;
			}
		#home-info img.check-events{
			margin-top:10px;
			}
		#home-info p{
			font-size:0.9em;
			}
		
	#home-slider {
		float:left;
		margin-left:20px;
		width:580px;
		height:300px;
	} 
	
	#slider{
		background-color:#000;
		border:1px solid #dedede;
		width:578px;
		height:283px;
		overflow:hidden;
		}
		#home-slider #slider div{
			float:left;
			position:absolute;
			display:none;
			}
		#home-slider #slider div.active{
			float:left;
			position:absolute;
			display:block;
			z-index:99;
			}
	
	#slider-controls{
		margin-top:5px;
		height:30px;
	}
			
	#slider-controls div{
			float:left;
			background-color:#efefef;
			background-image:url(/template/theme/bluebell/image/slider-nav-gradient-off.png);
			background-repeat:repeat-x;
			packground-position:50% 50%;
			border:1px solid #dedede;
			width:188px;
			height:28px;
			line-height:28px;
			margin-right:5px;
		}
	#slider-controls div#slider_2_button{
			margin-right:0;
		}
	#slider-controls div.active, #slider-controls div:hover{
			background-image:url(/template/theme/bluebell/image/slider-nav-gradient-on.png);
			border:1px solid #aaa;
			color:#333;
		}
		#slider-controls div a{
			padding:0 10px;		
			display:block;
			text-decoration:none;
			color:#666;
			}
		
.events{
	padding-top:20px;
	}
	.events .item{
		float:left;
		width:280px;
		margin-right:20px;
		margin-bottom:20px;
		}
	.events.subpage .item{
		width:260px;
		}
	.events .item.last{
		margin-right:0;
		}
		.events .item h3{
			color:#4f6e13;
			font-weight:normal;
			line-height:1em;
			text-transform:uppercase;
			font-size:1.7em;
			margin-bottom:10px;
			}
		.events .item div{
			background-color:#efefef;
			background-repeat:no-repeat;
			background-position:50% 50%;
			border:1px solid #dedede;
			height:135px;
			}
			.events .item div p{
				background:transparent url(/template/theme/bluebell/image/translucent-white.png) repeat-x 50% 50%;
				margin-top:100px;
				height:35px;
				line-height:35px;
				text-transform:uppercase;
				padding:0 10px;
				}

/* Content
*********************************************************/
#content{
	clear:both;
	}
	#content .container{
		background-color:#fff;
		border:1px solid #375007;
		border-width:0 1px;	
		width:880px;
		min-height:360px;
		margin:0 auto;
		padding: 20px 30px 10px 30px;
		}
	
#homecontent, #innercontent{
	padding:0 0 10px 0;
	line-height: 1.6em;
	font-size:0.8em;	
}

p.date{
	float:right;
	color:#999;
	}
	
#innercontent{
	width:560px;
	margin-left:300px;
	}
	#innercontent h1,#innercontent h2,#innercontent h3,#innercontent h4,#innercontent h5,#innercontent h6{
		margin-bottom:0.6em;
		color:#222;
	}
	#innercontent h1{
		font-family:'Gill Sans MT', Verdana, Arial sans-serif;
		color:#4f6e13;
		font-size:1.6em;
		font-weight:normal;
		line-height:1em;
		text-transform:uppercase;
		font-size:2em;
		}
	#innercontent h2{
		margin-top:0.6em;
		margin-bottom:0.8em;
		font-size:1.5em;
		padding-bottom:0.3em;
		border-bottom:1px solid #ccc;
		}
	#innercontent h3{
		margin-top:0.6em;
		margin-bottom:0.3em;
		font-size:1.3em;
		font-weight:normal;
		}
	#innercontent h4{
		margin-top:0.5em;
		font-size:1.1em;
		}
	#innercontent h5{
		margin-top:0.5em;
		font-size:1em;
		}
	#innercontent h6{
		margin-top:0.5em;
		font-size:1em;
		}
	#innercontent p{
		margin-bottom:1em;
		}
	#innercontent blockquote{
		padding-left:10px;
		margin:10px 20px 10px 10px;
		border-left:3px solid #ccc;
		}
	.cmscontent ul{
		list-style-type:disc;
		margin-left:30px;
		margin-bottom:1em;
		}
	.cmscontent ol{
		list-style-type:decimal;
		margin-left:30px;
		margin-bottom:1em;
		}
	.cmscontent img.alignleft, .cmscontent img.alignright{
		padding:5px;
		}	
	.cmscontent img.alignleft{
		float:left;
		margin:0 10px 10px 0;
		}
	.cmscontent img.alignright{
		float:right;
		margin:0 0 10px 10px;
		}

.container p.feedlink{
	float:right;
	}

.container form.standard{
	width:100%;
	margin:0 0 15px;
	float:left;
	position:relative;
	}
.container form.standard.minibook{
	width:150px;
	margin:0;
	float:right;
	}
	.container form.standard fieldset{
		padding:23px 10px 8px;
		background:#eee url(/template/theme/bluebell/image/gradient-fff-eee.png) repeat-x 0 0;
		border:1px solid #ddd;
		display:block;
		margin-bottom:20px;
		}
	.container form.standard fieldset.submit{
		padding:8px 10px;
		background:transparent;
		border:1px solid transparent;
		margin-bottom:0;
		}
	.container form.standard legend{
		font-weight:bold;
		font-size:1.5em;
		}
	.container form.standard .error{
		display:block;
		background:#ffc;
		border:1px solid #fcc;
		color:red;
		text-align:center;
		padding:5px 0;
		margin:0 0 25px;
		}
	.container form.standard p{
		clear:both !important;
		width:100% !important;
		font-size:100% !important;
		margin:0 0 16px !important;
		float:left;
		}
	.container form.standard .text input,
	.container form.standard .select select,
	.container form.standard .text textarea{
		display:block;
		float:left;
		width:60%;
		padding:5px;
		margin:0;
		background:#fff;
		border:1px solid #ddd;
		color:#666;
		}
		.container form.standard .text.readonly input{
			border:1px solid transparent !important;
			background:transparent !important;
			color:#666 !important; 
		}
		.container form.standard .text input:hover,
		.container form.standard .select select:hover,
		.container form.standard .text textarea:hover,
		.container form.standard .text input:focus,
		.container form.standard .select select:focus,
		.container form.standard .text textarea:focus{
			color:#000;
			background:#fafafa;
			border:1px solid #45620D;
			}
		
	.container form.standard .text label,
	.container form.standard .submit label,
	.container form.standard .select label{
		float:left;
		display:block;
		text-align:right;
		width:108px;
		line-height:1.4em;
		padding:7px;
		font-size:0.9em;
		color:#333;
		}
		.container form.standard label.required:before{
			content:"* ";
			color:#f00;
			font-weight:bold;
			}
	.container form.standard .submit input{
		display:block;
		float:right;
		padding:8px 18px;
		border:none;
		font-weight:bold;
		background:#45620D;
		color:#fff;
		cursor:pointer;
		}
		.container form.standard .submit input:hover{
			background:#333;
			}
	.container form.standard .checkbox input{
		display:block;
		clear:both;
		float:left;
		margin:0 5px 15px 118px;
		height:1.3em;
		width:1.3em;
		}
	.container form.standard .checkbox label{
		display:block;
		line-height:1.6em;
		padding:0;
		font-size:0.9em;
		color:#333;		
		float:left;
		margin:-1px 0 0 0;
		}
		p.forgotten-password{
			text-align:right;
			}
	
.cmscontent table{
	width:100%;
	margin:10px 0 20px 0;
	}
	.cmscontent table.fixed{
		table-layout:fixed;
	}		
	.cmscontent table tr:hover td{
		background-color:#fafafa;
		color:#000;
		}		
		.cmscontent table th{
			padding:3px;
			text-align:left;
			}		
			.cmscontent table th small{
				font-size:0.8em;
				}		
		.cmscontent table td{
			border:1px solid #eee;
			border-width:1px 0;
			padding:3px;
			}		

.cmscontent.pricetable table{
	width:400px;
	margin-left:124px;
	
	}

/* calendar */

p.prevmonth{
	float:left;
	}
p.nextmonth{
	float:right;
	}

table.calendar { 
	width:100%;
	table-layout:fixed;
	border:1px solid #ddd;
	}
	table.calendar tr.calendar-row	{ }
	table.calendar td.calendar-day	{
		height:70px;
		font-size:11px;
		background:#f9f9f9;
		border:1px solid #aaa; 
		}
	table.calendar td.calendar-day-np {
		background:#f9f9f9;
		height:70px;
		} 
	table.calendar td.calendar-day-head{
		background:#ccc; 
		font-weight:bold; 
		text-align:center; 
		padding:5px; 
		}
	table.calendar div.day-number { 
		background:#999; 
		padding:1px 3px; 
		color:#fff; 
		font-weight:bold; 
		float:right; 
		margin:-5px -5px 0 0; 
		width:16px; 
		text-align:center; 
		}
		table.calendar td.special {
			background-color:#999933;
			}
		table.calendar td.serviceone {
			background-color:#CC0000;
			}
		table.calendar td.servicetwo {
			background-color:#FFCC00;
			}
		table.calendar td.specialservice {
			background-color:#6666CC;
			}
		table.calendar td.today div.day-number{
			background:#000000;
			}
		table.calendar td.special a, table.calendar td.specialservice a, table.calendar td.serviceone a{
			color:#fff !important;
			text-decoration:none;
			}
		table.calendar td.servicetwo a{
			color:#333;
			text-decoration:none;
			}

	table.calendar td.calendar-day, table.calendar td.calendar-day-np {
		padding:5px; 
		vertical-align:top;
		}			
	ul.key li{
		height:26px;
		float:left;
		clear:left;
	}
	div.keyserviceone, div.keyservicetwo, div.keyspecial, div.keyspecialservice{
		width:16px;
		height:16px;
		margin-right:4px;
		margin-top:3px;
		float:left;
		}
	div.keyserviceone {
		background-color:#CC0000;
		}
	div.keyservicetwo {
		background-color:#FFCC00;
		color:#444 !important;
		}
	div.keyspecial {
		background-color:#999933;
		}
	div.keyspecialservice {
		background-color:#6666CC;
		}

ul.dates, ul.tickets{
	float:left;
	width:560px;
	margin:0 0 1em 0;
	padding:0;
	list-style-type:none;
	}		
	ul.dates li, ul.tickets li{
		background:transparent url('/template/theme/bluebell/image/icon-date.png') no-repeat 4px 50%;
		margin:0 0 6px 0;
		padding:0 0 0 24px;
		float:left;
		width:162px;
		height:24px;
		line-height:24px;
		}		
	ul.tickets li{
		background:transparent url('/template/theme/bluebell/image/icon-ticket.png') no-repeat 4px 50%;
		width:536px;
		}
		
	form.booking ul.tickets{
		padding-left:122px;
			width:260px;
		}
		form.booking ul.tickets li{
			width:300px;
			}
		
ul.gallery {
	float:left;
	}
	ul.gallery li{
		list-style-type:none;
		background:#eee;
		float:left;
		padding:0;
		border:2px solid #375007;
		margin:0 15px 15px 0;
		}
	ul.gallery li a{
		display:block;
		border:2px solid #fff;
		}
	ul.gallery li a:hover{
		border-color:#ccc;
		}
		ul.gallery li img{
			width:160px;
			height:100px;
			visibility:hidden;
			}
		
ul.files{
	margin:0;
	list-style:none;
	}

	ul.files li a{
		text-decoration:none;
		background:#eee;
		border:1px solid #ddd;
		padding:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		margin:0 0 10px;
		display:block;
		color:#333;
		font-weight:bold;
		line-height:16px;
		float:left;
		width:538px;
		}
		ul.files li a:hover{
			text-decoration:none;
			background:#ddd;
			border:1px solid #ccc;
			color:#000;
			}
		ul.files li img.icon{
			display:block;
			float:left;
			margin:0 3px 0 0;
			}
		ul.files li span{
			font-weight:normal;
			color:#666;
			display:block;
			float:left;
			margin:0 0 5px 10px;
			}
			ul.files li span strong{
				font-weight:normal;
				color:#333;
				}
				ul.files li span.description{
					width:420px;
					}
				ul.files li span.type,
				ul.files li span.size,
				ul.files li span.date{
					font-size:90%;
					}
					ul.files li span.type{
						width:140px;						
						}
					ul.files li span.size{
						width:95px;						
						}
					ul.files li span.date{
						width:150px;						
						}
							
					
	
/* Footer
*********************************************************/
#footer{
	clear:both;
	font-size:0.8em;	
	margin-bottom:20px;
	}
	#footer .container{
		background:#191919 url(/template/theme/bluebell/image/footer-background.jpg) no-repeat 50% 0;
		border:1px solid #375007;
		border-width:0 1px 1px 1px;	
		width:880px;
		height:166px;
		margin:0 auto;
		padding:30px 30px 0 30px;
		}
		#footer .container h2{
			color:#ccc;
			text-transform:uppercase;
			font-size:1.4em;
			margin-bottom:0.6em;
			}
			#footer .container p{
				font-size:0.9em;
				color:#ccc;
				margin-bottom:1.2em;
				}
			#footer .container a{
				color:#ccc;
				text-decoration:none;
				}
				#footer .container a:hover{
					color:#fff;
					}
		
							
