body {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size:large;
padding: 1%;
background-color: white;
}

p {
background-color: white;
}

a {
text-decoration: none;
color:gray;
}

nav a {
text-decoration: none;
color:gray;
}

nav a[href^="http"] {
    color: #a65d3d;
}

nav a:not([href^="http"]) {
    color: #3d7a99;
}

.header-row {
    justify-content: center;
    text-align: center;
}

header {
    text-align: center;
}

header img {
    display: inline-block;
}

nav a.admin-link {
    text-decorations:none;
    color: #ececec;
    float: right
}

.preposition {color: #5E5E5E;}
.venue{color: #000000;}
.others {
    color: #660000;
}
.shownote {
    color: #2f6b6b;
}

.jump-link {
    display: block;
    margin-top: 16px;
    font-size: 0.75em;
    color: #999;
}

ol#showz
{line-height: 1.33;
list-style-type: decimal-leading-zero;
list-style-position: outside;
color: #2E2E1F;
}

li.showlist {
    font-size: x-small;
}
li.showlist span {
    font-size: large;
}
h1.showlist {
    font-size: x-large;
}
h2.showlist {
    font-size: large;
}

p.bridge {
	background-color: red;
}

/* Catalog page */
.page-nav {
	font-size: small;
}

.release-list {
	display: flex;
	flex-direction: column;
	gap: 2em;
}

.release {
	display: flex;
	gap: 1.5em;
	align-items: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5em;
}

.release-cover {
	flex: 0 0 auto;
}

/* white photo-frame padding, then a thin black border around the whole framed unit */
.cover-frame {
	display: inline-block;
	background: #fff;
	padding: 10px;
	margin: 2px;
	border: 1px solid #000;
}

.cover-frame img {
	display: block;
	max-width: 200px;
	height: auto;
}

.release-info {
	flex: 1 1 300px;
	min-width: 250px;
}

.release-title {
	margin: 0 0 0.2em;
}

.release-badge {
	display: inline-block;
	font-size: 0.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: #eee;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 2px 7px;
	margin-left: 0.5em;
	vertical-align: middle;
}

.release-date {
	color: #555;
	margin: 0.2em 0;
}

.release-bandcamp a {
	font-weight: bold;
}

details.tracklist {
	margin-top: 0.5em;
}

details.tracklist summary {
	cursor: pointer;
	font-weight: bold;
}

details.tracklist ol {
	margin: 0.5em 0 0;
	padding-left: 1.5em;
}

details.tracklist li {
	margin-bottom: 0.3em;
}

.track-duration {
	color: #777;
	font-size: 0.9em;
}

/* NEW: flexible header row replaces the old float-based logo + 300px alley trick */
.header-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 12px;
}

/* REPLACES the old ".logo { float: left; }" rule */
.logo {
    max-width: 60px;
    height: auto;
    flex-shrink: 0;
}

/* REPLACES the old "nav { position:relative; padding-left: 300px; }" rule */
nav {
    position: relative;
}

nav a {
    display: inline-block;
    margin-right: 4px;
}

/* REPLACES the old "div.alley { position:relative; padding-left: 300px; }" rule */
div.alley {
    position: relative;
    padding: 0 12px;
    max-width: 900px;
    margin: 0 auto;
}

/* Makes the solar-system <object> genuinely fluid instead of squeezed into a narrow column */
.hero-graphic {
    width: 100%;
    text-align: center;
}
.hero-graphic object {
    width: 100%;
    max-width: 1000px;
    height: auto;
}

/* Header wordmark images should also scale down on narrow screens rather than overflowing */
header img {
    max-width: 100%;
    height: auto;
}

.hero-graphic svg {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 75vh;
    max-width: 100%;
}

.on-this-date {
    line-height: 1.6;
}

.on-this-date-entry {
    margin: 0 0 16px 0;
}

.next-show-banner {
    text-align: center;
    padding: 20px;
    padding-bottom: 30px;
    margin: 20px auto;
    max-width: 700px;
}
.next-show-label {
    font-size: 0.85em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a65d3d;
    margin: 0;
}
.next-show-date {
    font-size: 1.4em;
    font-weight: bold;
    margin: 8px 0;
}
.next-show-venue {
    font-size: 1.1em;
    margin: 4px 0;
}
.next-show-with {
    color: #2f6b6b;
    margin: 4px 0;
}
