/* Normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p,
pre {
	margin: 1em 0;
}
pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl,
menu,
ol,
ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu,
ol,
ul {
	padding: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
input[type='search'] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	background: #fff;
	color: #333;
}

body {
	text-rendering: optimizeLegibility;
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	font:
		13px Helvetica arial,
		freesans,
		sans-serif;
	line-height: 1.4;
	min-width: 800px;
}

.wrap {
	max-width: 777px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

/* Logo */

.logo {
	position: absolute;
	z-index: 1;
	right: 15px;
	/*font-size: 18px;*/
	font-weight: bold;
	/*text-transform: uppercase;*/
}

.logo a,
.logo a:visited {
	color: #aaa;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.logo a:hover {
	color: #666;
}

/* Navigation */

nav {
	position: relative;
	background: #f2f2f2;
	border-bottom: 1px solid #ddd;
}

nav ul {
	margin: 0 auto;
	width: 777px;
	padding: 0;
}

nav li {
	list-style: none;
	display: inline-block;
	padding: 5px 10px 5px 0;
}

nav a,
nav a:visited {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #aaa;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

nav a:hover {
	color: #666;
}

/* Bigshot */

.bigshot {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-bottom: 1px solid #ddd;
}

/* Content */

.entry-title {
	line-height: 1.2em;
	margin: 15px 0 0 0;
}

a {
	color: #4183c4;
	text-decoration: none;
	background: none;
}

a:visited {
	color: #0b0080;
}

img {
	max-width: 100%;
}

p,
blockquote,
ul,
ol {
	margin-bottom: 1.5em;
}

pre {
	font-size: 80%;
	line-height: 110%;
	border-left: 1px solid #ddd;
	padding-left: 10px;
}

.meta,
.copyright {
	margin: 0 0 0.7em 0;
	font-size: 80%;
	color: #888;
	line-height: 110%;
}

.float-right {
	float: right;
}

/* Posts */

.posts {
	margin: 20px 0 0 0;
	padding: 0;
}

.posts li {
	margin: 0;
	padding: 0;
	width: 185px;
	height: 115px;
	list-style: none;
	font-size: 70%;
	display: inline-block;
}

.posts p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
}

.posts img {
	display: block;
	border: 1px solid #eee;
	padding: 2px;
	border-radius: 4px;
	height: 70px;
}

.posts a {
	color: #666;
	text-decoration: none;
}

.posts time {
	color: #888;
}

/* Footer */

footer {
	clear: both;
	border-top: 1px solid #eee;
	font-size: 80%;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #888;
}

footer p {
	margin-left: auto;
	margin-right: auto;
	width: 777px;
	margin-bottom: 10px;
	line-height: 120%;
}

footer a {
	color: #888;
}

/* Homepage */

.print-only {
	display: none;
}

.page-break {
	display: none;
}

/* CV */

li p {
	margin: 0 0 0.2em 0;
	padding: 0;
}

li time {
	font-weight: bold;
}

.meta {
	font-style: oblique;
	font-size: 80%;
}

/* Doodles */

.doodles {
	margin: 0;
	padding: 0;
}
.doodles::after {
	content: '';
	display: block;
}

.doodles li {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	text-align: center;
	list-style: none;
}

.doodles img {
	display: block;
}
