/**
 * 
 * TODO: check classes still apply in D7 - in particular the unpublished classes and the extra classes.
 */
 
/* Comment wrapper */
#comments {
  background: url(../images/bg-line-4.png) repeat-x 0 0;
  margin-top: 1.5em;
  margin-left: -80px;
  padding-top: 1em;
}

#comments h2 {
  border-bottom: 1px solid #e5e5e5;
  color: #222;
  font-family: 'NovecentowideUltraLightBold', sans-serif;
  font-size: 1.077em;
  font-weight: normal;
  margin: 0;
  padding: 1em 0;  
  text-transform: uppercase;
}

#comments > h2:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0.5em;
}

/* Individual comment */
.comment {
  border: 1px solid #ddd;
  margin: 20px 0 20px 80px;
  padding: 20px;
  position: relative;
}

.comment-preview {
	padding-left: 5px;
}

/* Indentation */
#comments .indented { 
  margin-left: 80px;
}

/* Comment Title */
.comment-title {
  color: #222;
  font-size: 1.385em;
  font-weight: normal;
  margin: 0;
  padding: 0;   
}

.comment-title a {
  color: #111;
  text-decoration: none;
}

.comment-title a:hover,
.comment-title a:active,
.comment-title a:focus {
  color: #ff0066;
  text-decoration: none;
}

/* Arrow */
.left-arrow {
  background: url(../images/arrow-8.png) no-repeat 0 0;  
  height: 11px;
  left: -6px;
  position: absolute;
  top: 10px;
  width: 6px;
}

/* Skinr comment title alignment. */
.ta-l .comment-title {
  text-align: left;
}

.ta-r .comment-title {
  text-align: right;
}

.ta-c .comment-title {
  text-align: center;
}

/* Comment "new" title */
.comment-title .new {
  color: #ff0066;
}

/* Submitted */
.comment > .footer {
  color: #aaa;
  font-size: 0.92em;
  font-style: italic;
  margin: .5em 0 1em;  
}

/* Links */
.comment .comment-links {
  margin-top: 0;
  margin-bottom: 0;
}

.comment ul.links {
  display: block;
  margin: 0;
  padding: 0;
}

.comment ul.links li {
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;  
}

.comment ul.links li.last {
  border-right: none;
}

.comment ul.links li a {
  background: url(../images/read-more.png) no-repeat 100% 7px;
  display: inline-block;
  padding: 0 10px 0 0;  
}

/**
 * Comment Form
 */
.comment-form-wrapper h2 {
  color: #111;
  font-weight: normal;
}

/* Autocomplete Form*/
#autocomplete {
  border: 1px solid #ddd; 
}

#autocomplete ul {
  background: #fff;
  padding: 0;
}

#autocomplete ul li div {
  display: block;
  padding: 3px 5px;
  white-space: pre;
}

#autocomplete ul li div:hover,
#autocomplete ul li div:focus {
  background: #ff0066;
}
 
html.js input.form-autocomplete {
  background-position: 100% 5px;
}

html.js input.throbbing {
  background-position: 100% -15px;
}

.page-comment-delete #page-title,
.page-node-delete #page-title {
	font-size: 1.2em;
}

