/*
Theme Name: SGWiki
Author: Zankou
Version: 0.1
*/

ul.comments,
ul.comments li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.comments .comment-author.vcard img {
  display: none;
}

ul.comments .comment-author.vcard cite {
  font-style: normal;
  font-weight: bold;
}

ul.comments .comment-meta.commentmetadata {
  display: none;
}

#reply-title {
  margin-top: 20px;
}

.comment-form-comment label[for="comment"] {
  display: block;
}

textarea#comment {
  width: 100%;
}

.comment-form-url,
.comment-form .logged-in-as,
.comment-body .reply,
.comment-form-email {
  display: none;
}

#wp-admin-bar-edit {
  display: none;
}