/* =Fonts
-------------------------------------------------------------- */
h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.comment-meta,
.comment-body tr th,
.comment-body thead th {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments p.comments-note {
	font-size: 13px;
	margin: 24px 0 0 0;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
#comments .navigation .nav-previous,
#comments .navigation .nav-next {
	text-align: right;
}
#comments .navigation .nav-previous a {
	padding: 0 0 0 13px;
	background: url('../img/acc_larrow_small.png') no-repeat top left;
}
#comments .navigation .nav-next {
	padding: 1px 13px 0 0;
	background: url('../img/acc_rarrow_small.png') no-repeat top right;
}
h3#reply-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0;
}
h3#comments-title {
	padding: 0 0 3px 0;
	border-bottom: #c1c1c1 1px solid;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	/*border-bottom: 1px solid #e7e7e7;*/
	line-height: 24px;
	margin: 0 0 0 0;
	padding: 0 0 0 50px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 0px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #cc0000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 3px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 25px 0;
}
.reply a,
a.comment-edit-link {
	color: #71a06e;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #71a06e;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
	padding-left: 40px;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
	margin: 20px 0 0 0;
}
#respond {
/*
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
*/
	margin: 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
