*{
	margin: 0px;
	padding: 0px;
}
html { 
	height: auto;
	min-height: 100%;
	background: #0c0b09 url(../img/bg.jpg) repeat-x center bottom;
	background-attachment: fixed;
	margin: 0px;
}
	body, td, th {		
		font-size: 11px;
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		color: #fff;
	}
	
a, a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
		text-decoration: underline;
	}

ul{
	padding-left: 20px;
}

ol{
	padding-left: 20px;
}

	li{
		padding-left: 5px;
	}
	


#wrap {
	width: 996px;
	margin: 0px auto;
	background: #0B0A08 url(../img/wrap-bg.jpg) no-repeat left top;
}
.top{
	height: 83px;
	position: relative;
	text-align: center;
}
	.seven-deadly-sins-button{
		float: left;
		display: block;
		background: url(../img/seven-deadly-sins.gif);
		width: 238px;
		height: 37px;
		outline: none;
		margin: 27px 0 0 10px;
	}
	
	.vip-list-button{
		float: right;
		display: block;
		background: url(../img/VIP-list.gif);
		width: 173px;
		height: 37px;
		outline: none;
		margin: 27px 10px 0 0;
	}
	
	.seven-deadly-sins-button span, .vip-list-button span {
			left: -5000px;
			position: absolute;
		}
	/*Logo Top*/
	 .website-logo {	 			
		width: 218px;
		height: 186px;
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -104px;

	}
		.website-logo a, .website-logo a:hover{
			height: 186px;		
			display: block;
			text-indent: -9999px;
		}



/*Main Menu*/
.main-menu{	
	height: 50px;
	padding: 0 10px;
	margin-bottom: 20px;
}
	.menu-left{
		float: left;
	}
	.menu-right{
		float: right;
	}


/*Left Column*/
.left-column {
	width: 300px;
	margin: 20px 0 0 0;
	float: left;
}
.left-column .box-mid-top, .left-column .box-mid-bottom { width: 280px; }
.left-column .box-mid { width: 278px; padding: 0 10px; }

.left-column .red-mid-top, .left-column .red-mid-bottom { width: 280px; }
.left-column .red-mid { width: 280px; padding: 0 10px; }


/*Right Column*/
.right-column {
	width: 234px;
	margin: 20px 0 0 0;
	float: right;
}
.right-column .box-mid-top, .right-column .box-mid-bottom { width: 214px; }
.right-column .box-mid { width: 212px; padding: 0 10px; }

.right-column .red-mid-top, .right-column .red-mid-bottom { width: 214px; }
.right-column .red-mid { width: 214px; padding: 0 10px; }


/*Black Box */
.box-left-top, .box-right-top, .box-left-bottom, .box-right-bottom {
	float: left;
	overflow: hidden;
	width: 10px;
	height: 10px;
	background: url(../img/box-top-left.png) no-repeat 0 0;
	}

.box-right-top {
	background: url(../img/box-top-right.png) no-repeat 0 0;
	}
	
.box-left-bottom {
	background: url(../img/box-bottom-left.png) no-repeat 0 0;
	}

.box-right-bottom {
	background: url(../img/box-bottom-right.png) no-repeat 0 0;
	}

.box-mid-top {
	float: left;
	background: #0c0b09;
	border-top: 1px solid #333333;
	overflow: hidden;
	height: 9px;
	}

.box-mid-bottom {
	float: left;
	background: #0c0b09;
	border-bottom: 1px solid #333333;
	overflow: hidden;
	height: 9px;
	}

.box-mid {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background: #0c0b09;
	float: left;
	}
	
	.box-mid h1 {
		border-bottom:2px solid #780504;
		color:#FFFFFF;
		font-size:21px;
		font-weight: bold;
		margin:0 0 5px;
		padding-bottom:2px;
		letter-spacing: -1px;
	}
	
/*Red Box */
.red-left-top, .red-right-top, .red-left-bottom, .red-right-bottom {
	float: left;
	overflow: hidden;
	width: 10px;
	height: 10px;
	background: url(../img/red-top-left.png) no-repeat 0 0;
	}

.red-right-top {
	background: url(../img/red-top-right.png) no-repeat 0 0;
	}
	
.red-left-bottom {
	background: url(../img/red-bottom-left.png) no-repeat 0 0;
	margin-bottom: 10px;
	}

.red-right-bottom {
	background: url(../img/red-bottom-right.png) no-repeat 0 0;
	margin-bottom: 10px;
	}

.red-mid-top, .red-mid-bottom {
	float: left;
	background: #ac0100;
	overflow: hidden;
	height: 10px;
	}
	
.red-mid-bottom {
		margin-bottom: 10px;
	}


.red-mid {
	background: #ac0100;
	float: left;
	}
	
	.red-mid a, .red-mid a:hover {
			font-size: 21px;
			font-weight: bold;
			letter-spacing: -1px;
		}

			
/*Scheduled Box*/
.schedule-box{
		padding-bottom: 10px;
	}
	.schedule-box .box-mid a {
			padding: 0 0 6px;
			color: #FFFFFF;
			display: block;
	}
	
/*Guest List Box*/
.guest-box{
		padding-bottom: 10px;
	}

.guest-table-properties {}

	.guest-table-properties td{
			padding: 3px 0 4px 0;
			color: #868584;
			font-weight: bold;
		}
			.guest-table-properties p{
				padding-bottom: 10px;
				font-size: 11px;
				font-weight: normal;
				line-height: 1.2;
				color: #FFFFFF;
			}		
