/*
 comment style: Default style
*/

/* Quick and crude reset */
#comments div, #comments fieldset, #comments cite, #comments p, #comments label,
#comments form, #comments img, #comments blockquote, #comments #commentlist ul,
#comments #commentlist li, #comments #respond textarea, #comments #commentlist,
#comments #commentlist img.photo, #comments #respond input, #comments span,
#comments #trackback-list, #comments #trackback-list li  {
	background-color: transparent;
	background-image: none;
	border: 0 none;
	outline: 0 none;
	padding: 0;
	margin: 0;
	list-style: none outside;
	font-style: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	clear: none;
	float: none;
	color: #333;

	/* Kill box shadows from 2010 theme */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#comments .comment-body,
#comments .comment-body *,
#comments #commentlist li,
#comments #respond textarea,
#comments #respond input {
	width: auto;
	height: auto;
	min-height: 0;
	min-width: 0;
}

#comments #commentlist img.photo,
#comments img.avatar {
	border: 0 none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 32px;  /* CK EDIT */
	height: 32px; /* CK EDIT */
	float: none;
	position: static;
}

#comments {
	display: block;
	clear: both;
	/*overflow: hidden;*/
	min-height: 1px;
	position: relative;
	z-index: 10;
}

#comments ul#commentlist ul li {
	margin-left: 6%;
}



#comments ul#trackback-list {
	display: block;
}

#comments .trackback-toggle,
#comments ul#commentlist div.toggle,
#comments ul#commentlist li .comment-body {
	background-color:white;
	border: solid 1px #dfdfdf;
  	border-left: none;
	border-right: none;
	color: #333;
	padding: 0 2px 0 0;
	margin: 0px 0px -1px 0px;
  	

	overflow: auto;
	-webkit-transition:background-color 0.25s ease-in;
	-moz-transition:background-color 0.25s ease-in;
	transition:background-color 0.25s ease-in;

  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
	position: relative;
	z-index: 1000;
  
  
}

#comments .comment-body .moderation,
#comment-form .error {
	background-color: #FFFFE0;
	border: solid 1px #E6DB55;
	margin-top: 5px;
	color: #333;
	padding: 5px;
	font-size: 10px;
	min-height: 1px; /* IE7 */

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#comments .comment-body .moderation {
	display: block;
	margin-bottom: 3px;
	clear: both;
}

#commentlist .comment-author-avatar {
	display: inline;
	float: left;
	margin: 0 5px 0px 0px;
  	padding:0px!important;
  	
}

#commentlist li.bypostauthor > div.comment-body .comment-author-avatar {
	padding-bottom: 0px;
	
}

#comments .trackback-toggle,
#comments ul#commentlist div.toggle {
	cursor: pointer;
	zoom: 1;
}

#comments cite,
#comments div.toggle .poster-name {
	font-weight: bold;
	font-style: none;
}

#comments .trackback-toggle:hover,
#comments ul#commentlist div.toggle:hover {
	background-color: #efefef;
}

#comments .with-avatar #comment-form,
#comments .with-avatar .comment-content {
	margin-left: 0px;
}

#commentlist .children .with-avatar .comment-content {
	margin-left: 0px;
}

#comments .comment-meta {
	margin-bottom: 0px;
	height: auto;
font-size: 12px;
font-weight: bold;
color: #ccc;

}

#comments .comment-meta a {
  
  color: rgb(110, 110, 110)!important;

}

/* Comment buttons */

#comments .moderation-buttons,
#comments .comment-buttons {
    margin-top: 0px;
    overflow: hidden;
	display: inline-block;
    float: right;

}
#comments  .comment .comment-buttons {
    margin-top: 0px;
    overflow: hidden;
    /* display: inline-block; */
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
}


#comments .moderation-buttons a,
#comments .comment-buttons .comment-button,
#comments .comment-buttons a ,
#comments #respond .comment-buttons input {
    text-align: center;
    position: static;
    border: 0 none;
    cursor: pointer;
    margin: 0 0 0 2px;
    float: right;
    padding: 5px 10px 5px 10px;
    background: none #009688;
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 0px!important;
    color: white!important;
    font-family: 'Lato', sans-serif!important;
    letter-spacing: 1px;
}



#comments .comment-buttons a.comment-button,
#comments .comment-buttons a.comment-edit-link {
	float: left;
	margin: 0 5px 0 0;
  background-color: #ea522f!important;;

}

#comments #cancel-comment-reply-link:active,
#comments #cancel-comment-reply-link:focus,
#comments #cancel-comment-reply-link:hover {
	background-color: #933;
	color: #fff;

}


