/**
.left_nav_section_1 a:link { 
	color: #0000FF;
	text-decoration: underline;
	}
.left_nav_section_1 a:visited { 
	color: #00C;
	text-decoration: underline;
	}
.left_nav_section_1 a:hover { 
	color: #008;

	text-decoration: underline;
	}
.left_nav_section_1 a:active { 
	color: #0000FF;
	text-decoration: underline;
	}

.left_nav_section_1 .ln_header { 
	background: #CCCCCC;
	color: #990000;
	width:100%;
	}
**/
	
 a:link { 
	color: #0000FF;
	text-decoration: underline;
	}
 a:visited { 
	color: #00C;
	text-decoration: underline;
	}
a:hover { 
	color: #008;
	/*background-color: #0000FF;
	text-decoration: none; */
	text-decoration: underline;
	}
 a:active { 
	color: #0000FF;
	text-decoration: underline;
	}
	
	
/* used by wp-post-inc... */
div.single-post-overview {
	width:550px;
	margin: 5px 0px 5px 0px;
	padding:10px;
	font-family: Arial, Georgia, Times, Serif, Verdana;
	font-size:10pt;
	border: 1px solid #00f;
	word-wrap: break-word;
	min-height: 120px;
	vertical-align: top;
	position:relative;
}
div.single-post-overview .spo-image {
	position: absolute;
	left: 10;
	top: 10;
	width:100px;
	height:100px;
}
div.single-post-overview .spo-image img {
	padding:2px;
	width:100%;
	height:100%;
	border: 1px solid #444;
}
div.single-post-overview .spo-text {
	display:block;
	padding-left: 126px;
}
div.single-post-overview .spo-header h3{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
}
div.single-post-overview .spo-meta {
	font-size: 0.9em;
	margin: 0 0 .5em 0;
}
div.single-post-overview .spo-summary p {
	font-size: 1.0em;
	margin: 0 0 .2em 0;
}
div.single-post-overview .spo-read-more {
	position: absolute;
	right 0;
	bottom: 0;
}
/* ...used by wp-post-inc */
