	.textarea-wrapper {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  padding: 5px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 0 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 0.45);
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), to(rgba(255, 255, 255, 0.45)));
  background-image: -moz-linear-gradient(top, rgba(245, 245, 245, 0), rgba(255, 255, 255, 0.45));
  background-image: -ms-linear-gradient(top, rgba(245, 245, 245, 0), rgba(255, 255, 255, 0.45));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(100%, rgba(255, 255, 255, 0.45)));
  background-image: -webkit-linear-gradient(top, rgba(245, 245, 245, 0), rgba(255, 255, 255, 0.45));
  background-image: -o-linear-gradient(top, rgba(245, 245, 245, 0), rgba(255, 255, 255, 0.45));
  background-image: linear-gradient(top, rgba(245, 245, 245, 0), rgba(255, 255, 255, 0.45));
  border: 1px solid #c0c8d2;
  border: 1px solid rgba(75, 83, 94, 0.45);
}

.textarea-wrapper .textarea {
  color: #444444;
  color: rgba(0, 0, 0, 0.8);
  resize: none;
  border: 0;
  background: 0;
  display: block;
  padding: 0 8px;
  margin: 0;
  width: 100%;
  min-height: 29px;
  height: auto;
  font: 14px/1.4 "Helvetica Neue", helvetica, arial, sans-serif;
  overflow-y: scroll;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  outline: none;
}

.textarea-wrapper .textarea .placeholder {
  color: #999999;
  padding-left: 4px;
  line-height: 25px;
}

.textarea-wrapper .textarea p {
  margin: 0;
  line-height: 1.4;
}

.textarea-wrapper .textarea: focus {
  outline: 0;
}

.textarea-wrapper.error {
  border-color: #ff2e46;
}

.focus .textarea-wrapper .textarea {
  min-height: 39.6px;
}

.focus .textarea-wrapper.error {
  border-color: #ff2e46;
}

.postbox {
  position: relative;
  margin: 0 0 18px;
}

.comment_title{
	margin-left: 0px;
	margin-bottom: 10px;
}

.postbox {
  position: relative;
  margin: 0 0 18px;
}

.postbox .avatar {
  top: 0;
}

.postbox .media-drag-hover {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-weight: bold;
  z-index: 1000;
  color: #ffffff;
}

.postbox .media-drag-hover .drag-text {
  border: 3px dashed #ffffff;
  padding: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -22px 30px 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 45px;
}

.postbox .media-preview {
  background: #dddddd;
  border-top: 1px solid #CCCCCC;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 8px 0;
}

.postbox .media-preview.empty, .postbox .media-preview .empty {
  display: none;
}

.postbox .media-preview a.media-delete {
  position: absolute;
  top: 6px;
  right: 6px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  height: 16px;
  width: 16px;
  font-size: 14px;
  line-height: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: none;
}

.postbox .media-preview a.media-delete: hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.postbox .media-preview .media-expanded {
  max-height: 300px;
  margin: 8px 8px 0;
  position: relative;
  text-align: center;
}

.postbox .media-preview .media-expanded img {
  max-height: 300px;
  max-width: 100%;
}

.postbox .media-preview li {
  display: inline-block;
  position: relative;
  height: 52px;
  width: 52px;
  padding: 1px;
  margin: 0 0 0 8px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px #cccccc;
  -moz-box-shadow: inset 0 0 0 1px #cccccc;
  box-shadow: inset 0 0 0 1px #cccccc;
}

.postbox .media-preview li img {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
}

.postbox .media-preview li a.media-delete {
  top: 3px;
  right: 3px;
}

.postbox .media-preview li: hover a.media-delete {
  display: block;
}

.postbox .media-preview li .media-progress {
  position: absolute;
  top: 47%;
  left: 3px;
  width: 44px;
  height: 5px;
  background: #eeeeee;
}

.postbox .media-preview li .media-progress .bar {
  background-color: #bbbbbb;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.postbox .media-preview li.active {
  border: 1px solid;
  padding: 0;
}

.postbox .media-preview li.active a.media-delete {
  top: 2px;
  right: 2px;
}

.postbox .post-actions {
  -webkit-transition: opacity linear .2s;
  -moz-transition: opacity linear .2s;
  -ms-transition: opacity linear .2s;
  -o-transition: opacity linear .2s;
  transition: opacity linear .2s;
  visibility: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  border-top: 1px dotted #c6cdd6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
}

.postbox .post-actions .wysiwyg {
  position: absolute;
  top: 0;
  left: 0;
}

.postbox .post-actions .wysiwyg li {
  float: left;
  position: relative;
}

.postbox .post-actions .wysiwyg li input[type=file].regular {
  visibility: hidden;
}

