/* amfora colour scheme
bg = "#282c34"
tab_num = "#3071db"
tab_divider = "#5699af"
bottombar_label = "#98be65"
bottombar_text = "#7d7d7d"
bottombar_bg = "#202328"

hdg_1 = "#ff6c6b"
hdg_2 = "#51afef"
hdg_3 = "#4669ff"
amfora_link = "#c678dd"
foreign_link = "#98be65"
link_number = "#7d7d7d"
regular_text = "#ffffff"
quote_text = "#a9a1e1"
preformatted_text = "#ecbe7b"
list_text = "#bbc2cf"
*/
@font-face {
  font-family: mononoki;
  src: url('mononoki.ttf') format('truetype');
}
body {
	font-family: 'mononoki', monospace;
	font-size: 1.25em;
	color: #fff;
	background-color: #282c34;
}
header h1 {
	font-size: 3.5em;
}
#container {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto 0 auto;
}
article img {
	width: 100%;
	margin: 1em 0 1em 0;
}
article p {
	text-align: left;
	/* text-align: justify; */
	/* text-justify: inter-word */
}
ul.postlist, ul.archivelist {
	list-style: circle;
}
h1 {
	color: #ff6c6b;
}
h1 a {
	content: "";
	text-decoration: none;
	color: #c678dd;
}
h2 {
  color: #51afef;
}
h3 {
  color: #4669ff;
}
a, a:active {
  color: #c678dd;
  background-color: #282c34;
	text-decoration: none;
}
a:visited {
  color: #7d7d7d;
  background-color: #282c34;
	text-decoration: none;
}
a:hover {
  background-color: #c678dd;
  color: #282c34;
	text-decoration: none;
}
/*
a:before {
	content: "=> ";
}
*/
pre {
  background-color: #3c3836;
  color: #ecbe7b;
	font-weight: bold;
	text-align: left;
	display: inline-block;
}
header #byline {
	font-size: 0.8em;
	margin-top: -1.6em;
	margin-bottom: 3em;
}
.ytvid {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
