/* Basic */
html {
	background: #FFF url('../images/background.jpg') no-repeat 50% 0;
}
body {
	font: 62.5%/1.5 Helvetica, Arial, Verdana, sans-serif;
	color: #777;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	font-weight: normal;
}

h2 {
	font-size: 2.2em;
	letter-spacing: -0.5px;
}

h2 a span {
	color: #e3008a;
	text-transform: uppercase;
	font-size: .6em;
	vertical-align: middle;
}

h3 {
	font-size: 1.6em;
}
	h3.support,
	h4.support {
		font-size: 1em;
		text-transform: uppercase;
		line-height: 1.2;
		color: #f13da8;
	}
	h4.support {
		font-size: 1.1em;
	}

h4 {
	font-size: 1.5em;
}
	h4.support {
		font-size: 1.3em;
		margin: .5em 0 .25em 0;
		padding: 0 0 .25em 0;
		border-bottom: 1px dotted #00aeef;
		display: inline-block;
	}

	h4.date {
		font-size: 1.1em;
		color: #898989;
		text-transform: uppercase;
		margin-bottom: .5em;
	}

h5 {
	font-size: 1.3em;
	margin-bottom: 1px;
}

p, li, dt, dd {
	font-size: 1.2em;
}
	p {margin-bottom: .5em;}


span.right {
	float: right;
}

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

a img {
	float: left;
	display: block;
	vertical-align: baseline;
}

a:hover,
a.inline-button:hover {
	color: #00aeef;
}
	a.active,
	#secondary-nav li a.active {color: #00aeef}

	a.rss {
		width: 25px;
		height: 25px;
		text-indent: -999em;
		background: url('../images/icons-24.png') no-repeat 0 -297px;
		float: right;
	}

	a.more-caps {
		font-size: 1.2em;
		float: right;
		margin: 1.5em 0 0;
		color: #e3008a;
		text-transform: uppercase;
		letter-spacing: -.25px;
		font-weight: bold;
	}

	a.button,
	a.inline-button,
	#share-start strong {
		display: inline-block;
		padding: .25em .5em;
		-moz-border-radius: .25em;
		-webkit-border-radius: .25em;
		float: left;
		color: #FFF;
		background: #00ade8;
		text-transform: uppercase;
		line-height: 1.1;
	}
	a.sold-out,
	span.sold-out {
		background: #E9008C;
	}

	a.inline-button {
		float: right;
		font-size: .85em;
		margin: 0 1em 0 .5em;
		padding-bottom: 0;
	}
	#ie a.inline-button {
		padding-bottom: .25em;
	}

	a.inline-button:hover,
	a.button:hover {
		background-position: 0 -215px;
		color: #000;
	}

	.secondary a.embed,
	#share-start strong {
		background: #777;
		font-size: 1em;
		padding: .25em 1.5em;
		float: none;
	}
		#ie a.embed {display: none;}
		#share-start strong {background: #72bf45;}

	a.more {
		padding: 0 .5em;
		display: inline-block;
		color: #00aeef;
		text-transform: uppercase;
		text-decoration: underline;
	}

