/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol {
	list-style: decimal;
}
ul {
	line-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
cite {
	font-weight: normal;
	font-style: normal;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

article, section, header, footer {
  display: block;
}

body {
	font-family:"Helvetica Neue", Helvetica, "Trebuchet MS", sans-serif;
	width:100%;
	font-size:18px;
	line-height:1.4em;
	text-align: center;
	background-color: #fbfbfb;
	color: #0b0b0b;
}

a {
	color: #c7181d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #a22425;
}

p {
	margin-bottom: 0.55em;
}

blockquote {
	border-left: 2px solid #c4c4c4;
	padding-left: 0.8em;
	margin-top: 1em;
	margin-bottom: 1em;
}

@media (width > 52em) {
  blockquote {
    margin-left: -1em;
  }
}

body {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 44em;
}

body > * {
    margin: 0px 10px 0px 10px;
}

.contents ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
	color: #777;
}
.contents li {
	margin-bottom: 0.6em;
	text-wrap: balance;
}

.contents p {
	margin-top: 10px;
	margin-bottom: 30px
}

.masthead {
	margin-top: 4em;
	margin-bottom: 20px;
}

.masthead h1 {
	font-size: 6em;
	line-height: 1em;
}

article {
  margin-top: 4em;
	margin-bottom: 4em;
}

.story {
	margin-bottom: 2em;
}

.story .meta {
	margin-bottom: 0.8em;
}

.story h1 {
	font-size: 2.2em;
	line-height: 1.1em;
}

.comment {
	margin-bottom: 2.2em;
}

.comment .meta {
	margin-bottom: 0.8em;
}

.comment h2 {
	font-size: 1.2em;
}

.meta {
	font-size: 0.85em;
	color: #777;
}

.meta a {
	color: #c73a38;
}

.comment ul, comment ol {
	margin-left:1em;
}

.comment li {
		margin-bottom:0.55em;
	margin-left: 2em;
}

.pagination {
	margin-bottom: 6em;
	font-size: 1.2em;
}

.right {
	float: right;
}

.archivedays {
	margin-top: 3em;
	margin-bottom: 6em;
}

@media (max-width: 800px) {
	.masthead h1 {
		font-size: 4em;
		overflow: hidden;
	}

	.masthead {
		margin-top: 1em;
		margin-bottom: 20px;
	}

}

/* Comment display settings */
.cd-None .comment {
	display: none;
}

.cd-NoFun .mod-Funny {
	display: none;
}

#commentDisplay {
	float: right;
}

#commentDisplay a:hover {
	text-decoration: none;
	border-bottom: 2px solid #c73a38;
	cursor: pointer;
}

#commentDisplay a.chosen {
	color: #000;
	border-bottom: 2px solid #0b0b0b;
}

/* dark mode */
@media (prefers-color-scheme: dark) {
    body {
        background-color: #09095c;
        color: #ededed;
    }

	a {
		color: #ff6edc
	}

	a:visited {
		color: #e62fba;
	}

	h1, h2, h3 {
	  color: #05fec7; /* Cyan */
	}

	.meta {
		color: #d8d6d6;
	}

	.meta a {
		color: #ff6ec7;
	}

	#commentDisplay a:hover {
		border-bottom: 2px solid #ff6ec7;
	}

	#commentDisplay a.chosen {
		color: #d8d6d6;
		border-bottom: 2px solid #d8d6d6;
	}

	.contents ol {
		color: #d8d6d6;
	}
}

.nobr {
    white-space: nowrap;
}

h1, h2, h3 {
    text-wrap: balance;
}