@charset "UTF-8";
/* ================================================================================
	comments
================================================================================ */
#comments {
	margin:40px 0 20px;
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px;
}
#comments-title, #reply-title {
	color: rgb(0,0,0);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none outside none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px dotted rgb(231,231,231);
	line-height: 24px;
	margin: 0 0 24px;
	padding: 0 0 0 66px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: medium 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 outside none;
}
.commentlist .avatar {
	left: 0;
	position: absolute;
	top: 4px;
	border:1px solid rgb(230,230,230);
	padding:4px;
	-webkit-box-shadow	: 0 0 4px rgba(0,0,0,0.2) ;
	box-shadow			: 0 0 4px rgba(0,0,0,0.2) ;
}
.comment-author {
}
.comment-author cite {
	color: rgb(0,0,0);
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: rgb(136,136,136);
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	text-decoration: underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.commentlist .bypostauthor > div {
	background:rgb(245,241,231);
	border-top: 4px solid rgb(54,19,13);
	margin-bottom: 20px;
	padding: 10px 0 0 20px;
}
.reply {
	font-size: 12px;
	padding: 0 0 24px;
}
.reply a,
a.comment-edit-link {
	color: rgb(136,136,136);
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none outside none;
	margin: 0;
}
.commentlist .children li {
	border: medium none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid rgb(231,231,231);
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment + li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: rgb(136,136,136);
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
input[type="submit"] {
	color: rgb(51,51,51);
}
#respond {
	/*background:url(../img/border.png) no-repeat left top;*/
	margin:23px 0;
	padding:20px;
	overflow: hidden;
	position: relative;
	border:1px solid rgb(235,235,235);
	background:rgb(255,255,255);
	-webkit-box-shadow		: 0 0 10px rgb(240,240,240) inset;
	box-shadow				: 0 0 10px rgb(240,240,240) inset;
	border-radius: 6px;
}
#respond p {
	margin: 0 0 10px;;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
	background:rgb(245,245,245);
	padding:0.6em 1em;
}
.form-allowed-tags code {
}
.children #respond {
	margin: 0 48px 0 0;
}
#reply-title {
	margin: 0 0 5px;
}
#comments-list #respond {
	margin: 0 0 10px;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: rgb(180,0,0);
	font-weight: bold;
}
#respond label {
	color: rgb(136,136,136);
	font-size: 12px;
}
#respond input {
	margin: 0;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: rgb(136,136,136);
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

#respond input[type=submit] {
	-moz-border-colors: none;
	-moz-border-image: none;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(151,111,72) ),
		color-stop( 1, rgb(110,83,36) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(151,111,72) 0%,
		rgb(110,83,36) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(151,111,72) 0%,
		rgb(110,83,36) 100%
	);
	repeat scroll 0 0 transparent;
	border-color: rgba(0,0,0,0.2) rgb(23,45,110) rgb(14,29,69);
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	color: rgb(255,255,255);
	font-size: 12px;
	line-height:1;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.6);
	margin:5px 0 10px;
	float:right;
	position:relative;
}
#respond input[type=submit]:hover {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(110,83,36) ),
		color-stop( 1, rgb(151,111,72) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(110,83,36) 0%,
		rgb(151,111,72) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(110,83,36) 0%,
		rgb(151,111,72) 100%
	);
	text-decoration:none;
}
#respond input[type=submit]:active {
	-webkit-box-shadow	: 0 0 10px 0 rgb(29,40,69) inset, 0 1px 0 rgb(255,255,255);
	box-shadow			: 0 0 10px 0 rgb(29,40,69) inset, 0 1px 0 rgb(255,255,255);
	top:1px;
}

.comment-reply-link {
	color:rgb(90,90,90) !important;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(255,255,255) ),
		color-stop( 1, rgb(230,230,230) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(230,230,230) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(230,230,230) 100%
	);
	border: 1px solid rgb(210,210,210);
	border-radius: 3px;
	display: inline-block;
	font-size: 11px;
	line-height:1.2;
	text-decoration: none;
	text-shadow: 0 1px 0 rgb(255,255,255);
	padding: 0.5em 1em;
	margin:0;
	position:relative;
}
.comment-reply-link:hover {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(230,230,230) ),
		color-stop( 1, rgb(255,255,255) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(230,230,230) 0%,
		rgb(255,255,255) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(230,230,230) 0%,
		rgb(255,255,255) 100%
	);
	text-decoration:none;
}
.comment-reply-link:active {
	-webkit-box-shadow	: 0 0 3px rgba(0,0,0,0.2) inset;
	box-shadow			: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}