/* -------------------------------------------------------------------------------------------- */
/* SPECIAL EVENTS  */
body#special-events #content {
	background: #e5ebed url(../_img/events-sidebar-bg.png) repeat-y left top;
}
body#special-events .sidebar {
	float: left;
	width: 275px;
}
body#special-events .sidebar ul {
	margin-top: 57px;
}
body#special-events .sidebar ul li {

}
body#special-events .sidebar ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center right;
	width: 250px;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-right: 25px;
	text-indent: -9999px;
}
body#special-events .sidebar ul li:hover {
	background-image: url(../_img/events-hover.png);
}
body#special-events .sidebar ul li a.active {
	background-color: #e5ebed;
}	
body#special-events .sidebar ul li a.about-the-venue {
	background-image: url(../_img/events-about.png);
	background-position: 117px center;
}
body#special-events .sidebar ul li a.features-and-services {
	background-image: url(../_img/events-features.png);
	background-position: 76px center;
}
body#special-events .sidebar ul li a.accomodations {
	background-image: url(../_img/event-accomodations.png);
	background-position: 105px center;
}
body#special-events .sidebar ul li a.viewing-information {
	background-image: url(../_img/events-viewing.png);
	background-position: 82px center;
}
body#special-events .sidebar ul li a.gallery {
	background-image: url(../_img/events-gallery.png);
	background-position: 183px center;
}
body#special-events #contact {
	border: 1px solid #c2c4c5;
	margin-left: 10px;
	margin-right: 25px;
	margin-top: 40px;
}
body#special-events #contact .legend {
	background: #c2c4c5 url(../_img/events-legend.png) no-repeat center center;
	text-indent: -9999px;
	padding-top: 10px;
	padding-bottom: 10px;
}
body#special-events #contact p {
	padding: 7px 12px 12px 12px;
	font-size: 13px;
}
body#special-events #contact a {
	color: #646464;
	text-decoration: underline;
}
body#special-events #contact a:hover {
	color: #4b4b4b;
}
body#special-events .insight {
	padding-top: 60px;
	padding-left: 10px;
	margin-left: 275px;
	margin-bottom: 20px;
}
body#special-events .outerMask {
	width: 555px;
	height: 1000px;
	overflow: hidden;
}
body#special-events .innerMask {
	width: 3365px; /* width of outerMask * number of sections + margins: i.e 555px * 5sections + (10px margin * 5) */
}
body#special-events .entry {
	width: 555px;
	float: left;
	margin-right: 10px;
}
body#special-events .entry a {
	color: #747676;
}	
body#special-events .insight  .copy {
	font-size: 18px;
	color: #323435;
	line-height: 1.8em;
	padding-top: 14px;
}
body#special-events .insight  .copy p {
	margin-bottom: 16px;
}
body#special-events .entry .navigate {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
body#special-events .entry .navigate a {
	display: block;
	height: 32px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
body#special-events .entry .navigate a:hover {
	background-position: 0px -34px;
}
body#special-events .entry .navigate a.features-and-services {
	width: 224px;
	background-image: url(../_img/events-features-next.png);
}
body#special-events .entry .navigate a.accommodations {
	width: 188px;
	background-image: url(../_img/events-accommodations-next.png);
}
body#special-events .entry .navigate a.viewing {
	width: 212px;
	background-image: url(../_img/events-viewing-next.png);
}
body#special-events .entry .navigate a.gallery {
	width: 106px;
	background-image: url(../_img/events-gallery-next.png);
}
body#special-events .entry h2 {
	text-align: center;
	margin-bottom: 15px;
}
body#special-events .entry h2.gallery-title {
	display: block;
	width: 293px;
	height: 28px;
	background: url(../_img/events-gallery-title.png) no-repeat;
	text-indent: -9999px;
}
body#special-events .entry h2.sifr, 
body#special-events .entry  h3.sifr {
	font-family: "Rockwell","Courier New", mono;
	font-weight: normal;
	font-size: 24px;
	margin-right: 10px;
	background-color: #e6ebee;
	color: #000;
	line-height: 1em;
	text-align: center;
}
 body#special-events .entry  h3.sifr  {
 	font-size: 18px;
 }

body#special-events .entry ul.gallery li {
	float: left;
}
body#special-events .entry ul.gallery li a {
	display: block;
	width: 91px;
	height: 91px;
	margin-right: 12px;
	margin-bottom: 10px;
	border: 3px solid #b7bcbe;
}

