	@charset "utf-8";
	/* CSS Document */
	
	body {
		background-color: #000000;
		background-image: url(/img/background.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		margin: 0px;
		padding: 0px;
		font: 80% Calibri, Arial;
		color: #fff;
		z-index: -1001;
	}

	
	.box-content h1 {
		line-height: 90%;	
	}
	
	a {
		color: #fff;
		text-decoration: none;
		outline: none;
	}
	
	a:hover {
		color: #C00;
	}
	
	#frame {
		width: 1000px;
		margin: 0px auto;
	}
	
	#header {
		height: 144px;	
	}
	
	#header h1 {
		text-indent: -9999px;
		height: 144px;
		width: 380px;
		background-image: url(/img/logo.png);
		background-repeat: no-repeat;
		float: left;
	}
	
	#header h1 a {
		height: 144px;
		width: 380px;
		display: block;
	}	
	
	#user {
		width: 400px;
		height: 94px;
		float: right;
		padding-top: 50px;
	}
	
	#user .formRow {
		padding: 1px;
	}
	
	#user .formRow label {
		font-size: 140%;
		font-weight: normal;
	}
	
	#user .formSubmitRow {
		padding-right: 37px;	
	}
	
	.loginButton {
		background-image: url(img/button.login.png);
		background-repeat: no-repeat;
		background-color: transparent;
		text-indent: -9999px;
		width: 44px;
		height: 17px;
		border: none;
		cursor: pointer;
		outline: none;
		color: transparent;
		font-size: 0px;
		line-height: 0px;
	}
	
	.registerButton {
		background-image: url(img/button.register.png);
		background-repeat: no-repeat;
		background-color: transparent;
		text-indent: -9999px;
		width: 68px;
		height: 17px;
		border: none;
		cursor: pointer;
		outline: none;
		margin-right: 10px;
		font-size: 0px;
		line-height: 0px;
	}
	
	#member {
		text-align: right;
		margin-right: 20px;
		margin-top: 60px;
		font-size: 140%;
	}
	
	#user .formRow input {
		width: 200px;
		height: 30px;
		border: none;
		background-image: url(img/input.png);
		background-repeat: no-repeat;
		background-color: transparent;
		padding-top: 7px;
		padding-left: 10px;
	}
	
	#menu {
		height: 46px;
		margin-top: 10px;
		clear: both;
	}
	
	#menu_left {
		background-image: url(/img/menu.left.png);
		background-repeat: no-repeat;
		background-position: top left;
		height: 46px;
		padding-left: 18px;
	}
	
	#menu_right {
		background-image: url(/img/menu.right.png);
		background-repeat: no-repeat;
		background-position: top right;
		height: 46px;
		padding-right: 18px;
	}
	
	#menu ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		background-image: url(/img/menu.tile.png);
		background-repeat: repeat-x;
		background-position: top;
		height: 46px;
	}
	
	#menu ul li {
		float: left;
		height: 34px;
		margin: 6px 0px;
		background-image: url(/img/menu.div.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		width: 120px;
	}
	
	#menu ul li#lastMenu {
		background: none;	
	}
	
	#menu ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 120%;
		text-align: center;
		padding-top: 6px;
		padding-bottom: 10px;
		display: block;
		background-repeat: repeat-x;
		background-position: top;
		margin-right: 1px;
	}

	#menu ul li a:hover {
		background-image: url(/img/menu.sel.jpg);
	}
	
	#menu ul li ul {
		background-image: url(/img/submenu.bottom.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 200px;
		height: auto;
		position: relative;
		left: -9999px;
		padding: 0px;
		margin: 0px;
	}
	
	#menu ul li:hover ul, #menu ul li.sfhover ul {
		left: auto;	
	}
	
	#menu ul li ul li {
		float: none;
		background: none;
		margin: 0px;
		width: auto;
	}
	
	#menu ul li ul li a {
		background-image: none;
		text-align: left;
		padding: 4px 15px;
		display: block;
		min-width: 150px;
	}
	
	#menu ul li ul li a:hover {
		background: none;
		color: #000;
	}
	
	#content {
		clear: both;
		margin-top: 20px;
	}
	
	#latest {
		width: 490px;
		float: left;
		
	}
	
	#rightCol {
		width: 230px;
		float: right;
	}
	
	#latest .box-content {
		height: 350px;	
		background-image: url(/img/title.home.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 60px;
		overflow: hidden;
	}
	
	.eventListing {
		width: 122px;
		float: left;
		height: 170px;
		margin: 4px;
	}
	
	.eventListing img {
		border: 1px solid #ccc;	
	}
	
	.eventListing p {
		margin: 2px 0px;	
	}
	
	.eventListing b {
		font-weight: bold;
		color: #ff0000;
	}
	
	.eventDates {
		
	}
	
	.eventDates table {
		width: 100%;
		border-spacing: 0px;
		border-top: 1px solid #666;
	}
	
	.eventDates table tr {
		
	}
	
	.eventDates table tr td {
		padding: 3px;
		border-bottom: 1px solid #666;
		border-spacing: 0px;
	}
	
	.sideEvent {
		margin-bottom: 10px;	
	}
	
	
	#featured {
		width: 490px;
		float: right;
	}
	
	#featured .box-content {
		height: 350px;	
		background-image: url(/img/featured.events.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 54px;
		overflow: hidden;
	}
	
	#featured h1 {
		font-size: 160%;
		color: #ff0000;
	}
	
	#featured h2 {
		font-size: 130%;
		color: #fff;
	}
	
	.mainEvent {
		clear: left;
		padding-top: 2px;
	}
	
	.mainEvent img {
		border: 1px solid #ccc;
		float: left;
	}
	
	.mainEventText {
		width: 120px;
		float: right;
	}
	
	.mainEventText h2 {
		margin-top: 0px;	
		margin-bottom: 0px;
	}
	
	.mainEventText h1 {
		color: #F00;
		margin-top: 3px;
		margin-bottom: 2px;
		padding: 0px;
	}
	
	.mainEventText h3 {
		color: #F99;
		margin-top: 0px;
	}
	
	.mainEventText a {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 22px;
	}
	
	.mainEventText a#moreinfo,
	.mainEventText a.moreinfo{
		background-image: url(/img/info.jpg);	
	}
	
	.mainEventText a#bookguestlist,
	.mainEventText a.bookguestlist{
		background-image: url(/img/book.jpg);	
	}
	
	.eventFlyer {
		width: 390px;
		float: left;
	}
	
	.eventFlyer img {
		border: 1px solid #ccc;	
	}
	
  .eventDetails {
		width: 300px;
		float: right;
	}
	
	.news {
		height: 38px;
		margin-bottom: 20px;
		clear: left;
	}
	
	.newsLeft {
		background-image: url(/img/news.left.png);
		padding-left: 17px;
		background-repeat: no-repeat;
		background-position: left;
	}
	
	.newsRight {
		background-image: url(/img/news.right.png);
		padding-right: 17px;
		background-repeat: no-repeat;
		background-position: right;
	}
	
	.newsContent {
		background-image: url(/img/news.back.png);
		background-repeat: repeat-x;
		color: #fff;
		height: 38px;
		width: 966px;
		overflow: hidden;
	}
	
	.newsItem {
	
	font-size: 130%;
	width: 4000px;
	margin: 7px 0px;
	height: 20px;
	}
	
	.newsItem a:hover {
		color: #000;
	}
	
	.newsStart {
		
	}
	
	.newsEnd {
		
	}
	
	#leftContent {
		width: 750px;
		float: left;
		margin-bottom: 20px;
	}
	
	#leftContent h2 {
		font-weight: normal;
		font-size: 180%;
		margin: 4px 0px;
	}
	
	#side {
		margin-bottom: 20px;	
	}
	
	#gallery {
		margin-top: 20px;	
	}
	
	#galleries {
		width: 450px;
		float: right;
		background-image: url(/img/latest.galleries.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		padding-top: 45px;
	}
	
	#comments {
		width: 450px;
		float: left;
		background-image: url(/img/latest.comments.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		padding-top: 45px;
	}
	
	.comment {
		border-bottom: 1px solid #900;
		padding: 5px;
		clear: left;
		height: 92px;
	}
	
	.comment a {
		color: #F00;
		text-decoration: none;
	}
	
	.comment p {
		margin-top: 3px;	
	}
	
	.gallery {
		padding: 10px;
		float: left;
		height: 120px;
		width: 190px;
	}
	
	.gallery a {
		color: #F00;
		text-decoration: none;
	}
	
	.gallery p {
		margin-top: 3px;	
	}
	
	a.galleryLink {
		width: 72px;
		height: 100px;
		border: 1px solid #ccc;
		background-repeat: no-repeat;
		background-position: center center;
		display: block;
		margin-right: 5px;
		text-indent: -9999px;
		outline: none;
	}
	
	a.profileLink {
		width: 90px;
		height: 90px;
		border: 1px solid #ccc;
		background-repeat: no-repeat;
		background-position: center center;
		display: block;
		float: left;
		margin-right: 5px;
		text-indent: -9999px;
		outline: none;
	}
	
	#footer {
		padding: 20px 0px;
		clear: both;
	}
	
	.buttonBuy {
		width: 90px;
		height: 34px;
		display: block;
		background-image: url(/img/button.ticket.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	
	.buttonGuest {
		width: 90px;
		height: 34px;
		display: block;
		background-image: url(/img/button.guestlist.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	
	.buttonLGOI {
		width: 83px;
		height: 27px;
		display: block;
		background-image: url(/img/lgoi.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	
	.galleryThumb {
		width: 230px;
		height: 120px;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	
	.galleryThumb a {
		width: 110px;
		height: 110px;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		text-indent: -9999px;
		float: left;
		margin-right: 6px;
		border: 1px solid #ccc;
	}
	
	.galleryFooter {
		clear: left;
		height: 50px;
	}
	
	.box {
		background-image: url(/img/box.top.png);
		background-repeat: repeat-x;
		background-position:top;
		background-color: #191718;
	}
	
	.box-top-left {
		background-image: url(/img/box.top.left.png);
		background-repeat: no-repeat;
		background-position: top left;
		height: 17px;
	}
	
	.box-top-right {
		background-image: url(/img/box.top.right.png);
		background-repeat: no-repeat;
		background-position: top right;
		height: 17px;
	}
	
	.box-bottom {
		background-image: url(/img/box.bottom.png);
		background-repeat: repeat-x;	
		background-position: bottom;
	}
	
	.box-bottom-left {
		background-image: url(/img/box.bottom.left.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		height: 17px;
	}
	
	.box-bottom-right {
		background-image: url(/img/box.bottom.right.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		height: 17px;
	}
	
	.box-left {
		background-image: url(/img/box.left.png);
		background-repeat: repeat-y;
		background-position: left;
	}
	
	.box-right {
		background-image: url(/img/box.right.png);
		background-repeat: repeat-y;
		background-position: right;
	}
	
	.box-content {
		margin: 0px 20px;
		padding: 1px 0px;
	}
	
	.box-content h1 {
		margin-top: 0px;
		font-size: 280%;
		font-weight: normal;
		margin-bottom: 10px;
	}
	
	.box-content h2 {
		color: #C00;	
	}
	
	#calendar {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		clear: both;
		margin-top: 15px;
	}
	
	.calendarCell {
		width: 14.28%;
		float: left;
	}
	
	.calendarHeader {
		padding: 5px;
		font-size: 120%;
		font-weight: bold;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	.calendarDay {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background-repeat: no-repeat;
		background-position:5px 5px;
		height: 110px;
		font-size: 90%;
		padding: 3px;
		padding-top: 28px;
	}
	
	.calendarDay a {
		clear: left;
		padding: 2px;
		display: block;
		font-weight: normal;
	}
	
	.calendarDay a:hover {
		
	}
	
	.calendarDay table {
		margin: 0px;
		padding: 0px;
	}

	.calCellTop {
		margin: 0px;
		padding: 0px;
		height: 46px;
	}
	
	.calCellBottom {
		margin: 0px;
		padding: 0px;
		height: 34px;
	}

	
	#footer {
		text-align: center;
		color: #999;
	}
	
	.listItem {
		clear: left;
		border-bottom: 1px solid #333;
		padding: 10px;
	}
	
	.listItem h2 {
		margin-top: 0px;	
	}
	
	.listItem img {
		margin-right: 15px;
		float: left;
		border: 2px solid #ccc;
	}
	
	.djDetails {
		float: left;
		width: 350px;
		margin-right: 20px;
	}
	
	.djDetails img {
		border: 2px solid #ccc;	
	}
	
	.djPlayer {
		margin: 10px;
		text-align: center;
	}
	
	#homeFooter {
		clear: both;
		margin-top: 20px;
		
	}
	
	#homeFooter .box-content {
		height: 175px;
	}	
	
	.socialLogos {
		width: 220px;
		float: left;
	}
	
	.socialLogos img {
		margin: 5px;
		border: none;
	}
	
	.socialLogos a {
			
	}
	
	.latestVideo {
		width: 430px;
		float: left;
		height: 175px;
		background-image: url(/img/title.video.png);
		background-repeat: no-repeat;
		background-position: top left;
		padding-top: 43px;
	}
	
	.latestVideo a {
		margin-right: 5px;	
		width: 202px;
		height: 130px;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		border: 1px solid #ccc;
		float: left;
	}
	
	.latestVideoMore {
		clear: left;
		background-image: url(/img/title.video.png);
		background-repeat: no-repeat;
		background-position: top left;
		padding-top: 50px;
	}
	
	.latestVideoMore a {
		margin:5px;
		width: 219px;
		height: 20px;
		padding-left: 5px;
		padding-top: 110px;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		border: 1px solid #ccc;
		float: left;
	}
	
	
	.latestNews {
		width: 310px;
		float: right;
		height: 175px;
		background-image: url(/img/title.news.png);
		background-repeat: no-repeat;
		background-position: top left;
		padding-top: 43px;
	}
	
	.article {
		border-bottom: 1px solid #666;
		padding: 5px 0px;
	}
	
	.article a {
		color: #ff0000;
	}
	
	.article b a {
		color: #ff0000;	
	}
	
	.formRow {
		padding: 3px;
		clear: left;
	}
	
	.formRow textarea {
		float:left;	
	}
	
	.formRow input {
		
	}
	
	.formRow label {
		width: 150px;
		font-weight: bold;
		float: left;
		text-align: right;
		margin-right: 15px;
		padding-top: 3px;
	}
	
	.formRow select {
		width: 150px;	
	}
	
	.formRow input[type="text"] {
		width: 145px;	
	}
	
	.formSubmitRow {
		text-align: right;
		padding: 10px 20px;
	}
	
	#form {
		width: 340px;
		float: left;
		margin-right: 15px;
	}
	
	#form h3 {
		font-size: 150%;
		margin: 5px 0px;
	}
	
	.error {
		border: 1px solid #ff0000;
		padding: 3px;
	}
	
	.error p {
		margin: 5px;	
	}
	
	body {
		background-color: #000000;
		background-image: url(/img/background.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		margin: 0px;
		padding: 0px;
		font: 80% Calibri, Arial;
		color: #fff;
	}
	
	#oldie #header h1 {
		behavior: url(/js/iepngfix.htc)
	}
	
	#oldie #user .formRow input {
		behavior: url(/js/iepngfix.htc)
	}
	
	#oldie #user .formSubmitRow input {
		behavior: url(/js/iepngfix.htc)
	}
	
	#oldie #menu_left {
		
		background-image: none;
	}
	
	#oldie #menu_right {
		
		background-image: none;
	}
	
	#oldie #menu ul {
		background-color: #333;
		border: 4px solid #666;
		background-image: none;
		overflow: hidden;
		height: 30px;
	}
	
	#oldie #menu ul li {
		margin: 0px;
		width: 119px;
		overflow: hidden;
	}

	#oldie #menu ul li ul {
		height: auto;
		top: -4px;
	}
	
	#oldie #menu ul li ul li {
		width: auto;	
	}
	
	#oldie #latest .box-content {
		behavior: url(/js/iepngfix.htc);	
	}
	
	#oldie .latestVideo {
		behavior: url(/js/iepngfix.htc);	
	}
	
	#oldie .latestNews {
		behavior: url(/js/iepngfix.htc);	
	}
	
	#oldie .eventListing {
		width: 120px;	
	}
	
	#movement {
		width: 100%;
		min-width: 1000px;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1000;
	}
