ul#nav-tab-home li.outsideSummer
{
    position: absolute;
    height: 245px;
    width: 70px;
    top: -70px;
    left: -83px;
   text-decoration: none;

}
ul#nav-tab-home li.outsideSummer a
{
    background-image: none;
}

ul#nav-tab-home li.outsideSummer a span.indicator
{
    background-image: none;
}

/*	-----------------------------------------------

	Resets And Primitives

	----------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {
	font-family: Arial,Helvetica,sans-serif;
	padding:0;
	margin:0;
}
body {
	background: #fff url(../img/bg/bg-main.png) repeat-x center bottom;
	color: #333;
	height: 100%;
	width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	color: #666;
}

/*	-----------------------------------------------

	Utility Classes

	----------------------------------------------- */

.left {
	float: left;
}
.right {
	float: right;
}
.invisible {
	display: none !important;
}
.offscreen {
	display: block;
	left: -999999px;
	position: absolute;
	top: -999999px;
}
div.clear,
span.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}

/*** Breadcrumb Navigation ***/

div#nav-breadcrumb {
	background: #f2f2f2;
	border-bottom: 1px solid #E9E9E9;
	height: 15px;
	width: 100%;
}

/*** Buttons ***/

a.btn-buy-tickets {
	background: transparent url(../img/btn/btn-buy-tickets.png) no-repeat 0 0;
	height: 26px;
	width: 108px;
}
a.btn-buy-tickets:hover {
	background-position: 0 -26px;
}
a.btn-more {
	background: transparent url(../img/btn/btn-buy-tickets.png) no-repeat 0 0;
	height: 20px;
	width: 60px;
}
a.btn-more:hover {
	background-position: 0 -20px;
}

/*** Cufon Buttons ***/

a.btn-cufon {
	display: inline-block;
	letter-spacing: -0.5px;
	position: relative;
	text-decoration: none;
}
a.btn-cufon:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
a.btn-tall {
	background: transparent url(../img/btn/btn-bg-52.png) no-repeat 0 0;
	height: 26px;
	font-size: 12px;
	padding-left: 12px;
}
a.btn-tall:hover {
	background-position: 0 -26px;
}
	a.btn-tall span {
		float: left;
	}
	a.btn-tall span.copy {
		padding: 6px 0;
		text-transform: uppercase;
	}
	a.btn-tall span.cap {
		background: transparent url(../img/btn/btn-bg-52.png) no-repeat right 0;
		height: 100%;
		width: 26px;
	}
	a.btn-tall:hover span.cap {
		background-position: right -26px;
	}
a.btn-short {
	background: transparent url(../img/btn/btn-bg-40.png) no-repeat 0 0;
	height: 20px;
	font-size: 9px;
	padding-left: 6px;
}
a.btn-short:hover {
	background-position: 0 -20px;
}
	a.btn-short span {
		float: left;
	}
	a.btn-short span.copy {
		padding: 3px 0;
		text-transform: uppercase;
	}
	a.btn-short span.cap {
		background: transparent url(../img/btn/btn-bg-40.png) no-repeat right 0;
		height: 100%;
		width: 20px;
	}
	a.btn-short:hover span.cap {
		background-position: right -20px;
	}

/*** Link Lists ***/

ul.link-list-horz {
	list-style: none;
}
	ul.link-list-horz li {
		float: left;
	}
ul.link-list-icon {
	font-size: 1.1em;
	list-style: none;
	overflow: hidden;
}
	ul.link-list-icon li {
		border-bottom: 1px solid #eee;
		min-height: 32px;
		line-height: 1em;
		margin: 11px 0 0;
		padding: 0 0 11px;
	}
	ul.link-list-icon li:last-child {
		border: none;
	}
		ul.link-list-icon li img {
			float: left;
			margin-right:13px;
		}
		ul.link-list-icon li a {
			color: #222;
			float: left;
			font-weight: bold;
			padding: 10px 0;
		}


/*	-----------------------------------------------

	Chrome & Common Templates

	----------------------------------------------- */

div#wrapper {
	background: transparent url(../img/bg/bg-main.jpg) no-repeat center top;
	height: 100%;
	padding: 0 !important;
	width: 100% !important;
}
	div#wrapper div.inner {
		margin: 0 auto;
		/*overflow: hidden;*/
		overflow:visible;
		width: 980px;
	}
div#header {
	height: 130px;
	position: relative;
	width: 100%;
	z-index: 2;
}
	div#header fieldset#search-events {
		left: 0;
		position: absolute;
		top: 47px;
	}
		div#header fieldset#search-events input.input-text {
			border: 1px solid #e9e9e9;
			font-size: 11px;
			line-height: 1.2em;
			padding: 4px 30px 4px 5px;
			width: 123px;
		}
		div#header fieldset#search-events input.input-submit {
			background: transparent url(../img/misc/sprite-token.png) no-repeat 0 0;
			border: 0;
			cursor: pointer;
			height: 16px;
			position: absolute;
			right: 1px;
			text-indent: -999999px;
			top: 3px;
			width: 20px;
			padding-left: 20px;
		}
