/* Basic */
html {
	background: url('../images/background.png');
}
body {
	font: 62.5%/1.5 "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #53586b;
	background: url('../images/background-top.png') repeat-x top left;
}

h1,h2,h3,h4,h5 {
	color: #FFF;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 2.5em;
	color: #e3f04e;
}

h3 {
	font-size: 2em;
	font-weight: normal;
	color: #d1d1d1;
}

h3 a {
	color: #d1d1d1;
}

h4 {
	font-size: 1.3em;
	color: #e3f04e;
}

h5 {}

h6 {
	font-size: 3.2em;
	text-transform: lowercase;
	text-align: right;
	margin: -.5em .8em 0 0;
	font-weight: normal;
	position: relative;
}
h6 a {
	color: #000;
	text-shadow: 0 1px 2px #aaa;
}

p,
.col ul {
	margin-bottom: .75em;
}

p,
ul.inner-list li,
ul.inline-list li,
.col li,
.formatted li {
	color: #d1d1d1;
	font-size: 1.2em;
}

.col li, .formatted li {
	list-style-type: disc;
	margin-left: 1.5em;
}

a {
	color: #FFF;
	text-decoration: none;
}

.aside .cta.box p a:hover {
	color: #323232;
}

/******************************************************************************
**	Layout
*******************************************************************************/

	#container {
		width: 941px;
		margin: 0 auto;
		overflow: hidden;
	}

	#content-wrap {
		float: left;
	}


	#content {
		width: 626px;
		float: left;
		display: inline;
		margin-right: 5px;
	}

	.formatted {
		position: relative;
	}

	.gutter {
		width: 573px;
		border: 5px solid #FFF;
		padding: 15px 20px;
		background: #464547 url('../images/internal-background.png') repeat-x top left;
		float: left;
		display: inline;
		position: relative;
	}

	.aside {
		width: 310px;
		float: right;
		display: inline;
	}

	.aside > div {
		clear: left;
	}

	/******************************************************************************
	** Home (would rather it here then another http request)
	*******************************************************************************/

		#feature {
			position: relative;
			height: 336px;
			clear: left;
			overflow: hidden;
		}

		.image-fader .slide,
		.fader .slide {
			display: none;
			position: absolute;
			top: 0;
			left: 0;
		}

		.image-fader .current,
		.fader .current {
			display: block;
		}

		#feature img {
			border: 5px solid #FFF;
			border-bottom: none;
		}

		.home div.large-column-header {
			float: left;
			display: block;
			width: 626px;
		}

		.home div.large-column-header p {
			font-size: 1.8em;
			margin: .6em;
			color: #3e3d3f;
			text-shadow: 0 1px 1px #999
		}

		#footer-wrap #footer a.randb {
			font-weight: bold;
			margin-top: 1.1em;
			display: inline-block;
		}
	/*--- End home --*/

	/******************************************************************************
	**	Header
	*******************************************************************************/

		#header {
			position: relative;
			margin-bottom: 8px;
		}

		#header h1 {
			display: block;
			background: url('../images/header.png');
			height: 166px;
			position: relative;
			z-index: 25;
		}

		#header h1 a {
			display: block;
			text-indent: 100px;
			line-height: 78px;
			text-transform: lowercase;
			color: #FFF;
			font-weight: normal;

			text-shadow: 0 1px 1px #222;
		}

			#header h1 a span {
				color: #c4161c;
			}

		/* Nav */
		#nav-wrapper {
			display: block;
			background: #000;
			z-index: 10;
			height: 78px;
			width: 623px;
			margin-top: -78px;
		}

		#nav {
			display: block;
			background: #000;
			position: absolute;
			z-index: 50;
			float: left;
			margin-left: 110px;
		}

			#nav li {
				float: left;
			}

			#nav a {
				display: block;
				font-size: 1.5em;
				color: #FFF;
				text-transform: lowercase;
				line-height: 40px;
				margin: 0 1em 0 0;
			}

			#nav li a:hover {
				color: #CAE77A;
			}

			#nav a.active {
				color: #a6ce39;
			}

				#nav ul {
					display: none;
					position: absolute;
					margin: 0 auto;
					z-index: 500;
					top: 30px;
					left: -.5em;
					width: 518px;
				}

				#nav ul li a {
					line-height: 3.5em;
				}

				#nav li.active ul {
					display: block;
				}

				#nav li:hover ul,
				#nav li.hover ul,
				#nav li:focus ul {
					display: block;
					z-index: 750;
					background: #000;
				}

				#nav ul a {
					text-transform: uppercase;
					font-size: 1em;
					color: #8f8f8f;
					padding: .5em;
					margin: 0;
				}

				#nav ul li:first-child a {
					padding: .5em .5em .5em 0;
				}

				#nav ul a:hover {
					color: #FFF;
				}

				#nav ul a.active {
					color: #c4161c;
				}

				#nav ul li.sep {
					line-height: 3.5em;
					padding: .5em 0;
				}
		/* End Nav */

		/* Phone */
		#header .aside {
			margin-top: -166px;
			position: relative;
			z-index: 75;
		}

		#header .aside h4 {
			font-size: 3.2em;
			line-height: 78px;
			text-transform: lowercase;
			color: #FFF;
			font-weight: normal;

			text-shadow: 0 1px 1px #222;
			text-align: right;
			margin-right: 10px;
		}