.formatted li {
	list-style-type: square;
	margin-left: 1.5em;
}
.formatted ul + * {
	margin-top: .75em;
}

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

	div.container {
		width: 920px;
		margin: 0 auto 10px auto;
		overflow: hidden;
	}

	.col {
		float: left;
		width: 50%;
		margin: 0 2% 0 0;
		display: inline;
	}
		#ie.v6 #content div.col, #ie.v7 #content div.col {margin-right: 1.9%;}
		.col:last-child {width: 48%;}
		.col:last-child,ul.find-us-on li:last-child {margin-right: 0;}

	#content {
		width: 671px;
		position: relative;
		background: #FFF;
	}
	#aside {width: 227px;}

		#content .primary {width:69%;}
		#ie.v6 #content .primary {
			margin-right: 0%;
		}
		#content .secondary {width:29%;}

		#aside .box,
		.promo {
			clear: both;
			border: 1px solid #d8e0e2;
			background: #FFF url('../images/shadow-gradient.png') repeat-x left bottom;
			float: left;
			margin-top: 1em;
			height: 150px;
		}

		#aside .box {
			border: 1px solid #efefef;
			height: auto;
			width: 225px;
		}

		#aside .box:first-child {
			margin-top: 0;
		}

	div.line {
		clear: both;
		margin: 0 auto;
	}

	div.gutter {
		padding: 5px;
		float: left;
	}

	div.seperator {
		background: url('../images/transparent-bar.png') no-repeat 50% 0;
		height: 43px;
		margin: 1em auto 2em auto;
	}

	span.tag-date {
		display: inline-block;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		background: #e3008a;
		color: #FFF;
		text-transform: uppercase;
		line-height: 1;
		padding: .3em 0 0.1em;
		vertical-align: 2px;
	}

		h4 span.tag-date,
		h5 span.tag-date {
			font-size: .8em;
			margin: 0 0 0 .5em;
			padding: .5em .6em .25em .6em;
		}

	dl.inline {float: left;}

		dl.inline dt,
		dl.inline dd {
			float: left;
			font-size: 1.2em;
		}

		dl.inline dd {margin: 0 0 0 3px}

	ul.inline li {
		font-size: 1em;
		float: left;
		display: inline;
	}
		#content ul.inline li {
			margin: 0 2px 0 0;
		}

	div#page-header {
		float: left;
		width: 100%;
	}
		#page-header h1 {height: 95px;}
		#ie.v6 #page-header h1,
		#ie.v7 #page-header h1 {height: 105px;}

		#page-header h1 a {
			display: block;
			text-indent: -999em;
			background: url('../images/combined-text-sprites.png') no-repeat 0 -73px;
			height: 68px;
			width: 272px;
			margin: 22px 0 0
		}

		#home-banners div {height: 285px;}

	div#navigation {
		width: 920px;
		margin: 0 auto;
	}

	#nav,
	.secondary-nav {
		float: left;
		border-left: 1px solid #d9dee2;
		width: 630px;
		display: inline;
	}
		ul.secondary-nav {
			margin: 1em 0;
			border-left: 0;
			font-size: 1.2em;
			width: 650px;
		}

			ul.secondary-nav li.static {
				font-size: 1.7em;
				color: #000;
			}

		ul.find-us-on {
			display: inline;
			float: right;
		}

		#nav a,
		ul.find-us-on li {
			display: block;
			height: 43px;
			width: 125px;
			color: #6e6e6e;
			font-size: 1.25em;
			text-align: center;
			font-weight: bold;
			line-height: 43px;
			text-decoration: none;
			border-right: 1px solid #d9dee2;
		}

		ul.find-us-on li {
			width: auto;
			border: none;
			margin: 9px 1px;
			height: 25px;
			width: 25px;
			vertical-align: middle;
		}
		ul.find-us-on li a {
			display: block;
			width: 25px;
			height: 25px;
			text-indent: -999em;
			background: url('../images/icons-24.png') no-repeat;
		}
			ul.find-us-on li a.rss {
				background-position: 0 -297px;
			}

		ul.find-us-on li.static {
			width: auto;
			font-size: 1.5em;
			margin: 2px 5px 0 0;
		}

		ul.secondary-nav li {
			float: right;
			margin: .5em;
		}
			ul.secondary-nav li.static {
				float: none;
			}

		ul.secondary-nav li a {
			padding: .25em .5em;
		}

		#nav li a:hover,
		.secondary-nav li a:hover {color: #e3008a}

/******************************************************************************
** Details
*******************************************************************************/
	ol li.block {
		height: 80px;
		clear: left;
		font-size: 1em;
		border-bottom: 1px solid #d8e0e2;
	}
		#ie.v6 ol li.block,
		#ie.v7 ol li.block {
			margin-bottom: -3px;
		}
		ol li.block:first-child {
			border-top: 1px solid #d8e0e2;
		}

	ol li.block div {
		float: left;
	}

	ol div.colour-square a,
	div.action-links,
	#find-yourself ol div.colour-square {
		width: 80px;
		height: 80px;
		text-align: center;
		background: url('../images/colour-square.png') no-repeat -81px 0;
		text-indent: -9999em;
		display: block;
		border-right: 1px solid #d8e0e2;
		overflow: hidden;
	}

	ol li.block div.details {
		width: 207px;
		padding: 7px 0 0 10px;
		color: #30271b;
		border-left: 1px solid #d8e0e2;
		background: url('../images/shadow-gradient.png') repeat-x;
		height: 73px;
		overflow: hidden;
	}
		#find-yourself #recent-social-galleries li.block div.empty {
			width: 180px;
		}
		li.block div.details a {
			color: #30271b;
		}

		li.block div.details p {
			font-size: 1.3em;
			margin-bottom: 5px;
		}

		li.block div.details h3 a {
			display: block;
			height: 25px;
			overflow: hidden;
		}

	/*	1,4th */
	#content ol li.one div.listing-only a {background-position: -162px 0;}
	#content ol li.one div.for-sale a {background-position: -81px 0;}
	#content ol li.one h3 a,
	#content ol li.one h3 {color: #e3008a;}
	#content ol li.one span.tag-date {background: #e3008a;}
	/*	2,5th */
	#content ol li.two div.listing-only a {background-position: -162px -81px;}
	#content ol li.two div.for-sale a {background-position: -81px -81px;}
	#content ol li.two h3 a,
	#content ol li.two h3 {color: #00aeef;}
	#content ol li.two span.tag-date {background: #00aeef;}
	/*	3,6th */
	#content ol li.three div.listing-only a {background-position: -162px -162px;}
	#content ol li.three div.for-sale a {background-position: -81px -162px;}
	#content ol li.three h3 a,
	#content ol li.three h3 {color: #ffd400;}
	#content ol li.three span.tag-date {background: #ffd400;}

	div.action-links,
	#find-yourself ol div.colour-square {
		float: right;
		text-indent: 0;
		background-position: 0 -243px;
		padding: 10px 0 0;
		height: 70px;
		color: #FFF;
		position: relative;
	}
		#find-yourself ol div.attended p {
			text-align: left;
			font-size: 1.5em;
			margin: 0;
			position: absolute;
			left: 5px;
			bottom: 7px;
			line-height: 1.2;
		}
		#find-yourself ol li.one div.attended {background-position: 0 0px}
		#find-yourself ol li.two div.attended {background-position: 0px -81px}

		div.action-links a span.tag-date {
			display: block;
			margin: 0 7px;
		}

		div.action-links ul {
			position: absolute;
			bottom: 4px;
			left: 0px;
			width: 80px;
			text-align: center;
		}

		div.action-links ul li a {
			color: #FFF;
			text-decoration: underline;
			font-size: 1em;
		}

		div.action-links ul li a:hover {
			color: #ffd400;
		}

		div.image a img {
			height: 80px;
			width: 80px;
		}

	div.rotator {
		position: relative;
		clear: left;
		overflow: hidden;
	}
		#content .primary .rotator {
			width: 425px;
			height: 250px;
			margin-bottom: 1em;
		}

		#aside div.rotator {
			clear: none;
			height: 163px;
			width: 225px;
		}

	div.rotator .slide {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
	}

	div.rotator .current {
		display: block;
	}

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

	#footer {
		width: 100%;
	}
	#footer div.col {
		width: 25%;
		margin: 0 0 2em 0;
	}

	#footer div.col strong {
		background: url('../images/combined-text-sprites.png') no-repeat;
		display: block;
		height: 55px;
		width: 126px;
		text-indent: -999em;
	}
		#footer div.the-vine strong { background-position: 0 -355px;}
		#footer div.hills-shire strong { background-position: 0 -183px;}
		#footer div.jjj strong { background-position: 0 -455px;}

	#footer ol {
		margin: 1.5em 2em 0 .5em;
	}
		#footer ol li {
			margin: .5em 0;
		}
		#footer ol li a {
			text-decoration: underline;
			color: #777;
		}

	#footer dl.inline {
		margin: 1.2em 0;
	}
		#footer dl.inline dt {
			clear: left;
			font-weight: bold;
		}

		#footer dl.inline dt:first-child {
			display: none;
		}
		#footer dl.inline dd.adr {
			margin: 0 3px 0 0;
		}
			#footer dl.inline dd.adr a {
				margin: 0 0 0 3px;
			}

		#footer dl.inline a {
			color: #00aeef;
			border-bottom: 1px solid #d8e0e2;
		}

	#global-footer {
		clear: both;
		border-top: 1px solid #777;
		padding: 2em 0;
		float: left;
		width: 100%;
	}

	#secondary-nav li.static {
		margin: 0 1em 0 0;
	}
	#secondary-nav li a {
		margin: 0 .4em;
		color: #777;
	}

