/* articles
------------------------------*/

.col1 .post h3 {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.2;
}

.col1 .post.most-recent p.summary {
	margin: .5em 0;
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 2em;
}

a.readon { font-style: oblique; font-size: .75em; color: #707801;  }

.col1 .post.older-1, 
.col1 .post.older-2,
.col1 .post.older-3,
.col1 .post.older-4 { width: 175px; padding-bottom: 1em;}

.col1 .post.older-1,
.col1 .post.older-3 { float: left; }

.col1 .post.older-2,
.col1 .post.older-4 { float: right; }

.col1 .post.older-1 h3,
.col1 .post.older-2 h3,
.col1 .post.older-3 h3,
.col1 .post.older-4 h3 
{
	font-size: 1em;
	line-height: 1.2;
}

.col1 .post.older-1 p.summary,
.col1 .post.older-2 p.summary,
.col1 .post.older-3 p.summary,
.col1 .post.older-4 p.summary {
	margin: .5em 0;
	font-size: .9em;
	line-height: 1.5;
	color: #3c3827 /* #555; */
}

/* albums/photos thumbnails on the homepage */
.thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thumbs li {
	/* margin: 0 10px 10px 0; */
	margin: 0 5px 10px 10px;
	padding: 0;
	line-height: 0;
	float: left;
}

.thumbs li img,
.thumbs li a img {
	/* border: 1px #838383 solid; */
	border: 1px #889101 solid;
}
.thumbs li a:hover img { border: 1px #3c3827 solid; }

