html, body
{
	margin: 0;
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

#map-blocker
{
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: pink;*/
}
p, .list-heading
{
	font-size: 1rem;
	margin: 1.5em 0;
}


h1, h2, h3, h4
{
	font-family: "Arimo", "Helvetica", sans-serif;
}


ul, li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a
{
	text-decoration: none;
	color: #ee3870;
}

a:visited, a:hover
{
	color: #90358f;
}


/**********************************************************/
/* Header/Footer */

header h1, header p
{
	display: none;
}

header, footer
{
	background: black;
	width: 100%;
	overflow: hidden;
}

header
{
	margin-bottom: 10px;
	height: 312px;

	position: relative;
}

footer
{
	height: 600px;
	margin-top: 50px;
	padding-top: 10px;
}
header img, footer img
{
	display: block;
	margin: 0 auto;
	
}

header img
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -700px;
}

header canvas
{
	/*width: 100%;
	max-width: 1400px;*/
	display: block;
	margin: 0 auto;
}

/**********************************************************/
/* Sections */
section
{
	width: 560px;
	margin: 0 auto 10px auto;
	position: relative;
	
}

section + section
{
	margin-top: 50px;
}


section h1
{
	
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	text-align: center;
	height: 47px;
	overflow: hidden;
	line-height: 150px;

}

/**********************************************************/
/* Projections */

#projections h1
{
	background-image: url("headers/projections.jpg");
}

#projections div
{
	width: 240px;
	float: left;
	margin: 0 20px;
}

ul.questions li
{
	margin-bottom: 1.5rem;
	font-style: italic;
}

/**********************************************************/
/* Map */

.map-info {
	text-align: center;
	margin: 0px;
	/*width: 100px;*/
	font-size: 1.25em;
}


section#map-canvas {
	height: 580px;
	width:100%;
	border: none;
	padding: none;
	margin: 0px 0px;
	overflow:hidden;
}

iframe#google-map
{
	border: none;
	width: 100%;
	height: 580px;
	margin: 0;
}


/**********************************************************/
/* locations */

ul.locations li
{
	width: 240px;
	float: left;
	margin: 20px 20px 20px 20px;

}

ul.locations h2
{
	text-align: center;
	margin: 0;
}
.address
{
	text-align: center;
	background: #efefef;
	padding: 10px;
}
.address .location, .address .street, .address .city
{
	font-weight: 300;
	display: block;
	font-size: 1.2em;
}

#locations h1 
{
	background-image: url("headers/locations.jpg");
}


/**********************************************************/
/* sponsors */

ul.sponsors
{
	text-align: center;
}
ul.sponsors li
{
	display: inline-block;
	margin: 1em;
}
#sponsors h1 
{
	background-image: url("headers/sponsors.jpg");
}

/**********************************************************/
/* archives */


ul.archives
{	
	text-align: center;
}

ul.archives li
{
	margin: 1em 0;
}
#archive h1
{
	background-image: url("headers/archive.jpg");
}