

/* błąd - przenoszenie ilości komentarzy do nowej linii 
 * w prawej kolumnie po naziwsku czerwonego  */
.ut_user_1 {
  display: inline !important;
  /* display:block; */
}
div.view-data-users_name span a.ut_user_1 {
  display: block !important;
}



/* PRAWA KOLUMNA */

/* ostatnie notki - lista */
div.view-content-notki-xxl div ul li {
  background: none;
  margin:0.15em 0 0.15em 0em;
  border-bottom: 1px dashed #bbb;
}

/* aktywne dyskusje - lista */
div.view-content-aktywne div ul li {
  background: none;
  margin:0.15em 0 0.15em 0em;
  border-bottom: 1px dashed #bbb;
}

/* tytuł notki */
div.view-data-node-title {
  font-weight: bold;
  text-decoration: none !important;
  color: #aaa;
}

div.view-data-node-title:hover, div.view-data-node-title a:hover {
  color: #A63030;
}

div.view-data-node-title a {
  color: black;
}

/* liczba komentarzy w aktywnych dyskusjach */
div.view-data-node-comment-statistics-comment-count {
  background:transparent url(kom.png) no-repeat scroll 0 0 !important;
  padding: 0px 0 1px 15px !important;
  font-weight: normal !important;
  float: right; 
  width: 1.7em;
}

/* autor notki */
div.view-data-users-name span a {
  text-decoration: none !important;
  font-weight: normal !important;
}

/* data ostatnich notek */
div.view-data-node-created {
  display: none;
}

/* ostatnio komentował (aktywne dyskusje) */
div.view-data-node-comment-statistics-last-comment-name span a {
  text-decoration: none !important;
  font-weight: normal !important;
}

/*
div#block-blockcache-83 div#block-blockcache-190 {
  background-color: #f4f4f4;
}
*/


/* CZĘŚĆ CENTRALNA */

/* link "więcej" */
span.read-more {
  font-style: italic;
}

/* tytuł notki */
div.view-item-h_jedynka div.view-data-node_title {
  text-decoration: none;
}
div.view-data-node_title {
  /* color: #ddf !important; */
 text-decoration: none !important;
}
div.view-data-node_title a:hover  {
  text-decoration: underline;
}

/* autor notki */
div.view-data-users_name span a {
  text-decoration: none;
}

div.view-data-node_comment_statistics_comment_count {
  float: right !important;
  text-align: right;
  display: inline;
}

div.view-data-node_created {
  afloat: right;
}

div.view-data-node_comment_statistics_comment_count {
  background:transparent url(kom.png) no-repeat scroll 0 0 !important;
  padding: 0px 0 1px 15px !important;
  font-weight: normal !important; 
  font-size: 100% !important;
}

div.view-label-node-comment-statistics-last-comment-name {
  display: none !important;
}
div.view-data-node-comment-statistics-last-comment-name:before {
  /* margin-left: 1em;
  content: "ost.: " */
  content: "ost. kom.: "
}
div.view-data-node-comment-statistics-last-comment-name span.author_comment_count {
  display: none;
}
div.view-data-node-comment-statistics-last-comment-name span.author_blog_count {
  display: none;
}
