body {
    background-image: url("images/paper_bg.jpg");
    background-repeat: repeat;
    background-color: #fff;
}


#container {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#sitetitle {
    max-width: 425px;
    margin: auto;
}

#subtitle {
    background-image: url("images/ding4.svg");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 80px;
    text-align: center;
    color: #733;
    max-width: 600px;
    margin: auto;
    padding: 1em 0 2em;
}  

#outbound {
    background-image: url("images/ding3.svg");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    max-width: 622px;
    color: #733;
    margin: 0 auto;
    padding: 11px 0 17px;
}

#outfoot {
    background-image: url("images/ding3.svg");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    max-width: 622px;
    color: #733;
    margin: -1.2em auto 0;
    padding: 17px 0 11px;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.glamour {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.centered {
    display: flex;
    justify-content: center;
}

.sixteennine {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsivevideo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.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;
}

a:link { border-bottom:1px #733 solid; text-decoration:none; color:black; }
a:visited { border-bottom:1px gray dotted; text-decoration:none; color:black; }
a:hover { border-bottom:1px black solid; text-decoration:none; color:black; }
a:active { border-bottom:1px #733 dotted; text-decoration:none; color:black; }

.delt-container a:link { border:0; text-decoration:none; color:#733; }
.delt-container a:visited { border:0; text-decoration:none; color:#733; }
.delt-container a:hover { border:0; text-decoration:none; color:#733; }
.delt-container a:active { border:0; text-decoration:none; color:#733; }

.delt-container-2 a:link { border:0; text-decoration:none; color:#733; }
.delt-container-2 a:visited { border:0; text-decoration:none; color:#733; }
.delt-container-2 a:hover { border:0; text-decoration:none; color:#733; }
.delt-container-2 a:active { border:0; text-decoration:none; color:#733; }

#sitetitle a:link { border:0; text-decoration:none; color:#733; }
#sitetitle a:visited { border:0; text-decoration:none; color:#733; }
#sitetitle a:hover { border:0; text-decoration:none; color:#733; }
#sitetitle a:active { border:0; text-decoration:none; color:#733; }

#subtitle a:link { border:0; text-decoration:none; color:#733; }
#subtitle a:visited { border:0; text-decoration:none; color:#733; }
#subtitle a:hover { border:0; text-decoration:none; color:#733; }
#subtitle a:active { border:0; text-decoration:none; color:#733; }

h1 a:link { border: 0px; color:#733; text-decoration: none; }
h1 a:visited { border: 0px; color:#733; text-decoration: none; }
h1 a:hover { border: 0px; color:#733; text-decoration: none; }
h1 a:active { border: 0px; color:#733; text-decoration: none; }

h2 a:link { border: 0px; color:#733; text-decoration: none; }
h2 a:visited { border: 0px; color:#733; text-decoration: none; }
h2 a:hover { border: 0px; color:#733; text-decoration: none; }
h2 a:active { border: 0px; color:#733; text-decoration: none; }

h3 a:link { border: 0px; color:#733; text-decoration: none; }
h3 a:visited { border: 0px; color:#733; text-decoration: none; }
h3 a:hover { border: 0px; color:#733; text-decoration: none; }
h3 a:active { border: 0px; color:#733; text-decoration: none; }

h4 a:link { border: 0px; color:#733; text-decoration: none; font-weight: bold; }
h4 a:visited { border: 0px; color:#733; text-decoration: none; font-weight: bold; }
h4 a:hover { border: 0px; color:#733; text-decoration: none; font-weight: bold; }
h4 a:active { border: 0px; color:#733; text-decoration: none; font-weight: bold; }

blockquote, li
{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: .85em;
	line-height: 1.6em;
}

blockquote
{
	margin-left: 10%;
	margin-right: 10%;
}

#head
{
	text-align: center;
}

#content {
    font-family: Georga, serif;
    font-size: 1.2em;
    line-height: 1.7em;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    max-width: 32em;
    margin: auto;
}

#singleton {
    font-family: Georga, serif;
    font-size: 1.2em;
    line-height: 1.7em;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    max-width: 32em;
    margin: auto;
}

#foot
{
	clear: both;
	margin-top: 5px;
	text-align: center;
}

h1
{
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, Times, Serif;
	font-size: 3em;
}

h2 {
    font-weight: normal;
    font-family: Georgia, Times, Serif;
    font-size: 1.2em;
}

h3 {
    font-weight: normal;
    font-family: Georgia, Times, Serif;
    text-align: left;
    margin-left: 7%;
    margin-right: 7%;
    font-size: 1.5em;
}

h4
{
	font-family: Georga, serif;
	font-size: .9em;
	font-weight: bold;
	display: inline;
	line-height: 1.4em;
	text-align: left;
	text-transform: uppercase;
	color: black;
}

h5
{
	font-family: Georga, serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
	margin-left: 7%;
	margin-right: 7%;
	color: black;
}

h6
{
	background: url(/images/ding1.svg) no-repeat 7%;
	min-height: 28px;
	margin: 0 0 0 4em;
}

.caps
{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 90%;
}

#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%;
	margin-bottom: 3em;
	font-size: 80%;
	text-align: right;
	line-height: 1.2;
}

.center {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}

.inline {
    margin-top: -1em;
}

img
{
	border: 0;
}

.imageright
{
	max-width: 42%;
        float: right;
	margin: .5em -10px .5em .5em;
}

.imageleft
{
	max-width: 42%;
        float: left;
	margin: .5em .5em .5em -10px;
}

.imageright a, .imageright a:visited
{
	border: 0;
}

.imageleft a, .imageleft a:visited
{
	border: 0;
}

.center a, .center a:visited {
    border: 0;
}

.centered a, .centered a:visited {
    border: 0;
}

.inlinegallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 900px;
    margin: auto;
}

.inlinegalleryitem {
    max-width: 224px;
    margin: 24px;
}

.inlinegalleryitem a, .inlinegalleryitem 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: .95em;
	line-height: 1.5em;
	text-align: left;
}

.caption
{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	margin: .25em 4em 3em;
	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: #733;
	font-weight: normal;
}

.restless li
{
        list-style-type: none;
        padding: 0px 4px;
        margin: 0;
        text-align: center;
}

.unstyled li
{
        list-style-type: none;
}

ul#footernav
{
    list-style-type: none;
    margin: 2em 0 0;
    padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: .8em;
}

ul#footernav .navleft
{
    float: left;
    width: 40%;
    text-align: left;
}

ul#footernav .navright
{
    float: right;
    width: 40%;
    text-align: right;
}

.centertext
{
    text-align: center;
}

.redletter
{
    color: #F00;
}

.tweet
{
    display: inline-block;
}