#comments .comment-buttons input:active, #comments .comment-buttons input:focus,
#comments .comment-buttons input:hover, #comments .comment-buttons a:active,
#comments .comment-buttons a:focus, #comments .comment-buttons a:hover,
#comments .comment-button:active, #comments .comment-button:focus,
#comments .comment-button:hover,
#comments .moderation-buttons a:focus,
#comments .moderation-buttons a:hover {
	background-color: #333;
	color: #fff;

	
}

#comments #comment-form .comment-buttons input.disabled,
#comments #comment-form .comment-buttons input.disabled:active,
#comments #comment-form .comment-buttons input.disabled:focus,
#comments #comment-form .comment-buttons input.disabled:hover {
	background-color: #ddd;
	cursor: wait;
	color: #fff;
}

#comments .comment-content .comment-buttons a
{
 padding: 3px;
opacity:0.3;
transition: opacity 0.1 ease-in;


}
#comments .comment-content .comment-buttons a.comment-edit-link {
  opacity:0.0;
}


#comments .comment-content:hover .comment-buttons a
{
 padding: 3px;
opacity:1.0;
transition: opacity 0.1s ease-in;

}

#comments .comment-content:hover .comment-buttons a.comment-edit-link {
  opacity:0.2;
}

#comments .comment-buttons a.comment-edit-link:hover {
    background-color: #ea522f!important;
  opacity:1.0!important;
  }

/* End Comment buttons */

#comments #respond .comment-form-email,
#comments #respond .comment-form-author,
#comments #respond .comment-form-url,
#comments .comment-form-row {
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
}

#comments #respond .comment-form-email input,
#comments #respond .comment-form-author input,
#comments #respond .comment-form-url input,
#comments #respond .comment-form-row input,
#comments #comment-form .textarea-border {
	border: solid 1px #ccc;
	background-color: #f8f8f8;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 5px 5px 12px -8px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 5px 5px 12px -8px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1) inset;
}

#comments #respond .comment-form-row label {
	float: left;
	width: 18%;
}

#comments #respond .comment-form-url input,
#comments #respond .comment-form-author input,
#comments #respond .comment-form-email input,
#comments #respond .comment-form-row input {
	width: 80%;
	float: right;
	margin: 0;
	padding: 3px 2px 2px;
}

#comments .textarea-border {
	padding: 5px;
}

#comment-form span.required {
	display: block;
	text-align: right;
	font-size: small;
	color: #999;
}

#comments #comment-form .oops {
	background: url( 'system-error.png' ) no-repeat 98% center;
}

#comments #comment-form textarea.oops {
	background-position: right top;
}

#comments textarea#comment {
	border: 0 none;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
  font-size: 0.8em;
}


/* Pagination */
#comments #comment-pagination {
	clear:both;
	text-align: center;
	padding: 1em 0;
}
	#comments .page-links a {text-decoration:none}

	#comments .page-numbers {
		line-height: 26px;
		height: 26px;
		min-width: 20px;
		padding: 0 3px;
		margin-right: 2px;
		display: inline-block;
		text-align:center;
		text-decoration:none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;

		background-color: #fff;
		color:#000;
z-index:1000;
	}

	#comments a.page-numbers:focus,
	#comments a.page-numbers:hover {
		background-color: #ccc;
		color: #333;
	}

#comments span.dots,
#comments a.prev, #comments a.next {
	background-color:transparent;
	color: #fff;
}

#comments a.prev, #comments a.next {
	font-size: 22px;
	line-height: 26px;
	vertical-align:top;
}

/* Colours */

#comments a.prev:focus,
#comments a.next:focus,
#comments a.prev:hover,
#comments a.next:hover {
	color:#ccc;
	background-color:transparent;
}

#comments .current {
	background-color:#ccc;
	color:#999;
}

#comments #comment-pagination span.current {
	background-color:#eee;
	color:#ccc;
}

#comments #comment-pagination .page-numbers {
	color:#666;
	background-color: #ddd;
	text-decoration:none;
}

#comments #comment-pagination span.dots,
#comments #comment-pagination a.prev,
#comments #comment-pagination a.next {
	background-color:transparent;
	color: #333;
}

#comments #comment-pagination a.page-numbers:focus,
#comments #comment-pagination a.page-numbers:hover {
	background-color: #666;
	color: #fff;
	text-decoration:none;
}

#comments #comment-pagination a.prev:focus,
#comments #comment-pagination a.next:focus,
#comments #comment-pagination a.prev:hover,
#comments #comment-pagination a.next:hover {
	background-color:transparent;
	color:#666;
}

