* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
	font-size: 1em;
}

html {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 10px solid #3399cc;
	background-color: #47a3d1;
	min-height: 640px;
}

body {
	color: #404040;
	color: rgba(0, 0, 0, .75);
	font: 13px/20px "Helvetica Neue", Arial, sans-serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .85);
}


h1 {
	background: transparent url(../../_img/adftk-logo.png) 0 0 no-repeat;
	height: 500px;
	position: relative;
	width: 450px;	
}
h1 span {
	position: absolute;
	left: -99999px;
}
h2, h3 {
	margin-bottom: 0.5em;
}

sup {
	line-height: 0;
	font-size: smaller;
}

a {
	color: #173862;
	font-weight: bold;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .15);
}

a:hover,
a:focus {
	color: #069;
}

a:active {
	color: #036;
}

p {
	margin-bottom: 0.5em;
}

div.divider {
	background: url("../../_img/divider.gif") repeat-x scroll 0 0 transparent;
	height: 2px;
	margin: 25px 0;
}

div#page {
	margin: 0 auto;
	position: relative;
	width: 960px;
	padding: 50px 0 0;
}

nav {
	position: relative;
	z-index: 100;
	background: url("../../_img/divider.gif") repeat-x scroll 0 100% transparent;
}
nav a#nav-about {
	float: left;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #069;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	background: transparent url(../../_img/adftk-title.png) 0 0 no-repeat;
	position: relative;
	display: block;
	width: 265px;
	height: 31px;
}
	nav a#nav-about span {
		position: absolute;
		left: -99999px;
	}
	nav a#nav-about:hover {
		color: #173862;
		text-decoration: none;
		text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	}
	
nav ul {
	float: right;
	margin-top: -3px;
	margin-bottom: 8px;
}
	nav ul li {
		display: block;
		float: left;
		margin-left: 8px;
	}
		nav ul li a {
			background-color: transparent;
			background-image: url(../../_img/nav.png);
			background-repeat: no-repeat;
			height: 31px;
			display: block;
			text-decoration: none;
			border-style: none;					
		}	
			nav ul li a span {
				position: absolute;
				left: -50001px;
			}	
							
			nav ul li a#nav-schedule { background-position: -110px 0; width: 180px; }
			nav ul li a#nav-vera { background-position: -299px 0; width: 195px; }
			nav ul li a#nav-sponsors { background-position: -502px 0; width: 130px; }
						
				nav ul li a#nav-schedule:hover { background-position: -110px -31px; }
				nav ul li a#nav-vera:hover { background-position: -299px -31px; }
				nav ul li a#nav-sponsors:hover { background-position: -502px -31px; }
								
				nav ul li a#nav-schedule.on { background-position: -110px -31px; }
				nav ul li a#nav-vera.on { background-position: -299px -31px; }
				nav ul li a#nav-sponsors.on { background-position: -502px -31px; }


div#content {
	position: relative;
	width: 960px;
	height: 500px;
	-webkit-box-shadow: #036 0px 2px 5px;
	-moz-box-shadow: #036 0px 2px 5px;
	box-shadow: #036 0px 2px 5px;
	overflow: hidden;
}

ul#inner-content {
	position: relative;
}
ul#inner-content li.section {
	background: #e9e9e9;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(222, 222, 222, .9));
	background: -webkit-gradient(linear, left top,left bottom, from(rgba(255, 255, 255, .9)), to(rgba(222, 222, 222, .9)));
	height: 500px;
	width: 960px;
}
h2.section-title {
	font-size: 20px;
	text-transform: uppercase;	
}
h2.section-title a {
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .85);
}
div#about {
	width: 960px;
}
div#about h1 {
	float: left;
	width: 480px;
}
	div#about div#intro {
		float: left;
		width: 400px;
		margin-top: 120px;
	}
		div#about div#intro h2 {
			font-family: Georgia, "Times", serif;
			font-size: 33px;
			font-weight: normal;
			line-height: 1.1;
			margin-bottom: 0.5em;
		}
			div#about div#intro h2 span {
				font-size: 38px;
				font-style: normal;
				font-weight: bold;
				display: block;
			}
div#schedule {
	position: relative;
	z-index: 0;
}

div#map-wrapper {
	position: relative;
	z-index: 0;
	width: 960px;
	height: 500px;
}
	div#map-wrapper div#map {
		position: relative;
		width: 960px;
		height: 500px;
		z-index: 1;
		background-color: #e9e9e9;
	}
	div#map-wrapper div#map img.map-loader {
		position: relative;
		top: 10px;
		left: 10px;
	}
div#map-overlay {
	position: absolute;
	z-index: 100000;
	top: 10px;
	right: 10px;
	background-color: #222;
	width: 220px;
	height: 450px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
	opacity: 0.95;
}
div#map-overlay ul.events-schedule {
	overflow: auto;
	height: 410px;
	color: #eee;
	color: rgba(255, 255, 255, .8);
	padding: 0 10px 0 0;
	margin: 10px 0 0;
}

