*, *::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);
	--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: medium;
	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: 2px 0 2px 0;
}

.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: 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 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);
}

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

.row {
	display: flex;
}
			
.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;
}
		
.announce {
	text-align: center;
	margin: 5px 0 20px 0;
	padding: 20px 60px 20px 60px;
}

.alert {
	background-color: #F5B7B1;
}

.show {
	vertical-align: text-top;
	text-align: left;
	margin: 0 0 20px 0;
	display: flex;
	height: auto;
}
			
.show-image {
	min-width: 200px;
	height: auto;
	float: left;
}
			
.show-description {
	/* margin-left: 200px; */
	height: auto;
	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: 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/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;
}
*/