#feed {
	margin-bottom: 30px;
}

	#feed.loading {
		background: url(/images/elements/sitewide/loading.gif) no-repeat center;
	}

	#feed li {
		width: 260px;
		height: 220px;
		float: left;
		display: block;
		position: relative;
		padding: 19px;
		margin: 10px 10px 0;
		border: 1px solid #ccc;
		background-color: white;
		-webkit-box-shadow: 0 2px 4px rgba(30,30,30,0.1);
		-moz-box-shadow: 0 2px 4px rgba(30,30,30,0.1);
		box-shadow: 0 2px 4px rgba(30,30,30,0.1);
	}
	
		#feed li h2 {
			font-size: 24px;
			letter-spacing: -1px;
			line-height: 24px;
		}
		
		#feed li small {
			color: #777;
			font-size: 11px;
			line-height: 1.3em;
			display: block;
			padding: 5px 0;
		}
		
		#feed li aside {
			width: 300px;
			position: absolute;
			bottom: 20px; left: 20px;
			margin-top: 16px;
			padding-top: 16px;
			border-top: 1px dotted #ccc;
		}
