.navigation {
	padding: 0 0 15px 0;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#respond input,
#respond textarea {
	width: 98%;
}
#respond .form-submit input {
	width: auto;
}


/* column1 / wp_search
=======================*/
#column1 .wordpress UL {
	margin-top: 0;
}
#column1 .wp_search {
	padding: 0 0 10px 0;
}
#column1 .wp_search LABEL {
	display: block;
}
#column1 .wp_search INPUT#s {
	margin: 0 5px 0 0;
}
.wp_tagcloud .wordpressContent DIV {
	display: block;
	padding: 0 0 10px 0;
}

/* main /posts
===============*/
.post {
	padding: 0 0 15px 0;
}
H1.entry-title {
	clear: both;
}
.entry-utility {
	padding: 15px 0 0 0;
}

H3.comments-title {
	
}
#comments {
	padding: 15px 0 0 0;
}
OL.commentlist,
OL.commentlist UL {
list-style:none outside none;
margin:0;
padding: 0;
}
.commentlist li.comment {
border-bottom:1px solid #E7E7E7;
list-style-type: none;
margin:0 0 24px;
padding:0 0 0 56px;
position:relative;
}
.commentlist .avatar {
left:0;
position:absolute;
top:4px;
}
.comment-author cite {
color:#000000;
font-style:normal;
font-weight:bold;
}
.comment-author .says {
font-style:italic;
}
.comment-meta {
margin:0 0 18px;
}
#comments .comment-body p:last-child {
margin-bottom:6px;
}
.reply {
padding:0 0 24px;
}

CODE {
	font: 12px Arial, sans-serif;
}