
/* Global attributes */

body {
	background-color: #ace;
	width: 85%;
	margin: auto;
}

::-moz-selection {
    color: #ace;
    background: black;
}

::selection {
    color: #ace;
    background: black;
}

img {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Chrome & Safari */
    image-rendering: pixelated; /* Chrome */
    image-rendering: optimize-contrast; /* CSS3 Proposed */
    -ms-interpolation-mode: nearest-neighbor; /* IE8+ */
	image-rendering: crisp-edges;
}

h1, h2, h3, a, th {
	font-family: Ubuntu, "Noto Sans", "Liberation Sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: center;
	color: black;
}

h1 {
	font-size: 100px;
	margin-top: 50px;
	margin-bottom: 50px;
}

h2 {
	font-size: 64px;
	margin-top: 50px;
	margin-bottom: 50px;
}

h3 {
	font-size: 50px;
}

p {
	font-family: Ubuntu, "Noto Sans", "Liberation Sans", Helvetica, Arial, sans-serif;
	font-size: 25px;
	text-align: justify;
	line-height: 1.25;
	hyphens: auto;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.line {
	height: 5px;
	background-color: black;
}

#showcase {
	display: block;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.smallcaps {
	font-variant: small-caps;
}

/* Phasing out "stats" for "center" */

.stats, .center {
	text-align: center;
}

.series, .series p {
	font-size: 50px;
	text-align: center;
}

/* For artists pages */

.artists_avatar_right {
	float: right;
	margin-left: 20px;
}

.artists_avatar_left {
	float: left;
	margin-right: 20px;
}

/* For archive pages */

table {
	width: 100%;
	font-family: Ubuntu, "Noto Sans", "Liberation Sans", Helvetica, Arial, sans-serif;
	margin-top: 50px;
	margin-bottom: 50px;
	float: center;
}

th, td, tr {
	padding: 5px;
	text-align: center;
}

/* For gallery pages */

#preview_container {
	height: auto;
	width: auto;
	text-align: center;
}

.preview {
	margin-top: 50px;
	margin-bottom: 50px;
	height: auto;
	width: auto;
	margin-left: 25px;
	margin-right: 25px;
	display: inline-block;
}

.preview p, a {
	text-align: center;
	margin-bottom: -20px;
}

.preview img, .artists_avatar_right, .artists_avatar_left {
	border-width: 4px;
	border-style: solid;
	border-color: black;
}

/* Global navigation code */

#navigation {
	position: relative;
	height: 300px;
	width: auto;
	margin-bottom: 50px;
	z-index: 0;
}

#navigation a {
	font-size: 50px;
}

#navigation div[id$="e"]{
	position: absolute;
}

#navigation_firstline {
	text-align: left;
	width: auto;
	left: 0px;
	z-index: 9999;
}

#navigation_secondline {
	text-align: center;
	left: 0px;
	right: 0px;
	z-index: -9999;
}

#navigation_thirdline {
	width: auto;
	text-align: right;
	right: 0px;
}

.navigation_spacer {
	font-size: 25px;
	padding: 10px;
}

footer p {
	font-size: 25px;
	text-align: center;
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	src: url(fonts/Ubuntu-Regular.woff2) format("woff2");
}

@font-face {
	font-family: "Ubuntu";
	font-weight: bold;
	src: url(fonts/Ubuntu-Bold.woff2) format("woff2");
}
@font-face {
	font-family: "Ubuntu";
	font-style: italic;
	src: url(fonts/Ubuntu-Italic.woff2) format("woff2");
}
@font-face {
	font-family: "Ubuntu";
	font-style: italic;
	font-weight: bold;
	src: url(fonts/Ubuntu-BoldItalic.woff2) format("woff2");
}
