/*	-----------------------------------------------

	Resets And Primitives

	----------------------------------------------- */

body {
	font-size: 62.5%;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1em;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 2.0em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.6em;
}
h6 {
	font-size: 1.4em;
}
p {
	font-size: 1.2em; 
}
address,caption,cite,code,dfn,th,var { 
	font-style: normal; 
	font-weight: normal; 
}
ul,ol {
	font-size: 1.2em; 
}
a { 
	color: #000;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}
object {
	outline: none;
}
img {
	border: 0; 
}
strong {
	font-weight: bold;
}
em {
	font-style: italic; 
}
table {
	border-collapse: collapse;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}

/*	-----------------------------------------------

	Custom Primitives

	----------------------------------------------- */

div.hr {
	border-top: 1px solid #e5e5e5;
	clear: both;
	height: 1px;
	overflow: hidden;
}
	div.hr hr {
		display: none;
	}

/*	-----------------------------------------------

	Forms

	----------------------------------------------- */

fieldset {
	border: none;
}
	fieldset ol {
		list-style: none;
	}

/*** Buttons ***/

a.btn {
	cursor: pointer;
	display: block;
	position: relative;
}
	a.btn span {
		left: -999999px;
		position: absolute;
		top: -999999px;
	}

/*** Columns ***/

div.columns {
	overflow: hidden;
	width: 978px;
}
	div.columns div.column {
		float: left;
		min-height: 100px;
	}
		div.columns div.column div.section {
			overflow: hidden;
			padding: 20px 20px 0;
			width: 100%;
		}
			div.columns div.column div.section h3 {
				font-size: 1.455em;
				margin-bottom: 20px;
				position: relative;
				text-transform: uppercase;
			}
				div.columns div.column div.section h3 span.token {
					background: none;
					height: 15px;
					left: 5px;
					position: relative;
					top: 1px;
				}
			div.columns div.column div.section p {
				color: #666;
			}
			div.columns div.column div.section a.btn-short {
				margin-top: 10px;
			}
	div.columns div.column-single {
		border-left: 1px solid #e9e9e9;
		margin-left: -1px;
	}
		div.columns div.column-single div.section {
			border-top: 1px solid #E9E9E9;
			padding-bottom: 20px;
			width: 286px;
		}
			div.columns div.column-single div.section p {
				font-size: 1em;
				margin-top: -5px;
			}
			div.columns div.column-single div.section img.right {
				margin: 0 -20px 0 5px;
			}
		div.columns div.column-single div.section-top {
			background: #fbfbfb url(../img/bg/bg-section-video.png) repeat-x 0 bottom;
		}
	div.columns div.column-double {
		border-right: 1px solid #e9e9e9;
	}
		div.columns div.column-double div.hr {
			margin: 0 20px;
		}
		div.columns div.column-double div.section {
			width: 611px;
		}

/*** Item List ***/

ul.item-list {
	list-style: none;
	margin: 0 -10px;
}
	ul.item-list li {
		display: inline-block;
		margin: 0 10px 10px;
		min-height: 160px;
		overflow: hidden;
		vertical-align: top;
		width: 295px;
	}
		ul.item-list li img {
			border: 1px solid #bfbfbf;
			float: left;
			height: 118px;
			margin: 0 20px 20px 0;
			width: 138px;
		}
		ul.item-list li h4 {
			border-bottom: 1px solid #f3f3f3;
			color: #111;
			float: right;
			font-size: 0.833em;
			line-height: 1.3em;
			margin-bottom: 7px;
			padding-bottom: 8px;
			width: 135px;
		}
		ul.item-list li p {
			color: #666;
			float: right;
			display: block;
			font-size: 0.833em;
			line-height: 1.3em;
			margin-bottom: 5px;
			width: 135px;
		}
		ul.item-list li ul.link-list-horz {
			clear: right;
			float: right;
			font-size: 0.833em;
			width: 135px;
		}
			ul.item-list li ul.link-list-horz li {
				height: auto;
				margin: 0;
				min-height: 0;
				width: auto;
			}
				ul.item-list li ul.link-list-horz li a {
					color: #1677A4;
					text-decoration: underline;
				}

/*** Buttons ***/

a.btn {
	cursor: pointer;
	display: block;
	position: relative;
}
	a.btn span {
		left: -999999px;
		position: absolute;
		top: -999999px;
	}

/*	-----------------------------------------------

	Page Specific Style

	----------------------------------------------- */

/*** Home Page ***/

body#page-home { }
div.tab-wrapper {
	background-color: #f2f2f2;
	width: 100%;
}
ul#nav-tab-home {
	height: 38px;
	list-style: none;
}
	ul#nav-tab-home li {
		border-right: 1px solid #cbcbcb;
		float: left;
		height: 100%;
		width: 165px;
	}
	ul#nav-tab-home li:last-child {
		border: none;
	}
		ul#nav-tab-home li a {
			background: transparent url(../img/bg/bg-tabs-home.png) repeat-x 0 0;
			display: block;
			font-size: 1.083em;
			height: 100%;
			letter-spacing: -1px;
			text-transform: uppercase;
			width: 100%;
		}
		ul#nav-tab-home li a:hover {
			text-decoration: none;
		}
		ul#nav-tab-home li.tab-home-on a {
			background-image: none;
		}
		ul#nav-tab-home li a {
			background-position: 0 0;
			outline: none;
			position: relative;
		}
			ul#nav-tab-home li a span.copy {
				display: block;
				padding: 11px 0 0 18px;
			}
			ul#nav-tab-home li a span.indicator {
				background: transparent url(../img/btn/btn-tab-arrows.png) no-repeat 0 0;
				display: block;
				height: 12px;
				position: absolute;
				right: 18px;
				top: 14px;
				width: 12px;
			}
		ul#nav-tab-home li.tab-home-on a.tab-1 {
			background-color: #242424;
		}
			ul#nav-tab-home li a.tab-1 span.indicator {
				background-position: 0 0;
			}
			ul#nav-tab-home li a.tab-1:hover span.indicator {
				background-position: 0 -12px;
			}
			ul#nav-tab-home li.tab-home-on a.tab-1 span.indicator {
				background-position: 0 -24px;
			}
		ul#nav-tab-home li a.tab-2 {
			background-position: 0 -38px;
		}
		ul#nav-tab-home li.tab-home-on a.tab-2 {
			background-color: #e7e7e7;
		}
			ul#nav-tab-home li a.tab-2 span.indicator {
				background-position: -12px 0;
			}
			ul#nav-tab-home li a.tab-2:hover span.indicator {
				background-position: -12px -12px;
			}
			ul#nav-tab-home li.tab-home-on a.tab-2 span.indicator {
				background-position: -12px -24px;
			}
		ul#nav-tab-home li a.tab-3 {
			background-position: 0 -76px;
		}
		ul#nav-tab-home li.tab-home-on a.tab-3 {
			background-color: #fff;
		}
			ul#nav-tab-home li a.tab-3 span.indicator {
				background-position: -24px 0;
			}
			ul#nav-tab-home li a.tab-3:hover span.indicator {
				background-position: -24px -12px;
			}
			ul#nav-tab-home li.tab-home-on a.tab-3 span.indicator {
				background-position: -24px -24px;
			}
