/* ----------------- Comments ----------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 18px; /* LTR */
  margin-top: 18px;
  margin-bottom: 18px;
  /*border-radius : 100%;*/
  width: 75px;
  height: 75px;
  max-width: 75px;
}
/*
.comment-wrapper > div {
	margin-top: 20px;
}

.comment-wrapper > div:first-child {
	margin-top: 0;
}*/

.comment-wrapper {
	border-top: 1px dotted rgb(200, 200, 200);
	padding-top: 36px;
}

.comment {
	margin-bottom: 20px;
  display: table;
  vertical-align: top;
  background-color: #ededed;
}

.comment-preview {
  background-color: #ededed;
}

.comment .attribution {
  display: table-cell;
  padding: 0 0 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: .786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: .786em;
}
.comment .content {
  font-size: .929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url('../images/comment-arrow.gif') no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 0 18px 18px 18px;
  border: 0;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}

.comment .comment-text .username {
	font-size: 14px;
}

.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.comment ul.links li {
  padding: 0 .5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}


/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: .929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 0; /* LTR */
}

.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form .form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: .786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: .5em;
}

.comment-form .form-textarea {
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -khtml-border-radius-topright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-color: #d8d8d8;
  resize: none;
  opacity: .5;
  color: #000;
}

.form-textarea-wrapper > .grippie {
  display: none;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: .786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0;
}
#edit-actions input {
  margin-right: .6em; /* LTR */
}

.comment-form .form-required {
	display: none;
}

.comment-anonymous-input {
	float: left;
}

.comment-form .form-submit {
	margin-bottom: 15px;
	float: right;
}

.comment-anonymous-input input{
	margin-top: 6px;
}

.comment-anonymous-input label {
	font-size: 14px;
	font-weight: 400;
}

.comment-text > h3 > span {
	font-size: 14px;
}

.comment-text .content > span + div > div > div {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}

.form-item-comment-body-und-0-value label {
	display: none;
}

h2.title.comment-form {
	margin-top: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.comment .comment-text h3 {
	margin-bottom: 0;
}

.comment .comment-text h5 {
	margin-top: 6px;
}

.comment .comment-text h5 > span {
	font-size: 14px;
	font-weight: 400;
}
