@charset "utf-8";
/* CSS Document */

/* INDEX

00 - Universal
01 - Downtown Coupons
02 - Stay & Play
02.1 - Holiday Stay & Play
03 - Home Page
04 - Events Calendar
05 - Styled Lists
06 - What's Up Downtown

*/

/* 00 - Universal */
.clearBoth { clear: both; }

/* 01 - Downtown Coupons */

.leftColumn, .rightColumn {
	float: left;
	padding: 0 9px 0 6px;
}
.DTcoupons {
	width: 280px;
}
.DTcoupons dt {
	background: #0372A9 url('imgs/downtown-coupons.gif') no-repeat;
	clear: left;
	color: #FFF;
	font: bold 11pt/13pt Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 6px 8px 4px 8px;
}
.DTcoupons dt em {
	font-weight: normal;
}
.DTcoupons dd img {
	float: right;
	margin: 0 0 8px 7px;
}
.DTcoupons dd {
	border: 2px solid #349DD1;
	border-top-width: 0;
	margin: 0 0 15px 0;
	padding: 10px 8px 12px 8px;
}

/* 02 - Stay & Play */

/* main layout */
	.StayPlay { padding: 20px 35px 35px 35px; }
	.StayPlay .headline h1 {
		margin: 0; padding: 0;
		display: block;
		float: left;
		margin-left: -10px;
		width:309px; height: 147px;
	}
	.StayPlay .headline p { float: right; margin: 0; padding: 0; margin-right: -10px; width: 245px; }
	.StayPlay h2 {
		clear: both;
		margin: 0; padding: 0;
		width: 543px; height: 55px;
	}
	.hotelPackage {
		padding: 15px 0 15px 15px;
	}
	.hotelPackage .lInfo {
		float: left;
		width: 345px;
	}
	.hotelPackage .rInfo {
		background: url('stay-and-play/bluebox-bottom.gif') no-repeat left bottom; /* bottom rounded edges of reservation line box */
		float: right;
		margin-bottom: 10px;
		width: 169px;
	}
	.StayPlay .hRule {
		margin:  1em 0 0.5em 15px;
	}

/* hotel package styling */
	.hotelPackage p { margin: 1em 0 0 0; padding: 0; }
	.hotelPackage ul { padding-top: 0; }
	.hotelPackage h3 { font: bold 11pt Tahoma, Arial, Helvetica, sans-serif; margin-top: 0; }
	.hotelPackage h3 em { color: #17941F; font-style: normal; }
	p.reservationLine {
		background: #1F599E url('stay-and-play/bluebox-top.gif') no-repeat left top;
		color: #FFF;
		display: block;
		margin-bottom: 4px;
		margin-top: 15px;
		padding: 10px 12px 6px 12px;
	}
	p.reservationLine a { color: #FFF; }

/* 02.1 - Holiday Stay & Play */

.sp { padding: 20px 30px 35px 25px !important; }

.StayPlay .headline h1.holiday {
	float: right;
	margin-left: 15px;
	width: 296px; height: 158px;
}
.sp .headline p { margin-top: 10px; }
.StayPlay h2.hsp { margin-left: 8px; margin-right: -10px; } 

.sp .hotelPackage h3 { color: #1C71A4; }
.sp p.reservationLine { background: #1C71A4 url('2008-hsp/holiday-res-top.gif') no-repeat left top; }
.sp .rInfo { background: url('2008-hsp/holiday-res-bottom.gif') no-repeat left bottom; }

.toTop {
	display: block;
	float: right;
	margin-bottom: 20px;
}

/* 03 - Home Page */

.rightBlue { border-right: 1px solid #319DCB; }

.upcomingEvents { color: #666; }
.upcomingEvents a.text_body { text-decoration: none; }
.upcomingEvents hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	line-height: 0;
	margin: 0;
	padding: 8px 0;
	width: 195px; height: 1px;
}
.upcomingEvents > hr {
	margin: 8px 0;
	padding: 0;
}

/* 04 - Events Calendar */

#eventCalendar a {
	font-weight: bold;
	text-decoration: none;
}

#recurringEvents {
	margin: 0 10px 0 25px;
}
#recurringEvents .text_main_header01 {
	border-bottom: 1px solid #0372A9;
	display: block;
	width: 100%;
}

/* 05 - Styled Lists */

.pdfList, .mailList {
	margin: 0; padding: 0; margin-left: 15px;
	list-style-type: none;
}
.pdfList li, .mailList li {
	background: url('imgs/icon-pdf.gif') no-repeat left 3px;
	line-height: 1.2em;
	margin: 0;
	padding: 5px 0 5px 23px;
}
.mailList li { background: url('imgs/icon-email.gif') no-repeat left 2px; }
.noUnderline a { text-decoration: none !important; }

/* 06 - What's Up Downtown */

#whatsUpSignup {
	clear: both;
	margin-left: 8px;
	width: 362px;
}
#whatsUpSignup dt {
	background: #0372A9 url('imgs/dt-top-362.gif') no-repeat;
}
#whatsUpSignup dd {
	padding: 0;
}
#whatsUpSignup dd img { /* undo previous styling */
	float: none;
	margin: 0;
}
#whatsUpSignup dd #signupForm {
	margin: 10px;
}
#whatsUpSignup dd #signupForm table {
	font-size: 8pt;
	line-height: 2em;
}
#whatsUpSignup dd #signupForm table input {
	width: 100%;
}
.currentNewsletter {
	background: #026CB8 url('imgs/newsletter-current-bg.jpg') no-repeat;
	font: 10pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
	width: 183px; height: 62px;
}
.currentNewsletter a {
	color: #FFF;
	display: block;
	padding: 7px 10px;
	text-decoration: none;
}
.currentNewsletter a:hover {
	color: #FD0;
}
.whatsUpDowntown .rightColumn h2 {
	clear: both;
	margin-bottom: 0.6em;
	margin-top: 2.4em;
}
