/*************************************
	- CSS Style -
	CSS URI: 
	Version: 1.0
	Description: CSS for print
	Author: Alex
	Author URI: http://www.apollo1.cz/
*************************************/

/*************************************
 +Body, Html
*************************************/
html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 140%;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}

/*************************************
 +A
*************************************/

a, a:hover {
	color: blue;
	text-decoration: underline;
}

a:after { content: " [" attr(href) "] "; }

h1 a:after, h2 a:after, h3 a:after, h4 a:after, h5 a:after, h6 a:after { content: ''; }

h1,h2,h3,h4,h5,h6, #comments .wrap-comment { page-break-after: avoid; }

h2, h3, h4 {
	
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

h1, h1 span, h1 a {
	display: block;
	color: #000;
	width: 100%;
	height: auto;
	background: none;
	left: 0;
	font-style: normal;
	font-size: 14pt;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h1, h2 { 
	margin-bottom: 1cm; 
	padding: 5px 0 5px 0;
}

h2 {
	font-size: 20pt;
}

h3, h4 {
	margin: .2cm 0 .2cm 0;
	font-size: 13pt;
}

#wrap, #wrap-rightside {
	width: 17cm;
}

#wrap, #wrap-rightside, #header-rightside, #header-leftside, #wrap-leftside, #wrap-header, #header, #wrap-content, #wrap-entry, #wrap-footer, .entry {
	margin: 0;
	padding: 0;
	
	position: static;
}

#main-menu, #second-menu, #finder, #footer, #comments-add, .postprint, .count-comments, .comments-menu, .comment-row-answer, .more { display: none; }

#comments .wrap-comment {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 11pt;
}

#comments .wrap-comment {
	margin-bottom: 0.3cm;
}

#comments .comment-row {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.postinfo1, .postinfo2 {
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

#wrap-rightside:after { content: 'Copyright © České centrum fundraisingu, 2008'; }
