html {
	min-height: 100%;
	position: relative;
}

body {
	background: linear-gradient(rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.0) 25%, rgba(0, 0, 0, 0.0) 100%), url('../gfx/background-inv.png');
	background-repeat: repeat;
	margin: 0px;
}

* {
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	letter-spacing: 0.03em;
	color: #e0e0e0;
}

a, a:link, a:visited {
	color: #9f9f9f;
	text-decoration: none;
}

a:active, a:hover {
	color: #e0e0e0;
}

a.special_link, a.special_link:link, a.special_link:visited {
	color: #ff4040;
}

a.special_link:active, a.special_link:hover {
	color: #ff8080;
}

header {
	padding-top: 24px;
	text-align: center;
}

nav {
	padding-top: 20px;
}

nav a {
	-webkit-transition: background-color 0.15s;
	-moz-transition: background-color 0.15s;
	transition: background-color 0.15s;
}

nav a img {
	-webkit-transition: background-color 0.15s;
	-moz-transition: background-color 0.15s;
	background-color: rgba(0, 0, 0, 0.0);
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.25);
	opacity: 1.0;
	transition: background-color 0.15s;
}

nav a:hover img {
	background-color: rgba(255, 255, 255, 0.08);
	opacity: 1.0;
}

nav a.store_nav_link:hover img {
	background-color: rgba(255, 80, 80, 0.12);
}

article {
	display: table;
	margin: 32px auto 0px auto;
	padding-bottom: 142px;
	text-align: justify;
	width: 1280px;
}

article a {
	font-weight: bold;
}

article h1 {
	margin: -6px 0px 0px 0px;
	font-weight: bold;
	font-size: 34px;
}

article h2 {
	margin: 20px 0px 0px 0px; 
	font-weight: bold;
	font-size: 26px;
}

article hr {
	border: none;
	background-color: rgba(255, 255, 255, 0.25);
	height: 1px;
	margin: 24px 0px 16px 0px;
}

article p {
	margin: 12px 0px 0px 0px;
}

article p.subtitle {
	font-size: 22px;
	font-style: italic;
	margin: 6px 0px 32px 0px;
}

article p.foot {
	margin-top: 28px;
	font-size: 18px;
	font-style: italic;
	text-align: right;
}

p.announcement {
	background-color: rgb(255,0,0,0.075);
	padding: 16px 0px 16px 0px;
	border-radius: 16px;
	margin: -8px 0px 22px 0px;
	text-align: center;
	font-size: 25px;
}

p.announcement a, p.announcement a:link, p.announcement a:visited {
	color: #ff0000;
}

p.announcement a:active, p.announcement a:hover {
	color: #802020;
}

footer a {
	font-size: 16px;
}

footer {
	bottom: 0;
	font-size: 16px;
	height: 90px; /* 110 with additional links */
	letter-spacing: 0.08em;
	line-height: 140%;
	overflow: hidden;
	position: absolute;
	right: 16px;
	text-align: center;
	width: 100%;
}

footer img {
	margin-top: 10px;
}
