/*	---------------------------------------------------------------------------------------
	Rock.cz
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		Print styles
	Media:				print
	Date:					20. 7. 2009
	Author:				Zdenek Kostal (http://zdenekkostal.cz/)
	-------------------------------------------------------------------------------------*/

/*	---------------------------------------------------------------------------------------
	Default styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

body { font: 12pt/18pt serif; }
h1, h2, h3, h4 { margin: 1em 0; page-break-after: avoid; page-break-inside: avoid; }
p { margin: .25cm 0; }
a { color: #000; }
p a[href]:after, #footer ul a:after { content: " ("attr(href)")";} 
p a[href|="#"]:after, p a[href|="./"]:after, p a[href|="javascript:"]:after { content: ""; }
a img { border: none; }
hr, fieldset { display: none; }
table { font-size: 12pt; border-collapse: collapse; border: 1px solid #e5e5e5; }
td { padding: .2cm .5cm; border: 1px solid #e5e5e5; }
caption { font-weight: bold; }
input, textarea, label { display: none; }
cite, blockquote { font-style: italic; }
code { font-family: monospace; }
ins { text-decoration: none; font-weight: bold; }
form { display: none; }

/*	---------------------------------------------------------------------------------------
	Classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.ac, #menu { display: none; }
.c, .cl { clear: both; }