@charset "UTF-8";
/* CSS Document */

#header h1 {
	font-family: "Shadows Into Light", cursive;
	-webkit-text-shadow: 0px 0px 20px #FFF;
	-moz-text-shadow: 0px 0px 20px #FFF;
	-ms-text-shadow: 0px 0px 20px #FFF;
	-o-text-shadow: 0px 0px 20px #FFF;
	text-shadow: 0px 0px 20px #FFF;
	font-size: 38px;
	line-height: 32px;
	padding: 0px;
	margin: 0px;
}
.grey-text {
	color: #999;
}
.red-text {
	color: #FB0105;
    font-weight: 900;
}
}

h1, h2, h3, h4 {
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	color: #FFF;
}
p {
	font-family: 'Rokkitt', serif;
	font-weight: 400;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: .5em;
	font-size: 16px;
	line-height: 1.3em;
}
h1 {
	font-size: 28px;
	padding: 0px;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
h2 {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0.0em;
	font-size: 22px;
}

h3 {
	color: #999;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 14px;
	letter-spacing: 2px;
}
.composer {
	font-size: 10px;
}
td {
	vertical-align: top;
}.image-caption {
	font-size: 10px;
	color: #999;
}
