body {
	background-color: #fff;
	color: #000;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'PT Serif', Georgia, serif;
}

:link {
	color: #999;
}

:visited {
	color: #666;
}

:link:active {
	color: #333;
}

.as {
	text-align: center;
}

h1 {
	font-family: 'MuseoSansCyr', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #FF0000;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: -5px;
	margin-top: 0;
}

p {
	font-size: 98%;
	line-height: 1.3;
	margin-right: 10px;
	margin-left: 10px;
}

#container {
	/* background: #FFFFFF; */
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 900px;
	height: 100%
}

#header {
	background: #000;
	width: 900px;
}

#navigation {
	width: 900px;
	/* height: 20px; */
	background-color: #C0C0C0;
}

#menu {
	/* background: #fff; */
	float: left;
	width: 130px;
	margin-top: 10px;
}

#content {
	/* background: #fff; */
	float: right;
	width: 770px;
	height: 100%
}

#clear {
	clear: both;
}

#footer {
	width: 900px;
	/* background-color: white; */
}

.il {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.il img {
	/* flex: 1 1 200px; */
	max-width: 300px;
	height: auto;
}

.copy {
	font-size: 0.75em;
	text-align: right;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding-top: 20px;
	margin-top: 0;
}

.nav {
	font-size: 0.81em;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding-left: 5px;
	padding-bottom: 0px;
	color: #fff;
}

.songtext {
	font-family: serif;
	/* font-size: 1.5em; */
	margin-left: 60px;
}

.video {
	position: relative;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/_pics/youtube_preview.jpg') center center / cover no-repeat;
	opacity: 0.8;
	cursor: pointer;
	z-index: 2;
}

.video-preview:hover {
	opacity: 0.4;
}

.lg {
	color: #FF0000;
}

.authors {
	margin-top: 0;
	color: #808080;
	font-style: italic;
	text-align: center;
}

h2,
h3 {
	font-family: 'MuseoSansCyr', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}

.navlink {
	color: #fff;
	font-weight: bold;
}

.gray {
	margin-top: 10;
	color: #C0C0C0;
}

.songlist {
	margin-left: 40px;
}

.zg {
	margin-top: 0;
	padding-top: 0;
	color: #FF0000;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 0.75em;
	padding-left: 7px;
}

.yearnav {
	margin-right: 5px;
}

.ga {
	text-align: center;
	margin-top: 3px;
}

.sublink {
	text-align: center;
	margin-bottom: 10px;
	display: inline-block;
	width: 250px;
	vertical-align: top;
}

.sample,
.sublink {
	width: 365px;
}

.crop {
	float: left;
	margin: .5em 10px .5em 0;
	overflow: hidden;
	border: 1px solid #ccc;
}

.crop img {
	margin: -40px 0 -40px 0;
}

div .crop  {
	margin-bottom: 0;
}

.labl {
	font-size: 0.85em;
}

iframe {
	border: 0;
}
.from {
	text-align: right;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 0;
	margin-right: 15px;
}
.best {
	display: block;
	text-align: center;
	font-size: 0.75em;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background-color: #999;
	color: #ffffff;
	padding: 4px;
	margin: 4px;
}
@media screen and (max-width:900px){
	#menu {
		display: none;
	}
	#container, #header, #footer {
		width: 100%;
	}
	#navigation {
		width: 100%;
		height: auto;		
	}
	#content {
		width: 100%;
		text-align: center;
	}
	.video {
		width: 100%;
	}
	h1, .zg {
		display: block;
		text-align: center;
		padding-left: 0;
	}
	.authors {
		text-align: center;		
	}
	p, pre {
		text-align: left;
	}
	h3 {
		text-align: left;
		padding-left: 10px;
	}
	@media screen and (max-width:750px){
		.sublink, .crop, .sample {
			width: 100%;
		}
	}
}

@media (max-width: 900px) {
    #container {
        max-width: 100%;
        padding: 0 5px;
    }
    .il img {
        max-width: 45vw;
    }
    h1, h2, h3 {
        font-size: 1.2em;
    }
}

@media (max-width: 600px) {
    .il {
        flex-direction: column;
        align-items: center;
    }
    .il img {
        max-width: 90vw;
    }
    .yearnav, .navlink, .labl, .sublink {
        font-size: 1em;
    }
    h1, h2, h3 {
        font-size: 1em;
    }
    #menu, #navigation {
        padding: 5px 0;
    }
}

.videodesc {
	font-size: 0.8em;
	color: #555;
	margin-top: 5px;
	text-align: center;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}