/* reset CSS  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* HTML5 declarations */

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, embed, keygen, meter, progress, video {
	display: inline-block;
}

[hidden] {
	display: none;
}


/* main styles */

* {
  z-index: 2; }

body {
  font-size: 12px;
  font-family: Tahoma, helvetica, arial, sans-serif;
  line-height: 18px;
  line-height:125%;
  color: #000000; }
 
a, a:hover { color: #000000;text-decoration:none}


#all { 
  width: 100%;
  background-color: #66bfef;
  background-image: url('gfx/tlo.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}

#wrapper {
  width:1006px;
  margin-left: auto;
  margin-right: auto;
  overflow:hidden;
}

#top {
  height:295px;
  overflow:hidden;
}
#data {
  color:#ffffff;
  font-size:11px;
  padding:2px 0 0 15px;
  height:50px;
}

.column-a {
  width: 664px;
  height:264px;
  padding: 0 0 0 9px;
  float:left;

}
.column-b {
  width: 315px;
  padding: 0 9px 0 9px;
  float:right;
}

section.parafia {
 font-size:11px;
 border-left: 1px solid #dac251;
 padding:4px 0px 4px 7px;
 margin-bottom:10px;
background-image: -linear-gradient(left , rgb(255,245,189) 50%, rgb(255,251,214) 100%, rgb(255,251,214) 100%);
background-image: -o-linear-gradient(left , rgb(255,245,189) 50%, rgb(255,251,214) 100%, rgb(255,251,214) 100%);
background-image: -moz-linear-gradient(left , rgb(255,245,189) 50%, rgb(255,251,214) 100%, rgb(255,251,214) 100%);
background-image: -webkit-linear-gradient(left , rgb(255,245,189) 50%, rgb(255,251,214) 100%, rgb(255,251,214) 100%);
background-image: -ms-linear-gradient(left , rgb(255,245,189) 50%, rgb(255,251,214) 100%, rgb(255,251,214) 100%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	100 bottom,
	color-stop(0.5, rgb(255,245,189)),
	color-stop(1, rgb(255,251,214)),
	color-stop(1, rgb(255,251,214))
);
/* For Internet Explorer 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff5bd, endColorstr=#fffbd6)";    
background-color: #fff5bd;
}

.parafia-adres {
 width: 190px;
 border-left: 1px solid #f4e7a3;
 padding-left:7px;
 float:right;
}
section.parafia-info {
 border-left: 1px solid #dac251;
 padding-left:7px;
 margin-bottom:10px;
}

.parafia-info .day {
color:#1276ac;
}

nav#primary {
  width:100%;
  height:30px;
}

nav#primary li {
 float:left;
 padding-right:12px;
 font-size:15px;
}

nav#primary li a {
 font-size:14px;
 font-family: Tahoma, helvetica, arial, sans-serif;
 text-decoration:none;
 font-weight:normal;
 padding-left:12px;
 background: url('gfx/plus.png') no-repeat center left ;
}

nav#primary li a:hover {
color: #2f8cc8;
}

.topnews {
 padding-left:13px;
}

.mainnews {
 width:320px;
 height:213px;
 float:left;
 margin-left:1px;
 position:relative;
}
.mainnews-item {
 width:100%;
 position:absolute;
 bottom:0;
 color:#ffffff;
}

.mainnews-item h1 {
 font-size: 18px;
 font-weight:bold;
 padding:14px 14px 0 14px;
}
.mainnews-item p {
 font-size: 12px;
 padding:3px 14px 0 14px;
}
.mainnews-item a {
 color:#ffffff;
}
.mainnews-item a:hover {
 color:#000;
}
.mainnews-item .more {
 font-size: 12px;
 float:right;
 margin-right:14px;
 padding:3px 15px 10px 14px;
 background: url('gfx/plus-white.png') no-repeat center right;
}
.mainnews-item .more:hover {
 color:#000;
}

#main {
 width:988px;
 background-color:#fffbd6;
 border-left:9px solid #2f8cc8;
 border-right:9px solid #2f8cc8;
 clear:both;
}

.column-c {
  width: 664px;
  float:left;
}
.column-d {
  width: 316px;
  margin-left:8px;
  float:right;
}

#content {
 width:794px;
 float:right;
 border-left: 1px solid #f4eaae;
 padding:10px 20px 10px 20px;
 margin-bottom:20px;
}

#content h1 {
 font-size: 24px;
 font-weight:bold;
 margin:10px 0 10px 0;
 line-height:110%;
}

#content h2 {
 font-size: 20px;
 font-weight:bold;
 margin:5px 0 5px 0;
}

#content p {
 font-size: 14px;
 line-height:130%;
 text-align:justify;
 margin: 3px 0 10px 0;
}

#content .yt {width:725px;height:408px}

#content a {
 color:#2f8cc8;
}
#content a:hover {
 color:#2f8cc8;
 text-decoration:underline;
}

#content time {
 font-size:11px;
 color: #2f8cc8;
}

#content ul {list-style: square;margin-left:30px}

#content #galeria img {margin:7px;width:140px;border:0}

nav#secondary {
  width:148px;
  float:left;
  padding-left:5px;
}
nav#secondary li {
 padding-left:5px;
 height:25px;
}

nav#secondary li a {
 font-size:12px;
 font-family: Tahoma, helvetica, arial, sans-serif;
 text-decoration:none;
 font-weight:normal;
 padding-left:12px;
 background: url('gfx/plus.png') no-repeat center left ;

}

nav#secondary li a:hover {
 color: #2f8cc8;
}

section#news {
 width:470px;
 border-left: 1px solid #f4eaae;
 float:right;
 padding:10px 20px 0 20px;
}

section#news a:hover {
  color: #2f8cc8;
}
section#news img {
 float:left;
 border: 2px solid #2f8cc8;
 margin:0px 15px 30px 0px;
}

section#news h1 {
 font-size:15px;
 font-weight:bold;
}

section#news time {
 font-size:11px;
 color: #2f8cc8;
}
section#news p {
 font-size:12px;
 text-align:justify;
 line-height:130%;
}

section#news article {
margin-bottom:25px;
 clear:both;
}

footer {
 clear:both;
 border-top:2px solid #2f8cc8;
 margin:10px 10px 10px;
 padding:10px 0 20px 0 ;
}

footer h2 {
 font-size:18px;
 font-weight:bold;
 color:#2f8cc8;
 line-height:120%;
}

nav#footer {
 width:400px;
 float:right;
 border-left: 1px solid #f4eaae;
 padding-left:20px;
 font-size:11px;
 
}

nav#footer li {
list-style-type: square;
color:#2f8cc8;
float:left;
margin:0 20px 0 5px;
}
nav#footer li.copy {
clear:both;
list-style-type: none;
}
nav#footer li a {
color:#000000;
}
nav#footer li a:hover {
color:#2f8cc8;
}



section#ksiegagosci {
font-size:11px;
}

section#ksiegagosci a:hover {
  color: #2f8cc8;
}

section#ksiegagosci h1 {
 font-weight:bold;
}

section#ksiegagosci time {
 color: #2f8cc8;
}
section#ksiegagosci p {
 font-size:11px;
 text-align:justify;
 line-height:130%;
}

section#ksiegagosci article {
margin-bottom:15px;
clear:both;
}

section#newsy {
 padding:10px 10px 0 10px;
}

section#newsy a {
  color: #000000;
}
section#newsy a:hover {
  color: #2f8cc8;
}
section#newsy img {
 float:left;
 border: 2px solid #2f8cc8;
 margin:0px 15px 30px 0px;
}

section#newsy h1 {
 font-size:14px;
 font-weight:bold;
}

section#newsy time {
 font-size:11px;
 color: #2f8cc8;
}
section#newsy p {
 font-size:12px;
 text-align:justify;
 line-height:130%;
}

section#newsy article {
margin-bottom:25px;
 clear:both;
}




.clear {clear:both;padding:10px;}



