/*
	August W. Miller
	June 2014
	June 27, 2021
*/

/* Miscellany and Global */

::selection {
	background: rgba(0,0,0,0.25);
}

.clear:after {
	display: table;
	content: '';
	*zoom: 1;
}

/*
removed 5/2021 because it was causing pages to focus on the google search form
even with autofocus removed from the form input.
Something is screwy.  Need to ask Gus!

*:focus {
	outline: none;
}

*/

* { box-sizing:border-box }

html, body {
	margin: 0;
	padding: 0;
}


body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 18px;
	line-height: 1.3;
	padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 1em 0;
}

p {
	margin: 0 0 1em 0;
}

img {
	max-width: 100%;
}

pre {
	white-space:normal;
}


/* Links */

a:link {
	color: blue;
	text-decoration: none;
	border-bottom: 1px dashed black;
}

a:link:hover {
	border-bottom-style: solid;
}

.no-decoration {
	border-bottom: none;
}


/* Typography Helpers */

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

ul.colophon {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.colophon li {
	padding: 0 2em 1em 0;
	display: inline-block;
}


/* Layout */

header, main, footer {
	display: block;
}


.container {
	margin-bottom: 3em;
	max-width: 40em;
}

article {
	margin-bottom: 2em;
	padding: 1em;
}

figure {
	margin: 0;
}

figcaption {
	font-style: italic;
	font-size: 75%;
	margin-bottom: 20px;
}

iframe {
  width: 100%;
}
