﻿
:root {
	--background-color: #F6FFF6;
	--block-color: #F4F3F0;
	--block-color: none;
	--tag-padding: 0.22rem;
}

body > header:first-child {
	background-image: url("baner.jpg");
	background-color: rgba(255,255,255,0.1);
	background-blend-mode: lighten;
	background-position: center 48%;
	color: white;
	min-height: 12rem;
	/*border-bottom: none;*/
}
body > header a {
	color: inherit;
	text-decoration: none;
}
body > header:first-child > :first-child {
	margin-top: 2rem;
}
body > header:first-child > * {
	margin-left: 6rem;
	text-align: left;
	text-shadow:
		-1px -1px 0 black,
		1px -1px 0 black,
		-1px 1px 0 black,
		1px 1px 0 black;  
}
body > header:first-child > nav {
	font-size: 450%;
}
body > header:first-child > nav h1{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
body > header:first-child > nav small {
	/*color: grey;*/
       	font-size: 50%;
	margin-top: -100%;
	position:relative;
	top: -3rem;
	font-variant: small-caps;
	/*text-shadow: none;
	text-shadow:
		-1px -1px 0 #111,
		1px -1px 0 #111,
		-1px 1px 0 #111,
		1px 1px 0 #111; */ 
	opacity: 0.6;
}
body > header:first-child > summary {
	margin-top: -3.5rem;
}

body > aside {
	position: relative;
}
body > aside:after {
	content: '';
	position: absolute;
	margin: auto;
	top: 1.5rem;
	bottom: 0;
	left: 0;
	width: 1px;
	height: calc( 100% - 1rem * 2);
	background-color: grey;
}
body > aside h1, body > aside h2 {
	color: #242;
}

main > article > header {
	border-bottom: 1px solid grey;
	margin-bottom: 1rem;
}
main > article > header:after { /*clear fix*/
	content: "";
	display: table;
	clear: both;
}
main > article > header > h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 230%;
	color: #242;
	margin: 0;
}
main > article > header > p {
	font-size: 80%;
	margin: 0 1rem;
	padding: 0.3rem;
	display:inline;
	float: right;
}
main > article > header > h1 a {
	color: inherit;
	text-decoration: none;
}

main > article > section.article-body img {
	float: right;
}
main > article > section.article-body:after { /*clear fix*/
	content: "";
	display: table;
	clear: both;
}

main > article > footer > nav.tags > a {
	border-radius: 0 0.3rem 0.3rem 0;
	background-color:ivory;
	border: 1px solid #111;
	box-shadow: 2px 2px darkgrey;
	color: #242;
	text-decoration: none;
	/*font-size: 130%;*/
	vertical-align:middle;
}
.comments-link a {
	color: #242;
}
.comments-link a:visited{
	color:inherit;
}

main nav.prev-and-next {
	margin-top: 2rem;
}
main nav.prev-and-next > * {
	/*background-color: #688a5a;*/
	border: 1px solid #111;
	box-shadow: 2px 2px darkgrey;
	color: #242;
	text-decoration: none;
	font-size: 130%;
}
main.frontpage > article, main.articlepage > article > section.article-body {
	margin: 0;
	padding: 0;
}
main > article {
	margin-bottom: 5rem !important;
}


