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

h1,h2,h3,h4,h5,h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #a6ce39;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {font-size: 2em}

h2 a span {
	color: #a6ce39;
	font-size: .55em;
}

h3 {font-size: 1.6em}
	h3.support,	h4.support {
		font-size: 1em;
		line-height: 1.2;
		color: #FFF;
	}

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

	h4.date {
		margin: 1em 0 .5em 0;
		font-size: 1.2em;
		color: #FFF;
	}

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

p, li, dt, dd {
	font-size: 1.2em;
	letter-spacing: 0.25px;
	color: #DDD;
}
	p {margin-bottom: .5em}

span.right {float: right}

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

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

a:hover,
a.inline-button:hover,
a.active {color: #ffd400}

	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.1em;
		float: right;
		margin: 1.5em 0 0;
		color: #a6ce39;
		text-transform: uppercase;
		letter-spacing: -.25px;
		position: relative;
		z-index: 1000;
	}

	a.button,
	a.inline-button,
	#share-start strong,
	span.tag-date {
		display: inline-block;
		padding: .3em .6em;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		float: left;
		color: #58595B;
		background: #fff;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1.1;
		vertical-align: 2px;
	}
	a.sold-out,
	span.sold-out,
	a.buy {
		color: #FFF !important;
		background: #E9008C
	}

	.action-links span.sold-out {
		background: none;
	}

 	span.tag-date {
		float: none;
		display: block;
		padding: .3em 0 0.1em;
	}
		h4 span.tag-date,
		h5 span.tag-date {
			display: inline-block;
			background: #636466;
			color: #FFF;
			font-size: .8em;
			margin: 0 0 0 1em;
			padding: .1em .4em;
			font-weight: normal;
			line-height: 1.2;
		}

	a.inline-button {
		float: right;
		font-size: .9em;
		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;
	}

	a.more {
		font-size: 1.1em;
		text-decoration: underline;
	}

	a.forgot {
		font-size: 1.2em;
		line-height: 2em;
	}

.formatted li {
	list-style-type: square;
	margin-left: 1.5em;
}

.formatted ul + * {
	margin-top: .75em;
}

/**	IE 6 loose the shadows **/
#ie.v6 div.lower-find-us,
#ie.v6 #nav li a:hover,
#ie.v6 #nav li.active,
#ie.v6 #page-header,
#ie.v6 ol li.block div.details,
#ie.v6 #aside div.have-a-ticket-enquiry,
#ie.v6 div.anchored,
#ie.v6 #limelight h2,
#ie.v6 div.blue, #ie.v6 div.orange {
	background: transparent;
}

