@font-face {
	font-family: 'Sorts Mill Goudy';
	src: url(fonts/SortsMillGoudy-Regular.ttf)
}

@font-face {
	font-family: 'Crimson Text';
	font-weight: 400;
	font-style: normal;
	src: url(fonts/CrimsonText-Regular.ttf)
}

@font-face {
	font-family: 'Crimson Text';
	font-weight: 400;
	font-style: italic;
	src: url(fonts/CrimsonText-Italic.ttf)
}

@font-face {
	font-family: 'Crimson Text';
	font-weight: bold;
	font-style: normal;
	src: url(fonts/CrimsonText-Bold.ttf)
}

@font-face {
	font-family: 'Crimson Text';
	font-weight: bold;
	font-style: italic;
	src: url(fonts/CrimsonText-BoldItalic.ttf)
}

body {
	background-color: #fff;
	color: #000;
}

#title {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 20pt;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#title a {
	text-decoration: none;
	color: #000;
}

#posts {
	max-width: 40em;
	min-width: 20em;
	margin-left: auto;
	margin-right: auto;
}

.post img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.post .timestamp {
	width: 100%;
	text-align: right;
	display: inline-block;
	font-family: 'Crimson Text', serif;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	color: #000;
}

.post p {
	line-height: 1.2em;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 11pt;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	text-align: justify;
}

.post p strong {
	font-size: 9pt;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
}

#nav {
	text-align: center;
}

#nav a {
	font-family: 'Crimson Text', serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#links {
	text-align: center;
}

#links a {
        font-family: 'Crimson Text', serif;
        font-size: 11pt;
        font-weight: bold;
        text-decoration: none;
        color: #000;
}

#webring {
	text-align: center;
}

#webring a {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

#comments {
	margin-top: 1em;
	max-width: 40em;
	min-width: 20em;
	margin-left: auto;
	margin-right: auto;
}

#comments input[type="submit"] {
	border: 1px solid #000;
	font-family: 'Crimson Text', serif;
	background-color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
}
	

#comments textarea {
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	width: 100%;
	resize: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#commentform {
	width: 100%;
}

.form-submit {
	text-align: right;
}

.comment-datetime {
	font-family: 'Crimson Text', serif;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	color: #000;
	text-align: right;
}

.comment-content {
	line-height: 1.2em;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 11pt;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	text-align: justify;
}