/******************************************************************************
** Content
*******************************************************************************/
	div.gutter h2,
	div.gutter h3,
	div.gutter h4  {
		font-weight: normal;
		margin: 0 0 .5em 0;
	}

	div.gutter h2 {
		text-transform: lowercase;
	}

	div.gutter * span.tag-date,	
	p.date span.tag-date {
		display: inline-block;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		background: #c4161c;
		color: #FFF;
		font-size: .55em;
		text-transform: uppercase;
		line-height: 1;
		padding: .3em;
		vertical-align: 2px;
		margin-left: 1em;
	}
	p.date span.tag-date {
		font-size: .75em;
	}

	div.gutter h4 {
		margin: .5em 0;
	}

	/* 	Default Landing page list */
	ul.summary-list,
	ul.summary-list li.node {
		float: left;
	}

		ul.summary-list li.node {
			padding: 0 0 1.5em 0;
			margin: .75em 0;
			border-bottom: 1px solid #bddd11;
		}

		ul.summary-list li.node:last-child,
		ul.summary-list li.bottle-shop {
			border-bottom: none;
		}

		div.col {
			float: left;
			width: 400px;
			margin-right: 20px;
		}

			div.col.column {
				width: 150px;
				float: right;
				margin: 0;
			}

				div.column ul.inner-list li,
				div.col ul.normal li {
					font-weight: normal;
				}

				div.column a img,
				div.column a.lightbox {
					display: block;
				}

				img.border-thick {
					border: 4px solid #FFF;
					margin: 0 0 1.5em 0;
					height: 135px;
					width: 135px;
				}

				.hotel .column {
					padding-top: 4.6em;
				}

				a.more-block,a.return,
				a.cta-link {
					clear: both;
					display: inline-block;
					font-size: 1.3em;
					background: url('../images/large-coloured-headers.png') no-repeat left bottom;
					-moz-border-radius-bottomright: 5px;
					-moz-border-radius-bottomleft: 5px;
					-webkit-border-bottom-right-radius: 5px;
					-webkit-border-bottom-left-radius: 5px;
					min-width: 123px;
					padding: 0 10px;
					line-height: 2em;
					color: #FFF;
					text-align: center;
					text-transform: lowercase;

					-webkit-box-shadow: 0 2px 3px #323232;
					-moz-box-shadow: 0 2px 3px #323232;
				}

				a.more-block {
					margin-bottom: .5em;
				}

				a.return,
				a.cta-link {
					color: #323232;
					float: right;
					background-position: left -120px;
				}

				a.cta-link {
					margin: 0 .5em 0 .5em;
					clear: none;
					background-position: left -250px;
				}

				a.archive {
					margin-right: .6em;
				}

				.col.column a.more-block:after,
				.internal-footer > a:after,
				li.reservation a:after {
					content: " \2192";
					line-height: 1;
				}

				.vcard a.more-block:hover,
				.col.column a.more-block:hover,
				.internal-footer a:hover {
					color: #c4161c;
				}

				.col.column a.lightbox:hover img,
				.gutter a.map:hover img {
					border-color: #c4161c
				}

				.col.column a.cta-link:hover,
				.internal-footer a.cta-link:hover {
					color: #FFF;
				}

				.internal-footer a {
					margin: 0 7px 0 0;
				}

		div.internal-footer {
			clear: both;
			width: 100%;
			border-top: 1px solid #bddd11;
			margin: 1em 0;
			padding: 1.25em 0;
			overflow: auto;
		}

		div.buffer {
			padding: 5em 0 1.25em 0;
		}

	/*	Trading Hours, Awards */
	.col ul.inner-list {
		margin: .75em 0;
	}
		.col ul.inner-list li {
			display: block;
			font-weight: bold;
			margin: 0;
		}

	/*	Related List */
	ul.related {
		font-size: 1.2em;
		float: left;
		margin-right: 2em;
	}

		ul.related li.related-handle {
			color: #a6ce39;
			margin: 0 0 .25em 0;
		}

	/*	Social Photo Tools */
	#social-user-login {
		position: absolute;
		top: 0px;
		right: 27px;
		width: 140px
	}

	#social-user-login li {
		float: right;
		display: inline-block;
		width: 65px;
	}

	#social-user-login li a.cta-link {
		width: auto;
		min-width: 0px;
		margin: 0 1px 0 0;
		color: #FFF;
	}

	#social-user-login li a.cta-link:hover {
		background-position: left -120px;
		color: #323232;
	}


	/*	Inline List (PDF, Email) */
	ul.inline-list {
		margin: 1em 0 0;
	}
	ul.inline-list,
	ul.tiles {
		float: left;
		clear: left;
	}
		ul.inline-list li,
		ul.tiles li {
			float: left;
			display: inline;
			margin: 0 .5em 0 0;
			list-style-type: none;
		}

		ul.tiles li {
			margin: 0 8px 8px 0;
		}

		ul.tiles li.private {
			margin: 0 12px 12px 0;
		}

		ul.inline-list li a,
		ul.tiles li a {
			background: url('../images/icons.png') no-repeat 5px top;
			padding: 60px 0 0 0;
			width: 75px;
			display: block;
			text-align: center;
			font-size: 1em;
			word-wrap: break-word;
		}

			ul.tiles li a {
				background: none;
				padding: 0;
				width: auto;
				word-wrap: none;
			}

			/* Email icon */
			ul.inline-list li.reservation a {
				background: url('../images/icons.png') no-repeat -76px 9px;
			}

		ul.inline-list li.gallery a img {
			padding: 0 0 .25em 0;
			width: 100px;
			height: 80px;
		}

		ul.inline-list li.gallery a img,
		ul.inline-list li.gallery a span,
		ul.tiles li.thumb-shot a img,
		ul.tiles li.thumb-shot span {
			display: block;
		}

		ul.tiles li.thumb-shot span {
			margin: 0.25em 0 0;
			padding: .25em 0 0;
			line-height: 1.2;
			font-size: 1.1em;
			text-shadow: 0 1px 1px #aaa;
		}

		ul.tiles li.thumb-shot span span.caps {
			display: inline;
			font-size: 1em;
		}

		ul.tiles li span.right {
			display: block;
			text-align: right;
			margin: .5em .25em 0;
		}

		ul.inline-list li.gallery a,
		ul.tiles li.thumb-shot,
		ul.tiles li.shot {
			background: #eee;
			width: auto;
			padding: 5px;
			border: 1px solid #FFF;
			float: left;
			-webkit-box-shadow: 0 2px 5px #222;
			-moz-box-shadow: 0 2px 5px #222;
			color: #222;
			overflow: hidden;

		}

		ul.tiles li.thumb-shot a {
			color: #222;
		}

		ul.tiles li.private a.lightbox,
		ul.tiles li.private a.download {
			border: none;
			padding: 0;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
		}
		ul.tiles li.private {
			width: 160px;
			height: 175px;
		}
		.social-photos ul.tiles li.private {
			height: 195px;
		}
		ul.tiles li.private a img {
			width: 160px;
			height: 150px;
		}

		ul.tiles li.public {
			width: 95px;
			height: 110px;
		}
		.social-photos ul.tiles li.public {
			height: 125px;
		}
		ul.tiles li.public a img {
			width: 95px;
			height: 85px;
		}

		ul.inline-list li a:hover,
		ul.tiles li a:hover {
			text-decoration: underline;
			color: #A6CE39;
		}
		
		ul.tiles .thumb-shot a:hover {
			color: #c4161c
		}

		ul.inline-list li:last-child,
		ul.tiles li:last-child,
		ul.tiles .public:nth-child(5n),
		ul.tiles .private:nth-child(3n) {
			margin-right: 0;
		}

	dl.archive-list dt,
	dl.archive-list dd {
		margin-bottom: 10px;
	}

	dl.archive-list dt {
		text-transform: lowercase;
		font-size: 1.5em;
		color: #FFF;
		clear: left;
	}

	dl.archive-list dd {
		margin-left: 1.5em;
	}

	dl.event-container dt.date {
		font-size: 1.2em;
		color: #d1d1d1;
		clear: left;
		float: left;
		display: inline;
		width: 95px;
	}

	dl.event-container dd.event {
		float: left;
		position: relative;
		width: 425px;
	}

	dl.event-container dd.event h3,
	dl.event-container dd.event a.inline-more {
		font-size: 1.2em;
		color: #FFF;
		display: inline;
		float: left;
		margin-bottom: 0;
	}

	dl.event-container dd.event a.inline-more,
	ul.tiles li.private a.download {
		float: right;
		display: inline-block;
		font-size: 1.2em;
		background: url('../images/large-coloured-headers.png') no-repeat left bottom;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 0 .5em;
		line-height: 1.5em;
		color: #FFF;
		text-align: center;
		text-transform: lowercase;
	}

	ul.tiles li.private a.download {
		clear: left;
		float: left;
		margin: 0.5em 0 0;
		width: 60px;
	}

	dl.event-container dd.event h3 a {
		color: #e3f04e;
		background: none;
		font-size: 1em;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}

	dl.event-container dd.event h3 a:hover {
		color: #FFF;
	}

	dl.event-container dd.event a.social-photos {
		background-position: 0 -270px;
		margin-right: 1em;
	}


	/*	Map Contact Page */
	div.vcard {
		font-size: 1.2em;
		color: #d1d1d1;
		width: 180px;
		float: left;
		display: inline;
	}

	div.vcard h3 {
		font-size: 1.3em;
		color: #a6ce39;
	}

	div.vcard .adr .street-address {
		display: block;
	}

	div.vcard dl {
		margin-top: 1em;
	}

	div.vcard dl dt {
		clear: left;
		float: left;
		width: 2.5em;
	}

	div.gutter a.map,
	div.gutter a.map img {
		float: left;
		display: block;
		height: 220px;
		width: 380px;
	}

	div.gutter a.map img {
		border: 4px solid #FFF;
	}

	div.vcard a.more-block {
		margin-top: 2.5em;
	}


