/* Loose homage to the site's original Blix WordPress theme, cleaned up. */

* { box-sizing: border-box; }

body {
	margin: 0;
	padding: 0;
	background: #f2f2ee;
	color: #333;
	font: 18px/1.65 "EB Garamond", Georgia, "Times New Roman", serif;
}

#container {
	max-width: 780px;
	margin: 0 auto;
	background: #fff;
	padding: 0 30px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	min-height: 100vh;
}

#header {
	padding: 30px 0 10px;
}

#header h1 {
	margin: 0;
	font-size: 32px;
	font-weight: 600;
}

#header h1 a {
	color: #1a1a1a;
	text-decoration: none;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#navigation a {
	color: #900;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

hr.low {
	border: none;
	border-top: 1px solid #ddd;
	margin: 20px 0;
}

#content {
	min-height: 300px;
}

.entry {
	margin-bottom: 40px;
}

.entry h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 4px;
}

.entry h2 a {
	color: #1a1a1a;
	text-decoration: none;
}

.entry p.info {
	color: #888;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: 0 0 16px;
}

.entry img {
	max-width: 100%;
	height: auto;
}

#filedunder {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666;
}

#filedunder a {
	color: #900;
}

#subcontent {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#subcontent h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #900;
	border-bottom: 1px solid #eee;
	padding-bottom: 4px;
}

#subcontent ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

#subcontent li {
	padding: 3px 0;
}

#subcontent a {
	color: #444;
	text-decoration: none;
}

#subcontent a:hover {
	text-decoration: underline;
}

#footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 20px 0 40px;
	border-top: 1px solid #eee;
	margin-top: 30px;
}

.pagination {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 30px 0;
}

.pagination a {
	color: #900;
}

blockquote {
	border-left: 3px solid #ddd;
	margin: 0 0 0 0;
	padding-left: 16px;
	color: #555;
}

a { color: #900; }
