html,body {
	line-height: 18px;
	background-color: hsl(120, 6%, 17%);
	padding: 0px;
	margin: 0px;
	color: hsl(134, 13%, 67%);
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: hsl(118, 40%, 64%);
	text-decoration: none;
}

a:hover {
	color: hsl(134, 100%, 25%);
	text-decoration: underline;
}

a[href$=".zip"] {
	display:inline-block;
	padding-left:18px;
	line-height:18px;
	background:transparent url(images/file-zip.png) center left no-repeat;
}
a.xcode {
	display:inline-block;
	padding-left:18px;
	line-height:18px;
	background:transparent url(images/file-xcode.png) center left no-repeat;
}

#header {
	height: 126px;
	position: relative;
	padding-left: 18px;
	z-index: 1;
	clear: both;
}

#header_icon {
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	position: absolute;
	float: left;
}

#header_title {
	padding: 0px;
	margin-bottom: 0px;
	bottom: -5px;
	position: absolute;
	min-width: 600px;
	margin-left: 162px;
	text-align: left;
}

#content {
	position: relative;
}

#sidebar {
	padding-top: 36px;
	line-height: 18px;
	position: absolute;
	padding-left: 18px;
	text-align: left;
	float: left;
	width: 108px;
}

#main {
	padding-top: 36px;
	position: absolute;
	line-height: 18px;
	margin-right: 36px;
	min-width: 600px;
	margin-left: 180px;
}

#copyright {
	text-align: center;
	clear: both;
}

.debug-border {
	border-width: 1px;
	border-color: lime;
	border-style: dotted;
}

.snap_to_bottom {
	position: absolute;
	bottom: 0px;
}

#site_title {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
}

#site_subtitle {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 18px;
	padding: 0px;
}

.date {
	font-style: normal;
	font-weight: normal;
	margin-left: 18px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 18px;
	padding: 0px;
}

h1 {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 18px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 13px;
	font-weight: bold;
}

.page {
	padding: 0px;
	margin: 0px;
}

.page_title {
	left: -16px;
	position: relative;
	padding-left: 16px;
	background-image: url(images/post.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

p {
	padding-bottom: 18px;
	margin: 0px;
	padding-top: 0px;
}

pre {
	padding-bottom: 18px;
	margin: 0px;
	padding-top: 0px;
}

ol {
	margin-bottom: 18px;
	margin-top: 0px;
	list-style-type: none;
}

ul {
	margin-bottom: 18px;
	margin-top: 0px;
}

ol#archive {
	padding-left: 0px;
}

li {
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

p.archive_header {
	font-weight: bold;
}

div#missing {
	margin-bottom: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-left: 0px;
}

img.figure {
	box-shadow: 0px 2px 1px #ccc;
	-webkit-box-shadow: 0px 1px 3px #333;
}

div.pygment {
	font-family: "Panic Sans", Inconsolata, Monaco, Courier, "Courier New", monospace;
	margin-left: 16px;
	padding: 8px;
	background-color: hsl(120, 6%, 10%);
	border-width: 2px;
	border-color: #f88;
	box-shadow: 0px 2px 1px #ccc;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px #333;
	-webkit-border-radius: 5px;
	margin-bottom: 18px;
}

div.pygment pre {
	padding-bottom: 0px;
}

.pygment span {
	font-family: "Panic Sans", Inconsolata, Monaco, Courier, "Courier New", monospace;
}

.pygment span.k { /* keyword */              
	font-weight: bold;
	color: hsl(0, 0%, 32%);
}
.pygment span.kt { /* keyword type */
	font-style: normal;                   
	font-weight: normal;
	color: hsl(123, 38%, 38%);
}
.pygment span.nl { /* name list; method names */
	font-style: normal;                              
	font-weight: normal;
	color: hsl(217, 30%, 60%);
}
.pygment span.n { /* name */
	font-style: normal;           
	font-weight: normal;
	color: hsl(123, 38%, 38%);
}
.pygment span.s { /* string */
	font-style: normal;             
	font-weight: normal;
	color: hsl(0, 38%, 38%);
}
.pygment span.c1 { /* comment */
	font-style: normal;              
	font-weight: normal;
	color: hsl(0, 0%, 32%);
}

code {
	font-family: "Panic Sans", Inconsolata, Monaco, Courier, "Courier New", monospace;
	white-space:nowrap;
}
