@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #000000;
	background-image: url(assets/pngs/red_curtains.png);
	background-repeat: repeat-y;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-position: center;
}
.partytime #container #mainContent #dame {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
	display: inline;
}

.partytime #apDiv1 {
	height: 800px;
	width: 100%;
	position: absolute;
	margin: 0px;
	padding: 5px;
	left: 0px;
	top: 0px;
	background-image: url(assets/tn/flyer6.jpg);
	background-repeat: no-repeat;
	visibility: visible;
}
.partytime #container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #CF0101;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.partytime #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(assets/top_red_curtain.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
	text-align: center;
} 
.partytime #sidebar1, .partytime #sidebar2 {
	width: 60px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 28.7em;
	background-color: #000000;
}
.partytime #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
}
.partytime #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
}
.partytime #mainContent {
	margin: 0px;
	width: auto;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 60px;
	border-bottom-width: 3px;
	border-left-width: 60px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 28em;
} 

.partytime #mainContent h2 {
	margin: 0px;
	padding: 0px;
}
.partytime #blank {
	height: 800px;
	width: 750px;
	background-image: url(assets/red_curtains.jpg);
}

.partytime #footer {
	margin: 0px;
	height: 100px;
	width: 750px;
	padding: 0px;
	background-image: url(assets/book_now.gif);
	z-index: 2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
.partytime #surtitle {
	background-color: #000000;
	text-align: center;
}
.partytime #navigation {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
}
.partytime #navigation ul, li {
	list-style-type: none;
	display: inline;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;

}

.partytime #navigation a {
	color: #FFFF99;
	text-decoration: none;
}
	
.partytime #navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.partytime #navigation .here {
	color: #FFFFFF;
}
.partytime #bottomspace {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 750px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.partytime #mainContent #leftpanel {
	padding: 5px;
	height: 430px;
	width: 305px;
	float: left;
}
.partytime #mainContent #crits {
	padding: 2px;
	height: auto;
	width: 150px;
	float: left;
	background-color: #CCCCCC;
	font-size: x-small;
	color: #000000;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: normal;
	font-style: italic;
	background-position: top;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
}
.partytime #crits .quote {
	margin: 0px;
	padding: 5px;
}


.partytime  #text   {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	padding: 0px;
	width: 100px;
	clear: right;
	text-align: center;
	margin: 0px;
}
.partytime  #text  p   {
	font-size: x-small;
	color: #660000;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.partytime #text .linktext {
	color: #0033CC;
	text-decoration: underline;
}

.partytime #rightpanel #showdisplay {
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 100%;
	height: 400px;
	background-color: #FF0000;
}
.partytime  #poster  {
	float: left;
	padding: 0px;
	width: 100px;
	text-align: center;
	margin-top: 3px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.partytime  #posterpast  {
	float: left;
	padding: 0px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
}

.partytime #mainContent #rightpanel {
	padding: 5px;
	height: 440px;
	width: 305px;
	float: right;
}
.partytime  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	display: none;
}
.partytime  h2 {
	font-size: 1.4em;
	color: #003366;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.partytime #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	width: 0px;
	background-color: #000000;
}
.partytime #curtains {
	width: 750px;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -375px;
	z-index: 1;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 50%;
	top: 0px;
}
.partytime #container #mainContent #poster img {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #996600;
}
.partytime #mask {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	background-image: url(assets/pngs/mask.png);
	background-repeat: no-repeat;
	background-position: center top;
}
