

/** BEGIN content **/
#content {
	width: 600px;
	float: left;
	padding: 20px 0 10px;
}

	#content .post {
		width: 268px;
		float: right;
		padding: 10px 10px 10px;
		border: 1px solid #bbbbbb;
		background: #FFFFFF;
		margin-bottom: 10px;
	}
		#content .post h2 {
			margin-bottom: 10px;
			font-size: 12px;
		}
			#content .post h2 a {
				color: #000000;
				text-decoration: none;
			}
		#content .post h3 {
			margin-bottom: 10px;
			font-size: 12px;
		}
			#content .post h3 a {
				color: #000000;
				text-decoration: none;
			}
		#content .post img {
			width: 90px; height: 90px;
			padding: 4px;
			border: 1px solid #cccccc;
			float: left;
			margin: 0 10px 15px 0;
		}
		#content .post p {
			line-height: 1.4em;
			font-size: 0.9em;
			text-align: left;
		}
		#content .post .category {
			clear: both;
			font-weight: bold;
			float: left;
			font-size: 0.9em;
			padding-top: 10px;
		}

	#content .uneven {
		float: left;
		clear: both;
	}


/** END content **/

