@font-face {
	font-family: "League Gothic";
	src: url( "fonts/LeagueGothic.otf" ) format( "truetype" );
}

@font-face {
	font-family: "Goudy Bookletter 1911";
	src: url( "fonts/GoudyBookletter1911.otf" ) format( "truetype" );
}

@font-face {
	font-family: Raleway;
	src: url( "fonts/Raleway.otf" ) format( "truetype" );
}

@font-face {
	font-family: Junction;
	src: url( "fonts/Junction.otf" ) format( "truetype" );
}

@font-face {
	font-family: Prociono;
	src: url( "fonts/Prociono.otf" ) format( "truetype" );
}

@font-face {
	font-family: "Sorts Mill Goudy";
	src: url( "fonts/SortsMillGoudy.otf" ) format( "truetype" );
}

@font-face {
	font-family: "Sorts Mill Goudy";
	src: url( "fonts/SortsMillGoudy_Italic.otf" ) format( "truetype" );
	font-style: italic;
}

body {
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0em;
	font-family: "Helvetica Neue",/* Helvetica,*/ Arial, Futura, /*"News Gothic", "Franklin Gothic", */sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: 300;
	background-color: #F0F0F0; /*#EEEEEE;*/
	background-image: url( "../images/typewriter.svg" );
	-moz-background-size: 10%;
	background-size: 10%;
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	color: black;
}

#page {
	width: 80%;
	margin: 0em auto;
/*	border-width: 0px 1px;
	border-style: solid;
	border-color: black;*/
	padding: 1em 0em;
}

header, footer {
/*	width: 90%;
	margin: 1em auto;*/
}

header, #body, footer {
	margin: 1em auto;
/*	border: 1px solid transparent;*/
}

header {
	border-bottom: 3px solid black;
	padding: 0em 1em;
	text-align: center;
}

header h1 {
	margin: 0em;
	padding: 0em;
	font-size: 30pt;
	font-stretch: condensed;
/*	text-transform: uppercase;*/
	text-align: right;
	text-shadow: gray 0.1em 0.1em 0.1em;
}

header h1 a {
	background-color: inherit;
	color: inherit;
	text-decoration: inherit;
}

#submit-work {
	background-color: white;
	color: black;
	width: 10%;
	margin: 1em 2em 0em auto;
	border: 1px solid black;
	padding: 0em;
	text-align: center;
}

#submit-work a {
	width: 100%;
	background-color: inherit;
	color: inherit;
	text-decoration: inherit;
}

nav {
	display: inline-block;
	width: 100%;
	margin: 0em;
	padding: 0em;
	font-size: 10pt;
	font-weight: normal;
	text-transform: none;
}

nav h2, nav li {
	display: inline-block;
	float: left;
	height: 100%;
	margin: 0em;
	padding: 1em;
	vertical-align: middle;
}

nav h2 {
	text-align: right;
}

nav li {
	width: 7em;
/*	background-color: white;
	color: gray;*/
	border-right: 1px solid darkgray;
	text-align: center;
}

nav li:first-of-type {
	border-left: 2px solid black;
}

nav li:hover, nav li:active {
	background-color: lightgray;
	color: #333333;
/*	border-right: 1px solid white;*/
}

nav ul, nav li a {
	margin: 0em;
}

#body {
	border: 1px solid black;
	padding: 1em;
	font-family: "Sorts Mill Goudy", Georgia, Baskerville, "Times New Roman", serif;
	background-color: rgba( 100%, 100%, 100%, 0.80 );
	color: black;
}

#body article {
	padding: 0.25em;
	-o-column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

#body article p {
	text-align: justify;
	text-indent: 2.5em;
	word-wrap: break-word;
}

footer {
	border-top: 3px solid black;
	padding: 0em 1em;
	font-size: 10pt;
	font-weight: 300;
	text-align: center;
	line-height: 130%;
}

footer b {
	font-stretch: condensed;
	font-weight: 500;
}

#copyright {
/*	visibility: hidden;*/
}

#credit {
	background-color: white;
	color: black;
	width: 20%;
	margin: 0em auto;
	border: 1px solid black;
	padding: 1em;
	font-size: 8pt;
	font-weight: 300;
	text-align: center;
}

/*form *[required]::after {
	background-color: inherit;
	color: red;
	font-weight: bolder;
	content: '*';
}*/

textarea {
	font-family: sans-serif;
}