/*Form resets*/


/*Comment form*/
	
#respond {
	margin-top: 24px;
}

#commentform p {
	margin: 15px 0 15px 0;
}

#commentform label {
	float: left;
	width: 150px;
	margin-right: 10px;
	font-weight: bold;
	clear: left;
	}

#commentform input {
	width: 400px;
	height: 20px;
	padding-left: 5px;
}

#commentform textarea {
	width: 400px;
	height: 200px;
}


#commentform #submit {
	width: 150px;
	cursor: pointer;
	}
	
/*--comments--*/

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
	color: #403D3B;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 20px 0;
	padding: 20px 20px 0;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.comment-body ul,
.comment-body ol {
	margin-bottom: 18px;
}
.comment-body p{
	margin-bottom: 20px;
}
.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: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	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: #782637;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	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;
}
.commentlist .children li {
	border: none;
	margin: 0;
	padding:0;
}
.nopassword,
.nocomments {
	display: none;
}
.pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
.pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.pingback .url {
	font-size: 13px;
	font-style: italic;
}

	