/* Master style sheet BW improved */
/* Author Slawomir Kwiatkowski (Sławomir Kwiatkowski, Suavek Kwiatkowski - Kwiatek) */
/* http://www.slawomir.kwiatkowski.org.pl */
/* http://www.kwiatkowski.org.pl */
/* created Jun 1 2013 */
/* modified */
/* version 0.01 */


/* global settings */
* {
	margin:0;
	padding:0;
}

/* Main elements */

div#main {					/* defining center position of layout */
	width:90em;
	margin-left:auto;
	margin-right:auto;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #fff;
	color: #111;
}

img {
	vertical-align:middle;
	border:0;
	hspace:10px;
}

h1 h2 h3 h4 {
	padding-left:8px;
	padding-right:8px;
	color:#000;
}

h1 {
	margin-bottom:1em;
	font-size:2.4em;
	line-height:0.95em;
}

hr {
	display: none;  /* line - none */
}

p {			/* Akapit */
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6em;
}

a {			/*links */
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

/* Menu */
#top-header {
	width: 90em;
	height: 3.5em;
	margin: 0 auto; 
	margin-top: 0em;
	margin-bottom: 3em;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	position: fixed;

	background:#FFFFFF none repeat scroll 0%;

}
#main-nav {
	padding: 0.25em 0 0.5em 0;
	overflow:hidden;		/* przycinanie elementów "wystających" */
	border-bottom: 1px solid #333;
}

#main-nav ul {
	list-style-type: none;
}

/*#main-nav li.page_item {
 */
#main-nav li.page_item {
	margin-right: 2.2em;
	float: left;
}

#main-nav li.language {
	float: right; 
}

#main-nav li a {
	font-size: 1.2em;
	line-height: 1.6;
	padding-left: 8px;
	padding-right:8px;
}

#main-nav li a:hover {
	font-size: 1.2em;
	line-height: 1.6;
	padding-left: 8px;
	padding-right:8px;
	background-color:#c0c0c0;
}
/* Content  - wrapped*/
#content {
	width:68em;
	margin-top:0em;
	margin-bottom:2em;
	padding-top:3.5em;
	text-align:justify; 
	line-height:1.6em;
	float:left;
	display:block;
}

#content h1 {
	margin-bottom: .5em;
	margin-top:.5em;
	font-size: 1.8em;
	line-height: 2.5em;
	display:block;
	width:100%;
	padding-left:8em;
}

#content h2 {
	margin-top:1em;
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height:3em;
	display:block;
	width:100%;
/*	display: none; */
	border-top:1px solid #bbb;
	padding-left:3em;

}

#content h3 {
	border-top:1px dotted #bbb;
 	margin-top:1em; 
	line-height:2.5em;
	display:block;
	width:100%;
	padding-left:2em;
}

#content p {
	text-indent: 2em;
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.8em;
/*	float:right; */
	display:block;
	width:100%;

}

#content p.citation {
	text-align:center;
	font-style:italic;
}

#content p.time {
	font-size:1em;
	color:#aaa;
	text-align:right;
	text-indent:0;
	text-bottom:10px;
}

#content span.citation {
	font-style:italic;
}

#content span.accent {
	font-weight:bold;
}

/* sidebar */
#sidebar {
	width:17em;
	margin-top:1em;
	margin-bottom:2em;
	padding:3em 0 0 0 ;
	text-align:left;
	line-height:1.6em;
	float:right;
/*	border-top:1px dotted #bbb; */
}

#sidebar p {
	border-top:1px dotted #bbb;
	margin-top:2em;
	margin-bottom: 1em;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 1.6em;
	font-size:1em;
	text-align:justify;
}

#sidebar span.citation {
	font-style:italic;
}


/* Footer */
#footer {
	background:#C0C0C0;
	position: fixed;
	height: 1.6em;
	line-height:1.3em;
	font-size:1em;
	width:100%;
	bottom:0;
	text-align:center;		/* centered link in footer */

}

	