#ie.v6 dl.event-container dd.event a.inline-more {
	background: #a6ce39;
}

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

	div.container {
		width: 940px;
		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.5%}
		.col:last-child {width: 48%}
		.col:last-child,ul.find-us-on li:last-child {margin-right: 0}

	#content {
		width: 691px;
		position: relative;
	}
	#aside {width: 227px}

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

		#aside .box,
		.promo {
			clear: both;
			float: left;
			margin-top: 1em;
		}

		#aside .box {
			height: auto;
			width: 225px;
		}
			#aside .box:first-child {margin-top: 0}

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

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

	dl.inline {float: left}
		dt {font-weight: bold}
		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;
			background: url('../images/shadows.png') no-repeat -50px -80px;
		}
		#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 -152px;
			height: 68px;
			width: 376px;
			margin: 22px 0 0
		}

	#navigation {
		width: 940px;
		margin: 0 auto 10px;
		clear: both;
		float: left;
		background: url('../images/colour-square.png') repeat-x left -414px;
	}

	#nav,
	.secondary-nav {
		float: left;
		border-left: 1px solid #d9dee2;
		width: 700px;
		display: inline;
		margin-left: 3px;
	}
		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: #FFF;
			}

		ul.find-us-on {
			display: inline;
			float: right;
			position: relative;
			z-index: 1000;
		}

		#nav a,
		ul.find-us-on li {
			display: inline-block;
			height: 30px;
			line-height: 30px;
			color: #414042;
			font-size: 1.4em;
			text-align: center;
			font-weight: bold;
			text-decoration: none;
			border-right: 1px solid #e5e6e7;
			text-transform: uppercase;
			padding: 0 1.25em;
		}

		ul.find-us-on li {
			width: auto;
			border: none;
			margin: 2px 1px;
			height: 25px;
			width: 25px;
			vertical-align: middle;
			padding: 0;
		}
		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;
			text-transform: none;
		}

		div.lower-find-us {
			margin: -3em auto 5px auto;
			padding-bottom: 1.5em;
			background: url('../images/shadows.png') repeat-x 0 -124px;
		}
			#ie.v6 div.lower-find-us {margin-top: -25px}
			div.lower-find-us ul li {color: #FFF}

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

		#navigation #nav li a:hover,
		#nav li.active {
			color: #a6ce39;
			background: #05121a url('../images/shadows.png') no-repeat -55px -536px;
		}
			#nav li.active a {color: #FFD400}
			ul.secondary-nav li a:hover {color: #a6ce39}

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

	ol li.block div {float: left;}
	ol li.block div.action-links {float: right;}

	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;
		text-indent: -9999em;
		display: block;
		overflow: hidden;
	}

	ol li.block div.details {
		width: 217px;
		padding: 7px 0 0 10px;
		color: #FFF;
		background: url('../images/shadows.png') repeat-x -30px -748px;
		height: 73px;
		overflow: hidden;
	}
		#find-yourself #recent-social-galleries li.block div.empty {width: 197px;}
		#content ol li.block div.action-links a {color: #FFF;}
		li.block div.details p {
			font-size: 1.3em;
			margin-bottom: 5px;
		}
		li.block div.details p strong {text-transform: uppercase}

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

	body.home #content #upcoming-events span.event-tag {background:transparent;}

	#content ol li.position-1 a,
	#content ol li.position-1 h3,
	#content ol li.position-1 dt {color: #e30088}
	#content ol li.position-1 span.event-tag {
		background: #e30088;
		background: rgba(233, 0, 140, 0.8);
	}

	#content ol li.position-2 div.colour-square a,
	#content ol li.position-2 div.colour-square,
	#content ol li.position-2 div.action-links {background-position: 0 -166px}
		#content ol li.position-2 a,
		#content ol li.position-2 h3,
		#content ol li.position-2 dt {color: #00aeef}
		#content ol li.position-2 span.event-tag {
			background: #00aeef;
			background: rgba(0, 174, 239, 0.8);
		}
		#content ol li.position-2 div.details {background-position: -30px -879px}

	#content ol li.position-3 div.colour-square a,
	#content ol li.position-3 div.action-links {background-position: 0 -83px}
		#content ol li.position-3 a,
		#content ol li.position-3 h3,
		#content ol li.position-3 dt {color: #ffd600}
		#content ol li.position-3 span.event-tag {
			background: #ffd600;
			background: rgba(255, 214, 0, 0.8);
		}
		#content ol li.position-3 div.details {background-position: -30px -355px}

	#content ol li.position-4 div.colour-square a,
	#content ol li.position-4 div.action-links {background-position: 0 -250px}
		#content ol li.position-4 a,
		#content ol li.position-4 h3,
		#content ol li.position-4 dt {color: #a6ce39}
		#content ol li.position-4 span.event-tag {
			background: #a6ce39;
			background: rgba(166, 206, 57, 0.8);
		}
		#content ol li.position-4 div.details {background-position: -30px -486px}

	#content ol li.position-0 div.colour-square a,
	#content ol li.position-0 div.action-links {background-position: 0 -331px}
		#content ol li.position-0 a,
		#content ol li.position-0 h3,
		#content ol li.position-0 dt {color: #f15a22}
		#content ol li.position-0 span.event-tag {
			background: #f15a22;
			background: rgba(241, 90, 32, 0.8);
		}
		#content ol li.position-0 div.details {background-position: -30px -617px}

	div.action-links,
	#find-yourself ol div.colour-square {
		float: right;
		text-indent: 0;
		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: 445px;
			height: 250px;
			margin-bottom: 3em;
			border-bottom: 1px solid #FFF;
		}

		#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-wrap {
		background: #FFF url('../images/colour-square.png') repeat-x 0 -443px;
		border-top: 2px solid #a6ce39;
		padding: 2.5em 0;
		color: #777;
	}

	#footer {width: 100%}
	#global-footer #secondary-nav a.active,
	#footer a {color: #00aeef}

	#footer a:hover,
	#global-footer #secondary-nav a:hover {
		color: #A6CE39
	}

	#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: 128px;
		text-indent: -999em;
	}
		#footer div.twitter strong {
			width: 151px;
			background-position: 0 -706px;
		}
		#footer div.rave strong { background-position: 0 -499px}
		#footer div.jjj strong { background-position: 0 -602px}

	#footer ol {margin: 1.5em 2em 0 .5em;}
		#footer ol li {margin: .5em 0;}
		#footer ol li a {
			text-decoration: underline;
			color: #777;
		}
		#footer .twitter ol li a {
			text-decoration: none;
		}
		#footer span.tiny-suffix {
			display: block;
			text-transform: uppercase;
			font-size: .9em;
			color: #818181;
			font-weight: bold;
		}
	#footer dl.inline {margin: 1.2em 0}
		#footer dl.inline dt {
			clear: left;
			margin:0 3px 0 0
		}
			#footer dl.inline dt:first-child {display: none}
		#footer dl.inline dd {margin: 0 3px .5em 0}
			#footer dl.inline dd.adr a {float: left}


	#footer dd, #footer dt, #global-footer li {color:#777777}
	#footer-location h6 {
		color: #777;
		background: url('../images/combined-text-sprites.png') no-repeat 0 10px;
		text-indent: -999em;
		height: 55px;
		width: 225px;
	}

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

	#global-footer ul.secondary {
		float: left;
		clear: left;
	}
	#global-footer ul.secondary li {
		margin: 0 8px 0 0;
		font-size: 1.1em;
	}
	#global-footer ul.secondary li a {
		margin: 0;
		color: #777;
	}
	#global-footer #misc-nav {
		margin-top: 3px;
	}

