.album h2 {
	font-size:12pt;
}

.album {
	display: block;
	/* background-image: url(images/redbg.png); */
	background-repeat: repeat;
	background-color: #D10000;
	background-position: 190px 50px;
	padding:inherit;
	margin:inherit;
	margin-top:10px;
	margin-left:10px;
	padding-top:10px;
	padding-left:10px;
	width:600px;
	height:600px;
	border-left:1px solid #000000;
	border-right:3px solid #000000;
	border-top:1px solid #000000;
	border-bottom:3px solid #000000;
}

.minialbum {
	display: block;
	/* background-image: url(images/redbg.png); */
	background-repeat: repeat;
	background-size: 400px 400px;
	background-position: center;
	padding:inherit;
	margin:inherit;
	margin-top:10px;
	margin-left:10px;
	padding-top:10px;
	padding-left:10px;
	width:400px;
	height:400px;
	border-left:1px solid #000000;
	border-right:3px solid #000000;
	border-top:1px solid #000000;
	border-bottom:3px solid #000000;
}

a:link {
	color:#D10000;
	line-height:0.75em;
	font-family: 'Oswald', serif;
	text-decoration: underline;
}

a:hover {
	text-indent:0;
	text-shadow:rgb(242, 175, 130) 0px 0px 5px;
}

h2 {
	text-shadow:rgb(253, 190, 147) 1px 0px 0px;
	text-align:inherit;
	font-family: 'Oswald', serif;
	font-weight: 300;
	line-height: 1.25em;
}

h1 {
	text-shadow:rgb(246, 197, 146) 2px 0px 5px;
	text-decoration: underline;
	border-width:inherit;
	border-top-width:5px;
	border-right-width:5px;
	border-left-width:5px;
	font-family: 'Oswald', serif;
	font-weight: 400;
	border-bottom:5px solid #FF0000;
	line-height: 1.25em;
	text-align: center
}



body {text-align: center;

}

p {font-family: 'Oswald', serif;
	 font-weight: 300;
}
#lyricsdisplay {
	background-position: -50px;
	background-repeat: no-repeat;
	min-height: 400px;
	height: 450px;
	/*background-image: url(images/bunnylogo%20red%20black.jpg);*/
	background-size: 450px;
	padding-top: 30px;
	font-family: 'Zilla Slab', serif;
	font-weight: bold;
	text-overflow: clip;
	text-align: center;
	line-height: 1.5em;
	font-size: 48px;
	text-shadow: 0px 0px 2px #444444;
	color: #f7f4af;
	left: 255px;
	top: 80px;
	position: absolute;
	display: block;
	border-color: #040404;
	border-style: double;
	border-width: 1px;
	width: 350px;
}

#lyricsoverlay {
	background-position: -50px;
	background-repeat: no-repeat;
	min-height: 400px;
	height: 450px;
	background-size: 450px;
	padding-top: 30px;
	font-family: 'Zilla Slab', serif;
	font-weight: bold;
	text-overflow: clip;
	text-align: center;
	line-height: 1.5em;
	font-size: 48px;
	text-shadow: 0px 0px 0px;
	color: #86f7f1;
	left: 255px;
	top: 80px;
	position: absolute;
	display: block;
	border-color: #040404;
	border-style: double;
	border-width: 1px;
	width: 350px;
}

.metadata {
	display: none;
}

.invisible {
	color: #f7f4af;
	text-overflow: clip;
	text-align: center;
	line-height: 1.5em;
	font-size: 48px;
	font-family: 'Zilla Slab', serif;
}
