
/* =Comments
----------------------------------------------- */
.conversation 
{position: relative; margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid #e0e1e1;}

	.conversation h5
	{font: italic 1.4em georgia, serif; color: #307085;}
	
	.conversation a
	{position: absolute; right: 0; bottom: 5px; font: normal .8em georgia, serif !important; vertical-align: bottom;}

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	padding: 1px 0 20px 0;
	margin: 0 0 1.625em 70px; /* left margin allows first level avatar to show */
	position: relative;
	border-top: 1px solid #e0e1e1;
	border-bottom: 1px dotted #e0e1e1;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0 0 0 15px;
	
}
.commentlist .children li.comment {
	margin: 20px 0 0;
	position: relative;

}

.comment-meta {
	margin: 0 0 20px 0;
	padding: 5px;
	color: #307085;
	font-size: .7em;
	line-height: .7em;
	background: #f7f8f8;
}

	.comment-meta span a
	{font-weight: normal;}

	.comment-meta .comment-author
	{color: #307085;}

	.comment-meta span
	{color: #307085;}

	.comment-meta time
	{color: #307085; font-weight: normal;}

	.commentlist .comment-meta a.comment-edit-link
	{float: right;}

.commentlist .children li.comment .comment-meta {
	margin-left: 50px;
}


.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}

	.comment-content p
	{margin: 20px 5px; font-size: .9em; line-height: 1.4em;}
	
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	left: -70px;
	padding: 0;
	position: absolute;
	top: 0;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	behavior: url(/pie/PIE.htc);
}

.commentlist comment-content p {
	margin: 20px 0;
}

.commentlist .children .avatar {
	background: none;
	left: .2em;
	padding: 0;
}
a.comment-reply-link {
	margin: 0;
	padding: 3px 5px;
	display: inline-block;
	font-size: .7em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #ce4d1c;
	border-radius: 3px;
}

a.comment-reply-link > span {
	display: none;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {

}
.commentlist > li.bypostauthor .comment-meta {

}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {

}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {

}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form | Contact Form */
#respond {
	margin: 20px 0 1.625em;
	position: relative;
	width: 100%;
	overflow: hidden;
}

	.comment #respond
	{padding: 20px; background: #f7f8f8;}
	
		.comment #respond h3
		{display: none;}
		
			.comment #respond h3 small
			{display: none;}
			
#contactForm li
{position: relative; display: block; margin: 20px 0; overflow: hidden;}

	#contactForm li strong
	{display: block; font: italic 1em georgia, sans-serif;}

	#contactForm li.reason label.true
	{
	position: relative;
	display: block; 
	padding: 10px; 
	margin: 0 10px 10px 0; 
	background: #47545a;
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(204,204,204,0.95);
	font: normal .9em georgia, sans-serif;
	behavior: url(/pie/PIE.htc);
	}
	#contactForm li.reason label.true:hover
	{cursor: pointer;}
	
		#contactForm li.reason label em
		{margin: 0 0 0 10px; color: #d8fe03;}
	
	#contactForm li.formname input[type="text"],
	#contactForm li.formemail input[type="text"]
	{width: 50%;}
	
	#contactForm label.error
	{
	margin-top: -15px;
	position: absolute; top: 50%; right: 10px;
	padding: 10px;
	color: #fff;
	background: #b00606;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(204,204,204,0.95);
	font: normal .9em georgia, sans-serif;
	behavior: url(/pie/PIE.htc);
	z-index: 100;
	}
	
		#contactForm .formname label.error,
		#contactForm .formemail label.error,
		#contactForm .formobot label.error
		{top: 3px; margin-top: 0;}
	
	#contactForm .formobot input[type="text"]
	{text-indent: 0;}


#respond input[type="text"],
#respond textarea,
#contactForm input[type="text"],
#contactForm textarea {
	position: relative;
	background: #fff;
	border: 7px solid #e8e9eb;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 5px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 5px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 5px rgba(204,204,204,0.95);
	position: relative;
	padding: 5px;
	text-indent: 80px;
	font: italic 1em georgia, sans-serif;
	behavior: url(/pie/PIE.htc);
}

	#ie7 #respond textarea,
	#ie7 #contactForm textarea
	{padding-top: 60px; text-indent: 0;}
	
	.comment #respond textarea
	{display: block; width: 92%;}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	margin: 10px 0;
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label,
#contactForm .formname label.true,
#contactForm .formemail label.true,
#contactForm .formmessage label.true {
	position: absolute;
	top: 0;
	background: #e8e9eb;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	font-size: 1em;
	font-style: italic;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	z-index: 1;
	behavior: url(/pie/PIE.htc);
}
#respond input[type="text"]:focus,
#respond textarea:focus,
#contactForm input[type="text"]:focus,
#contactForm textarea:focus {
	text-indent: 0;
	z-index: 1;
	background: #f1f6f8;
	outline: 0;
	-webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important;
}
#respond textarea,
#contactForm textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #307085;
	font-size: 2em;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 12px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	margin: 0 0 0 0;
	font-size: .8em;
	font-style: italic;
}

	#respond .comment-notes span.required
	{color: #307085;}
	
	.comment #respond .logged-in-as
	{display: none;}

#respond p {
position: relative;
}

#respond .form-submit,
#contactForm .formsend {
	margin: 0 0 10px;
	overflow: hidden;
}

	#respond input#submitbtn,
	#contactForm input#submitbtn {
		background: #4c494d;
		border: none;
		-moz-border-radius: 7px;
		border-radius: 7px;
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		color: #eee;
		cursor: pointer;
		margin: 0;
		padding: 5px 10px 10px;
		position: relative;
		float: right;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
		text-align: center;
		text-transform: lowercase;
		font: italic 2em georgia, sans-serif;
		behavior: url(/pie/PIE.htc);
	}
	
	#contactForm input#submitbtn {
		float: none;
	}
	
	#respond input#submitbtn:active,
	#contactForm input#submitbtn {
		background: #1982d1;
		color: #bfddf3;
	}
		
	.comment #respond p.form-submit input#submitbtn
	{margin-top: 10px; padding-bottom: 5px; float: left; font-size: 1em; text-transform: uppercase;}




#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #307085;
	font-size: 1.4em;
	line-height: 1.4em;
	font-style: italic;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
