#banner {
	margin-top: 1em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #004391;
}

a:hover {
	color: black;
}

.post-info {
	margin-top: -1em;
	font-style: italic;
	font-weight: normal;
}

.highlight pre {
	font-family: 'Source Code Pro', monospace;
	padding: 0.5em;
    background: #FBFBFB;
    border-left: 0.25em solid #004391;
}

.linenos {
	text-align: right;
}

.entry-content {
	font-size: 1.2em;
	margin-top: 1em;
	text-rendering: optimizeLegibility;
}

.entry-content img{
	max-width: 100%;
  	box-sizing: border-box;
}

.entry-content p {
	max-width: 64ch;
}

/*.entry-content > p:last-of-type::after {
    content: " \25A0";
    display: inline;
}*/

#menu {
	width: 100%;
	/*word-spacing: 1em;*/
	border-bottom: 1px solid #999999;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	/*padding-left: 1em;*/
}

.hentry {
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

.entry-title  {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 0.5em;
}

.entry-title a {
	color: #004391;
	text-decoration: none;
}

body {
 	border-top: 10px solid #004391;

}

#menu a {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0.5em;
}

#menu a:hover {
	color: #004391;
}

#latest-posts {
	border-top: 1px solid #999999;
	padding-top: 1em;
}

#latest-posts-list {
	list-style-type: none;
}

#latest-posts h1 {
	font-size: 2.4rem;
}

#contentinfo {
	border-top: 1px solid #999999;
	text-align: center;
	padding: 3em;
}

code {
	font-family: "Source Code Pro", monospace;
	white-space: pre-wrap;
}

blockquote {
	border-left: 0.2em solid #004391;
	padding-left: 0.5em;
	font-size: 90%;
	margin-left: 2em;
}

.linenos {
	padding: 0;
}