
/* ---------- Pyramid & Parr Hall homepage styles ---------- */

#slideshow {
	float: right;
}

.slideImg {
	float: right;
	border: 1px solid #d3cec9;
	height: 149px;
	width:	673px;
	position: relative;
}

.slideImg .justConfirmed {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 65px;
	height: 65px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat 0 0;
	text-indent: -99999px;
}

.slideImg .limitedSeats {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 65px;
	height: 65px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat -65px 0;
	text-indent: -99999px;
}

.slideImg .soldOut {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 65px;
	height: 65px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat -130px 0;
	text-indent: -99999px;
}

.slideImg a.familyFriendly {
	position: absolute;
	top: 56px;
	right: 10px;
	display: block;
	width: 45px;
	height: 45px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat 0 -110px;
	text-indent: -99999px;
}

.slideImg a.familyFriendly:hover {
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat -45px -110px;
}

.slideCaption {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 5px 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background: #4c4843;
	opacity:0.8;
	filter:alpha(opacity = 80);
	zoom:1;
}

.headerBuyNow {
	position: absolute;
	margin-right: 5px;
	bottom: 0;
	right: 55px;
	display: block;
	width: 45px;
	min-height: 8px;
	padding: 5px;
	background: #487f2b;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	opacity:0.8;
	filter:alpha(opacity = 80);
	zoom:1;
}

.headerEventInfo {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	margin-top: 5px;
	width: 45px;
	min-height: 8px;
	padding: 5px;
	background: #4c4843;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	opacity:0.8;
	filter:alpha(opacity = 80);
	zoom:1;
}

a.headerEventInfo:hover {
	background: #797570;
}

a.headerBuyNow:hover {
	background: #76b256;
}

.headerImg {
	float: right;
	border: 1px solid #d3cec9;
	height: 149px;
	width:	673px;
	position: relative;
}

.listedEvent {
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4cfca;
}

.listingImg {
	position: relative;
	float: left;
	padding: 0;
	margin-right: 20px;
	width: 213px;
	height: 100px;
}

.listingImg .justConfirmed {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat 0 -65px;
	text-indent: -99999px;
}

.listingImg .limitedSeats {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat -46px -65px;
	text-indent: -99999px;
}

.listingImg .soldOut {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat -92px -65px;
	text-indent: -99999px;
}

.listingImg a.familyFriendly {
	position: absolute;
	top: 50px;
	right: 5px;
	display: block;
	width: 45px;
	height: 45px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat 0 -110px;
	text-indent: -99999px;
}

.listingImg a.familyFriendly:hover {
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat -45px -110px;
}

.listingInfo {
	float: right;
	width: 420px;
}

.listingInfo h3 a, .listingInfo h3 a:visited {
	display: block;
	margin-bottom: 10px;
	font-size: 1.8em;
	color: #6a3a66;
	text-decoration: none;
}

.listingInfo h3 a:hover {
	color: #b285b8;
}

.listingInfo h4 {
	display: inline;
	padding: 2px 5px;
	background: #6a3a66;
	color: #fff;
	font-weight: bold;
}

.listingInfo p {
	padding-top: 10px;
}

.listingInfo .published {
	padding-top: 0;
	font-size: 0.9em;
	color: #4c4843;
}

.listingInfo p a, .listingInfo p a:visited {
	font-weight: bold;
	color: #6a3a66;
	text-decoration: none;
}

.listingInfo p a:hover {
	color: #b285b8;
	text-decoration: underline;
}

.listedEvent .caption {
	display: block;
	width: 208px;
	min-height: 8px;
	padding: 2px 0 4px 5px;
	background: #4c4843;
	color: #fff;
	text-decoration: none;
}

.listingInfo .buy {
	display: inline;
	padding: 2px 5px;
	background: #487f2b;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.listingInfo a.buy, .listingInfo a.buy:visited {
	background: #487f2b;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.listingInfo a.buy:hover {
	background: #76b256;
	color: #fff;
}

.eventContent {
	margin: 30px 20px 0 0;
	padding-bottom: 40px;
}

.eventContent p {
	margin-bottom: 10px;
}

.loveliveCode {
	color: #6a3a66;
	font-weight: bold;
}
