html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-family: arial, helvetica, verdana, sans-serif;
	color: black;
	position: relative;
	}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


html {
	background: url(../images/sky.png) center top repeat-x;
	/*background-attachment: fixed;*/
	}

h2 {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

img {
	border: 0px !important;
	outline: 0px !important;
}

strong {
	font-weight: bold;
}

div#top {
	height: 713px;
	background: url(../images/trees.png) center bottom no-repeat;
	padding-top: 40px;
}

div#header {
	width: 652px;
	height: 51px;
	margin: 0px auto 10px;
}

a.about {
	float: left;
	width: 296px;
	height: 51px;
	margin-left: 10px;
	
}

a.info {
	float: right;
	width: 229px;
	height: 51px;
	margin-right: 10px;
}

div#title {
	background: url(../images/title.png) left top no-repeat;
	width: 652px;
	height: 489px;
	margin: 10px auto 0px;
	
	}

a#tickets {
		display: block;
		width: 462px;
		height: 73px;
		margin: auto;	
}

div#grass {
	
	height: 1213px;
	background: url(../images/grass.jpg) left bottom repeat-x;
	
}

div#bubbles {
	width: 950px;
	/*min-height: 248px;*/
	margin: auto;
	background: url(../images/speakers.png) left top no-repeat;
	text-align: center;
	padding: 70px 0px 0px;
}

img {
	display: block;
	margin: auto;
}

div#underground {
	background: url(../images/underground.gif) center top repeat-x;
	height: 456px;
}

div#underground > div {
	width: 801px;
	margin: auto;
	position: relative;

	
}

div#underground > div > a {
	float: left;
}



.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:460px;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}


.apple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute; right:15px; top:15px;
	cursor:pointer;
	height:37px;
	width:37px;
}




/* use a semi-transparent image for the overlay */
#overlay {
		background-image:url(images/transparent.png);
		color:#efefef;
		height:auto;
		position: fixed !important;
		top: 40px !important;
}
	
	/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap > div {
		width: 470px;
		overflow-y:auto;
}

div.contentWrap h1 {
	color:#171717;
	font-family: 'Arial Black', arial, helvetica;
	font-weight:bold;
	font-size:45px;
	text-transform: uppercase;
	margin:0px 0px 30px;
}

div.contentWrap p {
	color:#171717;
	font-size:12px;
	line-height:18px;
	margin: 0px 15px 15px 0px;
}

div.contentWrap a {
	color:#171717;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}

div.contentWrap a:hover {
	color: #fff;
	background: #171717;
}

div.contentWrap img {
margin: 0px 0px 30px;
	}

a.directions {
	float:none !important;
	position:absolute;
	right:118px;
	top:147px;
	}
