*, *::before, *::after {
	/*box-sizing: border-box;*/
}
			
* {
	margin: 0;
	padding: 0;
}
			
:root {
	--background: rgb(245, 240, 240);
	--offside: rgb(100, 0, 0);
	--text: rgb(50, 50, 50);
	--accent: rgb(160, 70, 70);
	--accent-dark: rgb(120, 40, 40);
	--pagewidth: 750px;
	--year: "2025";
}

body {
	line-height: 1.5;
	font-size: 1.25em;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	max-width: 960px;
	background-color: var(--offside);
}
			
img {
	display: block;
	max-width: 100%;
	height: auto;
}

header {
	max-width: var(--pagewidth);
	height: auto;
	background: var(--background);
}
			
.header-image {
	display: block;
	margin-left: auto;
	padding: 10px 10px 10px 10px;
}

footer {
	max-width: var(--pagewidth);
	margin: auto;
	text-align: center;
	vertical-align: text-bottom;
	font-size: small;
	height:40px;
	color: var(--background);
	background-color: var(--accent);
}
			
body {
	color: var(--text);
	font-size: 18px;
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	text-align: left;
	text-decoration: none;
	background: var(--background);
	max-width: var(--pagewidth);
	align-self: center;
	margin-left: auto;
	margin-right: auto;
}

p {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	line-height: 1.5;
}

nav {
	color: var(--background);
	text-align: center;
	background-color: var(--accent);
	max-width: var(--pagewidth);
	margin: auto;
	padding: 8px 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.season::before {
	content: var(--year);
}


a:link {
	color: var(--accent);
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: var(--accent);
	text-decoration: none;
	font-weight: bold;
}
			
a:hover {
	color: var(--accent);
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: var(--accent);
	text-decoration: underline;
	font-weight: bold;
}

a.nav:visited {
	color: var(--background);
}	
	
nav a:link {	
	color: var(--background);
	font-weight: normal;
	text-decoration: none;
}

nav a:visited {
	color: var(--background);
	font-weight: normal;
	text-decoration: none;
}

nav a:hover {
	color: var(--background);
	font-weight: normal;
	text-decoration: underline;
}

nav a:active {
	color: var(--background);
	font-weight: normal;
	text-decoration: underline;
}

/*
.large-image {
	max-width: 100%;
	height: auto;
}
*/

.ticket-button {
	background-color: var(--accent);
	color: var(--background);
	border: none;
	padding: 12px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: small;
	border-radius: 12px;
	width: min(100%, 320px);
	cursor: pointer;
}

.ticket-button:hover {
	background-color: rgba(159, 41, 42, 0.80);
}

dl {
	display: flex;
	flex-flow: row wrap;
	/* border: solid #333;
	border-width: 1px 1px 0 0; */
}
dt {
	flex-basis: 40%;
	padding: 2px 0.75em 2px 2px;
	background: var(--text);
	text-align: right;
	color: var(--background);
}
dd {
	flex-basis: 40%;
	flex-grow: 1;
	margin: auto;
	padding: 2px 2px 2px 0.75em;
	/* border-bottom: 1 px solid #333; */
}

button {
	background-color: var(--accent);
	color: var(--background);
	padding: 15px 32px;
	text-align: center;
	font-size: larger;
	border-radius: 9999px;
}

button a {
	color: var(--background);
}

div.email > span:nth-child(2) {
	display: none;
}

.container {
	max-width: var(--pagewidth);
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	background-color: var(--background);
}

.row {
	display: flex;
	gap: 20px;
}
			
.left {
	min-width: 180px;
	float: left;
	text-align: right;
	line-height: 1.2;
	padding: 0 10px 0 0;
}
			
.right {
	/*margin-left: 198px;*/
	float: right;
	padding-right: 30px;
	text-align: left;
	flex: 1;
}
		
.announce {
	text-align: center;
	margin: 5px 0 20px 0;
	padding: 20px 60px 20px 60px;
}

.alert {
	background-color: #F5B7B1;
	padding: 12px 14px;
	border-radius: 12px;
}

.show {
	vertical-align: text-top;
	text-align: left;
	margin: 0 0 20px 0;
	display: flex;
	height: auto;
	gap: 10px;
}
			
.show-image {
	min-width: 200px;
	height: auto;
	float: left;
}
			
.show-description {
	/* margin-left: 200px; */
	height: auto;
	padding: 0 10px 0 10px;
}

.announce strong,
.status strong {
	display: block;
	margin-bottom: 6px;
}

.status {
	background: #f6e7d7;
	border-left: 5px solid var(--accent);
	border-radius: 12px;
	margin: 0 0 24px 0;
	padding: 16px 18px;
}

.actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0 0 0;
}

.button-link {
	display: inline-block;
	background: var(--accent);
	color: var(--background) !important;
	padding: 10px 14px;
	margin: 6px 0;
	border-radius: 999px;
	text-decoration: none;
	font-weight: bold;
}

.button-link:hover,
.button-link:active {
	background: var(--accent-dark);
	text-decoration: none;
}

