@charset "utf-8";
/* CSS Document */
body{
	margin:0 0 40px 0;
	padding:0;
	background:url(img/body.jpg) top center repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.9em;
	line-height: 140%;
	color:#005684;
}

a{
	color:#e2001a;
}

a:hover{color:#ff354c;}

div#all{
	margin:auto;width:960px;
}

div#menu{
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
	border-top: 1px solid #e2001a;
	border-bottom: 1px solid #005684;
}

div#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

div#menu ul li{
	display:inline;
}

div#menu ul li a{
	text-decoration:none;
	padding: 10px 20px;
	margin: 0 10px;
	color:#eee;
	background:#005684;
	line-height:2em;
}

div#menu ul li a:hover, div#menu ul li a.active_current {
  background: #e2001a;
}

div#menu ul li a.active_current:hover {
  background: #00345c;
}

h1{
	color:#e2001a;
	border-bottom:1px dashed #005684;
	font-weight:normal;
	letter-spacing:-2pt;
	font-size:2em;
	line-height: 100%;
	text-align: left;
}

h2 {
	color:#e2001a;
	border-bottom:1px dashed #005684;
	font-weight:normal;
	letter-spacing:-2pt;
	font-size:1.66em;
	line-height: 100%;
}

.komentarz p.gb_autor {
	color:#e2001a;
	letter-spacing:-1pt;
	font-size:1.3em;
	margin: 0;
}

.komentarz p.gb_autor span {
  font-size: 0.7em;
	color:#453f22;
}

.komentarz p.gb_data {
  font-size: 0.7em;
  margin: 0;
}

.komentarz p {
  margin: 0.25em 0 1em 0;
}

div#1st-container{
	margin-top:20px;
}

div#2nd-container{
	margin-bottom:50px;
}

div.clear{
	clear:both;
}

div.box{
	padding: 0px 20px 20px 20px;
	background:#EEE;
	margin-top:20px;
}

div#intro{
	float:left;
	width:590px;
}

div#biogram{
	float:right;
	width:260px;
	font-size:0.8em;
}

div#relacja{
	float:right;
	width:256px;
	font-size:0.8em;
	border: 2px dashed #e2001a;
}

div#book{
	float:left;
	width:260px;
	font-size:0.8em;
}

div#irc{
	float:right;
	width:260px;
	font-size:0.8em;
}

div#linki{
	float:left;
	width:260px;
	margin-right:30px;
	font-size:0.8em;
}

div#footer{
  margin-top: 30px;
	line-height:2em;
	text-align:center;
	border-top: 1px solid #e2001a;
	border-bottom: 1px solid #005684;
}

div#footer a {
	padding: 10px 20px;
	margin: 0 10px;
	color:#eee;
	background:#e2001a;
	text-decoration: none;
}


p.lead:first-letter {
  color: #85160e;
  font-size: 3em;
  line-height: 0.8em;
  margin: 0.2em 0.1em 0 0;
  float: left;
  font-weight: normal;
}

ul {
  padding: 0;
  margin: 0 0 0 1em;
}

.gb_text, .gb_content, .gb_submit {
  width: 360px;
}

.even, .gb_even {
  background: #fff;
}

