/*
Name: Print Style Sheet
Author: Ludek Cernocky; ludek@faceit.cz, www.faceit.cz
Date: 1.9.2009
Note: Donīt steal, just watch and learn. This CSS is copyrighted like all other stuff on this domain.
*/

* {margin: 0; padding: 0;}

body {background: White; color: Black; font-family: sans-serif; font-size: 11pt; margin: 1em;}

#footer, hr, p.skip, .hide, menu, a.more, p.register a, .bottom blockquote {display: none;}

div, strong {margin: 0;}

h1 {margin: 0 0 1em 0;}
h1 a {text-decoration: none;}
h2 {border-bottom: 1px solid Black; clear: both; margin: 1em 0; padding: 0 0 0.1em 0;}
h3 {margin: 2em 0 1em 0; text-transform: uppercase;}
h4 {margin: 1.5em 0 0.5em 0;}
h5 {font-size: 100%; margin: 1em 0;}

/* align */
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

/* float */
.float-left {float: left;}
.float-right {float: right;}

a {color: Black;}

address, em {font-style: normal;}

form {margin: 2em 0 0 0;}

p {line-height: 140%; margin: 0.5em 0; text-align: justify;}

ul {margin: 0.5em 1em;}
ul li {padding: 0.3em;}

dl, dt strong, dd em, dd span, dd span strong {margin: 0;}
dl {margin-top: 0.5em;}
dt {margin: 0.2em 0 0.5em 0;}
dt small {display: block; font-size: 10pt;}
dd {margin: 0.2em 0 1.5em 0;}
dd em {margin: 0;}

address {line-height: 200%; margin: 0;}

table {border-collapse: collapse;}
table th, table td {padding: 0.5em;}
table th {padding-left: 0;}

fieldset {border: none; margin: 2em 0;}
fieldset legend {margin: 0.3em;}
input {border: 1px solid Black; height: 20px;}

#breadcrumb h3, #breadcrumb p {display: inline; text-transform: none;}
#breadcrumb p {border-left: 1px solid Black; margin-left: 1em; padding-left: 1em;}

#actual-event {margin: 0 0 2em 0;}

.event-info p img {float: left; margin: 0.2em 1em 1em 0;}

.bottom {border-top: 1px solid Black; margin: 1em 0 0 0; padding: 1em 0 0 0;}
.bottom em {display: block;}
.bottom p {text-align: left;}