/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	padding-top: 2em;
	padding-bottom: 2em;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
    padding: 0;
	margin: 0 0 10px 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;

	margin: 0 0 24px 0;
	padding: 0;
	position: relative;
}
.commentlist li li.comment {
    padding: 0 0 0 43px;
}
.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: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
    display: block;
    float: left;
    margin: 8px 12px 0 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.pingback .comment-author cite:before {
    content: "Päivitysilmoitus: ";
}
.pingback .comment-author .says {
    display: none;
}
.comment-meta {

	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.is-replied > .comment-body > .reply { display: none; }
#cancel-reply { display: none; color: #888; }
.is-replied #cancel-reply { display: block; }
.reply {
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.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: #888;
	display: block;

	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {

	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	/*padding-left: 56px;*/
	overflow: hidden;
	position: relative;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {

	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {

}
#respond input {
	margin: 0;
    padding: 0.3em 0.3em;
	width: 98%;
}
#respond textarea {
    margin: 0;
    padding: 0.3em 0.3em;
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	line-height: 18px;
	font-size: 80%;
}
#respond .form-allowed-tags code {

}
#respond .form-submit {
	margin: 12px 0;
}
#respond #submit {
	width: auto;
}



.comment-nav {
    padding: 10px 0;
    overflow: auto;
}
.comment-nav a { color: #888; text-decoration: none; }
.comment-nav .nav-previous {
    float: left;
}

.comment-nav .nav-next {
    float: right;
}
