/*-- 

	CSS Document
	Mod. 2026 Feb 5

--*/

:root {
	color-scheme: light;
	font-size: 1.2rem;
	--site-width: 1024px;
	@media (width < 500px) {
		font-size: 1rem;
	}
}

*, *:after, *:before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font: inherit;
}

img, picture, svg, video {
	display: block;
	max-width: 100%;
	height: auto;
}

body {
	background: linear-gradient(#93bcec, white);
	background-size: auto 100vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: system-ui, sans-serif;
	line-height: 1.5;
	color: #121212;
	padding-bottom: 2rem;
}

* {
	box-sizing: border-box;
}

a:link,a:visited {
	text-decoration: underline;
	color: #0043C8;
}

a:active {
	outline: none;
	background: none;
}

img a {
	border: none;
}

#header,
#navcontainer,
#content-wrap,
#content-wide {
	border-top: 8px solid white;
	border-right: 8px solid #e8e8e8;
	border-bottom: 8px solid #c9c9c9;
	border-left: 8px solid #f5f5f5;
	@media (width < 680px) {
		border: none;
	}
}

#header {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 1rem;
	margin-inline: auto;
	max-width: var(--site-width);
	height: 400px;
	background: url(https://d2mgtbihpzxw4z.cloudfront.net/rway/mpsunset.jpg) 0 0 no-repeat;
	/* box-shadow: inset .4rem .4rem 1rem #333; */
	padding: .5rem 1.75rem;
	font-family: serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 10px black;
	@media (width < 1024px) {
		margin-top: 0;
	}
	@media (width < 760px) {
		background-position: -90px -15px;
	}
	@media (width < 680px) {
		height: 280px;
		justify-content: flex-start;
		align-items: flex-start;
		background-position: -90px -60px;
	}
}

#header a {
	text-decoration: none;
	color: #fff;
}

#navcontainer {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	max-width: var(--site-width);
	margin-inline: auto;
	@media (width < 840px) {
		grid-template-columns: repeat(4, 1fr);
	}
}

#navcontainer a {
	padding-block: .5rem;
	text-decoration: none;
	background: linear-gradient(#fefefe 50%,#b9b9b9 50%);
	outline: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #999;
	border-bottom: 2px solid #6c6c6c;
	border-left: 2px solid #fff;
	color: #000;
	text-align: center;
	font-size: .9rem;
	text-shadow: 1px 1px 1px #fff;
}

#navcontainer a:hover,#navcontainer a:active {
	text-decoration: none;
	background: linear-gradient(#0c6cff 50%, #0043c8 50%);
	border-color: #028;
	/* border-top-color: #93bcdc;
	border-right: 1px solid #0045D0;
	border-bottom-color: #039;
	border-left-color: #93bcdc; */
	color: #FFF;
	text-shadow: 1px 1px 1px #000066;
	box-shadow: inset .25rem .25rem .5rem #028;
}

#content-wrap {
	display: grid;
	grid-template-columns: 2fr 1fr;
	width: 100%;
	max-width: var(--site-width);
	margin-inline: auto;
	background-color: white;
	padding: 1rem 1.5rem;
	column-gap: 2rem;
	border-bottom: 8px solid #c9c9c9;
	@media (width < 680px) {
		padding-inline: 1rem;
		grid-template-columns: 1fr;
	}
}

#content-wide {
	display: block;
	overflow: hidden;
	margin-inline: auto;
	max-width: var(--site-width);
	background-color: #fff;
	padding: 2rem;
	@media (width < 680px) {
		padding: 1rem;
	}
}

#sidebar {
	text-align: center;
}

h1,h2,h3,h4 {
	line-height: 1.2;
	font-weight: 600;
}

h1 {
	margin-bottom: 1rem;
	font-size: 1.75rem;
}

h2,h3,h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;	
}

h2 {
	font-size: 1.45rem;
}

h3, h4 {
	font-size: 1.25rem;
}

h1#player {
	margin-bottom: 44px;
}

.h-center {
	text-align: center;
}

p {	
	margin-block: 1rem;	
}

.caption {
	margin-top: -1rem;
	padding-bottom: .75rem;
	text-align: center;
	font-size: .9rem;
	color: #666;
}

.it {
	font-style: italic;
}

.highlite {
	background: #FF3;
}

.grey {
	color: #ccc;
}

#content img {
	margin: 2rem auto;
	border: 10px solid white;
	outline: 10px solid #e8e8e8;
	background: #FFF;
}

.pics {
	margin: 2rem auto;
	border: 10px solid white;
	outline: 10px solid #e8e8e8;
}