div.tab-content {
	min-height: 380px;
}
	div.tab-content div.tab {
		min-height: 380px;
		left: -999999px;
		overflow: hidden;
		position: absolute;
		top: -999999px;
	}
	div.tab-content div.tab-on {
		left: auto !important;
		position: static !important;
		top: auto !important;
	}

/*** Happening Now Tab ***/

	div.tab-content div#tab-happening_now {
		background: #242424 url(../img/bg/bg-tab-content-home-1.png) repeat-x 0 bottom;
		left: -999999px;
		position: absolute;
		top: -999999px;
	}

/*** What's On Tab ***/

	div.tab-content div#tab-whats_on {
		background: #e7e7e7 url(../img/bg/bg-tab-content-home-2.png) repeat-x 0 bottom;
		left: -999999px;
		position: absolute;
		top: -999999px;
	}
	div#tab-whats_on div.column-search-form {
		border-top: 1px solid #D8D8D8;
	}
	div#tab-whats_on div.column-search-results {
		margin: 20px 0 20px 20px;
	}
		div#tab-whats_on div.column-search-results div.results {
			border: none;
			height: 564px;
			margin: 0;
		}

/*** Slider Select ***/

ul.slider-select {
	background: transparent url(../img/bg/bg-slider-select.png) no-repeat center 4px;
	font-size: 0.9em;
	height: 60px;
	list-style: none;
	margin: 0 -5px 10px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: 708px;
}
	ul.slider-select li.slider-item {
		color: #666;
		float: left;
		height: 100%;
		text-align: center;
		position: relative;
	}
	ul.slider-select li.slider-item:hover {
		cursor: pointer;
	}
	ul.slider-select li.slider-item.selected {
		color: #a22525;
	}
		ul.slider-select li.slider-item span {
			bottom: 0;
			height: 22px;
			left: 0;
			letter-spacing: -0.5px;
			line-height: 1.2em;
			position: absolute;
			width: 100%;
		}
	ul.slider-select li.slider-handle {
		background: transparent url(../img/misc/handle-slider.png) no-repeat 0 0;
		height: 30px;
		left: 0;
		position: absolute;
		top: 0;
		width: 30px;
	}
	ul.slider-select li.slider-handle:hover {
		cursor: move;
	}

