/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}
.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
}

.blog-archive-link {
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 32px;
}

h1.blog-entry-title {
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 4px;
}


h1.blog-entry-title a {
}

.blog-entry-date {
	margin: 0 0 8px 0;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-read-more {
}

.blog-entry-body {
	font-size: 0.9em;
	max-width: 640px;
}

.blog-entry-body ul {
	list-style-type: none;
	padding: 0;
	margin: 6px 0 6px 0;
}

.blog-entry-body li {
	display: inline;
	margin-right: 8px;
	padding-right: 9px;
	background: url('../images/content/vertical-separator-15px.png') no-repeat right center;
}

.blog-entry-body li:last-child {
	padding-right: 0px;
	background: transparent;
}

.blog-entry-body li a:link {
}

.blog-entry-comments {
}

p.blog-entry-tags {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-top: 12px;
}

.blog-archive-link-enabled {
	padding: 2px 0 2px 20px;
	background: url('../images/blog/calendar.png') no-repeat left center;
}

.blog-archive-link-disabled {
	padding: 2px 0 2px 20px;
	background: url('../images/blog/calendar-disabled.png') no-repeat left center;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-top: 12px;
}

.blog-category-link-enabled {
	padding: 2px 0 2px 20px;
	background: url('../images/content/link.png') no-repeat 2px center;
}

.blog-category-link-disabled {
	padding: 2px 0 2px 20px;
	background: url('../images/content/link-disabled.png') no-repeat 2px center;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-top: 12px;
}

.blog-rss-link {
	padding: 4px 0 4px 20px;
	background: url('../images/blog/feed-icon-16x16.png') no-repeat left center;
}

.blog-comments-rss-link {
}

/* @end */