/**************  Blog(calendar) listings ********/

div.blog {
 margin: 0;
}
div.blog h3 {
  font-size: 0.8em;
  clear: both;
  padding: 3px 0 3px 0;
  margin-left: 0;
  border-bottom: 1px solid #909090;
}

div#blogpostings h3.head span {
	display: block;
}

div#blogpostings h3.head span.name {
  float: left;
  font-weight: normal;
}
div.blog h3:hover {
  color: #993300;
}
div#blogpostings h3.head span.date {
	font-weight: normal;
	float: right;
	color: #ccc;
	font-size: 0.8em;
}

div.blog h3.head span {
  font-size: 0.8em;
  float: right;
  color: #fff;
  font-weight: normal;
  margin: 0;
}

div.blog a.more-link {
	display: inline-block;
}

div.blogpost {
	overflow: hidden;
}
div#blogpostings h3.head {
	background-repeat: no-repeat;
	background-position: 473px 6px;
/*	cursor: pointer; */
	font-size: 1.6em;
	font-weight: normal;
	background: none;
	overflow: hidden;
}

div#blogpostings p.foot {
	padding: 10px 20px;
	text-align: right;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
}

div#article .date-header {
	background: none;
}
div#article .date-header span {
	float: right;
}