/*** Connect Tab ***/

	div.tab-content div#tab-connect {
		background: #fff url(../img/bg/bg-tab-content-home-3.png) repeat-x 0 bottom;
		left: -999999px;
		position: absolute;
		top: -999999px;
		width: 978px;
		overflow: hidden;
	}
	div#tab-connect span.error {
		color: red;
		display: block;
		font-size: 1.1em;
		line-height: 1.5em;
		margin-bottom: 15px;
	}
		div#tab-connect span.error a {
			color: red;
			text-decoration: underline;
		}
	div#tab-connect div.columns {
		width: 979px;
		overflow: hidden;
	}
		div#tab-connect div.columns div.column {
			border-left: none;
			border-right: 1px solid #eee;
			float: left;
			height: 100%;
			margin: 20px 0;
			min-height: 320px;
			padding: 8px 20px;
		}
		div#tab-connect div.columns div.column:nth-of-type(3) {
			border: none;
		}
			div#tab-connect div.columns div.column h3 {
				color: #499cd7;
				font-size: 1.4em;
				letter-spacing: -1px;
				margin-bottom: 15px;
				text-transform: uppercase;
				word-spacing: -1px;
			}
			div#tab-connect div.columns div.column p {
				color: #666;
				font-size: 1.1em;
				line-height: 1.5em;
				margin-bottom: 15px;
			}
			div#tab-connect div.columns div.column ol {
				background: #fff;
				border: 1px solid #eee;
				font-size: 1.1em;
				overflow: hidden;
				padding: 16px 0;
			}
				div#tab-connect div.columns div.column ol li {
					float: left;
					height: 58px;
					overflow: hidden;
					padding: 0 16px;
					width: 190px;
				}
					div#tab-connect div.columns div.column ol li span.marker {
						color: #da5c5c;
					}
					div#tab-connect div.columns div.column ol li span.error {
						font-size: 0.909em;
						margin: 3px 0 0;
					}
					div#tab-connect div.columns div.column ol li label,
					div#tab-connect div.columns div.column ol li input,
					div#tab-connect div.columns div.column ol li select  {
						color: #666;
						display: block;
						height: 14px;
						padding: 2px;
						width: 182px;
					}
					div#tab-connect div.columns div.column ol li input {
						font-size: 1.1em;
					}
					div#tab-connect div.columns div.column ol li select {
						font-size: 1.1em;
						height: 22px;
						width: 190px;
					}
					div#tab-connect div.columns div.column ol li input.btn-submit {
						background: transparent url(../img/btn/btn-submit.png) no-repeat 0 0;
						border: none;
						clear: both;
						height: 20px;
						padding: 0;
						margin-top: 10px;
						text-indent: -999999px;
						width: 60px;
					}
					div#tab-connect div.columns div.column ol li input.btn-submit:hover {
						background-position: 0 -20px;
						cursor: pointer;
					}
		div#tab-connect div.columns div.column-single {
			width: 205px;
		}
		div#tab-connect div.columns div.column-double {
			width: 446px;
		}

/*** Homepage Scroller ***/