#virtualTours {
  width: 600px; 
  margin-right: auto; 
  margin-left: auto; 
  text-align:center
}
#virtualTours .boxes {
  width:150px;
  margin:25px;
  float:left;
}



#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

.lightbox img {
	border: none;	
}

#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#slideshow #slidesContainer {
  margin:0 10;
  height:110px;
  width:136px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  float:left;
 }

#slideshow #slidesContainer .slide {
  margin:0 auto;
  height:98px; 
  width:150px;
  float:left;
  background-repeat:no-repeat;
}

#rightControl {
	background-image:url(img/arrow-r.png);
	height:100px;
	width:40px;
	display:block;
	text-indent:-9999px;
	float:right;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	margin-right:2px;
}


#leftControl {
	background-image:url(img/arrow-l.png);
	height:100px;
	width:40px;
	margin-right:15px;
	display:block;
	position:relative;
	text-indent:-9999px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;

}


#inviteForm .formSubmitRow {
	clear:both;	
}

#inviteForm #form {
	width:350px;	
}

.removeFields {
	width:16px;
	height:16px;
	display:block;
	background-image:url(/img/delete.png);
	background-repeat:no-repeat;
	float:left;
	margin:1px;
	margin-top:3px;
	margin-left:80px;
	padding-left:20px;
	text-transform:capitalize;
}

.addMoreFields {
	width:160px;
	height:16px;
	display:block;
	background-image:url(/img/add.png);
	background-repeat:no-repeat;
	float:left;
	margin:1px;
	margin-top:3px;
	margin-left:80px;
	padding-left:20px;

}

.friends {
	width:450px!important;	
	margin-right:0px!important;
}

.friends .formRow input {
	float:left;
}

.friends .formSubmitRow {
	clear:both;
}

#nextButton a {
	display:block;
	background-image:url(/img/arrow-r.png);
	width:40px;
	height:40px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

#previousButton a {
	display:block;
	background-image:url(/img/arrow-l.png);
	width:40px;
	height:40px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

.selectedNumber {
	color:#F00;
}

.numbers p a {
	font-size:120%;
}

.vouchers {
	display:block;
	height:250px;
	width:200px;
	float:left;
	margin-right:20px;
	text-align:center;
}
.addthis_button {
	background:none!important;
	border:none!important;
	display:block!important;
	float:right!important;
	height:16px!important;
	margin-right:0px!important;
	text-indent:0px!important;
	width:112px!important;
}
#addThisP {
	text-align:right;
}

#addthis_toolbox img {
	border:none!important;	
}

#addthis_toolbox {
	margin-bottom:10px;	
}