.blogGenericContent {
	padding: 0 0 10px 20px;	
}

.BlogError {
	text-align: center;
}
.BlogError p {
	color: #fff;
	display: inline;
	background-color: #f77;
	padding: 7px;
	font-weight:bold;
}
.selectedTag {
	margin-bottom: 10px;	
}
.action-links {
	padding: 10px 0;
	margin: 0;
	text-align: right;	
}
	.action-links li {
		list-style: none;
		padding: 0;
		margin: 0;
		display: inline-block;
	}
.edit-post {
	padding: 25px 0 15px 0;
	margin: 0;
	text-align: right;
}
	.edit-post a,
	.action-links a {
		margin: 0 10px 0 0;
		border: solid 2px #c2c2c2 !important;
		padding: 5px 10px;
		color: #000 !important;
		background: #fff;
		width: 100%;
		font-size: 12px;
		line-height: 14px;
		text-transform: uppercase;
		-webkit-transition: all 400ms;
		-moz-transition: all 400ms;
		-o-transition: all 400ms;
		transition: all 400ms;
	}
	.edit-post a:hover,
	.action-links a:hover {
		color: #fff !important;
		background: #c2c2c2;
		border: solid 2px #fff !important;
	}

/* ----- CUSTOM BLOG / COMMENTS ----- */
#Content {
	padding: 10px;
}
.contentRightColumn {
	width: 	300px;
	margin-left: 20px;
	padding-top: 0;
}
.blogBox {
	background: #e6e7e9;
	padding: 15px;
}
	.blogBox ul {
		position: relative;
		background: #fff;
		padding: 10px 10px 10px 25px;
		margin: 0;
	}
	.blogBox ul#TagCloudList {
		padding: 10px 12px;
	}
	.blogBox ul#TagCloudList li {
		list-style: none;
	}
	.blogBox ul.tabs {
		background: none;
		padding: 0;
		margin: 0;
		border-bottom: solid 2px #fff;
	}
		.blogBox ul > li {
			padding: 3px 0;
		}
		.blogBox ul > li,
		.blogBox ul > li > a {
			font-size: 13px;
			line-height: 18px;
			color: #000;
		}
		.blogBox ul > li > a {
			border-color: transparent;
		}
		.blogBox ul > li > a:hover {
			border-color: #000;
		}
		
	.blogBox ul > li.tab {
		list-style: none;
		float: left;
		padding: 0;
		margin: 0 0 0 10px;
		height: 25px;
		line-height: 23px;
		background: #f3f3f4;
	}
		.blogBox ul > li.tab a {
			display: block;
			padding: 0 10px;
			color: #555;
			font-size: 13px;
			line-height: 25px;
			font-weight: bold;
		}
		
	#RecentBlogBox ul > li.tab,
	#BlogBox ul > li.tab.active {
		background: #fff;
	}
	#RecentBlogBox ul > li.tab {
		padding: 0 10px;
		font-size: 13px;
		line-height: 25px;
		font-weight: bold;	
	}
		#BlogBox ul > li.tab a {
			border: none;
			-webkit-transition: background 0.4s;
			-moz-transition: background 0.4s;
			-o-transition: background 0.4s;
			transition: background 0.4s;
		}
		#BlogBox ul > li.tab a:hover {
			border: none;
			background: #fff;
			background: rgba(256,256,256,0.8);
		}
		#BlogBox ul > li.tab.active a {
			color: #000;
		}
		ul#TagCloudList > li {
			float: left;
			list-style: none;
		}
		ul#TagCloudList > li > a {
			display: block;
			padding: 2px 8px;
			margin-right: 10px;
			border: solid 1px #7f7f7f;
			background: #fff;
			color: #7f7f7f;
			-webkit-transition: color 0.5s, background 0.5s;
			-moz-transition: color 0.5s, background 0.5s;
			-o-transition: color 0.5s, background 0.5s;
			transition: color 0.5s, background 0.5s;
		}
		ul#TagCloudList > li > a:hover {
			background: #000;
			color: #fff;
		}
.no-js #BlogBox ul {
	display: block !important;
}	

.heading {
	border-bottom: solid 1px #cd092f;
	padding: 0 0 15px 0;
}
	#Content .heading h3,
	#Content .heading h3 a {
		color: #cd092f;	
		margin: 0 0 5px 0;
		border-bottom: none;
	}
		.heading h3 span {
			font-weight: normal;
			font-size: 17px;
			line-height: 18px;
		}
		.heading h3 a:hover {
			color: #cd092f;	
			border-bottom: none;
		}
	.heading p.sub {
		color: #000;
		font-size: 12px;
		line-height: 16px;
		margin: 0;
		text-transform: uppercase;
	}
	#Content .heading p.sub a {
		color: #000;	
		border-color: transparent;
	}
	#Content .heading p.sub a:hover {
		color: #000;
		border-bottom: solid 1px #000;	
	}
	

.commentcount {
	position: relative;
	float: right;
	padding: 5px 15px;
	border: solid 2px #7f7f7f;
	border-radius: 7px;
	background: #fff;
	color: #a3a3a3;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
}
	.commentcount:after,
	.commentcount:before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		left: 3px;
		border-right: solid 5px transparent;
		border-bottom: solid 5px transparent;
	}	
	.commentcount:before {
		bottom: -10px;
		border-top: solid 5px #7f7f7f;
		border-left: solid 5px #7f7f7f;
		margin-left: 0;
	}
	.commentcount:after {
		bottom: -5px;
		left: 5px;
		border-top: solid 5px #fff;
		border-left: solid 5px #fff;
	}
.blogSummary {
	padding: 20px 25px;
	background: #e6e7e9;
	margin-top: 10px;
}
.blogSummary:first-child {
	margin-top: 0;
}
	.blogSummary .feature {
		margin: 10px 0;	
	}
	.blog-author {
		float: right;
		font-size: 12px;
		color: #cd092f;
	}

#comments-holder {
	background: #e6e7e9;
	padding: 15px;
	margin-top: 10px;
}

ul.comments-list {
	padding: 0;
	margin: 0;	
}
	ul.comments-list > li {
		list-style: none;
		position: relative;
		padding: 15px;
		margin: 0 0 25px 0;
		background: #fff;
	}