body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: black;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

a {
	color: #326ca6;
	text-decoration: none;
}

a:visited {
	color: #0C4680;
}


pre, code, kbd {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	white-space: pre-wrap;
}

#header {
	font-family: 'Museo Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#header, #footer {
	color: #fff;
	background-color: #544a58;
	padding: 1.5em;
}

#footer a {
	color: #fff;
}

#header img {
	height: 2em;
	margin-right: 0.5em;
}

h1 {
	font-size: xx-large;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: xx-large;
}

.time {
	clear: both;
}

h3 {
	font-size: large;
}

.item {
	clear: both;
}

#items {
	padding: 2em;
}

.itemtitle a {
	font-size: xx-large;
	font-weight: bold;
}

.itemfrom {
	float: right;
}

.itemdescription {
	text-align: justify;
	border-bottom: 1px solid #ccc;
}

img {
	max-width: 100%
}