.postbox .post-actions .wysiwyg li input[type=file].ie {
  display: block;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: -190px;
}

.postbox .post-actions .wysiwyg li a {
  display: block;
  height: 30px;
  width: 34px;
  position: relative;
}

.postbox .post-actions .wysiwyg li a span {
  -webkit-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  -ms-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 9px;
  left: 10px;
  background: url(img/wysiwyg.png);
  text-indent: -9999em;
  filter: alpha(opacity=65);
  -khtml-opacity: .65;
  -moz-opacity: .65;
  opacity: .65;
}

.postbox .post-actions .wysiwyg li a.attach span {
  background-position: 0 -14px;
}

.postbox .post-actions .wysiwyg li a.bold span {
  background-position: -14px -14px;
}

.postbox .post-actions .wysiwyg li a.italics span {
  width: 10px;
  background-position: -28px -14px;
}

.postbox .post-actions .wysiwyg li: hover a span {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.postbox .post-actions .wysiwyg li: hover a.attach span {
  background-position: 0 0;
}

.postbox .post-actions .wysiwyg li: hover a.bold span {
  background-position: -14px 0;
}

.postbox .post-actions .wysiwyg li: hover a.italics span {
  width: 10px;
  background-position: -28px 0;
}

.postbox .post-actions .wysiwyg li.active a, .postbox .post-actions .wysiwyg li: active a {
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
  background-image: -moz-linear-gradient(top, #f3f3f3, #fff);
  background-image: -ms-linear-gradient(top, #f3f3f3, #fff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #fff);
  background-image: -o-linear-gradient(top, #f3f3f3, #fff);
  background-image: linear-gradient(top, #f3f3f3, #fff);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.postbox .post-actions .wysiwyg li.active a span, .postbox .post-actions .wysiwyg li: active a span {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.postbox .post-actions .wysiwyg li.active a.attach span, .postbox .post-actions .wysiwyg li: active a.attach span {
  background-position: 0 0;
}

.postbox .post-actions .wysiwyg li.active a.bold span, .postbox .post-actions .wysiwyg li: active a.bold span {
  background-position: -16px 0;
}

.postbox .post-actions .wysiwyg li.active a.italics span, .postbox .post-actions .wysiwyg li: active a.italics span {
  width: 10px;
  background-position: -28px 0;
}

.postbox .post-actions section {
  padding: 0;
}

.postbox .post-actions .auth-section {
  margin: 0;
  float: right;
}

.postbox .post-actions .btn {
  position: absolute;
  top: -1px;
  right: -1px;
  white-space: nowrap;
  height: 33px;
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  font-size: 12px;
  padding-top: 10px;
}

.postbox section {
  padding: 14px 0 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.postbox section label {
  font-size: 13px;
  color: #838991;
}

.postbox section small {
  display: block;
  font-size: 11px;
  line-height: 1.2!important;
  color: #a9adb3;
  margin: 4px 0 0 16px;
}

.postbox section .what-is-disqus {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(img/question-mark.png);
  text-indent: -9999em;
  position: absolute;
  top: 107px;
  left: 153px;
}

.postbox section .what-is-disqus: hover #rules {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible!important;
}

.postbox section #rules {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
  text-indent: 0;
  z-index: 1000;
  position: absolute;
  width: 340px;
  left: 8px;
  bottom: 30px;
  margin-left: -170px;
  padding: 10px 12px 2px;
}

.postbox section #rules: after {
  display: block;
  content: "";
  width: 30px;
  height: 14px;
  background: url(img/tooltip-notch.png) bottom center;
  bottom: -14px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
}

.postbox section #rules h3 {
  color: #6f7e8b;
  border-bottom: 2px solid #edeff2;
  padding: 0 4px 11px;
  margin: 0 0 10px;
  font-weight: 600;
}

.postbox section #rules ul {
  list-style: disc;
  padding: 0 0 0 20px;
}

.postbox section #rules ul li {
  color: #dee2e7;
  list-style: disc;
  margin: 0 0 12px;
  line-height: 1.4;
}

.postbox section #rules ul li span {
  color: #7F8D99;
}

.expanded .postbox .textarea-wrapper {
  padding: 5px 0 32px;
}

.expanded .postbox .textarea {
  height: auto;
}

