/* @group Blog */
.blog-entry {
	display: inline-block;
}

.blog-entry-title {
	margin: 0 0 5px 0;
	font-size: 1.5em;
}
.blog-entry-title a { text-decoration: none; }
.blog-entry-title a:hover { text-decoration: none; }

.blog-entry-body {
	margin: 20px 0 20px 0;
	display: block;
}

.blog-entry-date { margin-right: 10px; }
.blog-entry-category { margin-right: 10px; }
.blog-entry-category a { text-decoration: none; }
.blog-entry-permalink { margin-right: 10px; }
.blog-entry-permalink a { text-decoration: none; }
.blog-entry-author { margin-right: 10px; }
.blog-entry-comments a { text-decoration: none; }

.blog-category-link-enabled { text-decoration: none; }
.blog-archive-link-enabled { text-decoration: none; }
.blog-read-more { text-decoration: none; }
#blog-next-page { text-decoration: none; }

/* @end */
