
 /* begin blog post format */
.blog-entry {
	margin: 0px 15px 0px 15px;
	color: #333333;
}

.blog-entry-title {
	font-weight: bold;
	font-size: 18px;
}

.blog-entry-date {
	font-size: 10px;
}

.blog-entry-body {
}

.blog-entry-body p {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
}

.blog-entry-body img {
	margin: 1px 10px 5px 1px;
	border: 0px solid #ff00ff;
	float: left;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-comments {
	border-top: 0px solid #cdcfd7;
	padding-top: 5px;
	margin-top: 5px;
}
/* end blog post format */

 /* begin blog post sidebar format */
.blog-entry-sb {
	margin: 5px 2px 0px 2px;
}

.blog-entry-body-sb {
	
}

.blog-entry-body-sb p {
	text-align: center;
	font-size: 10px;
}

.blog-entry-body-sb img {
	margin: 1px 1px 0px 1px;
	border: 0px solid #ff00ff;
}


/*begin blog category link */
.blog-entry-category {
}

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

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

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

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

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

.blog-rss-link {
}

.blog-comments-rss-link {
}
/* end blog post format */