.expanded .postbox .post-actions {
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.expanded .postbox .auth-section {
  display: block;
}

.expanded .postbox .logged-in {
  display: none;
}

.expanded.authenticated .postbox .logged-in {
  display: block;
}

.expanded.authenticated .postbox .logged-out {
  display: none;
}

.auth-section {
  position: relative;
  margin: 0 0 0 46px;
  z-index: 200;
}

.auth-section .proceed {
  position: absolute;
  right: 0;
  top: 34px;
  font-size: 12px;
}

.auth-section .proceed .btn {
  height: 32px;
  padding: 9px 30px;
  margin-top: 4px;
}

.auth-section .proceed.active {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.auth-section .proceed .next {
  display: none;
}

.auth-section .post-actions-tabs {
  *zoom: 1;
  float: right;
  margin: -25px 0 0 0;
}

.auth-section .post-actions-tabs: before, .auth-section .post-actions-tabs: after {
  display: table;
  content: "";
  line-height: 0;
}

.auth-section .post-actions-tabs: after {
  clear: both;
}

.auth-section .post-actions-tabs li {
  float: left;
}

.auth-section .post-actions-tabs li a {
  display: block;
  color: #848a92;
  padding: 3px 12px 6px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
}

.auth-section .post-actions-tabs li a span {
  display: block;
  width: 1px;
  height: 14px;
  background: #dee2e7;
  position: absolute;
  right: -1px;
  top: 3px;
}

.auth-section .post-actions-tabs li: last-child a {
  -webkit-border-radius: 0 0 2px;
  -moz-border-radius: 0 0 2px;
  border-radius: 0 0 2px;
}

.auth-section .post-actions-tabs li.active a {
  border-bottom: 2px solid #2e9fff;
}

.auth-section .connect {
  position: absolute;
}

.auth-section .connect .services {
  *zoom: 1;
  margin: 0 0 18px;
}

.auth-section .connect .services: before, .auth-section .connect .services: after {
  display: table;
  content: "";
  line-height: 0;
}

.auth-section .connect .services: after {
  clear: both;
}

.auth-section .connect .services li {
  float: left;
  margin: 0 5px 0 0;
}

.auth-section .connect .services a {
  font-size: 11px;
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .08), inset 0 2px 0 rgba(255, 255, 255, .12);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .08), inset 0 2px 0 rgba(255, 255, 255, .12);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .08), inset 0 2px 0 rgba(255, 255, 255, .12);
}

.auth-section .connect .services li.sso {
  float: none;
  margin: 0 0 12px;
}

.auth-section .connect .services li.sso a {
  text-indent: 0;
}