/******************************************************************************
** Security
*******************************************************************************/
	div.cards-accepted {
		background: url('../images/combined-text-sprites.png') no-repeat 0 -396px;
		height: 30px;
		width: 110px;
		margin: .5em 0 0 15px;
	}

	#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 -396px;
			height: 38px;
			width: 85px;
		}

		#security-logos li a.eway,
		#feel-secure a.eway,
		#payment a.eway {
			background: url('../images/combined-text-sprites.png') no-repeat -109px -398px;
			height: 51px;
			width: 95px;
			display: block;
			text-indent: -999em;
		}
		#feel-secure a.eway,
		#payment a.eway {background-position: -272px -398px}

		#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: 81px;
			display: block;
		}

/******************************************************************************
** Booking
*******************************************************************************/
	#booking-information .cards-accepted {
		width: 90%;
		background-position: 80px -400px;
		color: #FFF;
		margin-left: 0;
		line-height: 30px;
	}

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

	#aside .box:last-child {
		margin-bottom: 3em;
	}

	#aside .have-a-ticket-enquiry {
		background: url('../images/shadows.png') no-repeat -25px -439px;
		padding-bottom: 2em;
	}

	#aside h2 {
		font-size: 1.6em;
		margin: 0.15em 0 .25em 0;
	}
	#aside h3 {
		margin: 0 0 .25em 0;
	}

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

/******************************************************************************
** EVENT PAGE LISTING
*******************************************************************************/
	ol.tiles {
		margin: 0 0 0 -1%;
	}
		#content ol.tiles li {
			width: 31%;
			margin: 0 0 2% 2.25%;
			position: relative;
		}

		span.value-title {display: none}

		li.event-block .gutter {
			margin-bottom: 7em;
			float: none;
			padding: 0;
		}

		li.event-block .press-shot a {
			border-bottom: 1px solid #FFF;
			clear: both;
			height: 145px;
			width: 210px;
			overflow: hidden;
			display: block;
		}

		li.event-block h2 {
			font-size: 1.42em;
			line-height: 1.2;
			margin-bottom: .1em;
		}
		li.event-block h4.date {
			font-size: 1em;
		}

		div.anchored {
			position: absolute;
			bottom: 7px;
			clear: both;
			padding-bottom: 2em;
			background: url('../images/shadows.png') no-repeat -33px -770px;
			width: 210px;
		}

		dl.prices {
			font-size: .8em;
			text-transform: uppercase;
			margin: 0 0 .5em 0;
		}
			dl.prices dd {margin: 0 .5em}

		div.footer-buttons {clear: both;}
		li.event-block a.more {
			text-decoration: none;
			text-transform: none;
			padding: 0;
		}
		li.event-block a.more:hover {text-decoration: underline}

		/* Colour overrides */
		#content ol.tiles li.event-block h3.support,
		#content ol.tiles li.event-block a.more {color: #FFF;}
		#content ol.tiles li.event-block a.inline-button {
			color: #58595B;
			float: none;
			margin-left: 0;
		}
		#content ol.tiles li.event-block a.inline-button:hover {text-decoration: underline}

		#content ol li.position-2 div.anchored {background-position: -33px -377px}
		#content ol li.position-3 div.anchored {background-position: -33px -901px}
		#content ol li.position-4 div.anchored {background-position: -33px -508px}
		#content ol li.position-0 div.anchored {background-position: -33px -639px}

