div.date, div.meta {
	color:#7e7e7e;
	font-size: .9em;
}
div.meta { margin-bottom:20px; }
.post { margin-bottom: 2em; }
#comments {
	border-top: 1px solid #eee;
	margin-top: 1em;
	padding-top: 1em;
}
#comments h2 { font-size: 120%; }
#new_comment {
	background: #eee;
	padding: 1em;
}
.message p { margin: 1em; }
#feeds {
	margin:10px 0;
	overflow:hidden;
	width:auto;
}
#main #feeds ul {
	margin:0;
	padding:0;
}
#feeds li { list-style:none; }
#feeds a {
	background:url("http://dhsc66z5v6eup.cloudfront.net/icon-kit-01/smk-icons.png") no-repeat;
	display:block;
	float:left;
	font-size:0.85em;
	height:15px;
	line-height:1.25em;
	padding-top:45px;
	text-align:center;
	width:60px;
}
#feeds .atom a { background-position:-115px 0; }
#feeds .rss a { background-position:-55px 0; }
#feeds .facebook a {
	background-position:5px 0;
	height:30px;
}
#right #tags a.tag { display:block; }
.module { margin-bottom: 2em; }
#right .module h2 { margin: 0 0 5px; }

div.post > div.image {
  width: 100px;
}

div.post > span.image {
  display: inline-block;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  width: 100px;
}

div.post > span.image img {
  width: 100%;
}
