.entry-comments {
	padding-top: 3em; }
.entry-comments .comments-title {
	padding-bottom: 0.8em;
	font-size: 1.8em;
	font-weight: 400;
	color: #265373; }

.entry-comments .comments-tree {
	padding-bottom: 2em; }
.entry-comments .comment {
	margin-top: 3em;
	padding-top: 1.3em;
	padding-bottom: 0.6em;
	list-style: none;
	position: relative;
	background: #f4f4f4;
		-webkit-box-shadow: -1px 1px 4px rgba(0,0,0,0.2);
		-moz-box-shadow: -1px 1px 4px rgba(0,0,0,0.2);
	box-shadow: -1px 1px 4px rgba(0,0,0,0.2); }
.entry-comments .comment .comment {
	margin-left: 1.5em;
	margin-right: 0.5em;
	border: 1px solid #aab1b9;
	border-color: rgba(110,132,155,0.38);
	background: rgba(0,0,0,0.06);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3); }
.entry-comments .comment .comment:first-child {
	margin-top: 1em; }
.entry-comments .comments-tree > .comment:first-child {
	margin-top: 0; }
.entry-comments .comment-byline {
	padding: 0.5em 1em 0.5em 2.5em;
	margin-left: -1em;
	font-weight: 400;
	color: #ccc;
	color: rgba(255,255,255,0.7);
	background: #6e849b;
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	position: relative;
	z-index: 5; }
.entry-comments .comment-byline:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 0.5em solid transparent;
	border-right-color: #54687f;
	border-bottom-color: #54687f;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: -1; }
.entry-comments .comment-byline .name {
	font-size: 1.4em;
	color: #fafafa; }
.entry-comments .comment-byline .date {
	font-size: 1.1em; }
.entry-comments .comment .comment .comment-byline {
	padding: 0.5em 1.5em;
	margin-left: 0;
	color: #666;
	background: #fafafa;
	background: rgba(255,255,255,0.95);
	box-shadow: none; }
.entry-comments .comment .comment .comment-byline:before {
	display: none; }
.entry-comments .comment .comment .comment-byline .name {
	color: #555; }
.entry-comments .comment-content {
	padding: 0 1.5em 1.5em;
	white-space: pre-line; }
.entry-comments .comment-actions {
	padding: 0 1.5em 1.5em; }

.entry-comments .entry-comments-form {
	display: block;
	margin: 0 -5.5% 2em;
	padding: 1.5em 5.5%;
	border: 2px solid #c2ccd9;
	background: #fff;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.entry-comments .comments-form-title {
	font-size: 1.5em;
	font-weight: 400;
	color: #333; }
.entry-comments .comments-form-identity {
	padding: 0.5em 0 0;
	color: #999;
	color: rgba(0,0,0,0.4); }
.entry-comments .comments-form-identity strong {
	color: #777;
	color: rgba(0,0,0,0.5); }
.entry-comments .comments-form-identity a {
	font-style: normal; }
.entry-comments .comments-form-textarea {
	display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
		*behavior: url('new/boxsizing.htc');
	width: 100%;
	height: 10em;
	margin-top: 1.5em;
	padding: 0.5em;
	border: 1px solid #265373;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, "Lucida Sans", sans-serif;
	background: #fff; }

.entry-comments .comment .entry-comments-form {
	margin: 0 1.5em;
	padding: 1.5em 1em; }

.entry-comments .comment-actions a {
	color: #265373; }

.commentError {
  font-weight: bold;
  color: Red;}
  
.comment-edit-toggle:before, .comment-disable-toggle:before, .comment-enable-toggle:before, .comment-delete-toggle:before
{
  content: "|";
  padding-right: .3em;
}

#confirmDialog
{
	width: 15em;	
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left:-8em;
  margin-top:-5em;
	padding: 1em 0.75em 0.5em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
  border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	z-index: 20;
	background-color: #f4f4f4;
	border-top: #6e849b solid 2px;
}

@media only screen and (min-width: 766px) {
	.entry-comments .entry-comments-form {
		margin: 0 0 2em;
		padding: 1.5em;}
}