body, html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #7EC1CF;
	color: #FFF;
	font-family: "Verdana", sans-serif;
}
pre {
	white-space: pre-wrap;
}
body.darkmode, body.darkmode textarea, body.darkmode input[type="text"] {
	background-color: #000 !important;
	color: #FFF !important;
}
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
	margin-top: 0;
}
#container {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 20px 0 20px;
}

#header {
	width: 100%;
}
#header #title {
	font-size: 5em;
	margin-top: 30px;
}
#header #slogan {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 20px;
}
#menu {
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	background-color: #64AFC2;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#menu a, #menu a:visited, #menu a:active {
	color: #fff !important;
}
#menu .link {
	font-size: 20px;
}
#content-container {
	width: 100%;
	display: flex;
}
#posts {
	width: 80%;
	flex-direction: column;
	margin-right: 20px;
}
.post:not(:last-child) {
	margin-bottom: 20px;
}
.post, .comment-wrapper, form.cmtform {
	background-color: #CEE5EA;
	border-radius: 15px;
	box-sizing: border-box;
	color: #000;
	padding: 15px;
	font-size: 12px;
	overflow-wrap: break-word;	
}
.cmtcounter { 
	font-size: 18px;
	font-style: italic;
}
.posttextarea { 
	min-width: 100%;
	min-height: 300px;
}
#comments h2 {
	margin: 0;
}
#comments h2 a {
	text-decoration: none;
}
.comment.parent { 
	
}
.comment-wrapper, form.cmtform {
	margin-bottom: 20px;
}
.comment-replies {
	margin-left: 20px;
}
.cmttextarea { 
	min-width: 100%;
	max-width: 100%;
	min-height: 120px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*.comment.parent > .comment-replies .comment > .comment-replies .comment > .comment-replies .comment > .comment-replies .comment > .comment-replies { 
	margin-left: 0px !important; 
}*/
.hidden {
	display: none;
}	
#sidebar {
	width: 20%;
	text-align: right;
}
.sidebar-entity {
	background-color: #CEE5EA; 
	box-sizing: border-box; 
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 20px;
	color: #000;
	font-size: 12px;
}
.sidebar-entity .link {
	font-size: 12px;
	font-weight: bold;
}
.sidebar-entity small {
	font-size: 12px;
}
#pages { 
	text-align: center;
	font-size: 22px;
	display: inline-block;
	width: 100%;
}
#footer {
	width: 100%;
	text-align: right;
	font-style: italic;
	font-size: 12px;
	margin-top: 20px;
}