/******************************************************************************
** Commons
*******************************************************************************/

	.large-column-header, .cta {
		background: url("../images/large-coloured-headers.png") no-repeat right top;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		display: block;
		float: left;
		position: relative;
	}
		.green {background-position: right -110px;}
		.blue {background-position: right -200px;}
		.orange {background-position: right -290px;}

		#header .aside .cta {
			margin-top: 10px;
			height: 78px;
			width: 310px;
			overflow: hidden;
		}

		#header .aside .cta p {
			color: #FFF;
			font-size: 1.50em;
			line-height: 1.3;
			margin: 7px 60px 7px 15px;
		}

	.column-header {
		position: relative;
	}

	.column-header h2 {
		background: url("../images/coloured-headers.png") no-repeat right top;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		text-indent: 10px;
		font-weight: normal;
		text-shadow: 0 1px 1px #333;
		text-transform: lowercase;
		height: 48px;
		line-height: 48px;
		position: relative;
		z-index: 5;
		color: #FFF;
	}

		.blue h2 {background-position: right -48px;}
		.pink h2 {background-position: right -96px;}
		.purple h2 {background-position: right -144px;}

		#ctas div.column-header {
			width: 201px;
			height: 162px;
			margin: 0 11px 8px 0;
			float: left;
			display: inline;
			cursor: pointer;
		}
			#ctas div.column-header:last-child {margin: 0 0 8px 0;}

			#ctas img {
				margin: -3px auto;
				border: 5px solid #FFF;
				border-top: none;
				width: 191px;
				height: 111px;
			}

		#aside-fader img {
			margin: -7px auto 5px auto;
			height: 120px;
			width: 310px;
		}

		#aside-fader {
			height: 170px;
			overflow: hidden;
			position: relative;
			clear: left;
			width: 310px;
		}

		#aside-fader div {
			width: 310px;
		}

	/*
	**	I hate this..
	*/
		a.grow {
			position: absolute;
			top: 0;
			left: 0;
			text-indent: -1000em;
			z-index: 250;
			height: 159px;
			width: 202px;
		}

		div.aside a.grow {
			width: 310px;
		}

		div.aside div.social-photo-cta a.grow {
			height: 92px;
		}
	/*	End hate */

	ol.event-listing {
		background: url('../images/events-sidebar-background.png') repeat 0 0;
		width: 310px;
		overflow: hidden;
	}

	ol.event-listing li {
		height: 85px;
	}

	ol.event-listing li:hover,ol.event-listing li.hover {
		background: url("../images/large-coloured-headers.png") no-repeat right -110px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
	}

	ol.event-listing li:hover h4,ol.event-listing li.hover h4,
	ol.event-listing li:hover a.more,ol.event-listing li.hover a.more {
		color: #c4161c;
	}

	ol.event-listing li:hover p, ol.event-listing li.hover p {
		color: #323232;
	}

	ol.event-listing img {
		margin: 0 10px 0 0;
		float: left;
		width: 89px;
		height: 85px;
	}

	ol.event-listing li div {
		padding-top: 10px;
	}

	ol.event-listing li h4 {
		font-weight: normal;
		margin-bottom: .25em;
	}

	ol.event-listing li a.more {
		font-size: 1.2em;
		padding: .25em 2em .25em 0;
	}

	ol.event-listing li h4,
	ol.event-listing li a.more {
		text-transform: lowercase;
		color: #a6ce39;
	}

	div.social-photo-cta {
		margin-top: 7px;
	}


