/* blog specific styles */
/* @group contentContainer */
#contentContainer {
	width: 498px;
	float: left;
	}


#contentContainer #sidebarPlugin{
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: .9em;
	border-top: 1px dotted #abbebe;
	float: left;
	clear: both;
	width:  100%;
	}
	
/* @end */
/* @group Sidebar Format */
#sidebarContainer {
	width:  290px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #abbebe;
	}

#sidebarContainer #sidebarPlugin {
	display: none;
}

/* @end */

ul.blog-tag-cloud {
	margin: 0;
	padding: .5em 0 .5em 2em;
	text-align: justify;
	display: inline-block;
	background: url(../../images/tag.png) no-repeat;
	float: right;
	width: 51%;
}

/* @group Blog Sidebar */
/* styles the archives in the blog plugins */

#contentContainer #blog-archives {
	margin: 0;
	padding: .5em 0 .5em 2em;
	display: inline;
	background: url(../../images/calendar.png) no-repeat;
	width: 12%;
	float: left;
}

/* Styles the blog categories in the blog sidebar */
#contentContainer #blog-categories {
	padding: .5em 0 .5em 2em;
	margin: 0;
	background: url(../../images/folder.png) no-repeat;
	float: left;
	width: 22%;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#contentContainer #blog-rss-feeds {
	margin-top: 1em;
	float: left;
	width: 100%;
	clear: both;
}

#contentContainer .blog-rss-link {
	padding-left: 15px;
	background: url(../../images/rss_icon.png) no-repeat left 1px;
}

#contentContainer .blog-comments-rss-link {
	background: url(../../images/rss_icon.png) no-repeat left 1px;
}
/* @end */
