@charset  "utf-8";
@font-face {
	font-family: 'DejaVu Sans Mono';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/DejaVuSansMono.woff) format("woff");
}

@font-face {
	font-family: 'DejaVu Sans Mono';
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/DejaVuSansMonoBold.woff) format("woff");
}

@font-face {
	font-family: 'DejaVu Sans Mono';
	font-style: italic;
	font-weight: 400;
	src: url(/fonts/DejaVuSansMonoOblique.woff) format("woff");
}

@font-face {
	font-family: 'DejaVu Sans Mono';
	font-style: italic;
	font-weight: 700;
	src: url(/fonts/DejaVuSansMonoBoldOblique.woff) format("woff");
}

@font-face {
	font-family: 'SF UI Text';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/SF-UI-Text-Regular.woff) format("woff");
}

@font-face {
	font-family: 'SF UI Text';
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/SF-UI-Text-Bold.woff) format("woff");
}

@font-face {
	font-family: 'SF UI Text';
	font-style: italic;
	font-weight: 400;
	src: url(/fonts/SF-UI-Text-RegularItalic.woff) format("woff");
}

@font-face {
	font-family: 'SF UI Text';
	font-style: italic;
	font-weight: 700;
	src: url(/fonts/SF-UI-Text-BoldItalic.woff) format("woff");
}


* ::selection {
	background: #00F;
	color: #FFF;
}


body {
	margin: 0;
	padding: 0;
	font-family: "SF UI Text",sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color: #000030;
	background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: normal;
}

h2, h3, h4, h5, h6 {
	color: #444;
}

ul {
	list-style-type: square;
}

div.home ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}

div.home li, div.home ol {
	margin: 0;
	padding: 0 0 10px 0;
}

div.home ul.compressed li {
}

p {
	column-break-inside:avoid;
}

a img {
	border: none
}

img {
	vertical-align: middle;
}

figure > img {
	display: block;
}

figcaption {
	font-size: 0.9em;
}

a {
	text-decoration: none;
}

a:hover {
	color: #000030;
	text-decoration: underline;
}	

blockquote {
	color: #777;
	border-left: 4px solid #CCC;
	font-style: italic;
}

blockquote p {
	margin-left: 20px;
}

pre,code {
	font-family: "DejaVu Sans Mono";
	border-radius: 3px;
	background-color: #fafafa;
	font-size: 0.9em;
	color: #333;
	border: 1px solid #CCC;
}

code {
	padding: 2px 5px;
}

pre {
	padding: 8px 12px;
	overflow-x: auto;
	width: 90%;
	margin: 0 auto;
}

pre code {
	border: none;
}

.wrapper {
	width: 45%;
	margin: 0 auto;
}

div.home {
	column-gap: 60px;
	column-count: 2;
}

span.new {
	font-variant: small-caps;
	font-size: 0.8em;
	padding: 1px 2px 2px 2px;
	background-color: #000;
	color: #FFF;
	position: relative;
	bottom: 1px;
	border-radius: 3px;
}

h2 {
	font-size: 1.3em;
	margin: 5px 0 2px 0;
}

div.home p {
	margin-top: 0;
}

@media all and (max-width: 1600px) {
	.wrapper { width: 80%; }
}

@media all and (max-width: 1280px) {
	.wrapper { width: 80%; }
}

@media all and (max-width: 800px) {
	html, body {
		overflow-x: hidden;
	}
	.wrapper { width: 90%; }
	.site-footer { font-size: 0.7em; }
	.footer-col-3 {
		display: none;
	}
	div.home {
		column-count: 1;
	}
}

.site-header {
	border-top: 1px solid #00F;
	height: 100px;
	margin-bottom: 20px;
}

.site-title-graphic {
	float: left;
	width: 110px;
	height: auto;
	margin: 12px 2px 0 0;
}

.site-title {
	font-size: 1.5em;
	margin-bottom: 0;
	float: left;
	color: #000030;
	padding: 10px;
	margin-top: 36px;
}

.site-title:hover {
	color: #0000FF;
	text-decoration: none;
}

div.home-left {
}

div.home-right {
}

p.intro {
	margin-top: 0;
	padding: 10px;
	background: rgba(0, 0, 0, 0.02);
	box-shadow: inset 2px 2px rgba(0, 0, 0, 0.1);
}