div.scroller-wrapper-horz {
	background: transparent url(../img/bg/bg-scroller-home.png) repeat-x 0 0;
	height: 260px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
div.scroller-wrapper-vert {
	background: transparent url(../img/bg/bg-tab-happening.png) no-repeat 0 0;
	height: 380px;
	position: relative;
	width: 100%;
}
div#scroller-happening {
	height: 360px;
	overflow: hidden;
	margin: 0 9px 0 7px;
	position: relative;
	top: 10px;
	width: 962px;
}
	div#scroller-happening div.inner {
		float: left;
		height: 320px;
		margin: auto;
		overflow: hidden;
		position: relative;
		width: 392px;
	}
	div#scroller-happening div.tab-content {
		float: left;
		height: 100%;
		min-height: inherit;
		overflow: hidden;
		position: relative;
		width: 570px;
	}
		div#scroller-happening div.tab-content div.tab {
			height: 100%;
			min-height: 100%;
			width: 100%;
		}
			div#scroller-happening div.tab-content div.tab object {
				left: 0;
				position: absolute;
				top: 0;
			}
			div#scroller-happening div.tab-content div.tab img {
				display: block;
			}
			div#scroller-happening div.tab-content div.tab p {
				bottom: 0;
				color: #d1d1d1;
				font-size: 1.1em;
				font-weight: bold;
				height: 15px;
				left: 0;
				line-height: 1.1em;
				overflow: hidden;
				padding: 12px 13px 13px;
				position: absolute;
				width: 543px;
			}
				div#scroller-happening div.tab-content div.tab p a {
					color: #62c3f6;
					font-weight: normal;
					text-decoration: underline;
				}
				div#scroller-happening div.tab-content div.tab p a.btn-cufon {
					position: absolute;
					right: 10px;
					text-decoration: none;
				}
				div#scroller-happening div.tab-content div.tab p a.btn-tall {
					top: 8px;
				}
	div#scroller-happening ul {
		float: left;
		font-size: 1.2em;
		height: 100000px;
		list-style: none;
		position: relative;
		width: 392px;
	}
		div#scroller-happening ul li {
			float: left;
			height: 64px;
			margin: 0;
			overflow: hidden;
			width: 100%
		}
			div#scroller-happening ul li a {
				background: transparent url(../img/btn/btn-happening.png) no-repeat right top;
				color: #999;
				cursor: pointer;
				display: block;
				height: 100%;
				position: relative;
				width: 100%;
			}
			div#scroller-happening ul li a:hover {
				background-position: right -64px;
			}
			div#scroller-happening ul li.tab-happening-on a {
				background-position: right bottom;
				color: #fff;
				font-size: 1.334em;
			}
			div#scroller-happening ul li.tab-happening-on a:hover,
			div#scroller-happening ul li.tab-happening-on a:hover span.title {
				cursor: default;
				text-decoration: none;
			}
				div#scroller-happening ul li a span.title {
					font-weight: bold;
					left: 100px;
					line-height: 1em;
					position: absolute;
					text-transform: uppercase;
					top: 25px;
					width: 245px;
				}
				div#scroller-happening ul li a:hover span.title {
					text-decoration: underline;
				}
				div#scroller-happening ul li a img {
					border: 1px solid #888;
					height: 42px;
					left: 10px;
					opacity: 0.8;
					position: absolute;
					top: 10px;
					width: 73px;
				}
				div#scroller-happening ul li.tab-happening-on a img,
				div#scroller-happening ul li a:hover img {
					opacity: 1;
				}
div#scroller-controls-happening {
	bottom: 32px;
	height: 18px;
	left: 8px;
	position: absolute;
	width: 392px;
}
	div#scroller-controls-happening ul {
		height: 100%;
		list-style: none;
		width: 100%;
	}
		div#scroller-controls-happening ul li {
			float: right;
			height: 100%;
			width: 196px;
		}
			div#scroller-controls-happening ul li a {
				background: transparent url(../img/btn/btn-slider-vert.png) no-repeat 0 0;
				height: 100%;
				outline: none;
				width: 100%;
			}
			div#scroller-controls-happening ul li a:hover { }
		div#scroller-controls-happening ul li.group {
			left: -999999px;
			position: absolute;
			top: -999999px;
		}
		div#scroller-controls-happening ul li.btn-next {
			right: 0;
			top: 0;
		}
			div#scroller-controls-happening ul li.btn-next a {
				background-position: 0 0;
			}
			div#scroller-controls-happening ul li.btn-next a:hover {
				background-position: 0 -18px;
			}
			div#scroller-controls-happening ul li.btn-next.disabled a,
			div#scroller-controls-happening ul li.btn-next.disabled a:hover {
				background-position: 0 bottom;
				cursor: default;
			}
		div#scroller-controls-happening ul li.btn-previous {
			left: 0;
			top: 0;
		}
			div#scroller-controls-happening ul li.btn-previous a {
				background-position: right 0;
			}
			div#scroller-controls-happening ul li.btn-previous a:hover {
				background-position: right -18px;
			}
			div#scroller-controls-happening ul li.btn-previous.disabled a,
			div#scroller-controls-happening ul li.btn-previous.disabled a:hover {
				background-position: right bottom;
				cursor: default;
			}
