.postWrapper {
	border:1px solid #eee;
	border-bottom-color:#ccc;
	border-bottom-color:#bbb;
	padding:10px;
	}
	.postTitle {
		border-bottom:1px solid #ddd;
		margin-bottom:5px;
		float:left;
		width:100%;
		}
		.postTitle h2 {
			float:left;
			}
			.postTitle h2 a {
				font-size:20px;
				font-weight:700;
				line-height:30px;
				text-decoration:none;
				display:block;
				}
			.postTitle h2 a:hover {
				text-decoration:underline;
				}
		.postTitle h3 {
			float:right;
			line-height:30px;
			font-size:14px;
			color:#aaa;
			}
		.postContent {
			font-size:14px;
			padding:10px 0;
			}
		.postDetails {
			text-align:right;
			border-top:1px solid #eee;
			color:#bbb;
			}