/* Enter Your Custom CSS Here */
/* display-posts */

/* SPK */ 

.spk-hem-posts-listing {
	padding: 0;
}

.spk-hem-posts-listing .listing-item span.date {
  float: right;
}
.spk-hem-posts-listing .listing-item span.category-display {
  clear: right;
  float:left;
}



.spk-hem-posts-listing .listing-item {
	clear: both;
	margin: 10px 0;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #eee;
}

.spk-hem-posts-listing .listing-item a.image {
	float: left;
	margin-right: 15px;
}

.spk-hem-posts-listing .listing-item a.title {
	font-weight: bold;
}

.spk-hem-posts-listing .listing-item span.excerpt-dash {
	display: none;
}

.spk-hem-posts-listing .listing-item span.excerpt {
	margin-top: 10px;
  float: left;
}

.spk-hem-posts-listing img {
    float: left;
    margin: 0 10px 10px 0;
}

.spk-hem-posts-listing .alignleft {
    float: right;
    margin: 0 0 5px 5px;
}

/* display-post  */
ul.display-posts-listing {
	list-style-type: none;
	padding: 0;
}

li.listing-item span.date {
  display: block;
  clear: left;
  float: right;
}
li.listing-item span.category-display {
  display: block;
  clear: left;
}



li.listing-item {
	clear: both;
	margin: 10px 0;
	overflow: hidden;
	list-style: none;
	padding: 15px;
	border: 1px solid #eee;
}

li.listing-item a.image {
	float: left;
	margin-right: 15px;
}

li.listing-item a.title {
	font-weight: bold;
}

li.listing-item span.excerpt-dash {
	display: none;
}

li.listing-item span.excerpt {
	clear: right;
	display: block;
	margin-top: 10px;
}
.display-posts-listing img {
    float: left;
    margin: 0 10px 10px 0;
}

.display-posts-listing .alignleft {
    float: right;
    margin: 0 0 5px 5px;
}