/******************************************************************************
** Booking
*******************************************************************************/

	#booking-information .cards-accepted {
		width: 100%;
		background-position: 70px 0;
		color: #FFF;
	}

	#aside #booking-information {
		background: #e9008c;
		color: #FFF;
		font-size: 0.95em;
	}

	#aside #booking-information h2 {
		font-size: 1.3em;
		text-transform: uppercase;
		color: #FFF;
		margin: .5em 0;
	}

	#booking-information hr {
		border: none;
		border-top: 1px solid #FFF;
		margin: 1em 0;
	}

	#join-the-fid h3 a,
	.join-the-fid h3 a {
		text-indent: -999em;
		background: url('../images/combined-text-sprites.png') no-repeat 0 -270px;
		margin: .5em 0 .75em 0;
		display: block;
		width: 215px;
		height: 35px;
	}

/******************************************************************************
** Security
*******************************************************************************/

	div.cards-accepted {
		float: left;
		background: url('../images/combined-text-sprites.png') no-repeat;
		height: 30px;
		width: 130px;
		margin: .5em 0 0;
	}

	#security-logos {
		float: right;
		margin-top: -1.5em;
	}
		#security-logos li {
			margin: 0 .25em;
		}

		#security-logos li.cards-accepted,
		#payment .cards-accepted {
			background: url('../images/combined-text-sprites.png') no-repeat 0 10px;
			height: 38px;
			width: 95px;
		}

		#security-logos li a.secure-pay,
		#feel-secure a.secure-pay,
		#payment a.secure-pay {
			background: url('../images/combined-text-sprites.png') no-repeat -154px 0px;
			height: 38px;
			width: 110px;
			display: block;
			text-indent: -999em;
		}

		#security-logos li a.geotrust img,
		#feel-secure a.geotrust,
		#feel-secure a.geotrust img,
		#payment a.geotrust,
		#payment a.geotrust img {
			height: 38px;
			width: 79px;
			display: block;
		}


