small {
	font-size: 11px;
}
.post {
	margin-bottom: 4em;
}
.entry {
	margin-top: 1em;
}
.date {
	color: #666;
}
.postmetadata {
	xtext-align: center;
	font-size: 11px;
}
#comment {
	width: 95%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, #wordpress_sidebar ul li a, .postmetadata a {
	text-decoration: none;
}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, #wordpress_sidebar ul li a:hover, .postmetadata a:hover {
		text-decoration: underline;
	}

#wordpress_sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 3px 0 0 0;
	padding: 0;
}
#wordpress_sidebar ul li ul li:before {
	content: "\00BB \0020";
}

.navigation {
	margin-bottom: 1.5em;
}
	.navigation .alignleft {
		float: left;
	}
	.navigation .alignright {
		float: right;
	}
		.navigation, .navigation a {
			text-decoration: none;
			color: #999;
			font-size: 11px;
		}
			.navigation a:hover {
				text-decoration: underline;
			}