/*
Theme Name: 2026
Theme URI: http://colinsmith.art
Author: cs
Author URI: http://colinsmith.art
Description: Custom build.
Version: 1.0
Tags: hand-built
Text Domain: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ---------- STRUCTURE / UNIVERSAL */

html {
	font-size: 62.5%;
	margin:0;
}

body {
	background-color: #fafafa;
	margin:50px 0 50px 50px;
	padding:0;
}

.nav {
	margin:20px 0 30px 0;
}

/* ---------- STRUCTURE / SPECIFIC */

.post {
	border-bottom:1px solid #efefef;
	margin:0 0 50px 0;
	padding:0 0 20px 0;
}

.post-content {
	padding-top:10px;
}

.post-meta {
	margin:0 0 20px 0;
}

.post-title {
	margin:0 0 50px 0;
}

/* ---------- TYPOGRAPHY / UNIVERSAL */

h1 {
	color:#dadada;
	font-family: miller-headline, serif;
	font-size:3.3rem;
	font-weight:300;
	line-height:1.6;
	padding:0;
}

h2 {
	color:#121212;
	font-family: tiffin-latin-variable, sans-serif;
	font-weight:400;
	text-transform:uppercase;
}

h3 {
	color:#cccccc;
	font-family: prestige-elite-std, monospace;
	font-size:1.3rem;
	font-weight:700;
	letter-spacing:.1em;
	text-transform:uppercase;
}

.smcp {
	font-variant-caps: all-small-caps;
}

/* ---------- TYPOGRAPHY / SPECIFIC */

.post-content p {
	color:#242424;
	font-family: tiffin-latin-variable, sans-serif;
	font-size:1.8rem;
	font-weight:300;
	line-height:1.5;
}

p.caption,
.post-meta p {
	color:#bbbbbb;
	font-family: prestige-elite-std, monospace;
	font-size:1.3rem;
	font-weight:400;
	line-height:1.4;
}

/* ---------- LINKS / UNIVERSAL */

a {
	text-decoration:none;
}

	h1 a,
	h2 a,
	h3 a {
		color:inherit;
	}

p a {
	text-decoration: none;
}

a.img {
	border:0;
	padding:0;
	margin:0;
}

/* ---------- LINKS / SPECIFIC */

.post-content p a {
	color:#880002;
}

	.post-content p a:hover {
		color:#242424;
	}

.post-meta p a {
	border-bottom:1px solid #efefef;
	color:#dddddd;
}

	.post-meta p a:hover {
		border-bottom:1px solid #cccccc;
		color:#a1a1a1;
	}