.auth-section .connect .services li.sso a.image {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.auth-section .connect .services li.sso a.no-image {
  text-align: center;
  background: #e3e3e3 url(img/next-sprite.png) 0 0 repeat-x;
  display: inline-block;
  padding: 9px 16px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #a9b3c0;
  border: 1px solid rgba(75, 83, 94, 0.45);
  line-height: 1.1;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(255, 255, 255, .25), inset 0 -2px 6px rgba(255, 255, 255, .55);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(255, 255, 255, .25), inset 0 -2px 6px rgba(255, 255, 255, .55);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(255, 255, 255, .25), inset 0 -2px 6px rgba(255, 255, 255, .55);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  display: block;
  width: 143px;
  clear: both;
}

.auth-section .connect .services li.sso a.no-image: hover {
  background-position: 0 -40px;
  background-color: #f1f1f1;
}

.auth-section .connect .services li.sso a.no-image: active, .auth-section .connect .services li.sso a.no-image.active {
  background-color: #f6f6f6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e2e2e2), to(#f6f6f6));
  background-image: -moz-linear-gradient(top, #e2e2e2, #f6f6f6);
  background-image: -ms-linear-gradient(top, #e2e2e2, #f6f6f6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(top, #e2e2e2, #f6f6f6);
  background-image: -o-linear-gradient(top, #e2e2e2, #f6f6f6);
  background-image: linear-gradient(top, #e2e2e2, #f6f6f6);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.auth-section .connect .services li.sso a.no-image: visited {
  color: #555555;
}

.auth-section .connect .services li.sso a.no-image.busy {
  background: #ebeef2;
  color: #bbbbbb;
  text-shadow: none;
}

.auth-section .connect .services li.sso a.no-image.busy: hover {
  background: #ebeef2;
  text-shadow: none;
  cursor: not-allowed;
}

.auth-section .connect .services li.sso a.no-image.busy: active {
  background: #ebeef2;
  text-shadow: none;
  cursor: not-allowed;
}

.auth-section .connect .services li.sso a.no-image.small {
  font-size: 12px;
  padding: 8px 10px;
  background-position: 0 -10px;
}

.auth-section .connect .services li.sso a.no-image.small: hover {
  background-position: 0 -40px;
}

.auth-section .connect .services li.sso a.no-image.flat {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 24px;
  font-weight: normal;
  line-height: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.auth-section .connect .services li.auth-twitter a {
  background: url(img/social-icons.png);
}

.auth-section .connect .services li.auth-facebook a {
  background: url(img/social-icons.png) -32px 0;
}

.auth-section .connect .services li.auth-google a {
  background: url(img/social-icons.png) -64px 0;
}

.auth-section .connect .services li.auth-disqus a {
  background: url(img/social-icons.png) -96px 0;
}

.auth-section .guest {
  border-left: 1px dotted #cfd5dc;
  margin: 0 153px 0 0;
  padding: 0 10px 0 10px;
  min-height: 32px;
  position: relative;
}

.auth-section .guest p {
  margin: 0;
}

.auth-section .guest .guest-details {
  display: none;
}

.auth-section .guest .guest-details.expanded {
  display: block;
}

.register .proceed .next {
  display: block;
}

.register .proceed .submit {
  display: none;
}

.login-content p {
  margin: 0 0 10px;
}

.actions {
  *zoom: 1;
}

.actions: before, .actions: after {
  display: table;
  content: "";
  line-height: 0;
}

.actions: after {
  clear: both;
}

.actions .forgot {
  color: #a9adb3;
  padding: 3px 0;
  text-shadow: 0 1px rgba(255, 255, 255, 0.85);
  font-size: 12px;
  line-height: 2.5;
}

.input-wrapper input {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background: rgba(255, 255, 255, 0.85);
  padding: 7px 8px;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c0c8d2;
  width: 100%;
  font-size: 13px;
  height: 19px;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
  background-image: -moz-linear-gradient(top, #f6f6f6, #fff);
  background-image: -ms-linear-gradient(top, #f6f6f6, #fff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #fff);
  background-image: -o-linear-gradient(top, #f6f6f6, #fff);
  background-image: linear-gradient(top, #f6f6f6, #fff);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.input-wrapper input: focus {
  outline: 0;
  border-color: #a9b3c0;
}

.guest h6 {
font-weight: 600;
font-size: 10px;
color: #8E949C;
text-transform: uppercase;
margin: 0 0 10px;
line-height: 1;
}






.commentlist{
	margin-top: 19px !important;
	border-top: 1px dotted #DEE2E7;
	padding: 0px !important;
}

.comment{
	background-color: white !important;
	width: 100%;
	padding-left: 0px !important;
	
}

.comment-body{
	border-bottom: 1px dotted #DEE2E7;
}

.depth-2{
	background-color: white !important;
	width: 100%;
	padding-left: 30px !important;
	margin-top: 10px !important;
	margin-left: -30px !important;
}

.depth-3{
	background-color: white !important;
	width: 100%;
	padding-left: 30px !important;
	margin-top: 10px !important;
	margin-left: -30px !important;
}

.depth-4{
	background-color: white !important;
	width: 100%;
	padding-left: 30px !important;
	margin-top: 10px !important;
	margin-left: -30px !important;
}

.depth-5{
	background-color: white !important;
	width: 100%;
	padding-left: 30px !important;
	margin-top: 10px !important;
	margin-left: -30px !important;
}

.comment-author .fn {
color: #0086FF;
font-weight: 600;
font-family: "Helvetica Neue",arial,sans-serif;
cursor: default;
margin-left: 0px!important;
font-size: 12px;
}

.comment-reply-link {
	color: #999;
	font-weight: 500;
	text-decoration: none !important;
	font-size: 11px;
}

.comment-reply-link :hover{
	color:#7a7a7a;
}

.commentmetadata a{
	color: #999;
	font-weight: 500;
	text-decoration: none !important;
}

.commentmetadata a :hover{
	color:#7a7a7a;
}

#cancel-comment-reply-link{
	color: #999;
	font-weight: 500;
	text-decoration: none !important;
}

#cancel-comment-reply-link :hover{
	color:#7a7a7a;
}

.comment-body p {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size: 14px;
	padding-top: 0px !important;
	margin-bottom: 0px !important;
	margin-top: -10px !important;
	font-weight: normal;
}

.commentlist {
	padding-top: 1px !important;
}

.commentlist li {
	margin-top: 0px !important;
	margin: -4px 0;
}

.depth-1 .comment-body{
	width: 624px !important;
}

.depth-2 .comment-body{
	width: 624px !important;
}

.depth-3 .comment-body{
	width: 624px !important;
}

.depth-4 .comment-body{
	width: 624px !important;
}

.depth-5 .comment-body{
	width: 624px !important;
}

.comments-respond{
	cursor: default;
}

.comment-meta{
	border-top: none !important;
}

.textarea-wrapper{
	cursor:text !important;
}

.comment-delimiter, .comment-posted-ago{
	color: #999;
	font-weight: 500;
	text-decoration: none !important;
	font-size: 11px;
}

.comment-left-part{
	float: left;
	width: 55px;
	padding-top: 10px;
}

.comment-right-part{
	float: left;
	padding-top: 8px !important;
	padding-bottom: 6px !important;
}