/******************************************************************************
** EVENT PAGE LISTING
*******************************************************************************/

	#content ol.tiles li {
		width: 210px;
		margin: 0 .75% 1em 0;
		background: #FFF url('../images/shadow-gradient.png') repeat-x left bottom;
		border: 1px solid #efefef;
		position: relative;
	}
		li.event-block .press-shot {
			float: left;
			margin: 0 0 10px 0;
			position: relative;
			height: 145px;
			width: 200px;
		}

		li.event-block .press-shot .tag-date {
			position: absolute;
			right: 0;
			top: 0;
			font-size: .75em;
			padding: .5em .75em .25em .75em;

			border-radius: 0;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
		}

		span.event-tag {
			background: #e3008a;
			background: rgba(232, 0, 163, 0.6);
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			text-align: center;
			display: block;
			color: white;
			line-height: 1.75;
			font-size: 1em;
		}
			.rotator span.event-tag {
				font-size: 1.2em;
			}

		li.event-block h4.date {
			text-transform: uppercase;
			margin-bottom: .25em;
			font-size: 0.9em;
		}
			li.event-block h4.date .tag-date {
				font-size: .85em;
				padding: .1em .3em 0;
				line-height: 1.2;
			}

		li.event-block h2 {
			font-size: 1.5em;
			line-height: 1.3;
		}

		/* This lets the .anchored float at the bottom of the pane */
		li.event-block .gutter {
			margin-bottom: 7em;
			float: none;
		}

		div.anchored {
			position: absolute;
			bottom: 7px;
			left: 7px;
			right: 7px;
			clear: both;
		}
			dl.prices {
				float: left;
				margin: 1em 0;
				width: 100%;
				color: #000;
				color: #777;
			}

				li.event-block dl.prices {
					margin: .5em 0 .75em 0;
					font-size: .85em;
					color: #777;
				}

				dl.prices dt {
					font-weight: bold;
					float: left;
					width: 40px;
				}
				ol.tiles dl.prices dt {
					clear: left;
				}

				dl.prices dd {
					float: left;
					margin-right: .5em;
				}

				.anchored dl.prices dd {
					width: 120px;
				}

					dl.prices dd a.inline-button {float: none;}

			div.footer-buttons {
				clear: both;
				float: left;
				width: 202px;
			}

				div.footer-buttons a.more {float: right;}

