@charset "UTF-8";
/* CSS Sensing the Sacred */

#footcrumbs {
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	border-top: 1px solid #D6CFCF;
	border-bottom: 1px solid #D6CFCF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;		
}
#footcrumbs .next {
	font-size: 1.2em;
}
.centerMe {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 12px;
}
.lyrics {
	background-color: #DEDECE;
	margin: 0px;
	padding: 3px;
	border: 1px dotted #A6A69A;
	text-align: center;
	width: 450px;
	height: 250px;
	overflow: scroll;
}	
.hilighter {
	background-color: #E5E5E5;
	text-align: left;
	border: 1px dotted #CCC;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 4px 14px 6px 14px;
}
.hilighter h2 {
	margin: 14px 12px 10px 12px;
}
.hilighter p {
	margin: 6px 12px 10px 2px;
}
.lyriclink::after {
	content: url("../images/small-icons/page-icon.png");
	vertical-align: bottom;
}

.listenlink::after {
	content: url("../images/small-icons/sound-icon.png");
	vertical-align: middle;
}

