/*
	Author Name	: Heather Boisvert
	Author Site	: http://www.theboisvertlife.com/
	Style Name	: Heather
	Style URI	: http://www.theboisvertlife.com/
	Version		: 0.1
	Comments	: AWESOME!!
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	border-left: 1px solid #fdd;
	width: 199px;
	background-color: #edf;
	}

#primary .hentry.post {
	border-bottom: 5px solid #edf;
}
#primary .hentry.post.author-barneyb {
	border-bottom: 5px solid #dfd;
}
h3.entry-title {
	background-color: #fee;
}
.author-barneyb h3.entry-title {
	background-color: #efe;
}
