
/* ----- plonegossip.css ----- */
@media screen {
/*  (do not remove this :) */
/*  (not this either :) */

.floatingComment {
  float: right;
  margin-top: -2em;
  line-height: 1em;
}

#forumMain {
  margin-right: 230px;
  text-align: justify;
  font-size: 90%;
}

#forumMain table {
  width: 100%;
}

#forumInfo {
  width: 200px;
  float: right
}

#plonegossip .documentActions {
  margin: 1em 0pt 0pt 0.5em;
}

#forumIntro {
  margin: 0 0 1em 0;
  background-color: #eef3f5;
  border: 1px solid #8cacbb;
  padding: 0.3em 1em;
}

.pgforum-lower {
  text-transform: lowercase;
}

.pgforum-pending {
  border: 1px solid #ffa500;
}

.pgforum_quoted {
  background-color: white;
}

#forum-footer {
  clear: both;
}

.pgpost-buttons {
  clear: both;
  padding-top: 0.3em;
}


.pgpost-footer {
  clear: both;
  font-size: 0.1em;
  line-height: 0.1em;
  height: 0.1em;
}

#plonegossip .documentByLine table {
  background-color: white;
}

#plonegossip h1 {
  background-position: 0 50%;
}

#plonegossip .forumlet .standalone {
  width: 100%;
}

#plonegossip .visualIconPadding {
  padding-left: 22px;
}

#plonegossip .pgforum-threadlisting td {
  padding: 0.5em 1em;
}

#plonegossip .pgthread-title {
  font-size: 110%;
  font-weight: bold;
  padding-left: 22px;
}

.plonegossip-quote {
  font-weight: bold;
  color: #666;
}

#plonegossip .listingBar {
  clear: none;
}

.actions { 
  background-image: url(actions_icon.gif);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.pg-closed {
  background: #f4f4f4 url(readonly_icon.gif) 8px 50% no-repeat;
  padding: 0.5em 35px;
  border: 1px dashed #ddd;
  font-size: 90%;
  text-decoration: italic;
}

#pgthread-body form,
#plonegossip .comment form {
  display: inline;
}

.comment h3 .contenttype-pgpost a {
  background: transparent url() 0 0 no-repeat;
}

.pgthread {
  margin-left: 2em;
}

.pgthread-threaded {
  background-image: url(threaded_icon.gif);
  background-repeat: no-repeat;
  padding-left: 5px;
}

#pgbatched {
  background-image: url(batch_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 8px 0 8px 2px;
}

.plonegossip-lastpost .visualIconPadding {
  padding: 8px 0 8px 22px;
}

.plonegossip-lastpost .contenttype-pgpost {
  background-position: 0 50%;
}

blockquote.pgthread-description {
  margin: 1em 0 0.3em 16px;
  font-size: 100%;
}

.pgpost-member {
  float: left;
  padding: 1em;
  width: 10em;
  background-color: white;
  margin: 1em 2em 0 0;
  border: 1px solid #8cacbb;
  text-align: center;
}

.pgforum-actions {
  padding: 1em 0 0 0;
  clear: both;
}

.pgforum_quoted {
  margin: 0.3em 0;
  padding: 0.5em;
  background-color: transparent;
  border: 1px solid #8cacbb;
}

.pgforum_quoted_title {
  font-size: 90%;
  margin-top: 1em;
  color: #8cacbb;
}

/*  */

}

