@charset "UTF-8";

/* Entry formatting */

.post {
	margin-bottom: 40px;
}

	.post h1 {
		margin-bottom: 0;
	}
	
	.post h2 {
		margin-top: 0;
	}

	.byline,
	.postmetadata {
		color: #999;
		font-size: 15px;
	}

	.byline {
		margin-top: 0;
	}
	
	.postmetadata {
		margin: 20px 0;
		text-align: right;
	}
	
		.postmetadata img {
			margin-top: -8px;
		}


/* Comment formatting */

ol.commentlist,
ol.commentlist li.comment {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ol.commentlist li.comment {
		border-bottom: 1px dotted #ccc;
		padding: 15px 15px 15px 0;
	}
	
		.comment-body .comment-author img {
			clear: left;
			float: left;
			margin: 0 15px 15px 0;
		}
		
		.comment-body .comment-author a {
			font-style: normal;
			font-weight: bold;
		}
		
		.comment-meta {
			font-size: 13px;
		}
		
			.comment-meta a {
				color: #999;
				text-decoration: none;
			}
			
				.comment-meta a:hover {
					background: #999;
					color: #fff;
				}

.commentByLine {
	color: #999;
	margin-top: 0;
	font-size: 0.9em;
}

.commentByLine strong {
	color: #666;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}


/* Previous/next navigation */

.navigation {
	overflow: hidden;
	width: 100%;
}

	.navigation .previous {
		float: left;
		width: 45%;
	}
	
	.navigation .next {
		float: right;
		text-align: right;
		width: 45%;
	}
