/* @group tag cloud */

#cloud {
	color: var(--color-txt-b);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	line-height: 0.875;
	padding: 0.5em;
}

#cloud a:hover {
	color: var(--color-txt-a);
}

#cloud a:active {
	color: var(--color-txt-a);
	text-decoration: overline;
}

#cloud a {
	padding: 0 0.2em;
	margin: 0;
	display: inline-block;
}

/* @end */

/* @group search */

/* hide submit button */
#search input[type=submit] {
	display: none;
}

form#search {
	margin-top: 1em;
}

/* hashtag in search bar */
#search label {
	position: absolute;
	top: 0.2em;
	left: 1em;
	font-size: 0.75em;
	color: var(--color-txt-b);
}

#search div#prefetch {
	z-index: 10;
	width: 95%;
	margin: 0 auto;
	position: relative;
	pointer-events: none;
	height: 3em;
}

#search span {
	width: 100%;
}

#search input {
	border: 0;
	font-size: 0.75em;
	pointer-events: auto;
	text-indent: 0.59em;
	color: inherit;
	transition: all 0.15s ease-out;
	background-color: #3a3a3a !important;
	margin: 0;
	padding: 0.5em 0.5em 0.75em 1.2em;
	outline: none;
	width: 33%;
}

#search input:focus {
	width: 100% !important;
}

/* @end */

/* @group blog */

:is(h2, h3, h4, h5, h6) {
	margin: 1.3em 0 0.75em 0;
	font-weight: 400;
}

:is(h1, h2) a {
	white-space: normal !important;
}

h1 {
	margin: 0 0 0.75em 0;
	font-weight: 400;
	font-size: 2em;
	line-height: 1em;
}

h1 a {
	color: var(--color-txt-a);
}

h1 a:active {
	color: var(--color-blog);
}

h2 {
	font-size: 1.8em;
	color: #e79898;
	line-height: 1.4em;
}

h3 {
	font-size: 1.5em;
	color: #e7bf98;
}

h4 {
	font-size: 1.3em;
	color: #ececac;
}

h5 {
	font-size: 1.1em;
	color: #d9f0c1;
}

h6 {
	font-size: 1em;
	color: #d6f5d6;
	font-style: italic;
}

:is(h2, h3, h4, h5, h6) br + em,
:is(h2, h3, h4, h5, h6) br + strong {
	font-size: 0.8em;
	margin-top: -0.35em;
	display: block;
}

blockquote {
	margin: -1em 0 1.4em 0;
	padding-left: 1em;
	font-size: 0.85em;
	line-height: 1.8em;
	border-left: 2px solid #eee;
}

div + blockquote {
	margin-top: 0em;
}

p + blockquote {
	margin-top: 2.4em;
}

#blog {
	line-height: 1.4em;
}

#blog p {
	margin-top: 0em;
	margin-bottom: 1.4em;
}

article {
	font-size: 0.926em;
	position: relative;
	z-index: 3;
	width: 95%;
	margin: 0 auto;
	padding: 2rem 0 0 0;
}

article.single h1 {
	color: var(--color-blog);
}

article.single h1::first-line {
	text-decoration: overline;
}

article a:not(h1 a) {
	color: #b8d7e0;
}

article a:hover {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

article li {
	list-style-type: circle;
}

mark {
	background-color: var(--color-txt-a);
	padding: 0.2em;
}

div.secondary_tags {
	width: 95%;
	margin: 0 auto;
}

div.secondary_tags span {
	font-size: 1rem;
}

a.link-post {
	color: var(--color-blog);
}

a.link-album, a.link-track {
	color: var(--color-music);
}

a[class^="link-"]:hover {
	text-decoration: overline;
}

a[class^="link-"] span {
	vertical-align: top;
	display: inline-block;
}

a.link-post span {
	position: relative;
	top: -0.3em;
	font-size: 0.8em;
}

a.link-album span {
	font-size: 0.8em;
}

a.link-track span {
	font-size: 0.5em;
}

.bandcamp {
	height: 120px !important;
	/*	width: 100%;*/
}

.bcTrack {
	height: 42px;
	width: 100%;
}

iframe.spotify {

	width: 456px;
	height: 80px;
}

code {
	font: 0.75em Menlo, monospace;
	background: #222;
	padding: 0.15em;
	border-radius: 0.2em;
}

pre {
	padding: 1em;
	line-height: 100%;
	border: 1px dashed #ccc;
}

pre code {
	font: 0.75em Menlo, mono;
	line-height: 1.25em;
	white-space: pre-wrap;
}

article img {
	border: 0;
	width: 100% !important;
	display: inline-block;
}

article img {
	height: auto;
}

.post_content {
	font-size: 0.9em;
	padding-bottom: 0.75rem;
	width: 100% !important;
}

.post_content ul {
	margin-bottom: 1.4em;
}

.post_footer {
	color: #aaa;
	font-size: 0.8rem;
	margin: 0 !important;
}

div.backlinks {
	font-size: 1em;
	margin-bottom: -1em;
	margin-top: 0.25em;
}

a.tag {
	text-decoration: overline;
}

a.tag:hover {
	/*	outline: 1px solid;*/
	background-color: var(--link-color);
	color: var(--color-bg) !important;
	padding-top: 0.1em;
	padding-bottom: 0;
}

.post_tags li a {
	display: inline-block;
	padding: 0.2em 0.3em 0.4em 0.3em;
	margin: 0 0.1em 0 0;
}

.post_tags {
	line-height: 1.4em;
}

.post_tags li {
	display: inline;
	margin-right: 0.5rem;
	margin-bottom: 0.25em;
}

.post_footer p {
	margin: 0;
}

ul.pagination {
	width: 95% !important;
	margin: 1em auto 0 auto !important;
	font-size: 1.5rem;
}

ul.pagination a {
padding: 0 0.65rem 0.25rem 0.65rem;
border-radius: 50%;
background-color: #222;
transition: background-color .2s linear;
}

ul.pagination a:hover,
ul.pagination a:active {
	color: #fff;
	background-color: var(--color-blog);
	transition: background-color .2s linear;
}

.pagination li {
	display: inline-block;
	float: none;
}

.pagination li.back_home,
.pagination li.left_arrow {
	float: left;
}

.pagination li.right_arrow,
.pagination li.random {
	float: right;
}

/* @end */

/* @group syntax */

.hljs {
	display: block;
	overflow-x: auto;
	padding: 0.5em;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-title,
.hljs-section,
.hljs-doctag,
.hljs-name,
.hljs-strong {
	font-weight: bold;
}

.hljs-keyword {
	color: var(--color-blog);
}

.hljs-comment,
.hljs-meta,
.hljs-subst,
.hljs-symbol,
.hljs-regexp,
.hljs-attribute,
.hljs-deletion,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-bullet {
	color: var(--color-txt-b);
}

.hljs-emphasis {
	font-style: italic;
}

/* @end