body {
	background-image: url("b&w_background.jpg");
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;

	color: #121111;
}

a, a:visited
{
	text-decoration: none;
	color: #3D3BF3;
}
a:hover {
	color: #FF2929;
}

.center {
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	width: 100%;
	max-width: 1024px;
	min-height: 100%;
	padding: 0px;
}

.authortitle {
	display: block;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	text-align: center;
	margin: 0px 0px 25px 0px;
	padding: 0;
}
.nav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav li {
	display: inline;
	padding: 5px 20px 5px 20px;
}
.nav a {
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

.content {
	padding: 0 17% 50px 17%;
}

.image {
    flex-shrink: 0;
}

ul.tags {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.tags li {
	display: inline-block;
	margin: 0;
	padding: 2px;
	
	&:not(:last-child):after {
		content: ' |'
	}
}

div.banner
{
	display: block;
	width: 675px;
	max-width: 100%;
	aspect-ratio: 675 / 200;
}
div.banner img
{
	width: 100%;
	height: 100%;
}

p.date
{
	font-style: italic;
	color: #777777;
}

.post-image
{
	float: left;
	width: 225px;
	height: auto;
	vertical-align: center;
}
.post-content
{
	float: left;
	width: calc(100% - 225px);
	min-width: 200px;
}
.post-content h1
{
	padding: 0px;
	margin: 0px;
}
.post-divider
{
	clear: both;
}

/*
EBEAFF
9694FF
3D3BF3
FF2929
*/