:root {
	--main-text-color: black;
	--main-bg-color: white;
	--main-transparent: rgba(0, 0, 0, .15);
	--main-small-text-color: rgba(0, 0, 0, .65);
}
@media (prefers-color-scheme: dark) {
	:root {
		--main-text-color: white;
		--main-bg-color: #1b1b1b;
		--main-transparent: rgba(255, 255, 255, .15);
		--main-small-text-color: rgba(255, 255, 255, .45);
	}
}
@font-face {
  font-family:"basiic";
  src: url(/Fonts/basiic.ttf) format("truetype");
	
}
body {
	line-height: 1.6;
	font-size: 18px;
	font-family: sans-serif;
	background-image: url(/Site%20Decor/2732134jniv88k07n.png);
	padding-left: calc(100vw - 100%);
}
h1 {
	
}
article h1:first-of-type {
	margin-block-start: 1.67rem;
	
}
h2 {
	margin-block-start: 0.83rem;
	margin-block-end: 0.83rem;
	font-size: 1.50rem;
	font-weight: bold;
}
h3 {
	margin-block-start: 1rem;
	margin-block-end: 1rem;
	font-size: 1.17em;
	font-weight: bold;
}
h4 {
	margin-block-start: 1.33rem;
	margin-block-end: 1.33rem;
	font-size: 1.00rem;
	font-weight: bold;
}
article h1 + h4:first-of-type {
	margin-block-start: 0rem;
}
h5 {
	margin-block-start: 1.67rem;
	margin-block-end: 1.67rem;
	font-size: 0.83rem;
	font-weight: bold;
}
h6 {
	margin-block-start: 2.33rem;
	margin-block-end: 2.33rem;
	font-size: 0.67rem;
	font-weight: bold;
}
a {
	color: navy;
}
a:hover {
	background: var(--main-transparent);
}
img {
	width: 100%;
	height: auto;
}
blockquote {
	color: var(--main-small-text-color);
	border-left: 3px solid var(--main-transparent);
	padding: 0 1rem;
	margin-left: 0;
	margin-right: 0;
}
hr {
	border: none;
	height: 1px;
	background: var(--main-small-text-color);
}
code {
	background: var(--main-transparent);
	border-radius: .1875rem;
	/* padding: .0625rem .1875rem; */
	/* margin: 0 .1875rem; */
}
small {
	font-size: .95rem;
	color: var(--main-small-text-color);
}
#header ul {
	display: flex;
	flex-direction: column;
	padding-left: 0;
}
#header li {
	display: inline;
	font-size: 1.2rem;
	margin-right: 1.2rem;
}
#container {
	margin-top: 50px;
	justify-content: center;
	gap: 10px;
	display: flex;
	
	width: 100%;
	
}
#content{
	border: dotted lightblue;
	width: 650px;
	height: 650px;
	background-image: url(/Site%20Decor/3673887hx4w9s4vvr.png);
	background-size: cover;
	background-color: rgba(255,255,255,0.7);
	background-blend-mode: lighten;
	font-family: 'basiic';
	
}

.side{
	border: dotted lightblue;
	width: 300px;
	max-height: 650px;
	overflow-y: scroll;
	padding: 10px;
	background-image: url(/Site%20Decor/bk024.gif);
	font-family:'basiic';
	
	
}
.flex {
    display:flex;
    justify-content:center;
}
#postlistdiv ul {
	list-style-image: url("/Site%20Decor/tumblr_inline_otb6gpi3cv1rgjs1f_500.gif");
	padding-left: 0;
	padding: 20px;
}
#postlistdiv{
	
	padding-left: 0;
	
}
.moreposts {
	font-size: .95rem;
	padding-left: 0.5rem;
}
#nextprev {
	text-align: center;
	margin-top: 1.4rem;
	font-size: .95rem;
}
#footer {
	color: var(--main-small-text-color);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
