html, body {
	background: url('bg.png');
}
body {
	font-family: 'museo-sans-1', 'museo-sans-2', serif;
}
.container > footer p {
	text-align: center; /* center align it with the container */
}

/* The white background content wrapper */
.content {
	padding: 20px;
	margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
}
/* Styles you shouldn't keep as they are for displaying this base example only */
.content .span10,
.content .span4 {
	min-height: 500px;
}
/* Give a quick and non-cross-browser friendly divider */
.content .span4 {
	margin-left: 0;
	padding-left: 19px;
}
.span4 p {
	font-size: 1.1em;
	font-family: 'Kreon', serif;
	font-weight: 300;
}
.post p {
	font-size: 1.2em;
}
.post { 
	margin-bottom: 30px;
}
date {
	width:160px; 
	font-size:100%;
	line-height:28px; 
	padding-right:15px; 
	color:#808080; 
	float:right;
	text-align:right;
}
.permalink {
	text-align: right;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("feed-icon-14x14.png") no-repeat 0 50%;
} 

div.header {
	font-size: 300%;
	font-weight: 400;
	text-align: right;
	margin-top: 20px;
}
div.subhead {
	font-size: 50%;
	color: #808080;
	margin-top: 15px;
}

div.header_bar {
	background-color: #404040;
	height: 6px;
}

