.musicalbum .description {
	float: left;
	width: 40em;
}

.musicalbum aside {
	float: right;
	width: 25.25em;
}

#mainheader, #mainmenu, footer, #about, #music, #photos, #lessons, #otheralbums {
	clear: both;
}

#about, #music, #photos, #lessons {
	margin-bottom: 5em;
}

#mainmenu, footer {
	text-align: center;
}

#mainmenu ul {
	margin: 0em;
	padding: 0em;
}

#mainmenu ul li {
	display: inline;
	margin: 0em 1em;
}

#mainmenu a {
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 0.79em;
}

#mainmenu a:hover {
	border-bottom: 3px solid #ffd;
}

a {
	color: #ffd;
}

.musicalbum aside ol li span {
	float: right;
}

.musicalbum aside ol li span a {
	text-decoration: underline;
}

.musicalbum aside ol li span a:hover {
	cursor: pointer;
}

#photos img {
	width: 7.5em;
	height: 7.5em;
	object-fit: cover;
	object-position: center center;
}

body {
	font-size: 14px;
	background-color: #222;
	font-family: "Calibri";
}

#content {
	width: 66.25em;
	margin: 800px auto 0px auto;
	padding: 0em 2em;
	color: #ffd;
	z-index: 0;
}

#mainheader {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0em;
	width: 100%;
	height: 800px;
	background-color: transparent;
	z-index: 1;
	background-image: url("../images/header/btn-cover.jpg");
	//background-image: url("../images/header/hd-bench.jpg");
	background-size: auto 100%;
	background-position: center top;
	background-repeat: no-repeat;
}

#mainmenu {
	margin: 0px;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding: 0em;
	background-color: #222;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	vertical-align: middle;
	box-shadow: 0px 0px 5px 1px #000;
	opacity: 0.9;
}

footer {
	font-size: smaller;
}

#mainheader h1 {
	display: none;
}

#mainheader p {
	color: #ffd;
	margin: 650px auto 0px auto;
	width: 66.25em;
	display: block;
}

#mainheader p q {
	font-size: 1.5em;
}

@font-face {
    font-family: 'hartingplain';
    src: url('../fonts/harting_plain-webfont.eot');
    src: url('../fonts/harting_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/harting_plain-webfont.woff2') format('woff2'),
         url('../fonts/harting_plain-webfont.woff') format('woff'),
         url('../fonts/harting_plain-webfont.ttf') format('truetype'),
         url('../fonts/harting_plain-webfont.svg#hartingplain') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, #mainmenu {
	font-family: "hartingplain";
	text-transform: uppercase;
}

.jcarousel-gallery {
	position: relative;
	overflow: hidden;
}

.jcarousel-gallery ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel-gallery li {
	float: left;
}

.jcarousel-gallery-prev, .jcarousel-gallery-next {
	color: #ffd;
	text-decoration: none;
}

.jcarousel-gallery-prev {
	float: left;
}

.jcarousel-gallery-next {
	float: right;
}

.jcarousel-albums {
	position: relative;
	overflow: hidden;
}

.jcarousel-albums .jcarousel-album-list {
	width: 20000em;
	position: relative;
}

.jcarousel-albums .musicalbum {
	display: block;
	width: 66.25em;
	float: left;
}

#about figure img {
	width: 12em;
}

#about figure {
	float: left;
	margin: 0em 2em 0em 0em;
}

#music nav ul li {
	display: inline;
	margin: 0em 2em 0em 0em;
}

#music nav ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}