/*	Event Single */
	div.rotator span.event-tag,
	div.press-shot span.event-tag {
		background: #72BF45;
		background: rgba(114, 191, 69, 0.8);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		text-align: center;
		display: block;
		color: #FFF;
		line-height: 1.4;
		font-size: 1.2em;
		text-transform: uppercase;
		font-weight: bold;
	}
	div.press-shot span.event-tag {
		font-size: 1em;
		line-height: 1.2;
	}

	#content .primary h2 {
		font-size: 2em;
		line-height: 1.1;
	}

	#content .primary dl.prices {
		font-size: 1.05em;
		margin: 1.5em 0 1em;
		text-transform: none;
	}
	#content .primary dl.prices dt {text-transform: none}
	dl.relations {
		float: left;
		width: 100%;
		clear: both;
		margin-top: 2em;
	}

		dl.relations dt,
		div.secondary dl dt {
			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%;
		}
		ul.etc-links {margin: 0}

		dl.relations dt,
		dl.relations dd {margin: .25em 3px 0 0}

		dl.show-summary dt,
		dl.show-summary dd {line-height: 1.7}
		dl.show-summary dd {width: 120px}

		div.secondary ul.etc-links a.button {
			float: none;
			margin-top: 2em;
			font-size: .9em;
			padding: .2em .5em 0;
		}

	div.secondary h3 {
		clear: both;
		margin-top: .5em;
	}
		div.secondary h4.date {margin-bottom: 0}

	div.secondary .line {
		margin: 2em 0 1em 0;
		float: left;
		width: 100%;
	}

	div.performer-media-links h4 {
		clear: both;
		margin-bottom: .25em;
		color: #FFF;
		text-transform: none;
		letter-spacing: .25px;
	}
		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.website { background-position: 0 -146px}
			div.secondary ul.media-links li a.play { background-position: 0 -246px}
			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.myspace-url,ul.find-us-on li a.myspace { background-position: 0 -196px}
			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}

	div.secondary div.upcoming-show-internal {margin: 0 0 2em 0}
	div.secondary div.upcoming-show-internal a {color: #FFF}
	div.secondary div.upcoming-show-internal a:hover {color: #A6CE39}

/*	Social Photos */
	.events #content > div.gutter,
	.gallery div.gutter {
		width: 671px;
	}
	#social-user-login {
		position: absolute;
		top: 0px;
		right: 27px;
		width: 160px;
		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;
	}

	.gallery .tiles {
		margin: 1em 0;
	}

	ul.tiles li.thumb-shot a img,
	.gallery .gallery 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 .gallery ul.tiles li a img,
		#ie.v7 .gallery ul.tiles li a img {
			margin-bottom: 0px;
		}

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

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

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

	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;
		border-radius: .1em
		-moz-border-radius: .1em;
		-webkit-border-radius: .1em;
		border: 1px solid #000;
		color: #000;
		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: #FFD400;
		clear: left;
	}

	dl.year-container dt.year {
		font-size: 1.2em;
		font-weight: bold;
	}
	dl.event-container dt.date {
		color: #FFF;
		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 {
		font-size: .9em;
		display: inline;
		float: left;
		margin-bottom: 0;
	}

	dd.event a.inline-button {
		font-size: .7em;
		text-transform: lowercase;
	}

	ul.tiles li.private a.download {
		padding: 0 .5em;
		line-height: 1.5em;
		clear: left;
		float: left;
		text-transform: lowercase;
		font-size: 1em;
		color: #58595B;
		margin-top: .25em;
	}

	dl.event-container dd.event h3 a {
		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;
	}

	#archives .left {float: left}

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

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

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

	#content div.vcard .adr {
		font-size: 1.2em;
	}
	#footer .vcard dd.adr,
	#footer .vcard dd.tel {
		width: 90%;
	}

	#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: 0 4px 1.5em 0;
	}

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

	a.randb {
		font-size: 1.2em;
		display: block;
		margin-top: .4em;
	}

