body {
	margin: 0;
	font-family: "Book Antiqua", "Georgia", "Century Schoolbook L", "URW Bookman L", serif;
	font-size: 16px;
	color: #fff;
}
#MainContainer {
	min-height: calc(100vh - 70px);
	background-image: linear-gradient(135deg, dimgray, #3b3a3a 250px, black 100% );
	display:flex;
	flex-wrap: wrap;
	margin-top: 45px;
}
#LeftContainer {
	border-right: 10px solid #0000cf;
	flex-basis: 192px;
	flex-grow: 192;
	box-shadow: 3px -1px 2px rgba(0,0,0,0.7);
}
#RightContainer {
	flex-basis: 800px;
	flex-grow: 800;
	max-width: 100%;
}
main {
	margin: 10% 7% 10% 7%;
	max-width: 800px;
}
header {
	height: 45px;
	position: fixed;
	top: 0px;
	width:100%;
	box-shadow: 5px 6px 5px rgba(0,0,0,0.7);
	z-index: 1;
}
footer {
	height: 25px;
	box-shadow: 0px -1px 2px rgba(0,0,0,0.7);
}
header, footer {
	background-color: #0000cf;
}
#SiteTitle {
	position: relative;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 2px 0px black, 1px 1px 0px black, 0px 3px 0px black;
	left: 6vw;
	max-width: calc(100vw - 100px);
}
#PageTitle {
	font-size: 18px;
}
header a {
	color: #fff;
}
main h1 {
	font-size: 1.5em;
	background-color: #0000cf;
	margin-bottom: 40px;
	padding-left: 10px;
	border: #252525 ridge 8px;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.7);
}
main h2 {
	font-size: 1.17em;
}
main h3 {
	font-size: 1em;
}
main h1, h2, h3 {
	text-decoration: underline;
}
#MainContainer a {
	color: #2595ff;
}
#MainContainer a:visited {
	color: #859ae7;
}
#SideNavBar a:visited {
	color: #2e2e2e;
}
#SideBar {
	margin: 10% 0px 10% 0px;
	position: sticky;
	top: calc(10% + 45px);
}
@media all and (max-width: 1000px) {
	#SideBar {
		position: static;
	}
	#LeftContainer {
	border-right: none;
	}
}
@media all and (min-width: 700px) {
	#PageTitle {
		display: block;
		position: relative;
		font-size: 18px;
		left: 50px;
	}
}
#SideNavBar > ul {
	margin: 0;
	background-color: #0000cf;
	list-style-type: none;
	padding-left: 0px;
}
#SideNavBar > ul > li {
	border: 4px solid #252525;
	padding-left: 4px;
	text-decoration: underline;
}
nav > ul ul {
	padding-left: 20px;
	display: none;
	margin-top: 2px;
}
.LAYpoenotitas {
	border: 4px solid #252525;
	background-color: #4a4d6f;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-left: 3px;
	list-style-type: disc;
}
.LASelidas {
	border: 3px solid #252525;
	background-color: #4aafff;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-left: 3px;
	list-style-type: disclosure-closed;
}
.show {
	display: block;
}
#SideNavBar li {
	cursor: pointer;
}
#SideNavBar {
	border: 6px ridge #252525;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.7);
}
#SideNavBar a {
	color: initial;
}
#HeaderNav > a {
	color: #fff;
	position: relative;
	left: 85vw;
	text-shadow: 2px 2px 0px black, 1px 1px 0px black;
}
.ListaXorisKeno {
	padding-left: 0px;
}
.ListaXorisKeno > li {
	margin-left: 40px;
}
#SideTagBar {
		margin: 40px 10px 0px;
}
main .arthro {
		border: 6px ridge #0000cf;
		box-shadow: 0px 4px 4px rgba(0,0,0,0.7);
		padding: 4px ;
		background-color: #252525;
}
#SideTagBar a {
		border: 5px ridge #0000cf;
		box-shadow: 0px 4px 4px rgba(0,0,0,0.7);
		background-color: #252525;
		padding: 3px;
		font-size: smaller;
		margin: 3px;
		display: inline-block;
		width: fit-content;
}
