/* Comments */

/* Comment wrapper wraps all comments and the comment form. */
#comments {
	clear:both;
	margin-top:30px;
	font-size:0.925em;
	float:left;
	width:100%;
}
#comments h2.title {
  margin-bottom: .5em;
}

/* Wrapper class for each individual comment. */
.comment {
  margin-bottom: 18px;
  border-bottom:1px solid #e3dcc1;
}

/* Indentation */
.comment .indented {
  margin-left: 60px;
}

/* Comment Title */
h2.comment-title {
	width:96%;
	padding:5px 2% 5px 2%;
	background:#f5f3ed;
	border:1px solid #dbd2ad;
	color:#136fb0;
	font-size:1.325em;
}
h3.comment-title{
	display:inline;
}
h3.comment-title{
	color:black;
	font-size:0.85em;
}
.comment-title a:link,
.comment-title a:visited,
.comment-title a:active {}

.comment-title a:hover,
.comment-title a:focus {}

/* Comment "new" notification */
.comment-title .new {
  color: #ff8000;
}

/* User Picture */
.comment .user-picture {}
.comment .user-picture img {}

/* Submitted */
.comment > footer {}
.comment > footer em {}
.comment > footer a {}
.comment > footer a:hover {}
.comment > footer .username {}
.comment > footer time {}

/* Links */
.comment ul.links {
  display: block;
  text-align: right;
  padding: 0;
  margin: 10px 0;
}
.comment ul.links li {
  padding: 0 0 0 10px;
}
.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 {}

/* UL link first and last classes. */
.comment ul.links li.first {}
.comment ul.links li.last  {}

/* Author */
.comment-by-anonymous   {}
.comment-by-article-author {}
.comment-by-viewer      {}

/* New */
.comment-new {}

/* Zebra */
.comment-odd  {}
.comment-even {}

/* Status */
.comment-unpublished {}

/* Themes the "Unpublished" text. */
.comment-unpublished .unpublished {}

/* Sytle comments by article type. */
.book-comments    {}
.blog-comments    {}
.forum-comments   {}
.page-comments    {}
.poll-comments    {}
.article-comments {}

.comment-form label{
	font-weight:bold;
}
.author-datetime{
	font-size:0.925em;
	margin-bottom:2px;
}
.author-datetime a{
	color:black;
}
.comment-content{
	color:#676767;
}

#comments .links{
	font-size:0.925em;
}

#comments .links a{
	text-decoration:underline!important;
}
#comments .form-item-homepage{
	display:none;
}

#comments input[type='submit']{
	background:#e3dcc1;
	border:1px solid #bbb188;	
	font-weight:bold;
	font-size:0.925em;
	padding:4px;
}

#comments .pagination.full{
	width:100%;
}
#comments .pagination.full .page-numbers-wrapper{
	width:60%;
}