div#scroller-whats_hot {
	height: 100%;
	left: -26px;
	position: relative;
	width: 100%;
}
	div#scroller-whats_hot ul {
		font-size: 1em;
		height: 100%;
		line-height: 1em;
		list-style: none;
		position: relative;
		top: 10px;
		width: 100000px;
	}
		div#scroller-whats_hot ul li {
			background: transparent url(../img/misc/loader.gif) no-repeat center center;
			float: left;
			height: 100%;
			margin: 0;
			overflow: hidden;
			width: 206px;
		}
		div#scroller-whats_hot ul li.selected {
			border-color: #090;
		}
		div#scroller-whats_hot ul li.disabled {
			visibility: hidden;
		}
			div#scroller-whats_hot ul li a.event-tile {
				height: 260px;
			}
				div#scroller-whats_hot ul li a.event-tile span.btn {
					bottom: 0;
					left: 0;
				}
div#scroller-controls-whats_hot { }
	div#scroller-controls-whats_hot ul {
		left: 0;
		list-style: none;
		position: absolute;
		top: 70px;
		width: 100%;
	}
		div#scroller-controls-whats_hot ul li {
			height: 133px;
			position: absolute;
			width: 67px;
		}
			div#scroller-controls-whats_hot ul li a {
				background: transparent url(../img/btn/btn-slider.png) no-repeat 0 0;
				height: 100%;
				outline: none;
				position: absolute;
				top: 0;
				width: 100%;
			}
		div#scroller-controls-whats_hot ul li.group {
			left: -999999px;
			position: absolute;
			top: -999999px;
		}
		div#scroller-controls-whats_hot ul li.btn-next {
			right: 0;
			top: 0;
		}
			div#scroller-controls-whats_hot ul li.btn-next a {
				background-position: 0 0;
				right: 0;
			}
			div#scroller-controls-whats_hot ul li.btn-next.disabled a,
			div#scroller-controls-whats_hot ul li.btn-next.disabled a:hover {
				background-position: 0 bottom;
				cursor: default;
				width: 67px;
			}
		div#scroller-controls-whats_hot ul li.btn-previous {
			left: 0;
			top: 0;
		}
			div#scroller-controls-whats_hot ul li.btn-previous a {
				background-position: right 0;
				left: 0;
			}
			div#scroller-controls-whats_hot ul li.btn-previous.disabled a,
			div#scroller-controls-whats_hot ul li.btn-previous.disabled a:hover {
				background-position: right bottom;
				cursor: default;
				width: 67px;
			}
div#news-ticker {
	background: transparent url(../img/bg/bg-news-ticker.png) repeat-x 0 0;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	height: 38px;
}
div#news-ticker h3 {
	float: left;
	font-size: 1.4em;
	padding: 12px 15px 0;
	text-transform: uppercase;
}
div#news-ticker ul {
	background: transparent url(../img/bg/bg-news-ticker-item.png) no-repeat 0 0;
	float: left;
	font-size: 1.1em;
	height: 20px;
	list-style: none;
	margin-top: 9px;
	position: relative;
	width: 832px;
}
	div#news-ticker li {
		height: 100%;
		left: 0;
		line-height: 1.273em;
		position: absolute;
		top: 0;
		width: 100%;
	}
	div#news-ticker li#news-item_1 {
		display: block;
	}
		div#news-ticker li a,
		div#news-ticker li span {
			color: #333;
			display: block;
			font-weight: bold;
			height: 11px;
			line-height: 11px;
			overflow: hidden;
			padding: 5px 60px 4px 10px;
			width: 762px;
		}
			div#news-ticker li a span {
				padding:0;
			}
		div#news-ticker li a {
			background: transparent url(../img/btn/btn-more.png) no-repeat right 0;
		}
		div#news-ticker li a:hover {
			background-position: right -20px;
		}

/*** JavaScript Disabled ***/

body.no-js { }
	body.no-js ul#nav-tab-home {
		visibility: hidden;
	}
	body.no-js div.tab-content {
		background: transparent url(../img/bg/bg-tab-content-home.png) no-repeat center center;
	}
		body.no-js div.tab-content div.tab {
			position: static;
		}
	body.no-js div#news-ticker { }
		body.no-js div#news-ticker li#news-item_1 {
			display: block;
		}
		

