/* ------------------------------------------------------------- */
/*                          print.css                            */
/* ------------------------------------------------------------- */
/* 2007-05-08 13:07                                              */

/* ----- Schovat!!! -------------------------------------------- */
.noprint,
hr,
form,
h1 span,
#menu,
#submenu,
#lightbox,
#tagometer,
#comment-form,
#kategorie,
.meta .kolik_komentaru
{
	display: none !important;
}


/* ----- Obecne ------------------------------------------------ */
body {
	color: black;
	background: white;
	margin: 0.5cm;
}

.print {
	display: inherit;
}

.cl, 
.clear, 
.cleaner
{
	float: none;
	clear: both;
	height: 0px;
	width: 0px;
	_line-height: 0px; /* I Love MSIE! */
	_font-size: 0px;
}


/* ----- Odkazy ------------------------------------------------ */

a { color: black; text-decoration: underline; }

#page_content a:link:after, #page_content a:visited:after { /* Include links URLs */
/*	color: #999;
	content: " (" attr(href) ") ";
	font-size: 80%;
*/}


/* ----- Obrazky ----------------------------------------------- */
a img { border: none; }
.text_element img {
	float: left;
	padding: 0 0.5em 0.4em 0;
	position: relative;
	top: 0.3em;
} 

/* ----- Design, fonty a ostatni ------------------------------- */
body {
  font-family: "Helvetica", "Arial", sans-serif;
	font-size: 88%;
	line-height: 135%;
}
p { 
	margin-bottom: 0.6em; 
}
ul {
	list-style-type: square;
	margin-left: 0cm;
}

#header {  }
#header a { color: #999; }
#header h3 { font-size: 9pt; float:left; margin: 0 0.5em 0 0; padding: 0; }
#header h3 a { text-decoration: none; }
#header p { font-size: 9pt; }

#article .meta p, #article .meta a {  color: #666; font-size: 10pt; }
#article .meta p { margin: 0 0 0.1em 0; }

#article h1 { font-size: 18pt; line-height: 125%; border-top: 1mm solid black; padding-top: 0.7em; }
#article .body { border-top: 0.5mm solid black; margin-top: 0.6em; padding-top: 1.2em;}

#article .body h2 { font-size: 14pt; margin: 1.5em 0 0.5em 0; }
#article .body p { font-size: 11pt; line-height: 140%; margin: 0 0 0.5em 0; }

#article .body .editors-note { color: #999;font-size: 85%;margin-bottom:1em; }
#article .body .editors-note a { color: #999; }

#article .hr { border-top: 1px solid #ccc; margin-top: 2em; }

#article .body .note { font-size: 10pt; }

#article .floral { text-align: center; background: url('../images/floral.article.png') 50% 0 no-repeat; margin-top: 3em !important; margin-bottom: 3em !important;}

.comment { margin: 1em 0 1em 0; border-bottom: 1px solid #999; }
.comment .number { display: none; }
.comments h2 {  }

#right_column .rss { display: none; }

/* Code */
#article pre 
{ 
  font-size: 10pt; text-align: left; 
  color: #000; background: #f5f5f5; border: 1px solid #999;
  padding: 1em 1em; margin: 1.2em 0; 
}
#article code { font-size: 10pt; font-family: 'Consolas', Monaco, monospace; }


/* Bottom */
#bottom { border-top: 0.5mm solid #666; margin-top: 2em;}
#bottom, #bottom a {
	color: #666;
	font-size: 9pt;
}
#bottom #floral { display: none; }
