#container #blog {
	color: #5C5C5C;
	line-height: 20px;
	border-top: 1px solid #AEAEAE;
	padding: 35px 15px;
	margin: 35px 0 0 0;
}

	#container #post {
		padding-bottom: 65px;
		clear: both;
	}



		#container #blog #post .permalink {
			color: #FFFFFF;
			font-size: 11px;
			font-weight: bold;
			line-height: normal;
			background: url(../img/home-blog-permalink-bg.png) top;
			padding: 4px 9px;
			margin: 10px 0 0 0;
			float: left;
		}
		
			#container #blog #post .permalink a {
				color: #FFFFFF;
				text-decoration: none;
			}