/*
 * Pub-Me Content Management System (CMS)
 * http://www.pub-me.com/
 *
 * (c) 2005-2006 Malenek webdesign - http://www.malenek.cz
 *
 * This program or any of its parts may not be used, redistributed, and/or 
 * modified without an explicit permission of the author and/or 
 * the copyrights owner.
 *
 * Definition of styles used for print-outs
 *
 */

@import url("_common.css");
@import url("_gallery.css");

/* Print settings */
#Menu, #FavoritePrintTop, #SearchFormNormal, #SideColumn, .nodisplay, .noprint, #Comments .CommentsClosed, #DirectEdit { display:none; }

body { font-family:"Book Antiqua",serif; text-align:justify; font-size:12pt; color:black; padding:0; background:white; text-align:justify; }
a { color:black; text-decoration:none; }
h1 {padding:0; font-size:1em; text-align:right; font-style:italic; } 
h2 { font-size:2.5em; padding:12pt 0 0; }

.DocumentPath { font-size:9pt; padding-bottom:2pt; border-bottom:1px solid #888; margin-bottom:5pt; text-align:right; }
#Footer { font-size:9pt; margin-top:10pt; border-top:1px solid #888; padding-top:5pt;}
#Footer p { margin:0; text-align:right; }
