@CHARSET "UTF-8";

/* FF HTML 5 FIX*/
header, footer, section, aside, nav, article {  
    display: block;  
}

body {
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 16px;
	line-height: 24px;	
	padding: 15px;
}

body:after {
	content:" [http://bronislavrobenek.com] ";
	text-align: left;
	font-size: xx-small;
	line-height: 30px;
}
/*
header {
	height: 80px;
	border-top: 3px solid black;
	border-bottom:  3px solid black;
	margin-top: 30px;
	margin-bottom: 20px;
}*/

section#content {
	padding: 10px;
	padding-bottom: 30px;
	border-bottom:  3px solid black;
}

#lang, nav, hgroup, footer {
	display: none;
}



h1 {
	 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	 font-size: 50px;
	 font-weight: normal;
	 text-align: left;
	 line-height: 80px;
	 padding-left: 15px;
	 text-transform: uppercase;
	 
	height: 80px;
	border-top: 3px solid black;
	border-bottom:  3px solid black;
	margin-top: 30px;
	margin-bottom: 20px;
}
/*
section h2:before {
	content:" <hr> ";
}*/

section h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 45px;
	font-weight: normal;
	border-bottom: 1px solid black;
	padding-top: 15px;
	margin-bottom: 5px;
	
}

p  {
	margin-top: 10px;
	margin-bottom: 20px;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: black;
}

a:link:after, a:visited:after {
	content:" [" attr(href) "] ";
	font-size:xx-small;
	vertical-align:top;
	color: black;
}

h1, h2, h3 {
	page-break-after: avoid;
}

table tr, ul, ol, dl, dd {
	page-break-inside: avoid;
}

dl {
	margin: 5px;
	margin-left: 20px;
	overflow: hidden;
	margin-top: 10px;
}

dt {
	width: 100px;
	margin: 5px;
	height: 36px;
	float: left;
	clear: left;
}

dd {
	margin: 5px;
	/*width: 570px;*/
	margin: 5px;
	float: left;

}