body {
	color: #eee;
	background-color: #111;
	font-family: 'Metrophobic', sans-serif;
}

.page {
	margin-left: 12%;
	margin-right: 12%;
}

h1, h2 {
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0;
	line-height: 1em;
}

h1 {
	font-size: 4em;
}

.subtitle {
	display: block;
	font-size: 0.5em;
	line-height: 1em;
	font-family: 'Metrophobic', sans-serif;
}

h2 {
	font-size: 2em;
}


.headshot {
	background-image: url(rebecca-ifland-headshot.jpg);
	width: 400px;
	height: 600px;
	display: block;
	margin: 0 3em 2em 0;
	float: left;
}

.page p {
	/*column-width: 300px;
	-moz-column-width: 300px;
	-webkit-column-width: 300px;*/
}

.block {
	clear: both;
}

a, a:visited, a:active {
	color: #80a9bc;
}

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

li {
	clear: left;
	padding-top: 0.8em;
}

label, audio {
	height: 1em;
	display: block;
	line-height: 1.5em;
	float: left;
	margin-bottom: 1em;
}

label {
	width: 400px;
	height: auto;
}
audio {
	width: 300px;
}


@media (max-width: 800px) {
	.headshot {
		background-image: url(rebecca-ifland-headshot-small.jpg);
		width: 200px;
		height: 300px;
		display: block;
		margin: 0 3em 2em 0;
		float: left;
	}
	label {
		width: 100%;
		line-height: 1.2em;
	}
	audio {
		width: 100%;
	}

}