/******************************************************************************
** Share List
*******************************************************************************/

	ul.share-list {
		position: absolute;
		left: 0px;
		top: 30px;
		z-index: 100;
		display: none;
		width: 98px;
		border: 1px solid #222;
		background: #323232;
	}

	ul.share-list li {
		margin: 0;
		padding: 0;
		line-height: 1;
		list-style: none;
		cursor: pointer;
		display:inline;
	}

	ul.share-list li a {
		font-size: 1em;
		color: #FFF;
		border-bottom: 1px solid #222;
		display: block;
		padding: .5em 1em;
	}

	ul.share-list li a:hover {
		color: #A6CE39;
	}

	#footer-wrap .aside ul {
		position: absolute;
		top: 4em;
		right: 2.7em;
	}

	#footer-wrap .aside ul li {
		float: left;
		margin: 0 0 0 .5em;
	}

	#footer-wrap .aside ul li a,
	#share-start {
		background: url('../images/icons.png') no-repeat -207px -13px;
		width: 24px;
		height: 24px;
		display: block;
		text-indent: -999em;
	}
		#footer-wrap .aside li.rss a {
			background-position: -322px -13px;
		}

		#footer-wrap .aside li.fb a {
			background-position: -547px -12px;
		}

	#share-start {
		position: relative;
		background-position: -435px -8px;
		text-indent: 0;
		margin-top: 1.5em;
		padding: 3px;
		width: 94px;
	}

	#share-start strong {
		margin: 2px 0 0 30px;
		font-size: 1.2em;
		font-weight: normal;
		color: #ccc;
		display: block;
	}

	#share-start:hover {
		background-color: #222;
	}

	#share-start:hover ul,
	#share-start.hover ul {
		display: block;
	}

