
/* post nav */
.post_nav {
	margin: 50px 0 45px;
	background: url(images/post-nav-rule.png) no-repeat center 7px;
	width: 533px;
}
.post_nav a {
	display: block;
	background: url(images/post-nav-bg.png) no-repeat;
	width: 246px;
	padding: 28px 0 4px;
	font: bold 115%/100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	color: #453320;
	text-decoration: none;
}
.post_nav a:hover {
	color: #e50000;
	text-decoration: none;
}
.post_nav .next {
	float: right;
	text-align: right;
}
.post_nav .next a {
	background-position: right -430px;
	padding-left: 20px;
}
.post_nav .next a:hover {
	background-position: right -645px;
}
.post_nav .previous {
	float: left;
	text-align: left;
}
.post_nav .previous a {
	background-position: left -0;
	padding-right: 20px;
}
.post_nav .previous a:hover {
	background-position: left -215px;
}
/* postnav fullwidth */
.fullwidth {
	background: url(images/post-nav-rule-full.png) no-repeat center 7px;
	width: 650px;
}

/* comments 
-----------------------------------------------------*/
h4#comments, #respond h4 {
	border-bottom: double 3px #483f32;
	font: bold 155%/100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	margin: 1.6em 0 0;
	padding: 0 0 10px;
	text-transform: none;
	font-size:23px;
}
h4#comments em a {
	text-decoration: none;
}
h4#comments em a:hover {
	text-decoration: underline;
}
h4#comments em, #respond h4 em {
	letter-spacing: 0.03em;
	font-size: 80%;
}
.nocomments {
	padding: 3px 10px;
	border: 3px double #483f32;
	background: #dfcbac;
}

/* commentlist */
.commentlist {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	border-bottom:#000 solid 1px;
	width:570px;

}
.commentlist li {
	margin: 0;
	padding: 12px 0;
	width: 550px;
	position: relative;
}

.commentlist .timestamp {
	position: absolute;
	top: 30px;
	left: 16px;
	width: 150px;
	font: 12.35px/100% Helvetica, Arial, sans-serif;
	text-align: right;
	color: #A8A7A7;
	padding: 0;
	margin: 0;
	font-weight:bold;
}
.commentlist .timestamp strong {
	display: block;
	padding: 0 0 2px;
	color: #625545;
}
.commentlist .author {
	padding: 0;
	/*margin: 2px 0 2px;*/
	margin: -3px 0 0 60px;
}
.commentlist .is_author cite {
	background: url(images/is-author.png) no-repeat right center;
	padding-right: 62px;
}
.commentlist cite {
	font: bold 18px/100% Helvetica, Arial, sans-serif;
}
.commentlist cite a {
	text-decoration: none;
	font-size:18px;
}
.commentlist cite a:hover {
	text-decoration: underline;
}

.toggle_all {
	background: url(images/comment-collapse1.png) no-repeat right 13px;
	float: right;
	padding: 10px 18px 14px 0;
	margin: 8px -18px 0 0;
	font: 70%/100% Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: none;
	width:120px;
	font-size:11px;
	color:#ffcc33;
}
.toggle_all span {
	cursor: pointer;
	float:right;
	padding:7px 20px 0 0px;
	color:#ffcc33;
	font-size:12px;


}
.toggle_all span:hover {
	text-decoration: none;
	font-size:12px;

}

.commentlist .collapse {
	width: 16px;
	height: 16px;
	background: url(images/comment-collapse1.png) no-repeat left -83px;
	position: absolute;
	top: 14px;
	right: -20px;
	font-size:12px;
	display: block;
	cursor: pointer;
}
.commentlist .expand {
	width: 16px;
	height: 16px;
	background: url(images/comment-collapse1.png) no-repeat left -63px;
	position: absolute;
	top: 14px;
	right: -20px;
	display: block;
	cursor: pointer;
}
/* secondary comments */
.commentlist ul {
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}
.commentlist ul li {
	border-top: solid 1px #483f32;
	border-bottom: none;
}
.commentlist ul .timestamp {
	position: static;
	width: auto;
	text-align: left;
	margin: 0;
	padding: 4px 0 2px;
}
.commentlist ul .timestamp strong {
	display: inline;
}
.commentlist ul .gravatar {
	position: static;
	width: auto;
	float: left;
	margin: 0 10px 4px 0;
	padding: 0;
	width:200px;
}
.commentlist ul .commententry {
	min-height: inherit;
	margin: 0;
}

/* respond */
#respond {
	margin: 0 0 20px;
	position: relative;
}
.respond_active {
	padding-top: 15px;
}
.reply_this_thread {
	text-transform: uppercase;
	font-size: 85%;
	border-top: solid 3px #483f32;
	position: relative;
	padding: 5px 0 0;
	margin: 0;
}
.reply_this_thread #cancel-comment-reply-link {
	position: absolute;
	right: 0;
	top: 2px;
	background: url(images/nav-icons.png) no-repeat right -582px;
	text-decoration: none;
	text-align: right;
	padding: 2px 16px 2px 0;
}
.reply_this_thread a#cancel-comment-reply-link:hover {
	background-position: right -642px;
	color: #e50000;
}

