#navigation ul {
	overflow: hidden;
	float: right;
	width: auto;
	margin: 0 0 0 auto;
}
#navigation li a {
	width: auto !important;
	font-size: 12px; line-height: 1.7; text-indent: 0; font-weight: normal;
	background-image: none;
}


.entry-content h2,
.entry-content h3 {
	margin-top: 2.5em;
}
.entry-content h2 {
	float: none; clear: none;
	width: auto;
	padding: 0; margin-bottom: 0.75em;
	border: 0;
}
.single-entry p:first-child {
	display: none;
}
.single-entry p:first-child + h3 {
	margin-top: -0.35em
}
.entry-content img {
	display: block;
	margin: 0 0 1.5em;
}
.entry-content img.alignleft,
.entry-content img.alignright {
	margin: 10px 0;
}
.entry-content img.alignleft {
	float: left;
	margin-right: 15px;
}
.entry-content img.alignright {
	float: right;
	margin-left: 15px;
}
.entry-content ul {
	list-style-type: square;
}
p.postmetadata {
	margin-top: 4.5em; padding-top: 1.5em;
	border-top: 1px solid #ccc; 
}

/* comments */
#comments h2 strong {display: none;}

#comments .hfeed,
#commentform {
	clear: left;
	margin: 2.25em 0 1.5em;
}
#comments .hfeed,
#comments li {
	overflow: hidden;
	margin-bottom: 1.5em;
}
#comments li {
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
#comments li p {
	margin-top: 0;
}

#comments li .vcard,
#commentform .user-details {
	float: left;
	width: 162px;
	padding: 0 4px;
}
#comments li .vcard img {
	float: left;
	padding: 1px;
	background-color: #F9F8F7;
	border: 3px solid #CCC7C3;
}
#comments li .vcard p {
	float: none; clear: none;
	margin-left: 66px; margin-bottom: 0.75em;
}
#comments li .vcard p.entry-datetime {
	line-height: 1.25;
}
#comments li .vcard p.entry-datetime a {
	color: #aaa; border-bottom-width: 0;
}
#comments li .entry-content,
#commentform .comment {
	margin-left: 185px;
}
#comments li .entry-content .message {
	float: right;
	margin: 0 0 1em 1em; padding: 10px;
	border: 1px solid #aaa;
	background-color: #eee;
}
#comment-preview .entry-datetime span {
	display: block;
}