ul.hfeed {
    margin: 0;
    padding: 0;
    list-style: none;
    
}

li.hentry {
    margin-bottom: 15px;
	list-style-type: none;

}

/*This is the title on the archive page*/
li.hentry h2 {
    margin: 0;
	font-size: 20px;
	line-height: 22px;
	/*margin-bottom: 10px;*/
}

/*This is the title on the article page*/
div.hentry h2 {
	margin: 0;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	
}

div.hentry h2 a {
	text-decoration: none;
}

.hentry p.date {
    margin: 0;
    font-size: 11px;
	display: inline;
	color: #4c4d4d;
	font-weight: normal;
	font-style: normal;
}

/*This is the sidebar text */
li.hentry .entry-summary {
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 16px;
	font-weight: 400;
	color: #3b3b3b;
	}

li.hentry .entry-summary p {	/*font-family: Arial, Helvetica, Geneva, sans-serif;*/
	margin: 0;
}

div.description.entry-summary p {
	
}



p.entry-published.date { /*date on sidecolumn*/
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 12px;
	font-weight: 300;
	color: #3b3b3b;
}

.meta {

}

.meta h3 {
	font-size: 14px;
	margin: 0;
}

.meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta li {
	list-style: none;
}

.meta .cats {
	width: 50%;
	float: left;
}

.meta .tags {
	width: 48%;
	float: right;
}

div.description img {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom:0;
}