/**
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 * $Id: news.css,v 1.4 2009/04/18 18:59:26 tora60 Exp $
 */

/* Formatierungen fuer das News Modul, article etc. */




.post-footer {
   padding: 5px;
   margin: 15px 0 0 0;
   border: 1px solid #f2f2f2;
   background-color: #fafafa;
   color: inherit;
   font-size: 95%;
}

.post-footer .comments {
   padding-left: 20px;
   margin: 0 10px 0 5px;
   background: url(../images/comment.gif) no-repeat left center;
}

.post-footer .date {
   padding-left: 20px;
   margin: 0 10px 0 5px;
   background: url(../images/clock.gif) no-repeat left center;
}

.post-footer .readmore {
   padding-left: 20px;
   margin: 0 10px 0 5px;
   background: url(../images/page.gif) no-repeat left center;
}

.post-topicimage {
   float: left;
   margin: 0 10px 3px 0;
}