.ie #comments ul#commentlist li .comment-body,
.ie6 #comments .comment-buttons {
	zoom: 1
}

#comments .comment-title {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding-left: 9px;
}

ul#trackback-list {
	margin: 0;
	padding: 0;
}

#trackback-list li {
	margin-bottom: 20px;
}

#comment #commentlist .pingback cite.fn,
#comment #commentlist .trackback cite.fn,
#comment #trackback-list cite.fn {
	display:block;
}

/*
 For RPX openid plug-in and
 anyone else who sticks a
 small image next to the
 name.
*/
#commentlist cite.fn img {
	vertical-align: text-top;
	float: right;
}

span.date{margin-left:5px;}

#commentlist .pingback span.date,
#commentlist .trackback span.date,
#trackback-list span.date {
	font-style: italic;
	color: #666;
	
}

#trackback-list .comment-body {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #DFDFDF;
}

#comment-form blockquote {
	border-left:0.325em solid #dfdfdf;
	font-style:italic;
	margin:0 6%;
	padding-left:0.65em;
}

#comments .comment-text {
	overflow: hidden;
}

#comments .comment-text p {
	margin-bottom: 0;
	
  font-size: 0.8em;

}

#comments .comment-text blockquote {
	margin-bottom: 0.75em;
	padding-left: 2em;
	border-left: 5px solid #efefef;
}

#comments .comment-text img {
	max-width: 100%;
	max-height: 80px;
}

#comments .reply-quote cite {
	font-weight: 700;
}

.tb-from {
	font-style: italic;
}

.comment-link-display {
	padding: 5px 10px;
	color: #333;
	background-color: #fff;
	border: solid 1px #bbb;
	cursor: pointer;

	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 0.3 );

	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 0.3 );

	-o-border-radius: 5px;
	-o-box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 0.3 );

	border-radius: 5px;
	box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 0.3 );
}

.comment-link-display input {
	background-color: #fff;
	border: solid 1px #dfdfdf;
	color: #333;
	cursor: text;
	width: 250px;
	margin-left: 5px;
}

#comments .comment-body .trackback-toggle {
	margin: -9px -9px -9px -9px;
	padding-bottom: 10px;
	border: 0 none;
}

#comments .comment-body .with-toggle {
	margin-top: 18px;
}

#comments .comment-body .comment-meta .new-comment {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url( badge-new.png ) no-repeat center center transparent;
  position: absolute;
  right: 3px;
  top: 0px;
}

#comments ul#commentlist li.new > .comment-body {
	/*border: 2px solid #337FBA;*/
	background-color: #efefef!important;
}

#quote-float {
	border: solid 1px #ccc;
	background: url( 'arrow-left-alt.png') no-repeat left center #fff;
	color: #333;
	cursor: pointer;
	padding: 3px 10px 3px 24px;

	-moz-border-radius: 3px;
	-moz-box-shadow: 3px 3px 4px rgba( 0,0,0,0.3 );
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 3px 3px 4px rgba( 0,0,0,0.3 );
	border-radius: 3px;
	box-shadow: 3px 3px 4px rgba( 0,0,0,0.3 );
}

#comment-form span.required {
	display: none;
}

#comments li#response-cont #respond {
	overflow: hidden;
  width:auto;
  background-color: rgb(239, 239, 239)!important;
  /*border: 1px solid #666666!important;
  border-bottom-width: 2px!important;*/
}


.single-upstream #comments li#response-cont #respond 
{
    /* background-color: #fe690c!important; */
    
    /* background: linear-gradient(white, rgb(222, 222, 222)); 
    border: 1px solid #fe690c!important;
    border-bottom-width: 2px!important;*/
}


.date{color:#999999!IMPORTANT;padding-left:5px!IMPORTANT;font-weight:200!IMPORTANT}

#comments ul#commentlist ul li .comment-body {
	margin-top: 0px!important;
  	border-radius: 0px;
  box-shadow:none!important;
  margin-top: 0px!important;
  border-bottom: 0px!important;
  
  
z-index:0!important;
  background-color:rgba(1,1,1,0.0)!important;
}


li.depth-1{
box-shadow: inset 0px -10px 7px -10px rgba(0, 0, 0, 0.15)!important;
}

cite.comment-stream-label{
    display: inline-block!important;
    float: right!important;
    font-size: 14px!important;
	}

.single-upstream  cite.comment-stream-label{
color: #fe690c!important;
	}