div#content {
	background-color: #fff; 
	border: 1px solid #e9e9e9;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
	div#content div.inner {
		margin: 15px 0 0 9px;
		width: 975px;
	}
div#footer {
	color: #838383;
	margin-bottom: 25px;
}
	div#footer p#copyright {
		clear: both;
		color: #6F6F6F;
		font-size: 11px;
	}

/*** Utility Navigation ***/

ul#nav-utility {
	left: 0;
	list-style: none;
	position: absolute;
	top: 20px;
}
	ul#nav-utility li {
		float: left;
		font-size: 11px;
	}
		ul#nav-utility li a {
			background: none;
			color: #6F6F6F;
			display: inline-block;
			text-decoration: none; 
			text-transform: uppercase;
		}
		ul#nav-utility li a:hover {
			text-decoration: underline;
		}
		ul#nav-utility li span.token {
			height: 11px;
			margin-left: 3px;
			position: relative;
			top: 1px;
		}
	ul#nav-utility li.nav-login {
		background: transparent url(../img/bg/bg-pipe-grey.png) no-repeat right center;
		margin-right: 13px;
		padding-right: 10px;
	}
		ul#nav-utility li.nav-login span.token {
			background-position: -20px center;
		}
	ul#nav-utility li.nav-register { }
		ul#nav-utility li.nav-register span.token {
			background-position: -40px center;
		}
	ul#nav-utility li.nav-cart {
		background: transparent url(../img/bg/bg-pipe-grey.png) no-repeat left center;
		margin-left: 5px;
		padding-left: 10px;
	}

/*** Main Navigation ***/

ul#nav-main {
	height: 32px;
	list-style: none;
	margin-bottom: 10px;
	position: absolute;
	top: 88px;
	width: 100%;
}
	ul#nav-main li {
		background: transparent url(../img/bg/bg-pipe-grey.png) no-repeat right center;
		float: left;
		height: 100%;
	}
		ul#nav-main li a.nav-item {
			color: #4a4a4a;
			display: block;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none; 
			text-transform: uppercase;
			padding: 10px 12px 10px 9px;
			position: relative;
		}
		ul#nav-main li a.nav-item canvas {
			left: -8px !important;			
			padding: 10px 10px 6px 8px;
			top: -10px !important
		}
		ul#nav-main li a.nav-item:hover,
		ul#nav-main li a.over {
			background: transparent url(../img/bg/bg-nav-drop-down.png) repeat-x 0 top;
			color: #fff;
			text-decoration: none;
		}
		ul#nav-main li a.btn {
			cursor: pointer;
			display: block;
			height: 100%;
			position: relative;
			width: 100%;
		}
			ul#nav-main li a.btn span {
				left: -999999px;
				position: absolute;
				top: -999999px;
			}
		ul#nav-main li div.nav-sub {
			background: #1c1c1c url(../img/bg/bg-nav-drop-down.png) repeat-x 0 -32px;
			left: 0;
			margin: 0 1px;
			position: absolute;
			top: 34px;
			width: 978px;
			z-index: 1;
		}
			ul#nav-main li div.nav-sub div.intro,
			ul#nav-main li div.nav-sub div.column {
				float: left;
				padding: 0 10px 30px;
				width: 220px;
			}
				ul#nav-main li div.nav-sub div.intro a.btn-cufon {
					margin: 20px 0 0 30px;
				}
			ul#nav-main li div.nav-sub-large div.column {
				width: 163px;
			}
			ul#nav-main li div.nav-sub h3 {
				background: none;
				color: #b6b6b6;
				font-size: 16px;
				font-weight: normal;
				line-height: 20px;
				padding: 54px 30px 0;
				text-transform: none;
			}
			ul#nav-main li div.nav-sub h4 {
				color: #6cc0fc;
				font-size: 14px;
				padding: 30px 0 10px 1px;
				text-transform: none;
			}
			ul#nav-main li div.nav-sub ul {
				border-top: 1px solid #666;
				list-style: none;
				padding-top: 5px;
			}
				ul#nav-main li div.nav-sub ul li {
					background: none;
					float: none;
				}
					ul#nav-main li div.nav-sub ul li a {
						color: #fff;
						font-size: 12px;
						padding: 5px 0 5px 1px;
						text-transform: none;
					    font-weight:normal;
					}
					ul#nav-main li div.nav-sub ul li a:hover {
						background: none;
						text-decoration: underline;
					}
	ul#nav-main li#nav-home {
		height: 15px;
		overflow: hidden;
		padding: 10px 13px 10px 0;
		width: 15px;
	}
		ul#nav-main li#nav-home a {
			background: transparent url(../img/nav/nav-home.png) no-repeat 0 0;
			padding: 0;
		}
			ul#nav-main li#nav-home a:hover {
				background-position: 0 -15px;
			}

