/*
Theme Name: eligrey.com
Theme URI: https://eligrey.com
Description: A simplistic theme with excellent typography and full XHTML5 semantics support.
Author: <a href="https://eligrey.com">Eli Grey</a>
Version: 1.6
Tags: purple, single-column, light, typography, xhtml5, html5, no-images
*/

/* Copyright 2016 Eli Grey. All rights reserved. */

@charset "utf-8";

@import url("//fonts.googleapis.com/css?family=Catamaran&text=Eli%20Grey");
@import url("//fonts.googleapis.com/css?family=Ubuntu|Inconsolata");
@font-face {
	/* Rotated Floral Heart Bullet and Left-Pointing Magnifying Glass */
	font-family: "rfhb-lpmg";
	src: url("fonts/rfhb-lpmg.woff2") format("woff2"),
		url("fonts/rfhb-lpmg.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
:focus {
	outline: none;
}
::selection {
	color: white;
	background-color: #947;
}
::-moz-selection {
	color: white;
	background-color: #947;
}

.linkable:target {
    text-shadow: 0 0 5px rgba(255,224,0,0.6);
}
.linkable:target + * {
    background-color: rgba(255,224,0,0.11);
}
/* report XHTML errors in Google Chrome (disabled) */
/*parsererror {
	background-image: url("xhtml-error/report.php") !important;
}
/* fix HTML5 elements for non-HTML5-aware browsers */
address, article, aside, dialog, figure, footer, hgroup, header, nav, section {
	display: block;
}
body {
	background: #DADADA none no-repeat fixed top left;
	background-image: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#EEE), color-stop(25%, #DADADA), color-stop(75%, #DADADA), to(#EEE));
	background-image: -moz-linear-gradient(top, #EEE, #DADADA, #DADADA, #EEE);
	background-image: linear-gradient(top, #EEE, #DADADA, #DADADA, #EEE);
	text-rendering: optimizeLegibility;
	margin: 0;
}
body, input, textarea, select {
	font: normal normal 67.5%/1.4 Ubuntu, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
}
pre, code, kbd, samp, .wp_syntax pre {
	font-family: Consolas, "Inconsolata-dz", Inconsolata, "Droid Sans Mono", monospace !important;
	text-rendering: optimizeSpeed; /* kerning is bad for monospaced code */
	overflow: auto;
}
.hentry, #respond {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.email {
	display: inline;
	opacity: 0;
	transition: opacity .3s linear;
}
.contact:hover ~ .email, .email:hover {
	opacity: 1;
}
.about > :first-child {
	margin-left: 5px;
}
.about .link-box, .comment.depth-1, .only.searchform {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
}
.about .link-image {
	vertical-align: middle;
	display: inline-block;
	margin: 2px 6px 0 0;
}
.about .link-image + .about .link-box {
	margin-left: 6px;
}
mark {
	background-color: #FFFF86;
	color: #3B3B3B;
}
#fixed {
	color: white;
	background-color: #777;
	border-radius: 4px;
	padding: 6px 9px;
	display: block;
	float: right;
	position: fixed;
	top: 10px;
	right: 10px;
	text-transform: uppercase;
	transition: background 0.2s linear;
}
#fixed:hover {
	background-color: black;
	text-decoration: none;
}
a {
	color: #304;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	text-decoration-color: #6F5776;
}
a img {
	border: none;
	color: transparent;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content {
	margin: 0 auto;
	width: 960px;
}
#main {
	text-align: center;
}
.search-terms {
	font-weight: normal;
	font-size: 1.6em;
}
.search-terms q {
	font-style: italic;
	color: #444;
}
.search-terms q::before, .search-terms q::after {
	color: #444;
}
h1.four04 {
	text-align: center;
	width: 100%;
}
h2.four04 {
	font-size: 3em;
	color: #444;
	margin-top: -0.7em;
}
.google {
	text-shadow: 1px 1px 2px #777;
	font-size: 1.5em;
}
.google :nth-child(1) {color: #4285F4;}
.google :nth-child(2) {color: #EA4335;}
.google :nth-child(3) {color: #FBBC05;}
.google :nth-child(4) {color: #4285F4;}
.google :nth-child(5) {color: #34A853;}
.google :nth-child(6) {color: #EA4335;}
#comments {
	text-align: left;
}
header {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
header .searchform {
	float: right;
}
header h1 {
	font-family: "Catamaran", "Myriad Pro", Helvetica, Arial, sans-serif;
	float: left;
}
header h1 a {
	font-size: 80px;
	line-height: 115px;
	letter-spacing: -2px;
}
header .about {
	float: left;
	margin-left: 16px;
}
header .about .link-box {
	font-size: 1.5em;
	background-color: #bfbfbf;
	text-transform: lowercase;
	font-weight: normal;
	padding: 7px;
	line-height: 9em;
	color: #6F5776;
	border-radius: 4px;
	transition-property: color, background-color;
	transition-duration: 0.2s;
}
header .about .link-box:not(:last-child) {
	margin-right: 3px;
}
header .about .link-image {
	border-bottom: 3px solid transparent;
	transition-property: border-color;
	transition-duration: 0.2s;
}
header .about .link-box:hover {
	text-decoration: none;
	background-color: #6F5776;
	color: white;
}
header .about .link-image:hover {
	border-color: #6F5776;
}
.searchform {
	margin-top: 53px;
}
.searchform * {
	margin: 0;
	padding: 0;
}
.searchform input {
	float: left;
}
.searchform label {
	float: left;
	font-size: 1.8em;
	line-height: 30px;
	width: 250px;
	margin-right: 10px;
}
.searchform input[type="search"] {
	font-size: 1.8em;
	height: 22px;
	padding: 5px;
	border: 1px solid #959595;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	background-clip: padding-box;
	background-color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(white), color-stop(15%, white));
	background-image: -moz-linear-gradient(-90deg, #eee, white 15%, white);
	background-image: linear-gradient(-90deg, #eee, white 15%, white);
	border-right-width: 0;
	transition-property: border-color, box-shadow;
	transition-duration: 0.2s;
	box-sizing: content-box;
}
.searchform input[type="search"]:focus {
	border-color: #304;
	box-shadow: 0 0 4px #304;
	outline: none;
}
.searchform input[type="search"]::-webkit-input-placeholder {
	color: darkgray;
}
.searchform input[type="search"]::-moz-placeholder {
	color: darkgray;
}
.searchform input[type="search"]::placeholder {
	color: darkgray;
}
.searchform input[type="submit"] {
	font-family: "rfhb-lpmg";
	color: #ccc;
	font-size: 2.75em;
	background-color: #959595;
	text-align: center;
	border: 1px solid #888;
	height: 34px;
	width: 42px;
	line-height: 34px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	background-clip: padding-box;
	transition-property: border, background-color, box-shadow;
	transition-duration: 0.2s;
}
.searchform input[type="search"]:hover + input {
	color: #F7F7F7;
	background-color: #304;
	border-color: #203;
	cursor: pointer;
	box-shadow: 0 0 4px #304;
}
.searchform input[type="submit"]:hover, .searchform input[type="search"]:focus + input, .searchform input[type="text"]:focus + input {
	color: #F7F7F7;
	background-color: #304;
	border-color: #203;
	cursor: pointer;
	box-shadow: 0 0 4px #304;
}
.hentry {
	background-color: white;
	border-radius: 4px;
	padding: 20px 30px;
	text-align: left;
}
.search-results .hentry {
	margin-bottom: 20px;
}
.search-results .tags {
	display: none;
}
.heart {
	font-family: "rfhb-lpmg", Symbola;
	display: block;
	font-size: 5em;
	color: #999;
	text-align: center;
	line-height: 70px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
#main .heart:last-of-type {
	display: none;
}
.post-title {
	margin-right: 190px;
	font-size: 3.4em;
	float: left;
	margin: 0;
}
.post-meta {
	font-size: 1.3em;
	border-left: 1px solid #dadada;
	padding-left: 15px;
	width: 150px;
	color: #444;
	margin-left: 10px;
	float: right;
	position: relative;
}

address {
	font-style: inherit;
}
.post-meta time, .post-meta a:not(.author) {
	display: block;
}
.wp_syntax { /* override WP-Syntax */
	border: none !important;
	margin-top: 1.5em !important;
}
.wp_syntax td.code {
	background-image: none !important;
	background-color: #eee !important;
}
.post-body {
	clear: both;
	overflow-x: hidden;
}
.post-body p {
	overflow-x: auto;
}
.post-body a, .comment-text article a {
	color: #807;
}
.post-body abbr, .post-body dfn {
	cursor: help;
	border-bottom: 1px dashed;
}
.post-body p, .post-body address {
	font-size: 1.5em;
	color: #3b3b3b;
	margin: 1em 0 0;
}
.post-body pre, .comment pre {
	color: #100;
	background-color: #f9f9f9;
	border: 1px solid silver;
	overflow: auto;
	width: auto;
	float: none;
	clear: none;
	font-size: 14px;
	line-height: 1.333em;
	white-space: pre;
	padding: 5px;
}
.post-body h2 {
	font-size: 2.4em;
	margin: 0.4em 0 0;
}
.post-body h3 {
	font-size: 2em;
}
.post-body h4 {
	font-size: 1.6em;
}
.post-body h5 {
	font-size: 1.2em;
}
.post-body blockquote, .comment blockquote {
	margin: 6px 20px;
	font-style: italic;
}
.post-body ul, .post-body ol, .post-body dl {
	margin: 0.3em 2em;
	font-size: 1.5em;
	color: #333;
	padding: 0;
}
.post-body dl dt {
	font-size: 1.2em;
}
.post-body dl dd {
	margin-left: 40px;
}
.post-body li ul, .post-body li ol, .post-body dd dl, .post-body dt dl {
	font-size: 1em;
}
.post-body .caps {
	text-transform: uppercase;
}
.post-body .important {
	color: red;
}
.tags:empty {
	height: 5px;
}
.tags:not(:empty) {
	font-size: 1.4em;
	margin-top: 16px;
	border-top: 1px solid #dadada;
	padding-top: 10px;
	color: #666;
	clear: both;
}
#post-nav-links {
	padding: 6px;
	background-color: #eee;
	border-radius: 4px;
	text-align: center;
	font-size: 1.4em;
	display: inline-block;
	margin: 14px auto 0;
}
#post-nav-links ul {
	display: inline;
	list-style: none;
	padding: 0;
}
#post-nav-links li {
	display: inline;
}
#post-nav-links li:not(:first-child)::before {
	content: " — ";
}
#comments-heading {
	font-size: 2.6em;
	color: #444;
	margin: 20px 0;
}
.avatar-frame {
	float: left;
}
.comment, .pingback, .trackback {
	overflow: hidden;
	background-color: #f3f3f3;
	padding: 15px;
	margin-bottom: 14px;
	border-radius: 4px;
}
/*or :nth-of-type(even)*/
.comment.even, .pingback.even {
	background-color: white;
}
.avatar {
	display: block;
}
.comment > div, .pingback > div {
	overflow: hidden;
}
.comment-text {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 1.35em;
	border-left: 1px solid #aaa;
	width: 75%;
}
#cancel-comment-reply-link {
	font-size: 1.3em;
}
.children {
	margin-left: 14px;
}
.comment-text .reply {
	font-size: 0.8em;
	margin-top: 6px;
}
.commeta {
	float: left;
	width: 20%;
}
.commeta ul {
	float: left;
	padding-left: 4px;
	margin-top: 3px;
	font-size: 1.3em;
}
.comment li, .comment, .pingback li, .pingback {
	list-style: none;
}
.commeta cite, .commeta cite a {
	font-weight: bold;
	font-style: normal;
}
#respond {
	margin-top: 14px;
	background-color: white;
	padding: 14px 22px;
	border-radius: 4px;
	clear: both;
}
#respond h3 {
	font-size: 3em;
	letter-spacing: -2px;
	color: #444;
}
#commentform li {
	padding: 4px 0;
	list-style: none;
}
#commentform input[type="text"], #commentform textarea {
	max-width: 93%;
	border: 1px solid #959595;
	border-radius: 4px;
	background-color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(white), color-stop(15%, white));
	background-image: -moz-linear-gradient(-90deg, #eee, white 15%, white);
	background-image: linear-gradient(-90deg, #eee, white 15%, white);
	box-shadow: 0 1px 0 #eee;
	padding: 5px;
	transition-property: border-color, box-shadow, color;
	transition-duration: 0.2s;
	font-size: 1.3em;
	color: #555;
	resize: both;
}
#commentform input[type="text"]:focus, #commentform textarea:focus {
	border-color: #203;
	box-shadow: 0 0 4px #304;
	color: black;
}
#commentform label {
	font-size: 1.4em;
	color: #888;
	text-shadow: 0 1px 1px #eee;
}
#main .searchform {
	margin-top: 12px;
	text-align: center;
	display: inline-block;
}
.searchform p {
	font-size: 2em;
	margin-bottom: 18px;
}
#commentform input[type="submit"] {
	font-size: 15px;
}
#content > footer {
	padding: 20px;
	font-size: 1.5em;
	text-align: center;
	color: #444;
}
@media (max-width: 1000px) {
	#content {
		width: 900px;
	}
}
@media (max-width: 950px) {
	.about > :first-child {
		margin-left: 0;
	}
	.about .link-image + .about .link-box {
		margin-left: 2px;
	}
	#content {
		margin: 0 5.8%;
		width: 88.4%;
	}
	header {
		text-align: center;
		overflow: hidden;
		display: inline-block;
		margin-bottom: 10px;
	}
	header h1 {
		width: 100%;
		margin-bottom: -15px;
	}
	header h1 a {
		line-height: 100px;
	}
	header .about {
		float: none;
		clear: both;
		margin-bottom: 10px;
	}
	header .about .contact {
		line-height: 40px;
	}
	header h1, header .about {
		float: none;
	}
	header .about {
		margin-left: -28px;
	}
	header .about .link-box {
		line-height: 3em;
	}
	.email {
		display: none;
	}
	.searchform {
		margin-top: 0;
		display: inline-block;
	}
	header .searchform {
		float: none;
	}
	.post-title {
		margin-right: 0;
		font-size: 3.1em;
	}
	.post-meta a {
		float: left;
	}
	#comments-heading {
		text-align: center;
	}
	.commentlist, #commentform ul {
		margin: 0;
		padding: 0;
	}
	.commeta {
		width: 100%;
	}
	.children {
		margin-left: 0;
		padding: 0;
	}
}
@media (max-width: 805px) {
	#content {
		margin: 0 2.5%;
		width: 95%;
	}
}
@media (max-width: 550px) {
	#content {
		margin: 0;
		width: 100%;
	}
	.hentry {
		padding: 10px 15px;
	}
	.hentry, .comment.depth-1, .pingback.depth-1, .trackback.depth-1, #respond {
		border-radius: 0;
	}
	.hentry, .comment.depth-1, #respond {
		box-shadow: none;
	}
	#main .heart {
		background-color: white;
		padding: 4px 0;
	}
	.post-title {
		font-size: 2.9em;
		/*width: 100%;
		text-align: center;*/
	}
	.post-meta {
		border-left: 0;
		clear: both;
		float: left;
		margin: 0.8em 0;
		padding-left: 0;
		width: 100%;
	}
	.post-meta time {
		float: right;
	}
	.post-meta a {
		float: right;
		clear: right;
	}
}