@charset "UTF-8";
/* Vision Quest Styles */

/*  -----|  Sections   |----------  */

#player {
	width: 100%;
	margin-top: 18px;
	margin-bottom: 12px;
}
#lyrics {
	text-align: center;
	margin-top: 24px;
}
.song-copyright {
	font-size: .9em;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
	padding: 6px;
	margin-top: 8px;
	margin-bottom: 14px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#descriptors {
	background-color: #EAEAEA;
	border: 1px solid #999;
	border-radius: 25px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#descriptors img {
	float: left;
	margin-right: 6px;
}

#further-info {
	border: thin solid #666;
	margin-top: 18px;
	margin-bottom: 12px;
	border-radius: 25px;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 9px;
	padding-left: 16px;
}
/*  -----|  Fonts  |----------  */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #691D21;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: italic;
	font-size: 1.2em;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	color: #691D21;
}