/******************************************************************************
**	Footer
*******************************************************************************/

	#footer-wrap {
		border-top: 1px solid #a6ce39;
		clear: both;
		float: left;
		width: 941px;
		margin: 2em 0;
		padding: 2em 0 0 1em;
	}

		#footer {
			float: left;
		}

		#footer a:hover {
			color: #FFF;
		}

		#footer li {
			float: left;
			margin: 0 1.1em 0 0;
		}

			#footer > li:last-child {
				margin: 0;
			}

			#footer li a {
				font-size: 1.1em;
				color: #777;
				font-weight: bold;
			}

			#footer li ul li {
				clear: left;
			}

				#footer li ul li a {
					font-weight: normal;
				}

		#footer-wrap .aside {
			width: 300px;
			position: relative;
		}

	#footer-wrap .aside p.copy {
		color: #777;
		font-size: 1.2em;
		text-align: right;
		margin: 4em 2.35em 0 0;
	}


/* Pagination
================================================*/
	ul.pagination {
		border-top: 1px solid #bddd11;
	    margin: 1em 0 0 0;
		clear: both;
		float: left;
		width: 100%;
		padding: 1em 0;
	}

	.gallery ul.pagination {
		border: none;
		margin: 1em 0;
		padding: 0 0 1em;
		border-bottom: 1px solid #bddd11;
	}

	ul.pagination li {
	    list-style-type: none;
	    display: inline;
	}

	ul.pagination li a {
	    padding: 2px 5px;
	    margin-right: 3px;
	    color: #d1d1d1;
		font-size: 1.2em;
	}

	ul.pagination li span {
	    float: left;
	    margin-right: 4px;
	}

	ul.pagination li span.first {
	    margin-right: 4px;
	}

	ul.pagination li a.page:hover {
	    text-decoration: none;
	    color: #000;
	}

	ul.pagination li.selected a.page {
	    background: url('../images/large-coloured-headers.png') no-repeat left -120px;
	    color: #222;
	}

	ul.pagination li.disabled a {
	    color: #222;
	    cursor: default;
		display: none;
	}