/*** Footer Navigation ***/

ul#nav-footer {
	float: left;
	list-style: none;
	margin-bottom: 15px;
}
	ul#nav-footer li {
		float: left;
		padding: 0 0 0 18px;
		width: 145px;
	}
		ul#nav-footer li a {
			color: #6F6F6F;
			display: block;
			min-height: 13px;
			text-decoration: none; 
			padding-top: 3px;
		}
		ul#nav-footer li a:hover {
			background-color: transparent;
			text-decoration: underline;
		}
		ul#nav-footer li h4 {
			color: #555;
			font-size: 12px;
			height: 12px;
			letter-spacing: 0.5px;
			text-transform: uppercase;
			margin-bottom: 10px;
		}
		ul#nav-footer li strong {
			color: #555;
			display: block;
		}
		ul#nav-footer li ul {
			list-style: none;
		}
			ul#nav-footer li ul li {
				border-bottom: 1px solid #e3e3e3;
				float: none;
				font-size: 11px;
				padding: 5px 0 5px 0;
			}
	ul#nav-footer li#nav-contact { }
		ul#nav-footer li#nav-contact ul { }
			ul#nav-footer li#nav-contact ul li {
				border: none;
				color:#6F6F6F;
				width: 110px;
			}
				ul#nav-footer li#nav-contact ul li a {
					color: #1677A4;
					text-decoration: underline;
				}
	ul#nav-footer li#nav-connect { }
		ul#nav-footer li#nav-connect ul { }
			ul#nav-footer li#nav-connect ul li { }
				ul#nav-footer li#nav-connect ul li a {
					background: transparent url(../img/nav/nav-connect.png) no-repeat 0 0;
					padding-left: 22px;
				}
			ul#nav-footer li#nav-connect ul li#nav-play a,
			ul#nav-footer li#nav-connect ul li#nav-newsletter a,
			ul#nav-footer li#nav-connect ul li#nav-membership a {
				background: none;
				padding: 3px 0 0;
			}
			ul#nav-footer li#nav-connect ul li#nav-facebook { }
				ul#nav-footer li#nav-connect ul li#nav-facebook a {
					background-position: left 0;
				}
			ul#nav-footer li#nav-connect ul li#nav-twitter { }
				ul#nav-footer li#nav-connect ul li#nav-twitter a {
					background-position: left -16px;
				}
			ul#nav-footer li#nav-connect ul li#nav-youtube { }
				ul#nav-footer li#nav-connect ul li#nav-youtube a {
					background-position: left -32px;
				}
			ul#nav-footer li#nav-connect ul li#nav-blog { }
				ul#nav-footer li#nav-connect ul li#nav-blog a {
					background-position: left -48px;
				}
			ul#nav-footer li#nav-connect ul li#nav-rss { }
				ul#nav-footer li#nav-connect ul li#nav-rss a {
					background-position: left -64px;
				}
			ul#nav-footer li#nav-visitor_info ul li#nav-accessibility { }
				ul#nav-footer li#nav-visitor_info ul li#nav-accessibility a {
					background: transparent url(../img/nav/nav-accessibility.png) no-repeat 0 0;
					padding-left: 22px;
				}

/*** Headers ***/

h1.hdr-logo,
h2.hdr-logo {
	background: transparent url(../img/hdr/hdr-logo.png) no-repeat 0 0;
	height: 47px;
	margin: 0 !important;
	position: absolute;
	right: 0;
	top: 23px;
	width: 480px;
}
h1.popup-header {
	background: transparent url(../img/hdr/hdr-logo.png) no-repeat 0 0;
}
/*** Tokens ***/

span.token {
	background: transparent url(../img/misc/sprite-token.png) no-repeat 0 0;
	display: inline-block;
	height: 20px;
	width: 20px;
}
span.token-star {
	background-position: -60px 0;
}
span.token-camera {
	background-position: -80px 0;
}
span.token-related {
	background-position: -100px 0;
}
span.token-blog {
	background-position: -120px 0;
}
span.token-gallery {
	background-position: -140px 0;
}
/** Migrated from Old Template Styles **/

.popupform .content {
	border-top:1px solid #acdeec;
}
.popupform a.btn-arrow-r:link, 
.popupform a.btn-arrow-r:visited {
	color: #ffffff;
	background-color: #0098c3;
}

.popupform a.btn-arrow-r:hover, 
.popupform a.btn-arrow-r:active, 
.popupform a.btn-arrow-r:focus {
	color: #ffffff;
	background-color: #59bcd8 !important;
}

/*** JavaScript Disabled ***/

body.no-js { }


