﻿html, body {
	background-color: black;
	background-image:url('images/niebo.jpg'), url('images/niebo1.jpg') ;
	background-repeat:repeat;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#top {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#6699FF;
	
}



#naglowek {
	height:140px;
	width: 1000px;
	background-color:yellow;
	background-position:center;
	background-image:url('images/bg-header1.jpg') ;
	
}
#pasek{
	height:20px;
	width: 1000px;
	background-color:yellow;
	padding: 5px 0px 5px 0px;
	font-family:Cambria;
	color:black;
	text-align:center;
	
}

/*#menu {
	width: 150px;
	float:left;
	overflow: hidden;
	position:relative;
	background-color: #ccc;
}*/
#nav{
	width: 1000px;
	text-align:center;
	color:yellow;
	float:left;
	background-color:#0066cc;
	padding:10px 0px 10px 0px;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family:Cambria;
	font-size: 14px;
	color:yellow;
}

ul {
	float: left;
	width: 1000px;
	/*border-bottom: 1px solid #365;*/
	padding-left: 20px;

}

ul li {
	float: left;
	background: #0066cc;
	margin-right: 5px;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-align:center;
	background: #0066cc;
	color: white;
	padding: 5px 15px 5px 5px;
	margin-left: 10px;
}

ul a:hover {
background:	#0066cc;
	color: black;
}

#tresc {
	width: 980px;
	float: left;
	overflow: hidden;
	background-color: #F0F8FF;
	padding:20px 10px 20px 10px;
	font-family:Cambria;
	font-size:15px;
	color:black;
	text-decoration:none;

}



#stopka {
	clear: both;
	width: 1000px;

	background-color: #0066cc;
	text-align:center;
	padding:10px 0px 10px 0px;
	color:#F0F8FF;
}

 *----------------------------------------------- */
/* line 298, ../sass/screen.sass */
p.lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 0;
  color: black;
  font-family:"Cambria";
  font-style:italic;
}

/* line 305, ../sass/screen.sass */
hr {
  height: 6px;
  background: back;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  clear: both;
  vertical-align: baseline;
}

/* line 312, ../sass/screen.sass */
.section {
  padding: 40px 0;
}
/* line 314, ../sass/screen.sass */
.section:first-child {
  border-top: none;
}

/* line 317, ../sass/screen.sass */
.imageRow {
  *zoom: 1;
  margin: 20px auto 20px 30px;
  
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
  float: left;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: black;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
  float: left;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(0, 0, 0, 0.2);
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: black;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

