/* comments ****************** ******************/

#comments {
	position: relative;
	width: 660px;

	padding: 0;
	margin: 10px 0;
	
	color: #666;
	line-height: 24px;
	
	border-top: 1px dashed #666;
	}

#respond {position: absolute;}

#labels {margin-top: 24px}

#comments ol {
	list-style-type: none;
	position: relative;
	left: -166px;
	}

#comments ol li {
	padding: 0;
	overflow-x: visible;
	}

.comment-meta {
	font-family:'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;

	width: 158px;
	float: left;
	clear: both;
	border-top: 2px solid #aaa;
	padding: .5em 8px .5em 0;
}

.avatar {
	padding: 0;
	border: 1px solid #ddd;
	background: url('/_images/slant.png');
	}

.comment-text {
	width: 490px;
	height: 100%;
	padding-top: 11px;
	padding-left: 0px;
	float: left;
	
	border-top: 2px solid #ddd;
	overflow-x: hidden;
	}

.comment-text p {
	margin-top: .5em;
	margin-bottom: 1em;
	}

.comment-text blockquote {
	margin: -5px;
	padding: 30px 0 30px 30px;
	background: url('/images/quote-sm.png') no-repeat -0px 30px;
	display: block;
	overflow-x: visible;
	}

#comments h4 {
	display: block;
	margin-top: 20px;
	font-size: 21px;
	line-height: 24px;
	position: relative;
	
	width: 158px;
	
	color: #999;
	
	font-family: "Georgia" , serif;
	font-style: italic;

	left: -166px;
	}
	
#comments-head {
	display: block;
	margin-bottom: 16px;
	}

#respond {
	margin-bottom: -21px;
	}

#comments a:link, #comments a:visited,.comment-text a {
	text-decoration: none;
	padding: 2px;
	margin: -2px;
	border-bottom: 1px dotted #999;
}

#comments a:hover {
	color:#333;
	text-decoration:none;
	background-color: #C9F1FF;
	border-bottom: 1px solid #666;
 }
 
.comment-text a {
	margin: -2px;
	padding: 2px;
	border-bottom: 1px dotted #666;
}

.comment-text a:hover {border-bottom: 1px solid #666;}

.comment-author {
	display: block;
	padding-top: 4px;
	font-family: "Georgia", serif;
	font-style: italic;
	line-height: 24px;
	font-size: 14px;
	color: #555;
	text-transform: capitalize;
}

#comments ol .comment-author a:hover {
	border-bottom: 1px solid #999;
}

.comment-date {
	display: block;
	line-height: 8px;
	width: 100%;

	color:#ccc;
	text-transform: lowercase;
	font-size: 14px;
	font-style: italic;
}

.leave-reply {

	}

/* comment form ****************** ******************/


#commentform {
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial;

	clear: both;
	position: relative;
	width: 490px;
	left: -166px;
	padding-left: 166px;
	
	background: url('/_images/med-comment.jpg') 3px 48px no-repeat;
	border-top: 1px dashed #666;
	}
	
#commentform p {
	position: relative;
	margin: .5em 0px .5em 0px;
	line-height: 18px;
	
	/* border: 1px solid red; */
}

#commentform p small, #commentform p a {
	font-size: .8em;
	color:#333;
	text-transform: lowercase;
	text-decoration: none;
}
	
.comment-labels {
	position: relative;
	width: 490px; 
	font-size: 12px;
/* 	margin-bottom: 8px; */
}

.comment-labels li {
	/* float: left; */
	width: 156px;
	margin-right:2px;
	display: inline-table;
}

.comment-labels li label {
	margin-left: 8px;
}

.url-box {/* float: right */}
#author-box, #email-box, #url-box {

	}


.author-box,.email-box,.url-box {
	}

#commentform #author, #commentform #email, #commentform #url {
	display: inline;
	width: 156px;
	padding: 3px 0px 3px 0px;
	height: 18px;
	color:#666;
	text-indent: 2px;
	border: 1px solid #bbb;
	}


#commentform textarea {
	position: relative;
	width: 468px;
	padding: 8px;
	border: 1px solid #fff;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	font-family: "Georgia" , Times New Roman, Times, serif;
	color: #666;
	font-size: 16px;
	background: url(/_images/headline-bg.png) repeat 0px 2px;
	}

#commentform #submit {
	padding: 2px;
	width: 75px;
	background: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 16px;
	font-family: Helvetica;
	}

.gravatar-link {
	padding-top: 12px;
	font-size: 14px;
	font-style: italic;
	}
/* @end */