.site-footer {
	margin-top: 60px;
	border-top: 1px solid #EEE;
}

.site-footer ul, .site-footer li, .site-footer ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.contact-list,.social-media-list {
	list-style: none;
	margin-left: 0;
}

.footer-col-wrapper {
	margin-top: 20px;
	column-count: 3;
	color: #AAA;
	height: 90px;
}

.footer-col {
}

.footer-col-1 {
}

.footer-col-2 {
}

.footer-col-3 {
}

.page-content {
}

.page-heading {
	font-size: 1.5em;
}

.post-list {
	margin-left: 0;
	list-style: none;
}	

.post-meta {
	font-size: .9em;
	color: #AAA;
}

.post-link {
	font-size: 1em;
	display: block;
}

.rss-subscribe {
}

.post-header {
	margin-bottom: 20px;
}

.post-title {
	font-size: 1.5em;
	line-height: 1;
}

.post-content {
	margin-bottom: 20px;
	text-align: left;
}

.post-content img {
	width: 60%;
	margin: 0 auto;
	display: block;
	border: 3px solid white;
	box-shadow: 1px 1px 5px #333;
}

.highlight {
	color: #998;
}

.highlight .err {
	color: #a61717;
	background-color: #e3d2d2;
}

.highlight .k {
	font-weight: 700;
}

.highlight .o {
	font-weight: 700;
}

.highlight .cm {
	color: #998;
	font-style: italic;
}

.highlight .cp {
	color: #999;
	font-weight: 700;
}

.highlight .c1 {
	color: #998;
	font-style: italic;
}

.highlight .cs {
	color: #999;
	font-weight: 700;
	font-style: italic;
}

.highlight .gd {
	color: #000;
	background-color: #fdd;
}

.highlight .gd .x {
	color: #000;
	background-color: #faa;
}

.highlight .ge {
	font-style: italic;
}

.highlight .gr {
	color: #a00;
}

.highlight .gh {
	color: #999;
}

.highlight .gi {
	color: #000;
	background-color: #dfd;
}

.highlight .gi .x {
	color: #000;
	background-color: #afa;
}

.highlight .go {
	color: #888;
}

.highlight .gp {
	color: #555;
}

.highlight .gs {
	font-weight: 700;
}

.highlight .gu {
	color: #aaa;
}

.highlight .gt {
	color: #a00;
}

.highlight .kc {
	font-weight: 700;
}

.highlight .kd {
	font-weight: 700;
}

.highlight .kp {
	font-weight: 700;
}

.kr {
	font-weight: 700;
}

.highlight .kt {
	color: #458;
	font-weight: 700;
}

.highlight .m {
	color: #099;
}

.highlight .s {
	color: #d14;
}

.highlight .na {
	color: teal;
}

.highlight .nb {
	color: #0086B3;
}

.highlight .nc {
	color: #458;
	font-weight: 700;
}

.highlight .no {
	color: teal;
}

.highlight .ni {
	color: purple;
}

.highlight .ne {
	color: #900;
	font-weight: 700;
}

.highlight .nf {
	color: #900;
	font-weight: 700;
}

.highlight .nn {
	color: #555;
}

.highlight .nt {
	color: navy;
}

.highlight .nv {
	color: teal;
}

.highlight .ow {
	font-weight: 700;
}

.highlight .w {
	color: #bbb;
}

.highlight .mf {
	color: #099;
}

.highlight .mh {
	color: #099;
}

.highlight .mi {
	color: #099;
}

.highlight .mo {
	color: #099;
}

.highlight .sb {
	color: #d14;
}

.highlight .sc {
	color: #d14;
}

.highlight .sd {
	color: #d14;
}

.highlight .s2 {
	color: #d14;
}

.highlight .se {
	color: #d14;
}

.highlight .sh {
	color: #d14;
}

	color: #d14;
}

.highlight .sx {
	color: #d14;
}

.highlight .sr {
	color: #009926;
}

.highlight .s1 {
	color: #d14;
}

.highlight .ss {
	color: #990073;
}

.highlight .bp {
	color: #999;
}

.highlight .vc {
	color: teal;
}

.highlight .vg {
	color: teal;
}

.highlight .vi {
	color: teal;
}

.highlight .il {
	color: #099;
}	