div#map-overlay ul.events-schedule::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
	div#map-overlay ul.events-schedule::-webkit-scrollbar-button:start:decrement,
	div#map-overlay ul.events-schedule::-webkit-scrollbar-button:end:increment {
	    display: none;
	}

	div#map-overlay ul.events-schedule::-webkit-scrollbar-button:vertical:increment {
	    background-color: #222;
	}

	div#map-overlay ul.events-schedule::-webkit-scrollbar-track-piece {
	    background-color: #111;
	    -webkit-border-radius: 3px;
	}

	div#map-overlay ul.events-schedule::-webkit-scrollbar-thumb:vertical {
	    height: 20px;
	    background-color: #999;
	    -webkit-border-radius: 3px;
	}

	div#map-overlay ul.events-schedule::-webkit-scrollbar-thumb:horizontal {
	}
	div#map-overlay h2 {
		font-size: 14px;
		color: #fff;
		margin: 0 -10px 5px;
		padding: 0 10px 10px;
		border-bottom: 1px solid #000;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px #000;
	}
	div#map-overlay ul.events-schedule h3 {
		margin: 10px 0;
		border-top: 1px solid #000;
		padding: 10px 0 0;
		text-shadow: 1px 1px 1px #000;
		font-size: 13px;
	}
		div#map-overlay ul.events-schedule h3.first {
			margin: 0 0 10px;
			border-top: none;
			padding: 0;
		}
	div#map-overlay ul.events-schedule li div.event {
		margin-bottom: 0.5em;
		text-shadow: none;
	}
		div#map-overlay ul.events-schedule li div.event ul {
			list-style: none;
			margin-left: 44px;
			padding-top: 7px;
		}
			div#map-overlay ul.events-schedule li div.event ul li {
				margin-bottom: 0;
			}
	div#map-overlay ul.events-schedule li div.events {
		float: left;
		clear: both;
		margin-bottom: 5px;
	}	
	div#map-overlay ul.events-schedule li a {
		color: #eee;
	}	
	div#map-overlay ul.events-schedule li a.map-view {
		background: transparent url(../../_img/marker.png) 0 0 no-repeat;
		display: block;
		width: 36px;
		height: 40px;
		float: left;
	}
	div#map-overlay ul.events-schedule li a.coffee {
		background: transparent url(../../_img/coffee-marker.png) 0 0 no-repeat;
	}
		div#map-overlay ul.events-schedule li a.map-view span,
		div#map-overlay ul.events-schedule li a.map-view-coffee span {
			position: absolute;
			left: -999999em;
		}

div#vera {
	padding: 130px 100px 0;	
}

div.columns {
	float: left;
	width: 400px;
	
}
div.vera-logo {
	float: right;
	height: 172px;
	width: 350px;
	background: transparent url(../../_img/vera.png) 0 0 no-repeat;	
}
div#sponsors {
	position: relative;
	width: 960px;
	background: transparent url(../../_img/sponsor-logos.png) 0 0 no-repeat;
	height: 500px;	
}
	div#sponsors ul#sponsor-links {
		font-size: 1.3em;
		list-style: none;
	}
		div#sponsors a {
			position: absolute;
			display: block;
		}
			div#sponsors a span {
				position: absolute;
				left: -99999em;
			}
		div#sponsors a#stranger {
			height: 37px;
			left: 94px;
			top: 116px;
			width: 144px;
		}
		div#sponsors a#lindas {
			height: 94px;
			left: 346px;
			top: 80px;
			width: 156px;
		}
		div#sponsors a#neumos {
			height: 32px;
			left: 596px;
			top: 120px;
			width: 139px;
		}
		div#sponsors a#twilight-exit {
			height: 65px;
			left: 793px;
			top: 105px;
			width: 82px;
		}
		div#sponsors a#tig {
			height: 71px;
			left: 93px;
			top: 185px;
			width: 140px;
		}
		div#sponsors a#hatties {
			height: 33px;
			left: 267px;
			top: 211px;
			width: 128px;
		}
		div#sponsors a#west5 {
			height: 60px;
			left: 445px;
			top: 195px;
			width: 87px;
		}
		div#sponsors a#solo {
			height: 53px;
			left: 602px;
			top: 198px;
			width: 118px;	
		}
		div#sponsors a#easy-street {
			height: 84px;
			left: 780px;
			top: 187px;
			width: 87px;
		}
		div#sponsors a#cha-cha {
			height: 83px;
			left: 95px;
			top: 294px;
			width: 81px;
		}
		div#sponsors a#pyramid {
			height: 124px;
			left: 222px;
			top: 271px;
			width: 149px;
		}		
		div#sponsors a#five-point {
			height: 68px;
			left: 416px;
			top: 306px;
			width: 106px;
		}
		div#sponsors a#caffe-vita {
			height: 120px;
			left: 557px;
			top: 277px;
			width: 78px;
		}
		div#sponsors a#seattle-weekly {
			height: 29px;
			left: 658px;
			top: 319px;
			width: 204px;
		}
div#footer {
	font-size: 12px;
	margin-top: 8px;
	color: #1f4a72;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	float: right;
}

/** 
 * UTILITY ELEMENTS
 * Things like clearing divs, screenreader navs, hide classes, etc
 * ------------------------------------------------------------------------- */
div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0pt;
	visibility: hidden;
}				