/**
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 * $Id: news.css 6 2015-07-08 07:07:06Z PragmaMx $
 */

/* .post-title h3 >>> mit .mainbar .block-title abgleichen */

.post {
  border-bottom: 1px solid #e5e5e5; /* abstimmen mit .sidebar .block */
  margin-bottom: 1em;
}

.post-date {
  background: #8fab28;
  border-radius: 6px;
  color: #fefefe;
  float: left;
  font-family: Georgia,serif;
  margin-right: 12px;
  padding: 3px 0 5px;
  text-align: center;
  text-shadow: 0 -1px 0 #000000;
  width: 46px;
}

.post-date .post-day {
  font-size: 1.8em;
}

.post-date .post-month {
  font-size: .9em;
  text-transform: uppercase;
}

.post-title a {
  color: #555555;
  font-weight: normal;
  text-decoration: none;
}

.post-title a:hover {
  color: #888888;
}

.post-title .divider {
  border-bottom: 2px solid #8fab24;
  display: block;
  margin: -6px 0 10px 58px;
  width: 40%;
}

.post-info {
  color: #777777;
  margin-bottom: 10px;
}

.post-info a {
  background-color: transparent;
  color: #5e5e5e;
  text-decoration: none;
}

.post-info a:hover {
  text-decoration: none;
}

.post-meta a:hover {
  color: #444444;
  text-decoration: underline;
}

img.post-topicimage {
  background-color: #f3f3e9;
  border: 1px solid #dddddd;
  border-radius: 6px;
  color: inherit;
  float: right;
  margin: 0 0 .5em 1.5em;
  padding: 3px;
}

.post-meta {
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: #000000 0 1px 1px inset;
  color: #777777;
  font-size: 0.9em;
  margin-bottom: 1em;
  padding: 8px 10px;
}

.post-meta a {
  color: #777777;
}

.post-notes {
  color: #616161;
  font-style: italic;
  text-align: left;
}

.post-notes p.post-notes {
  border: none; /* die Ueberschrift in der Notiz */
  font-weight: bolder;
  margin-top: 0;
  padding: 0;
}

.post-readmore {
  color: #888888;
  display: block;
  text-decoration: none;
}

.post-readmore:hover {
  text-decoration: none;
}

.post-body {
  margin-bottom: 1em;
}