/******************************************************************************
** 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}
		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;
		color: #FFF;
	}

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

	div.payment-gateway-error {
		line-height: 2;
		text-align: left;
		border: 1px solid #323232;
		z-index: 50;
		padding: .5em 1.5em;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #F15A22;
		font-size: 115%;
		margin: 0 5% 1em 0;
		clear: both;
	}
		div.payment-gateway-error h5 {
			color: #FFF;
			font-size: 1.3em;
		}
		div.payment-gateway-error p {
			margin: 0;
			color: #323232;
			line-height: 1.2;
		}

	#order-total {font-size: 1.8em}
	#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,
	.processing {float: right}
	#payment a.eway {float: left}

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

/******************************************************************************
** FAQ
*******************************************************************************/
	#content .faq {
		clear: both;
		margin-left: 2em;
		padding: 1em 0;
		border-top: 1px dotted #636466;
	}
		#content h3 + .faq {border-top: none}
		#content .faq h4 {text-transform: none}
		#content .faq .tags {
			font-size: 1.1em;
			margin: .5em 0;
			float: left;
		}

			#content .faq .tag {
				background: #636466;
				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 {
		width: 100%;
		float: left;
		text-align: center;
		margin: 2em 0 1em;
	}

	ul.pagination li {display: inline}
	ul.pagination li a {padding: 5px}

	ul.pagination li a.pagination-next,
	ul.pagination li a.pagination-previous {
		background: url('../images/icons-24.png') no-repeat right -48px;
		width: 150px;
		display: inline-block;
		padding: 5px 0 10px
	}
		#ie.v7 ul.pagination li a.pagination-next,
		#ie.v7 ul.pagination li a.pagination-previous {padding: 0 0 5px}

	ul.pagination li a.pagination-previous {background-position: left 0}

	ul.pagination li a:hover {
		text-decoration: underline;
		color: #FFF;
	}
	ul.pagination li.disabled a {visibility: hidden}

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

	#share-start strong {
		color: #FFF;
		background: #72bf45;
		font-size: 1em;
		padding: .25em 1.5em;
		float: none;
		display: inline-block;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1.1;
		vertical-align: 2px;
	}

	div.addthis_toolbox ul {
		display: none;
	}

	ul.share-list {
		position: absolute;
		top: 21px;
		left: 5px;
		padding: 0;
		margin: 0;
		z-index: 100;
		border-bottom: 2px solid #72BF45;
	}
	.gallery ul.share-list {
		left: 0px;
		top: 17px;
	}

	div.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}

	#share-start ul.share-list li a {
		background-image: none;
		text-indent: 0;
	}
	#share-start ul.share-list li span {
		display: inline-block;
		margin: 0 8px -3px 0;
		text-indent: 0;
	}

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

	#login-header {
		background: #FFF url('../images/shadow-gradient.png') repeat-x left bottom;
		border-bottom: 2px solid #a6ce39;
		color: #30271b;
	}
		#login-header li {color: #000}
		#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: 14px 0 0;
			float: left;
			font-weight: normal;
		}
			#ie #login-header strong {padding: 19px 0 0}

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

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

			#login-header form button,
			#login-header a.sign-up {
				background: #2a353c;
				padding: 3px .75em;
				margin: 0 0 0 1em;
				text-transform: uppercase;
				text-align: center;
				color: #FFF;
				border: none;
				cursor: pointer;
			}

			#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;
					color: #323232;
				}

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

		#login-header a.sign-up {
			float: right;
			display: inline-block;
			padding: .75em 1.25em .5em;
			margin: -.25em 3px 0 0;
			border: 2px solid #FFF;
			font-size: 1.3em;
			line-height: 15px;

			border-radius: .25em;
			-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: #A6CE39;
		color: #222;
		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 li {
			padding: 1em 2em .25em;
			border-bottom: 1px solid #D7D7D7;
		}
		#bulletins h3 {color: #00AEEF}
		#bulletins h5 span {float: right}

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

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

		#recent-shows span.right {color: #FFD400}
		#recent-shows dl.inline {
			margin-top: .75em;
			font-size: .9em;
		}
		#recent-shows dl.inline dd {margin: 0 5px}
		#recent-shows a.inline-button {margin: .75em 0 0 1em}