/*	Event Single */
	dl.relations {
		float: left;
		width: 100%;
		clear: both;
		margin-top: 2em;
	}

		dl.relations dt,
		div.secondary dl dt {
			font-weight: bold;
			clear: left;
		}

		dl.related-shows {
			width: 100%;
			margin: .25em 0;
		}
			dl.related-shows dt {width: 45px}
			dl.relations dt {width: 90px;}
			dl.related-shows dd,
			dl.relations dd {
				width: 70%;
			}

				dl.relations ul.inline li {
					float: none;
				}

		dl.show-summary,
		ul.etc-links {
			margin: .75em 0 0;
			clear: both;
			float: left;
			width: 100%;
		}

		dl.relations dt, dl.relations dd {margin: .25em 3px 0 0;}
		dl.show-summary dt, dl.show-summary dd {line-height: 1.7;}
		div.secondary ul.etc-links li {
			list-style: none;
			margin: 0 0 .25em 0;
		}

		dl.show-summary dd {
			width: 120px;
		}

		div.secondary ul.etc-links li a.more-caps {
			color: #e9008c;
			text-transform: uppercase;
			text-decoration: underline;
			float: none;
			font-size: 1em;
			margin-top: 0;
			font-weight: normal;
		}
			div.secondary ul.etc-links li a.button {
				text-decoration: none;
				color:#FFF;
			}

	div.secondary h3 {
		clear: both;
		margin-top: 1em;
	}
		div.secondary h4.date {
			text-transform: none;
			font-size: 1.2em;
			margin-bottom: 0;
		}

	div.secondary .line {
		margin: 2em 0 1em 0;
		float: left;
		width: 100%;
	}
	div.secondary div.upcoming-show-internal {
		margin: 0;
	}
	div.performer-media-links h4 {
		clear: both;
		margin-bottom: .25em;
	}
		div.secondary ul.media-links {
			margin: 0 0 1em 0;
			float: left;
		}

		div.secondary ul.media-links li {
			margin: 0 3px 0 0;
		}

			div.secondary ul.media-links li a {
				display: block;
				text-indent: -999em;
				height: 25px;
				width: 24px;
				background: url('../images/icons-24.png') no-repeat;
			}

			div.secondary ul.media-links li a.facebook-url,
			ul.find-us-on li a.facebook { background-position: 0 -96px;}
			div.secondary ul.media-links li a.website { background-position: 0 -146px;}
			div.secondary ul.media-links li a.myspace-url,
			ul.find-us-on li a.myspace { background-position: 0 -196px;}
			div.secondary ul.media-links li a.play { background-position: 0 -246px;}
			div.secondary ul.media-links li a.twitter-url,
			ul.find-us-on li a.twitter { background-position: 0 -346px;}
			div.secondary ul.media-links li a.youtube-url,
			ul.find-us-on li a.youtube { background-position: 0 -396px;}

