/**
 *
 * TODO: check classes still apply in D7 - in particular the unpublished classes and the extra classes.
 */

/* Comment wrapper */
#comments {
  border-top: 1px solid #f0f0f0;
  margin-top: 2em;
  margin-left: -130px;
}

#comments > h2 {  
  color: #333;
  font-family: 'Droid Sans', sans-serif; 
  font-weight: 100;
  font-size: 2em; 
  margin: 0;
  padding: .5em 0;
  text-transform: uppercase;
}

#comments > h2:first-child {
  border-top: 0; 
}

/* Individual comment */
.comment {
  border-top: 1px solid #f0f0f0;
  margin-bottom: 2em;
  padding-left: 80px;
  padding-top: 1.5em;
  position: relative;
}

.comment .user-picture {
  left: 0;
  position: absolute;
  top: 1.5em;
}

.comment:first-child {
  border-top: none;
}

/* Indentation */
#comments .indented {
  margin-bottom: 1em;
  margin-left: 0;
  margin-left: 78px;
}

#comments .indented .comment {
  border-top: 1px solid #f0f0f0;  
}

/* Comment Title */
.comment > .header {
}

.comment-title {
  margin: 0;
  padding: 0;
}

.comment-title a {
  color: #333;
  font-family: 'Droid Sans', sans-serif; 
  font-size: 1.083em;
  text-decoration: none;
}

.comment-title a:hover,
.comment-title a:active,
.comment-title a:focus {
  text-decoration: none;
}

.comment-preview {
  background: none;
}

/* 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: #f80;
}

/* User Picture */
.comment .user-picture {
  width: 50px;
}

.comment .user-picture img {
	max-width: 100%;
	height: 50px;
}

/* Comment Content */
.comment-content {
}

/* Submitted */
.comment > .footer {
  color: #666;
  font-size: 0.92em;
  margin: .5em 0 1em;
}

.comment > .footer .username {
}

.comment > .footer .time {
}

.comment > .footer a {
  font-style: italic;
}

.comment > .footer a:hover,
.comment > .footer a:active,
.comment > .footer a:focus {
  text-decoration: none;
}

/* Links */
.comment .comment-links {
  margin-top: 0;
}

.comment ul.links {
  display: block;
  margin: 0;
  padding: 0;
}

.comment ul.links li {
}

.comment ul.links li a {
}

/* Core comment link classes. */
ul.links li.comment_reply a {
}

ul.links li.comment_edit a {
}

ul.links li.comment_delete a {
}

.comment ul.links li.first {
}

.comment ul.links li.last {
}

/**
 * Different status for comments
 */

/* Author */
.comment-by-anonymous {
}

.comment-by-node-author {
}

.comment-by-viewer {
}

/* New */
.comment-new {
}

/* Unpublished */
.comment-unpublished {
}
.comment-unpublished .unpublished {
}

/**
 * Comment Form
 */

.comment-form-wrapper h2 {
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  font-family: 'Droid Sans', sans-serif; 
  font-weight: 100;
  font-size: 2em; 
  margin: 0 0 .5em;
  padding: .5em 0;
  text-transform: uppercase;
}

/* 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% 9px;
}

html.js input.throbbing {
  background-position: 100% -13px;
}

.page-comment-delete #page-title,
.page-node-delete #page-title {
	font-size: 1.2em;
}

#edit-date {
  width: 170px;
}

/*Added by Phong Pham*/
.comment-wrapper .user-picture img{
    width: 50px;
    height: 50px;
}