/**
 * @file
 * Comment Styling
 */


.comments { /* Wrapper for the list of comments and its title */
  margin: 1em 0;
}

.comments h2.title { /* Heading for the list of comments */
}

.comments h2.comment-form { /* Heading for the comment form */
}

.comment {
border: #ddd 1px solid;
margin: 5px 0;
padding: 7px;
font-size: 0.75em;
background-color: #eee;
line-height: normal;
}

.comment-preview { /* Preview of the comment before submitting new or updated comment */
  background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
}

.comment.new { /* A new comment since the user last viewed the page. */
}

.comment.first { /* The first comment in the list of comments */
}

.comment.last { /* The last comment in the list of comments */
}

.comment.odd { /* An odd-numbered comment in the list of comments */
}

.comment.even { /* An even-numbered comment in the list of comments */
}

.comment-by-anonymous { /* A comment created by an anonymous user */
}

.comment-by-node-author { /* A comment created by the node's author */
}

.comment-by-viewer { /* A comment created by the current user */
}

h3.comment-title { /* Comment title */
}

.comment .new { /* "New" marker for comments that are new for the current user */
  color: #c00;
}

.comment .user-picture { /* The picture of the comment author */
}

.comment .submitted { /* The "posted by" information */
}

.comment .permalink { /* Comment's permalink wrapper */
  text-transform: uppercase;
  font-size: 75%;
}

.comment .user-signature { /* The user's signature */
}

.comment ul.links { /* Comment links. See also the ul.links declaration in the pages.css. */
}

.indented { /* Nested comments are indented */
  margin-left: 30px; /* Drupal core uses a 25px left margin */
}

.comment-unpublished { /* Unpublished comments */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. See also the div.unpublished declaration in the nodes.css. */
}

p.wyslane {
margin:  0 0 7px 0;
color: #555;
}

.comments h2.title {
font-size: 1.25em;
margin-bottom: 10px;
}

.node ul.inline {
display: block;
}

.node .comment ul.inline {
display: inline;
}

.comment ul.inline li.comment-reply {
display: none;
}

.comment .username {
font-size: 1.0833em;
font-style: italic;
margin-right: 10px;
}

.section-comment #content {
padding-bottom: 10px;
}

.section-comment #page-title {
padding-bottom: 15px;
}

.section-comment .contenttyt {
display: none;
}

.comments .pager {
font-size: 0.75em;
}

.comments .pager .pager-current {
font-weight: normal;
}

.section-trybuna-ludzi #content, 
.page-trybuna-ludzi #content {
padding: 10px;
}

.page-trybuna-ludzi #content .tresc-wr {
height: auto;
overflow: auto;
}

.view-trybuna-ludzi .views-row {
border: #ddd 1px solid;
margin-bottom: 10px;
padding: 10px;
font-size: 1.125em;
background-color: #eee;
line-height: normal;
}

.view-trybuna-ludzi {
float: left;
width: 72%;
}

.view-trybuna-ludzi .views-field-title {
font-weight: bold;
}

.view-trybuna-ludzi .views-field-comment-count {
margin-top: 10px;
font-size: 0.75em;
font-style: italic;
color: #555;
}

.view-trybuna-ludzi .views-row p {
margin: 0;
}

.view-trybuna-ludzi .comment-add {
font-size: 0.75em;
font-weight: normal;
}

.section-trybuna-ludzi .field-name-body p, 
.page-comment-reply .field-name-body p {
margin-top: 0;
}

.page-comment-reply .comment-add {
display: none;
}

.page-comment-reply h2.node-title {
font-size: 1.25em;
}

#block-views-trybuna-komentarze-block {
float: right;
width: 25%;
border: #ddd 1px solid;
padding: 10px;
font-size: 0.75em;
background-color: #eee;
line-height: normal;
margin: 0;
}

#block-views-trybuna-komentarze-block .views-row {
margin-top: 10px;
}

#block-views-trybuna-komentarze-block .views-field-name {
font-style: italic;
color: #555;
}

#block-views-trybuna-komentarze-block .views-field-created {
color: #555;
}

@media all and (max-width: 779px) {

	#block-views-trybuna-komentarze-block {
	display: none;
	}
	.view-trybuna-ludzi {
	width: 100%;
	}
	
}