.feed,
.feed-description,
.feed-copyright,
.feed-postList,
.feed-postSummary,
.feed-postImageContainer,
.feed-postCategoryList,
.feed-postDate {}


.feed-postLink {
	margin-left : 10px; 
	padding-left : 10px;
	border-left : 1px solid #808080;
	float : left;
}
.feed-postComments {
	float : left;
}

.feed-postTitle H4 {
	margin : 0 0 5px;
}

.feed-post {
	/* border: solid thin orange; */
	margin-bottom:40px;
}

.feed-postSummary {
	margin : 10px;
}

.feed-postAuthor,
.feed-postDate,
.feed-postCategory,
.feed-postLink A,
.feed-postComments A {
	font-size : 80%;
	color : #808080;
}

.feed-postImage {
	/* border: solid thin blue; */
	max-width: 400px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.feed-icon IMG {
	border-width : 0;
}