/*
Name: Print Style Sheet
Author: Ludek, ludek@faceit.cz
Date: 2.10.2008
Note: Donīt steal, just watch and learn. This CSS is copyrighted like all other stuff on this domain ;)
*/

/* 1. Home */
body {background: White; color: Black; font-size: 12pt; font-family: sans-serif;}

.hide, .list-of-pages, menu, #navigation, hr, #footer {display: none;}

#all {padding: 0.5em;}

a {color: #333;}

p {line-height: 150%;}

h1 {border-bottom: 1px solid #999; font-size: 20pt; margin: 0; padding: 0 0 1em 0;}
h2 {font:170%/1.2 "Helvetica", Arial, Verdana, sans-serif; font-weight:normal; margin: 0; padding: 0.7em 0 0.3em 0; letter-spacing: -1px;}
h3 {margin: 2em 0 0.3em 0;}

#header h1 a {color: #669900;}

#header p {font-size: 10pt; margin: 0; padding: 1.25em 0 0 0;}

#content {margin: 1.25em 0;}

blockquote {margin: 1em 0;}

table {width: 100%; margin: 0 0 1em 0;}
table caption {display: none;}
table th, table td {padding: 0.3em 0 0 0;}
table th {font-weight: normal; text-align: left;}
table td {font-weight: bold; text-align: right;}
table td small {font-weight: normal;}
