body
{
	background-color: #fff;
}

blockquote, li
{
	font-family: "Courier New", Courier, Monaco, monospace;
        font-size: 1em;
	line-height: 1.6em;
}

blockquote
{
	margin-left: 7%;
	margin-right: 7%;
}

#head
{
	text-align: center;
}

#sitetitle {
    max-width: 525px;
    margin: auto;
}

#subtitle {
    max-width: 525px;
    margin: auto;
}

#container {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#content {
    font-family: "Courier New", Courier, Monaco, monospace;
    font-size: 1em;
    line-height: 1.6em;
    text-align: left;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 30px;
    max-width: 33em;
    margin: auto;
}

#foot
{
	clear: both;
	margin-top: 5px;
	text-align: center;
}

a:link { border:0; text-decoration:none; color:black; }
a:visited { border:0; text-decoration:none; color:black; }
a:hover { border:0; text-decoration:none; color:black; }
a:active { border:0; text-decoration:none; color:black; }

.responsive {
    max-width: 100%;
    height: auto;
}

h1
{
	font-weight: normal;
	text-decoration: none;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 3em;
}

h2 {
    font-weight: normal;
    font-family: "Courier New", Courier, Monaco, monospace;
    font-size: 1.5em;
    text-align: left;
}

h3
{
	font-weight: normal;
	font-family: "Courier New", Courier, Monaco, monospace;
	text-align: left;
	margin-left: -5%;
	margin-right: 0%;
	font-size: 100%;
}

h4
{
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: .9em;
	font-weight: bold;
	display: inline;
	line-height: 1.4em;
	text-align: left;
	text-transform: uppercase;
	color: black;
}

h5
{
	font-family: "Courier New", Courier, Monaco, monospace;
        font-size: 1em;
	line-height: 1.6em;
	text-align: center;
	font-weight: normal;
        margin: 1em;
}

h6
{
	background: url(/images/22.gif) no-repeat 7%;
	min-height: 28px;
	margin: 0;
}

.caps
{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 85%;
}

#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}

img.divider
{
	align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.comments_error
{
	background-color: #ffa;
}

div.comments_error
{
	border: 1px solid #cc8;
	padding: 0.3em;
}

.italic
{
	font-style: italic;
}

.nonitalic
{
	font-style: normal;
}

.whosis
{
	margin-right: 15%;
	margin-left: 25%;
	font-size: 80%;
	text-align: right;
	line-height: 1.2;
}

.center
{
	text-align: center;
}

img
{
	border: 0;
}

#deltlist img
{
	border: 1px solid black;
}

.center a, .center a:visited
{
	border: 0;
}

#foot a, #foot a:visited
{
	border: 0;
}

.recent_comments
{
	line-height: 15px;
	font-size: 10px;
	text-align: right;
}

.ephemera
{
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 1em;
}

.ephemera p
{
	display: inline;
	font-size: .9em;
	line-height: 1.4em;
	text-align: left;
}

.caption
{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	margin: .5em 4em 1.5em;
	text-align: center;
}

.comments_invite
{
	text-transform: lowercase;
}

.article_footer
{
	text-align: right;
	margin-right: 15%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: x-small;
}

.article_footer a, .article_footer a:visited
{
	border: 0px;
	color: #DA1A35;
	font-weight: normal;
}

.commentary
{
	font-family: Georga, serif;
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
}

.unstyled li
{
        list-style-type: none;
}

.delt-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 600px;
    margin: auto;
}

.delt-container-2 {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-around;
    align-items: flex-end;
    align-content: flex-end;
    max-width: 600px;
    margin: auto;
    padding: 32px 0;
}
.delt-item {
    border: 1px solid black;
    margin: 5px;
    max-height: 50px;
    max-width: 80px;
    padding: 0;
}

.delt-item p {
    margin: 0;
    padding: 0;
    text-align: center;
}