body,h1,h2,h3,h4,h5,h6 {
  font-family:'Source Code Pro',monospace;
}
.accent {
	color:#168;
}

header, footer {
    color:#272b30;
    background-color:#c8c8c8;
}
header h1 {
	margin:0;
	padding:0.5em 0.25em;
	text-shadow:none;
}
header h1 a {
	color:#000;
}
header h1 a:hover {
	text-decoration:none;
}
footer {
    position: fixed; 
    bottom: 0px; 
    width: 100%;
	padding:0.25em 0.125em;
}
footer cite {
    padding-left:0.75em;
	font-style:normal;
	font-size:small;
}

.container {
	margin-top:1.5em;
	margin-bottom:3em;
}

.post-meta {
	font-size:small;
	margin-bottom:1em;
	border-bottom:1px solid #c8c8c8;
}

footer ul {
	display:inline;
	padding:0;
}
footer ul li {
	display: inline;
	list-style-type: none;
}

