.BlogError {
	text-align: center;
}

.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

.innerContent {
	float:left;
	width:100%;
	background:#fff;
}

.listing.wide .typography .authorDate {
	color:#999;
	font-size:12px;
}

.listing.wide {
	width:80%;
	background:#fff;
}
	.listing.wide .typography{
		padding:10px;
	}
	.listing.wide .typography p{
		font-size:14px;
	}

	.listing.wide .typography ul{
		list-style: circle;
	}
		.listing.wide .typography ul li{
			font-size: 14px
		}

.result.short {
	width:20%;
}
	.result.short .typography{
		padding:10px;
	}

	.result.short ul {
		margin:0 0 15px 0;
	}

.listing.wide .typography .tags {
	margin-top:20px;
	background:#f5f5f5;
	font-size:12px;
	padding:5px;
}

.listing #BlogContent table td {
	vertical-align: top;
}