.nav-separator {
	color: rgba(245, 240, 240, 0.7);
}

@media (max-width: 700px) {
	body {
		font-size: 18px;
		line-height: 1.6;
		padding: 0;
	}

	.row,
	.show {
		flex-direction: column;
	}

	.left,
	.right {
		float: none;
		min-width: 0;
		width: 100%;
		text-align: left;
		padding: 0;
	}

	.show-image {
		min-width: 0;
	}

	dl {
		display: block;
	}

	dt,
	dd {
		display: block;
		text-align: left;
		padding: 6px 10px;
	}

	.announce,
	.status {
		padding: 14px 16px;
	}

	nav {
		justify-content: flex-start;
	}

	nav a {
		display: block;
		padding: 8px 0;
	}

	.nav-separator {
		display: none;
	}
}

.press-photo {
	vertical-align: text-top;
	text-align: left;
	margin: 0 0 20px 0;
	display: block;
}

.press-photo-image {
	width: 420px;
	float: left;
}

.press-photo-credit {
	margin-left: 410px;
	padding: 0 10px 0 10px;
}

.press-photo:after {
    content: "";
    display: table;
    clear: both;
}

.article-title {
	font-size: 300%;
	font-weight: bold;
	line-height: 0.8;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	
}

hr {
	margin: 0 5px 20px 5px;
}
			
.info-block {
	text-align: center;
}

h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: larger;
	line-height: 1.5;
	font-weight: bold;
}

/* old */
/*
header {
	max-width: 664px;
	height: 238px;
	margin: auto;
	text-align: center;
}
			
footer {
	max-width: 664px;
	margin: auto;
	text-align: center;
	vertical-align: text-bottom;
	font-size: small;
	background-image: url("images/logos/hsf3.gif");
	height:39px;
}
			
body {
	color: black;
	font-size: medium;
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	text-align: left;
	text-decoration: none;
}

p {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	line-height: 1.4;
}

nav {
	color: white;
	text-align: center;
	background-color: #9F292A;
	max-width: 664px;
	margin: auto;
	padding: 2px 0 2px 0;
}
			
a:link {
	color: #9F292A;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #9F292A;
	text-decoration: none;
	font-weight: bold;
}
			
a:hover {
	color: #9F292A;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #9F292A;
	text-decoration: underline;
	font-weight: bold;
}

a.nav:link {
	color: green;
}

a.nav:visited {
	color: white;
}	
	
nav a:link {	
	color: white;
	font-weight: normal;
	text-decoration: none;
}

nav a:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

nav a:hover {
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

nav a:active {
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

.ticket-button {
	background-color: #9F292A;
	color: white;
	border: none;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: small;
	border-radius: 12px;
	width: 50%;
}

.ticket-button:hover {
	background-color: rgba(159, 41, 42, 0.80);
}

dl {
	display: flex;
	flex-flow: row wrap;
	/* border: solid #333;
	border-width: 1px 1px 0 0;
}
dt {
	flex-basis: 40%;
	padding: 2px 4px;
	background: #333;
	text-align: right;
	color: #fff;
}
dd {
	flex-basis: 40%;
	flex-grow: 1;
	margin: auto;
	padding: 2px 4px;
	/* border-bottom: 1 px solid #333;
}

button {
	background-color: #9F292A;
	color: white;
	padding: 15px 32px;
	text-align: center;
	font-size: larger;
	border-radius: 9999px;
}

button a {
	color: white;
}

.container {
	max-width: 660px;
	margin: auto;
	border-width: 0 2px 0 2px;
	border-style: solid;
	border-color: DarkGray;
	padding: 10px 0 0 0;
}
			
.left {
	width: 178px;
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
}
			
.right {
	margin-left: 198px;
	padding-right: 30px;
	text-align: left;
}
		
.announce {
	text-align: center;
	margin: 5px 0 20px 0;
	padding: 20px 60px 20px 60px;
}

.blm {
	text-align: center;
	margin: 5px 0 20px 0;
	padding: 20px 60px 20px 60px;
	color: white;
	background-color: black;
}

.alert {
	background-color: #F5B7B1;
}

.show {
	vertical-align: text-top;
	text-align: left;
	margin: 0 0 20px 0;
	display: block;
	height: 192px;
}
			
.show-image {
	width: 192px;
	float: left;
}
			
.show-description {
	margin-left: 200px;
	padding: 0 10px 0 10px;
}

.press-photo {
	vertical-align: text-top;
	text-align: left;
	margin: 0 0 20px 0;
	display: block;
}

.press-photo-image {
	width: 420px;
	float: left;
}

.press-photo-credit {
	margin-left: 410px;
	padding: 0 10px 0 10px;
}

.press-photo:after {
    content: "";
    display: table;
    clear: both;
}

.article-title {
	font-size: 300%;
	font-weight: bold;
	line-height: 0.8;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	
}

hr {
	margin: 0 5px 20px 5px;
}
			
.info-block {
	text-align: center;
}

h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: larger;
	line-height: larger;
	font-weight: bold;
}
*/
