body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
	margin: 0;
	padding: 0;
}

h1 {
	margin-bottom: 0.5em;
}

h2 {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

h3 {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

p + p {
	margin: 1em 0;
}

p,ul,ol {
	line-height: 1.4;
}

ul,ol {
	margin-top: 1em;
	margin-bottom: 1em;
   padding-left: 20px;
}

img.centerframe, img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Doesn't work well for the store and doesn't look good for the manul.
html {
	min-height: 100%;
	background-size: cover;
	background-repeat:no-repeat;
	background: linear-gradient(white, #F3F2FE) fixed;
}
*/

body {
	font-family: -apple-system, "Helvetica Neue", "Lucida Grande", sans-serif;
	font-size: initial;
	margin: auto;
	max-width: 1080px;
}

.site-header,.site-footer {
	padding: 10px 10px 10px 10px;
	text-align: center;
	clear: left;
}

a {
	color: #3983C4;
}

a:link {
	background: inherit;
	text-decoration: none;
}

a:visited {
	filter: brightness(150%);
	background: inherit;
}

a:hover {
	text-decoration:underline;
}

a img {
	border: 0px none;
}

.site-nav a + a {
	margin-left: 10px;
}

.sidebar {
	padding: 0 10px;
	float: left;
	font-size: 0.8em;
	width: 280px;
}

.sidebar h3 {
	margin-bottom: 0.5em;
}

.sidebar hr {
	margin: 1em;
}

.sidebar form {
	margin: 0.5em;
}

.splash {
	padding: 0px 10px 10px 10px;
	max-width: 1040px;
}

.splash img {
	margin-top: 2em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}

.title {
	padding: 0 10px;
	text-align: center;
	font-size: 70px;
	user-select: none;
	-webkit-user-select: none;
}

@media (min-width: 1080px) {
	.title {
		padding-top: 50px;
		font-size: 120px;
	}
	.splash img {
		float: left;
	}
}

@media (min-width: 760px) {
	.page-content {
		min-width: 760px;
	}
}

.page-content {
	padding: 0px 10px 10px 10px;
	max-width: 760px;
	float: left;
}

.copyright {
	margin-top: 1em;
	font-size: 0.7em;
	text-align: center;
	clear: left;
}

/*
	The following is from Standard.mmTheme
*/

/* Block code segments */
pre {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px;
	background-color: #F7F7F7;
	border-radius: 5px 5px 5px 5px;
	overflow-x: auto;
}

/* Inline code segments */
code {
	margin: 0;
	padding: 0 0.4em;
   white-space: nowrap;
	border-radius: 3px;
	background-color: #F7F7F7;
}
pre > code {
	padding: 0px;
   white-space: pre;
}
hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Tables */
table {
	border-radius: 5px 5px 5px 5px;
	background-color: #F7F7F7;
	border-collapse: collapse;
	margin: 1em auto;
	font-size: 0.9em;

}
th {
	padding: 0.5em;
}
td {
	border-top: 1px solid lightgray;
	padding: 0.5em;
}
td+td,th+th {
	border-left: 1px solid lightgray;
}

p.post-meta {
	margin: 0;
	font-size: 0.8em;
}

.post-header h1 {
	margin-bottom: 0em;
}
.post-header {
	margin-bottom: 1em;
}

/* Footnotes */
div.footnotes {
	font-size: 0.8em;
}
div.footnotes li p {
	margin: 0.2em 0;
}

.sidebar ul {
	list-style-type: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.sidebar > ul {
	padding: 0;
	list-style-type: none;
}

.quotes ul {
	margin: 0.5em 0 0 0;
	padding: 0;
	list-style-type: none;
}

.quotes ul li {
	margin: 0 0 5px;
	padding-left: 5px;
	border-left: 2px solid #777777;
	color: #777777;
}

.quotes ul {
	margin: 0.5em 0 0 0;
	padding: 0;
	list-style-type: none;
}

blockquote {
	margin: 1em 0;
	padding-left: 5px;
	border-left: 2px solid #777777;
	color: #777777;
}