/*	Social Photos */
	.fid-pix .gutter {
		width: 651px;
	}
	#social-user-login {
		position: absolute;
		top: 0px;
		right: 27px;
		width: 140px;
		display: none
	}

	#social-user-login li {
		float: right;
		display: inline-block;
		width: 55px;
		background: url('../images/colour-square.png') no-repeat 0 -135px;
		text-align: center;
		margin-right: 2px;

		-moz-border-radius-bottomleft: .25em;
		-moz-border-radius-bottomright: .25em;
		-webkit-border-radius: .25em;
	}

	#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;
	}

	.fid-pix .tiles {
		margin: 1em 0;
	}

	ul.tiles li.thumb-shot a img,
	.fid-pix .fid-pix 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: 1em;
		clear: both;
		text-align: center;
	}
	ul.tiles li.thumb-shot span:nth-of-type(1) {
		color: #00aeef;
	}

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

	ul.tiles li span.right {
		display: inline-block;
		width: 20px;
		clear: none;
	}

	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 {
		margin-bottom: 1em;
	}
	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 a img {
		margin-bottom: .5em;
	}
		#ie.v6 .fid-pix ul.tiles li a img,
		#ie.v7 .fid-pix ul.tiles li a img {
			margin-bottom: 0px;
		}

	ul.tiles li.private {
		width: 195px;
		height: 235px;
	}
		.gallery ul.tiles li.private {height: 220px;}
		ul.tiles li.private a img {
			width: 195px;
			height: 190px;
		}

	ul.tiles li.public {
		width: 139px;
		height: 165px;
	}
		.gallery ul.tiles li.public {height: 150px;}
		ul.tiles li.public a img {
			width: 139px;
			height: 120px;
		}

	ul.tiles li a:hover {
		text-decoration: underline;
		color: #e3008a
	}

	ul.tiles .thumb-shot a:hover {color: #e3008a}

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

	div.qtip {
		padding: .5em;
		max-width: 175px;
		font-size: 1.2em;
		display: none;
		background: #FFF;
		-moz-border-radius: .1em;
		border: 1px solid #e3008a;
		color: #e3008a;
		text-align: left;
		position: absolute;
		z-index: 1000;
	}

/*	Archive */
	dl.archive-list dt,
	dl.archive-list dd {margin-bottom: 10px;}
	dl.archive-list dd {margin-left: 1em;}

	dl.archive-list dt {
		font-size: 1em;
		color: #00aeef;
		clear: left;
	}

	dl.year-container dt.year {
		font-size: 1.2em;
		font-weight: bold;
	}
	dl.event-container dt.date {
		color: #e3008a;
		clear: left;
		float: left;
		display: inline;
		width: 105px;
	}

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

	dl.event-container dd.event h3,
	dl.event-container dd.event a.inline-more {
		font-size: .9em;
		color: #000;
		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: .75em;
		background: url('../images/colour-square.png') no-repeat 0 -135px;
		border-radius: 2px;
		-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;
		font-size: 1em;
	}

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

	dl.event-container dd.event h3 a:hover {
		text-decoration: underline;
	}

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

/*	Map Contact Page */
	#content div.vcard {
		width: 220px;
		float: left;
		display: inline;
	}

	div.vcard h3 {
		margin-top: .5em;
		font-size: 1.4em;
		color: #E3008A
	}

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

	#content div.vcard .adr {
		font-size: 1.2em;
	}

	#content div.vcard dl {
		clear: both;
		margin-top: 1em;
	}

	#content div.vcard dl dt {
		clear: left;
		float: left;
		width: 4em;
	}

	.contact div.gutter {float: none;}

	div.gutter a.map,
	div.gutter a.map img {
		float: right;
		display: block;
		height: 220px;
		width: 380px;
		margin-right: 4px;
	}

	div.vcard a.more-caps {
		margin: 0;
		float: none;
	}

