/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #fff;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: left;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #005ea8; 
	background: inherit;
}
a:hover {
	color: #4F82CB;
	background: inherit;
}

/* headers */

h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #005ea8;
}
h3 {
	font-size: 110%;
	color: #666666; 
}
h4 {
	font-size: 110%;
	color: #666666; 
  text-align: center;
}
h5 {
	font-size: 95%;
	text-align: left;
  color: #CCC;
}
h6 {
	font-size: 100%;
	font-style: italic;
	text-align: right;
	/*font-weight: bold;*/
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 10px 0px 10px 10px;  
}
img.float-left {
  margin: 10px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 5px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 10px;
	color: #ee7f00;	
}
ul span, ol span {
	color: #005ea8;
	padding: 0 10px;
}
span {
	color: #005ea8;
	padding: 0 10px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em arial ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 5px;
 	padding: 0 0 0 40px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../graf/quote.gif) no-repeat 5px 5px;    
  	font-style: italic;
}

#preloader {
  position: fixed; /* ustawia na stałe preloader w miejscu */
  width: 98%;  /* szerokość preloadera */
  padding: 200px 50px 500px 5px;
  left: 50%; 
  margin-left: -50%; /* wartość musi być połową szerokości ze znakiem - */
  top: 0; /* wysokość od górnej krawędzi */
  z-index: 9999;
  display: none; /* ukrywa preloader (pod żadnym pozorem nie usuwać) */
  background: #fff;
  color: #005ea8;
  border: 0px solid #005ea8; 
  text-align: center; 
  font-weight:bold;
}
}

/* Main Column */
#main {
	float: left;
	width: 100%;
	padding: 0; margin: 0;
	}

#main h1 {
	margin-top: 10px;
	font: Bold 150% Verdana, 'Trebuchet MS', Sans-serif;
	color: #005ea8;
	padding: 5px 0 5px 30px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../graf/icon_orange.jpg) no-repeat 3px 55%;	
}

#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../graf/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}

#sidebar dd.active {
	font-weight: bold;
}

#sidebar dl.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar dl.sidearch dt{
	border-bottom: 1px solid #EFF0F1;
	background: url(../graf/icon_orange.jpg) no-repeat 4px 3px;
	margin: 0 2px; padding: 2px 0px 2px 25px;
	font-weight: bolder;
  font-size: 110%;
  font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
  color: #666666;
}
#sidebar dl.sidearch dd {
	border-bottom: 1px solid #EFF0F1;
	background: url(../graf/go.gif) no-repeat 5px 5px;
	margin: 0 2px; padding: 2px 0 2px 25px;
}
#sidebar dl.sidearch a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

.post-footer {
	background-color: #FFFFFF;
	padding: 5px; margin: 20px 10px 0 10px;
  border-bottom: 1px solid #EFF0F1;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../graf/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.float-center { float: center; }
.align-center  { text-align: center; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }