/* ==========================================================================
	 0. Base Page Stuff
	 ========================================================================== */

html {
	height: 100%;
	max-height: 100%;
	font-size: 62.5%;
}

body {
	margin: 0;
	height: 100%;
	max-height: 100%;
	font-family: 'Noto Serif', serif;
	font-size: 2.0rem;
	line-height: 1.6em;
	color: #3A4145;
	background: #000000;
}

a {
	color: #777777;
	text-decoration: none;
	transition: color ease 0.2s;
}

a:hover {
	color: #FFFFFF;
	transition: color ease 0.2s;
}

/* ==========================================================================
   ?. What - Who put this code here!?
   ========================================================================== */

@font-face {
	font-family: 'title';
	src:url('../fonts/sorts-mill-kis.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'body';
	src:url('../fonts/ntailu.ttf');
	font-weight: normal;
	font-style: normal;
}

.head-bar {
	height: 20px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: static;
	background: #3F3F3F;
}

.site-header {
	height: 0px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: static;
}

.head-line {
	width: auto;
	border-top: 2px solid #BFBFBF;
	position: static;
	margin-top: 37px;
}

.foot-text {
	height: 20px;
	width: auto;
	margin-top: 4px;
	margin-bottom: 40px;
	position: relative;
	font-family: 'body';
	font-size: 1.2rem;
	line-height: 1.6em;
	color: #7F7F7F;
	text-align: center;
}

.rss-button:before {
	content: "\e001";
	font-family: 'icons';
	speak: none;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rss-button {
	display: inline;
	position: relative;
	text-align: center;
	color: #7F7F7F;
	transition: color 0.2s;
}

.rss-button:hover {
	display: inline;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	transition: color 0.2s;
}

.foot-line {
	width: auto;
	border-top: 2px solid #595959;
	position: static;
}

.header-title {
	color: #BFBFBF;
	display: inline-block;
	font-family: 'title';
	font-weight: normal;
	font-size: 2.1rem;
	text-align: left;
	position: static;
	bottom: 0px;
	left: 0px;
	transition: color 0.2s;
}

.header-title:hover {
	color: #FFFFFF;
	transition: color 0.2s;
}

.big-home-title {
	color: #FFFFFF;
	padding-top: 4px;
	display: inline-block;
	font-family: 'title';
	font-weight: normal;
	font-size: 4.4rem;
	text-align: center;
	position: static;
}

.header-button {
	top: 0px;
	display: inline-block;
	left: 6px;
	margin-left: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-top: 2px;
	color: #FFFFFF;
	font-family: 'title';
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	position: relative;
	background-color: rgba(255,255,255,0.25);
	transition: background-color 0.2s, padding-bottom 0.2s;
}

.current-link .header-button {
	padding-bottom: 20px;
	background-color: rgba(255,255,255,0.40);
	transition: background-color 0s, padding-bottom 0s;
}

.header-button:hover {
	/*padding-bottom: 20px;*/
	background-color: rgba(255,255,255,0.40);
	transition: background-color 0.2s, padding-bottom 0.2s;
}

.side-line {
	width: 790px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-left: #191919 2px solid;
	border-right: #191919 2px solid;
	position: relative;
}

.site-body {
	width: 714px;
	height: auto;
	min-height: 550px;
	padding: 10px 28px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border-right: #333333 2px solid;
	border-left: #333333 2px solid;
	position: relative;
	font-family: 'body';
	font-size: 1.4rem;
	line-height: 1.4em;
	color: #CCCCCC;
	white-space: pre-wrap;
}

.site-body img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.page-title {
	width: auto;
	margin-left: -6px;
	margin-right: -6px;
	margin-top: -14px;
	margin-bottom: -6px;
	position: relative;
	font-weight: bold;
	font-size: 2.3rem;
	line-height: 2.3em;
	color: #000000;
}

/* ==========================================================================
   ?. For use on the page itself
   ========================================================================== */

.thumb {
	display: inline-block;
	margin: 5px;
	padding: 0px;
	border: 2px solid #333333;
	text-align: center;
	font-size: 0px;
	line-height: 0px;
	transition: border 0.2s;
}

.thumb:hover {
	border: 2px solid #FFFFFF;
	transition: border 0.2s;
}

.line {/* underlined title */
	display: flex;
	width: auto;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 0px;
	margin-bottom: -6px;
	position: relative;
	font-family: 'title';
	font-weight: normal;
	font-size: 2.1rem;
	line-height: 20px;
	color: #FFFFFF;
	border-bottom: 2px solid #3F3F3F;
}

img {
	max-height: 740px;
}

.right-image {
	width: 260px;
	float: right;
	padding-left: 10px;
}

.art {/* art title card */
	padding-right: 20px;
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 34px;
	font-family: 'body';
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.5rem;
	text-align: right;
	position: relative;
	color: #AAAAAA;
	background: #111111;
}

.art:first-line {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.6rem;
}

.art .desc {
	text-align: left;
	display: block;
	padding-left: 20px;
	width: 510px;
}

.date-title {/* floats date and tags next to h1 title bar */
	float: right;
	display: block;
	width: auto;
	padding-left: auto;
	padding-right: 4px;
	text-align: right;
	top: -26px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 0px;
	margin-bottom: -6px;
	position: relative;
	font-family: 'title';
	font-weight: normal;
	font-size: 1.9rem;
	line-height: 20px;
	color: #AAAAAA;
}

.big-link {/* gallery link */
	float: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #BBBBBB;
	font-family: 'body';
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.4rem;
	text-align: center;
	position: relative;
	text-decoration: none;/* removes underline from links */
	background-color: rgba(255,255,255,0.25);
	transition: background-color 0.2s;
}

.big-link:first-line {
	color: #FFFFFF;
	font-family: 'title';
	font-weight: normal;
	font-size: 3rem;
	line-height: 3rem;
}

.big-link:hover {
	color: #BBBBBB;
	background-color: rgba(255,255,255,0.35);
	transition: background-color 0.2s;
}

.line-button:before {
	content: "";
	width: auto;
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 0px;
	margin-bottom: -6px;
	position: relative;
	border-bottom: 2px solid #3F3F3F;
}


/* ==========================================================================
   mobile
   ========================================================================== */

@media only screen and (max-width: 820px) {
	.side-line {
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		border-left: #000000 0px solid;
		border-right: #000000 0px solid;
		position: relative;
	}

	.site-body {
		width: auto;
		height: auto;
		min-height: 550px;
		padding: 10px 28px;
		padding-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		border-right: #000000 0px solid;
		border-left: #000000 0px solid;
		position: relative;
		font-family: 'body';
		font-size: 1.4rem;
		line-height: 1.4em;
		color: #CCCCCC;
		white-space: pre-wrap;
	}

	.site-header {
		height: 0px;
		width: auto;
		margin-left: 12px;
		margin-right: auto;
		position: static;
	}

	.art .desc {
		width: 80%;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.big-link:first-line {
		color: #FFFFFF;
		font-family: 'title';
		font-weight: normal;
		font-size: 2.2rem;
		line-height: 3rem;
	}

	.header-title {
		display: block;
		transform: translateY(4px);
	}

	.site-header {
		height: 30px;
	}

	.art .desc {
		width: auto;
	}

	.right-image {
		display: block;
		float: none;
		padding-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
}