/******************************************************************************
** Checkout
*******************************************************************************/
	table {
		font-size: 1.2em;
		margin: .5em 0;
		text-transform: uppercase;
	}

	table tfoot td,
	table tfoot th {
		background: #EFEFEF;
		color: #000;
	}

	table th,
	table td {padding: .2em .5em;}

	table th {
		text-align: left;
		color: #000;
	}
		tbody th {font-weight: normal;}

	table tr td,
	table tr th {
		border-bottom: 1px solid #DFDFDF;
	}
		table tr td {
			text-align: right;
			vertical-align: middle;
		}

	#checkout-cart h3 {
		font-size: 1.5em;
		font-weight: bold;
		margin: 1em 0 .5em 0;
	}

	legend .inline-button {
		float: none;
		margin: 0;
	}

	.payment-gateway-error {
		line-height: 2;
		text-align: left;
		border: 1px solid  #E3008A;
		z-index: 50;
		padding: .5em 1.5em;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #ffe1f3;
		font-size: 120%;
		margin: 0 auto;
		margin-right: 5px;
		clear: both;
		color: #595959;
		margin-bottom: 1em;
	}
		.payment-gateway-error p {
			margin: 0;
		}

	#order-total {
		font-size: 1.8em;
		color: #000;
	}

	#order-total span {font-weight: normal;}

	#redeem-container {
		font-size: 1.1em;
		margin: 1em 0 0;
		vertical-align: middle;
	}
		#redeem-container a.inline-button {
			float: none;
			font-size: .95em;
		}

		#redeem-container input {
			float: none;
			width: 20%;
			margin-left: 2%;
		}
		#redeem-container label {
			line-height: 2;
		}

		#redeem-container input.invalid {border: 1px solid #FF0000;}
		#redeem-container .information {display: none;}
		#redeem-container .information .error {
			top: 0;
			font-size: .8em;
		}
		#redeem-container .information .error p {line-height: 2;}

	#remove-promo {
		display: block;
		width: 16px;
		height: 16px;
		background: url('../images/icons-24.png') no-repeat 0 -456px;
	}

	#payment #security-logos {
		position: absolute;
		right: -210px;
		overflow: hidden;
		width: 210px;
		padding-top: 27px;
	}

	#payment a.geotrust {
		float: right;
	}

	#payment a.secure-pay {
		float: left;
	}

	.processing {
		float: right;
	}
		.processing span {
			font-size: 1.3em;
			vertical-align: top;
			font-weight: bold;
		}

/******************************************************************************
** FAQ
*******************************************************************************/
	#content .faq {
		clear: both;
		margin-left: 2em;
	}
		#content .faq .tags {
			font-size: 1.1em;
		}

			#content .faq .tag {
				background: #00AEEF;
				border-radius: .25em;
				-moz-border-radius: .25em;
				-webkit-border-radius: .25em;
				padding: 2px 5px;
				line-height: 1.1;
				color: #FFF;
				margin: 0 5px 0 0;
			}

			#content .faq p {
				clear: both;
			}

/* Pagination
================================================*/
	ul.pagination {
	    margin: 1.5em 0 0 0;
		clear: both;
		float: left;
		width: 660px;
		text-align: center;
	}

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

	ul.pagination li a {
	    padding: 5px;
	    margin-right: 3px;
	    color: #777;
		font-size: 1.1em;
		height: 25px;
	}

	#ie.v6 ul.pagination li {
		vertical-align: top;
	}

	ul.pagination li a.pagination-next,
	ul.pagination li a.pagination-previous {
		color: #e30088;
		background: url('../images/icons-24.png') no-repeat right -48px;
		padding: 5px 35px 5px 0;
		margin-left: 50px;
	}

	ul.pagination li a.pagination-previous {
		background-position: left 0;
		padding: 5px 0 5px 35px;
		margin-right: 50px;
		margin-left: 0;
	}

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

	ul.pagination li.selected a.page {
	    color: #e30088;
	}

	ul.pagination li.disabled a {
		visibility: hidden;
	}

	/*Share Panel  */
	#share-start {
		position: relative;
	}
		.gallery #share-start {float: right;}
		#share-start:hover {background-color: #FFF;}

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

	ul.share-list {
		position: absolute;
		top: 14px;
		left: 0;
		padding: 0;
		margin: 0;
		z-index: 100;
		display: none;

		-moz-box-shadow: 0 2px 5px #ccc;
		-webkit-box-shadow: 0 2px 5px #ccc;
	}

	.secondary ul.share-list li {
		margin: 0;
		padding: 0;
		list-style: none;
		cursor: pointer;
		display: inline;
		font-size: 1em;
	}

	ul.share-list li a {
		display: block;
		padding: .5em 12px;
		width: 80px;
		color: #666;
		background: #FFF url("../images/icons-24.png") no-repeat;
		border-bottom: 1px solid #EFEFEF;
		text-indent: 18px;
	}
		ul li a.digg { background-position: 5px -502px; }
		ul li a.facebook { background-position: 5px -566px; }
		ul li a.myspace { background-position: 5px -632px; }
		ul li a.twitter { background-position: 5px -698px; }

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

	#embedded {
		display: none;
		position: absolute;
		left: 0;
		top: 15px;
		background: #777;
		padding: .5em .5em 0;
	}
	a.embed {
		position: relative;
	}
	#embedded.show {
		display: block;
		position: absolute;
		left: 0;
		top: 15px;
	}
	#embedded #close {
		color: #FFF;
		font-weight: bold;
		margin: -20px 0 0 65px;
		padding: 0.25em 0.5em;
		background: #777;
		float: left;
		cursor: pointer;
		border-radius: .25em;
		-moz-border-radius: .25em;
		-webkit-border-radius: .25em;
	}