/* Content Holder */
.content{
	width: 442px;
	margin-left: 310px;
	margin-right: 234px;
	padding-top: 30px;
}	
	/*Upcomming Events- Home page*/
	.eventLabel{
		padding: 2px 7px;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		background: #D40810; 
		float: right;
		margin-bottom: 10px;
	}
	
.event_item {
	padding-bottom: 10px;
	float: left;
	width: 442px;
	text-align: justify;
	font-size: 13px;
	}

	.event_item h1, .headline1 h1 { /*There's only 1 content style so I added it here, also the content1 div ;-) */
		font-size: 30px;
		color: #ffffff;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: -2px;
		padding-bottom: 10px;
	}
	.content1 {
			text-align: justify;
			font-size: 12px;
			padding-bottom: 20px;
		}
		.content1 img {
				margin: 10px;
				border: 5px solid #fff;
			}
			
		.content1 a,  .content1 a:hover{
				color: #F00;
				font-weight: bold;
			}
		
		
   .event_item .short-description {
	  		font-size: 16px;
			padding: 20px 0;
			color: #AC0100;
	   }

/*New Party Pictures Box*/	
.new_pics {
	padding-bottom: 10px;
	}
.newPics {
	margin-bottom: 10px;
	padding: 9px 10px 8px 10px;
	background: #3D3C3A;
}
	.newPics img {
		border: 4px solid #FFFFFF;
		float: left;
		margin-right: 10px;
	}
		.newPics a, .newPics a:hover {
			font-size: 14px;
			color: #fff;
			text-decoration: none;
			display: block;
			}						

/* Image Gallery List & Display */
.image-list {}
.image-list .image-item, .image-list .image-item:hover {
	border: 5px solid #fff;
	width: 129px;
	display: block;
	margin: 0;
	padding: 0;
	}
.image-list .image-item:hover {
	border: 5px solid #ac0100;
	}
	
	.image-list .image-item span {
		display: block;
		height: 90px;
		overflow: hidden;
		cursor: pointer;
		padding: 0;
		margin: 0;
		border: 0;
		}
	.image-list .date {
			font-size: 10px;
			color: #666;
			text-align: center;
			width: 139px;
			padding: 6px 0 2px;
		}
		
	.image-list a, .image-list a:hover {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
			display: block;
			padding: 6px 10px 0;
		}
	
	.image-list .info {
			background: #fff;
			padding: 3px 5px;
			font-size: 10px;
			color: #666;
			width: 129px;
			margin: 0 auto;
			text-align: right;
		}

/* Image MiniNav */
.infoBar {
		background: #ac0100;
		height: 38px;
		padding: 6px 20px;
		font-size: 9px;
		text-align: center;
		margin-bottom: 10px;
	}
	.infoBar a{
			margin: 0;
			padding: 0;
		}
	.infoBar .mininav {
			width: 330px;
			margin: 0 auto;
		}
		
	.infoBar .mininav .back_to_gallery-btn {
			width: 64px;
			height: 9px;
			display: block;
			background: url(../img/back_to_gallery-btn.gif) no-repeat center top;
			margin-right: 20px;
			padding-top: 26px;
			float: left;
		}
	.infoBar .mininav .views {
			width: 50px;
			background: url(../img/views_box.gif) no-repeat center top;
			margin-right: 20px;
			padding-top: 5px;
			float: left;
		}
			.infoBar .mininav .views span {
					display: block;
					font-weight: bold;
					color: #555555;
					padding: 0 0 6px;
				}

	.infoBar .mininav .number {
			width: 41px;
			background: url(../img/number_box.gif) no-repeat center top;
			margin-right: 20px;
			padding-top: 5px;
			float: left;
		}
			.infoBar .mininav .number span {
					display: block;
					font-weight: bold;
					color: #c2080f;
					padding: 0 0 6px;
				}
	.infoBar .mininav .comments {
			width: 48px;
			background: url(../img/comments_box.gif) no-repeat center top;
			margin-right: 20px;
			padding-top: 4px;
			float: left;
		}
			.infoBar .mininav .comments span {
					display: block;
					font-weight: bold;
					color: #555555;
					padding: 0 0 7px;
				}
	.infoBar .mininav .rating {
			width: 26px;
			height: 9px;
			display: block;
			background: url(../img/rating_box.gif) no-repeat center 3px;
			margin-right: 20px;
			padding-top: 26px;
			float: left;
		}



 /*Footer*/
 .footer{
	background: url(../img/footer_top.gif) no-repeat left top #323232;
	width: 996px;
	margin: 10px 0px 20px 0px;
 }
 	.footer_bottom {
		background: url(../img/footer_bottom.gif) no-repeat bottom left #323232;
		padding: 10px;
	}
 	.footer a.flink, .footer a.flink:hover{
		width: 138px;
		height: 100px;
		margin-left: 9px;
		padding-top: 10px;
		float: left;
		display: block;
	}
	.footer-banner{
		width: 728px;
		height: 90px;
		float: right;
		margin: 10px 10px 10px 0;
	}
	
/*Form Style*/

.error {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	background-color: #CCCCCC;
	margin: 20px;
}


.txtform {
	border: 1px solid #2f2a2a;
	background: #1b1616;
	color: #fff;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 260px;
}

.txtform2 {
	width: 184px;
	height: 16px;
	border: 1px solid #959595;
	background: #FFFFFF;
}

.txtform3 {
	width: 186px;
	height: 19px;
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;	
	border: 1px solid #959595;
	background: #FFFFFF;
}
.button {
	border: 1px solid #443e3e;
	background: #2f2a2a;
	color: #fff;
	font-weight: bold;
	padding: 2px 4px;
}
.hideME {
		visibility: hidden;
		display: none;
	}

/* Float Fix */	
.clearfix:after{
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */  
