/* @override 
	https://heliobaric.com/css/style.css */

/* @group Layout */

body {
	background: url(/media/bgpattern.png) repeat, linear-gradient(45deg, #e62e8a, #2ea8e6) no-repeat #222;
}

#menuframe {
	background-color: #444;
}

#menu {
	color: #fff;
	font: 200 22px 'NHGrotesk', sans-serif;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: -0.05em;

	width: 680px;
	margin: 0 auto;
	padding: 1em 0 0.25em 0;
}

#menulinks {
	padding-right: 20px;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#mainframe {
	background: rgba(255, 255, 255, 0.85);

	width: 680px;
	height: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

#traces {
	font-size: 0;
}

#main {
	margin-left: auto;
	padding: 0 20px;
}

footer {
	color: #fff;
	font: 200 11px 'NHGrotesk', sans-serif;
	text-transform: lowercase;
	text-align: center;

	background-color: #444;

	padding: 1em 0;
}

footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover, #menu a:hover, #side a:hover {
	color: #e62e8a;
}

/* @end */

/* @group Trace Gallery */

.traceitem {
	border: 5px solid #fff;

	width: 300px;
	height: 100px;
	margin-bottom: 20px;
	margin-left: 20px;
	display: inline-block;
}

.meta {
	position: relative;
	top: 42px;
	right: 5px;
}

.traceitem:hover .meta{
	display: none;
}

.meta span {
	color: #fff;
	font-family: 'NHGrotesk', sans-serif;
	text-align: right;
	line-height: 100%;

	background-color: rgba(0, 0, 0, 0.8);

	padding: 0.2em 0.3em;
	display: block;
	float: right;
	clear: right;
}

.meta span.title {
	color: #2ea8e6;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 0.05em;
}

.meta span.source, .meta span.size {
	font-size: 10px;
}

/* @end */

/* @group Formatting */

h1 {
	color: #e62e8a;
	font: bold 32px 'NHGrotesk', sans-serif;
	text-transform: lowercase;
	letter-spacing: -0.02em;

	display: inline-block;
}

p + h1 {
	margin-top: 1em;
}

h2 {
	color: #444;
	font: 16px 'NHGrotesk', sans-serif;
	text-transform: lowercase;
	letter-spacing: -0.02em;

	display: inline;
}

p {
	color: #444;
	font: 16px/1.5em 'Freight', serif;
	text-align: justify;

	margin-bottom: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p a {
	color: #2ea8e6;
	text-decoration: none;
}

code {
	background-color: #fff;
}

ul, ol {
	color: #444;
	font: 16px/1.25em 'Freight', serif;
	
	margin-left: 1em;
	margin-bottom: 1em;
}

ul {
	list-style: circle inside;
}

ol {
	list-style: decimal inside;
}

#main img {
	border: 5px solid #fff;

	max-width: 630px;
	margin: 0.5em auto;
	display: block;
}

hr {
	background-color: #ccc;
	border: 0;
	
	width: 500px;
	height: 1px;
	margin: 2em auto;
}

#end h1 {
	color: #444;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	
	margin: 1em	auto;
	display: block;
}

/* @end */

/* @group Neat Tricks */

a {
	transition: .5s;
}

/* @end */