/******************************************************************************
** Login Header
*******************************************************************************/

	#login-header {
		background: #FFF url('../images/shadow-gradient.png') repeat-x left bottom;
		border-bottom: 1px solid #00aeef;
		color: #30271b;
	}
		#ie.v6 #login-header {
			height: 40px;
		}
		#login-header .inline {
			font-size: 1.2em;
		}
			#login-header .inline li {
				float: right;
			}

			#login-header .inline li.static {
				float: left;
			}

		#login-header .container {
			margin: 0 auto 10px auto;
		}

		#login-header #logged-in-actions {
			margin: 12px 0;
		}

		#login-header strong {
			font-size: 1.2em;
			padding: 12px 0 0;
			float: left;
			font-weight: normal;
		}
			#ie #login-header strong {
				padding: 14px 0 0;
			}

		#login-header form {
			clear: none;
			float: left;
			width: 650px;
			padding: 12px 0 0
		}
			#login-header label {
				margin: 0 .5em 0 1em;
			}
			#login-header input {
				border: 1px solid #CCC;
			}

			#login-header input.highlight {
				border: 1px solid #E3008A;
				background: #FFF1AF;
			}

			#login-header form button,
			#login-header a.sign-up {
				background: #8e8e8e;
				padding: 0 .5em;
				margin: 0 0 0 1em;
				text-transform: uppercase;
				text-align: center;
				color: #FFF;
				border: none;
			}

			#ie #login-header form button {
				line-height: 1;
			}

			#login-header div.error {
				line-height: 2;
				text-align: left;
				background: #ffd400;
				padding: 0 .5em;
				margin: 0 1em;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				display: inline-block;
			}
			#ie.v6 #login-header div.error {
				display: inline;
			}
				#login-header div.error p {
					font-size: 1.05em;
					font-weight: bold;
					margin:0;
				}

		#login-header a {
			color: #00aeef;
			padding: 0 0 0 1em;
		}

		#login-header a.sign-up {
			float: right;
			display: inline-block;
			padding: .5em 1em .25em;
			margin: -.25em 3px 0 0;
			border: 2px solid #FFF;
			font-size: 1.3em;
			background: url('../images/colour-square.png') no-repeat 0 -122px;
			line-height: 15px;

			-moz-border-radius: .25em;
			-webkit-border-radius: .25em;
			-moz-box-shadow: 1px 1px 3px #bbb;
			-webkit-box-shadow: 1px 1px 3px #bbb;
		}

	#logged-in-actions li.static a span {
		background: #00aeef;
		color: #FFF;
		padding: 2px 3px 1px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}

	#bulletins {
		font-size: .8em;
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}

		#bulletins h3 {color: #00AEEF;}

		#bulletins li {
			background: #FFF url('../images/shadow-gradient.png') repeat-x left bottom;
			padding: 1em 2em .25em;
			border-bottom: 1px solid #D7D7D7;
		}
		#bulletins h5 {color: #e3008a;}
		#bulletins h5 span {
			float: right;
		}

	#recent-shows ol li {
		float: left;
		clear: left;
		width: 100%;
		border-top: 1px solid #d8d8d8;
		padding: .5em 0;
	}

		#recent-shows li h5 a {
			color: #00aeef;
		}
			#recent-shows li h5 span.right {
				color: #000;
			}
			#ie.v6 #recent-shows h5 span.right {
				margin-top: -1.5em;
			}

		#recent-shows dl.inline {
			margin-top: .75em;
			font-size: .9em;
		}

		#recent-shows dl.inline dt {color: #000;}
		#recent-shows dl.inline dd {margin: 0 5px;}
		#recent-shows a.inline-button {
			margin: .75em 0 0 1em;
			background: #e3008a;
		}