* {
	font-family: Sans-serif;
}

body {
	text-align: center;
	color: #989998;
}

header, article, section, footer {
	display: block;
}

#page {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

header img {
	border: 0;
}

#logo {
	float: left;
	clear: left;
	padding: 5px 31px 5px 31px;
}

#the-it-refinery {
	float: left;
	clear: left;
	padding: 5px 31px 20px 31px;
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 15px;
}

nav {
	width: 520px;
	height: 18px;
	float: right;
	color: #898A89;
	font-size: 17px;
	padding: 5px 0px 20px 0px;
}

header nav {
	border-bottom: 2px solid #d4d4d4;
}

nav a {
	text-decoration: none;
	color: #898A89;
	padding: 0px 10px 0px 10px;
}

nav a:first-child {
	padding-left: 0px;
}

.content {
	clear: left;
	padding-bottom: 60px;
	overflow: auto;
	width: 100%;
	border-bottom: 2px solid #d4d4d4;
}

article {
	clear: left;
	overflow: auto;
	width: 100%;
	padding-top: 30px;
}

.metadata {
	float: left;
	width: 220px;
}

.metadata ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.metadata li {
	margin-left: 0px;
	padding-left: 0px;
	color: #937e6f;
}

time {
	font-size: 17px;
	font-weight: bold;
}

section.post {
	float:right;
	width: 520px;
}

a.post {
	text-decoration: none;
	color: #989998;
}

footer a.post {
	color: #937e6f;
}

h1 {
	font-size: 17px;
	margin: 0px;
}

.highlight {
	border: 1px solid #937e6f;
}