/*******************************************************************************
* weblog.css - css definitions for module weblog
*
* $Source: H:\\CVS\\cvsrepo/Moonedge.ICC\040LE\0402.5/app_icc/modules/weblog10/weblog.css,v $
* $Revision: 1.3 $
* $Date: 2008/12/02 16:05:25 $
* $Author: Markus $
*
* Copyright (C) Moonedge E-Business GmbH, 2008
*******************************************************************************/

/*** Weblog ***/
.BlogEntry h3 { margin-bottom: 5px; }
.BlogEntry .Author { font-size: 0.85em; margin-bottom: 1em; }
.BlogEntry .Content { line-height: 1.25em; margin-bottom: 1em; }
.BlogEntry .Links { margin-top: 1em; clear: both; }
.BlogEntry .Tags { margin-bottom: 1em; }
.BlogEntry .Image { margin: 3px 5px 5px 0px; float: left; }

.BlogComment { border: 1px dotted #999999; padding: 5px; margin-bottom: 5px; background-color: #FFFFFF; }
.BlogComment .Title { font-weight: bold; font-size: 1.25em; }
.BlogComment .Author { font-size: 0.85em; margin-bottom: 1em; }
.BlogComment .Content { line-height: 1.25em; }
.BlogComment .Gravatar { float: right; margin-top: -17px; padding: 2px; border: 1px solid #CCCCCC; }
.BlogComment .Gravatar img { width: 40px; height: 40px; }
.BlogComment .Delete { text-align: right; font-size: 0.85em; }

.BlogTrackback h4 { margin-bottom: 0px; }