.image-right {
	float: right;
	max-width: 480px;
	margin-block: 1.5rem;
	margin-left: 2rem;
	font-size: .9rem;
	color: #666;
}

.image-left {
	float: left;
	max-width: 480px;
	margin-block: 1.5rem;
	margin-right: 2rem;
	font-size: .9rem;
	color: #666;
}

.image-right img,
.image-left img {
	margin-inline: auto;
	border: 10px solid white;
	outline: 10px solid #e8e8e8;
}

@media (max-width: 790px) {
	.image-right,
	.image-left {
		float: none;
		max-width: 800px;
		margin-inline: auto;
		text-align: center;
	}
}

#content ul {
	margin-bottom: 0;
	margin-left: 1.5rem;
	list-style-type: none;
}

#content ul li {
	padding: 0 0 0 1rem;
	position: relative;
}

#content ul li::before {
	content: '';
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background-color: #121212;
	position: absolute;
	top: .5rem;
	left: 0;
}

#blog-list {
	padding: 20px 0 5px 0;
}

#blog-list ul {
	margin-top: 0;
	list-style-type: none;
}

#blog-list ul li {
	background-image: url('http://d2mgtbihpzxw4z.cloudfront.net/rway/jr-018.gif');
	background-position: 31px 3px;
	background-repeat: no-repeat;
	padding-bottom: .5rem;
	padding-left: 60px;
}

#blog-list ul li::before {
	display: none;
}

#blog-list ul li.year {
	list-style: none;
	height: 34px;
	background-image: url('http://d2mgtbihpzxw4z.cloudfront.net/rway/folder-open.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 32px;
	font-weight: 600;
	line-height: 30px;
}

.albumlist {
	display: block;
	margin: 5px 0 0 40px;
	height: 34px;
	background-image: url('http://d2mgtbihpzxw4z.cloudfront.net/ui/palbum.png');
	background-position: 0 7px;
	background-repeat: no-repeat;
	list-style: none;
	padding: 0 0 0 35px;
	font-size: 16px;
	line-height: 34px;
}

.albumlist#top {
	margin-top: 25px;
}

#vlightbox1 {
	padding: 25px 0;
}

.songlist {
	display: block;
	margin: 0 0 0 5px;
	height: 47px;
	background: #FFF url('http://d2mgtbihpzxw4z.cloudfront.net/rway/lp.png') 0 8px no-repeat;
	list-style: none;
	padding: 0 0 0 45px;
	font-size: 16px;
	line-height: 47px;
}

.songlist#top2 {
	margin-top: 25px;
}

.songlist a.spacer {
	padding-right: 25px;
}

#sidebar p {
	
	font-size: .9rem;
}

#sidebar img {
	display: block;
	margin: 2rem auto ;
	border: 10px solid #fff;
	outline: 10px solid #e8e8e8;
	background-color: #FFF;
}

.buttons {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-block: 1.25rem;
}

.center-buttons {
	justify-content: center;
}

.sidebar-menu {
	margin-block: 1.25rem;
}

.sidebar-menu a,
.button a,
.buttons a {
	display: block;
	width: 100%;
	max-width: 240px;
	padding-block: .5rem;
	text-decoration: none;
	background: linear-gradient(#fcfcfc 50%,#b9b9b9 50%);
	outline: none;
	border-top: 1px solid #c7c7c7;
	border-right: 1px solid #999;
	border-bottom: 1px solid #6c6c6c;
	border-left: 1px solid #c3c3c3;
	border-radius: 4px;
	color: #000;
	text-align: center;
	font-size: .9rem;
	text-shadow: 1px 1px 1px #fff;
}

.sidebar-menu a {
	margin-bottom: .5rem;
	margin-inline: auto;
}

.button a {
	margin-top: 1rem;
}


.center-button a {
	margin-inline: auto;
}


.center {
	justify-content: center;
}
.buttons a:hover,
.sidebar-menu a:hover,
.sidebar-menu a:active,
.button a:hover,
.button a:active {
	background: linear-gradient(#0c6cff 50%,#0043c8 50%);
	border: 1px solid #0045D0;
	box-shadow: inset .25rem .25rem .5rem #028;
	color: #FFF;
	text-shadow: 1px 1px 1px #006;
	text-decoration: none;
}

/*-------- Images --------*/

#content img.no-border-content {
	padding: 0;
	border: none;
	outline: none;
}

#sidebar img.no-border-sidebar {
	padding: 0;
	border: none;
	outline: none;
}

/*-------- End Images --------*/

#footer {
	display: block;
	overflow: hidden;
	max-width: var(--site-width);
	margin-inline: auto;
	padding-block: 1rem;
	text-align: center;
	color: black;
}