
/* featured-post */
.featured-post {
	padding-bottom: 15px;			
}
.featured-post h4 {
	padding: 0;
	margin: 0 15px 0 12px;
	border-bottom: 1px solid #ebebeb;
}
.featured-post h4 a, 
.featured-post h4 a:visited {
	color: #7BA857;
	border: none;
}
.featured-post .post-info {
	margin-left: 0;
	padding-bottom: 5px;
}
.featured-post p {
	padding-top: 0;
}

/*
 * Dark Blue:  #639596
 * Light Blue: #8ebccb
 */

.post {
	padding-bottom: 20px;
}

/* postmeta */
.post-meta {	
	padding: 5px;
	margin: 30px 0 20px 0;
	background: #8ebccb;
	background: #f1f1f1;
	border: 1px solid #bbb;
}
.post-meta a { background: transparent; color: #000; }
.post-meta a:hover { color: #000 !important; }
.post-meta .date {
	background: url(/img/site/clock.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-meta .comments {
	background: url(/img/site/comment.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-meta .readmore {
	background: url(/img/site/page.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post-info {
	float: right;
	color: #777;
	padding-left: 10px;
	padding-bottom: 5px;
}
.post-info a, .post-info a:visited {
	color: #333;
	background-color: #8ebccb;
	text-decoration: none;
	padding: 2px 4px;
	font-variant: small-caps;
}
.post-info a:hover {
	background-color: #639596;
	color: #333;
}


/* comments list */
ol.commentlist {
	margin: 12px 0px;
	padding: 0;
	border-style: solid;	
	border-color: #8ebccb;
	border-width: 1px 1px 0 1px;
	background: #f5f5f5;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #8ebccb;
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #dce2f1;
}

.required {
	color: #a00;
}
/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
