body {
	font-size: 15px;
	color: #c8c8c8;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	background-color: #3f3f3f;
}

a {
	text-decoration: none;
	color: #fefffe;
}

a:hover {
	text-decoration: underline;
}

code {
	font-size: 90%;
	color: #33c6e8;
	font-family: "Andale Mono", Monaco, Courier;
}

#site-title {
	font-family: museo-slab-1, Georgia, "Times New Roman", Times, serif;
	font-size: 300%;
	font-weight: 100;
}

#site-title small {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 50%;
	display: block;
	font-weight: 100;
}

h2, h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 250%;
	font-weight: 100;
}

.entry-title {
	font-family: josefin-1;
	font-size: 250%;
}

h3 {
	font-family: josefin-1;
	font-size: 150%;
	font-weight: 100;
}


.post {
	margin-bottom: 4em;
	margin-top: 4em;
}

p {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	line-height: 1.5em;
}

.entry-content p {
	text-align: justify;
}

p.firstLetter:first-letter {
	display: block;
	float: left;
	font-size: 3em;
	line-height: 1em;
	margin-right: 2px;
}

#blog {
	margin-right: auto;
	margin-left: auto;
	width: 40em;
}

pre {
	border-color: #148198;
	border-width: 1px;
	border-style: solid;
	padding: 1em;
	margin: 1em;
	background-color: #343f41;
	font-size: 90%;
	color: #33c6e8;
	font-family: "Andale Mono", Monaco, Courier;
	overflow-x: hidden;
}

.entry-content h2 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 150%
}

.entry-utility {
background: #333333;
font-family: Helvetica Neue, Helvetica, Arial sans-serif;
font-size:77%;
font-weight: 100;
padding:0.5em;
}

#logo {
	float: left;
	display: block;
	height: 82px;
	width: 100px;
}