.pages {
	list-style: none;
	float: right;
	height: 30px;
	font-size: 14px;
}
	.pages li {
		float: left;
		margin: 4px;
	}
		.pages a {
			padding: 4px;
			border: 1px solid #ccc;
			color: #999;
		}
h2 {
	font-size: 28px;
	margin-top: 15px;
}
#posts {
	clear: both;
}
	#posts .post {
		margin-top: 10px;
	}
		#posts h3 {
		}
			#posts h3 a {
			}
		#posts p {
		}
		#posts .tags {
			margin-top: 4px;
		}
			#posts .tags a {
				margin-right: 5px;
				padding: 2px;
				border: 1px solid #ccc;
				color: #999;
			}