<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Name: Teasers Layout - Image Left
Description: Displays Featured Image (floating left), Post Title, Post Meta &amp; Excerpt in as teasers.

*/

.entry-content.teasers {
	position: relative;
	min-height: 200px;
}
.entry-content.teasers .entry-meta {
	float: none;
}
.entry-content.teasers p {
	margin-bottom: 0;
}
.entry-content.teasers .entry-title {
	clear: none;
	margin-bottom: .4em;
	text-align: left;
}
.entry-content.teasers .post-image .teaser-thumb {
	width: 30%;
	max-width: 150px;
	height: auto;
	margin: 0;
}
.entry-content.teasers .add_feature_image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 150px;
	height: 100%;
	text-indent: -9999px;
}
.loop-footer {
	clear: both;
}
/**************************************
	Global IE Fixes
**************************************/
#ie6 .entry-content.teasers,
#ie7 .entry-content.teasers {
	clear: both;
}


/**************************************
 	IE6 Fixes
**************************************/

</pre></body></html>