*{  
    margin:0; 
    padding:0;
	outline:0;
} 

a { color: #775e52; text-decoration: none; font-weight: bold;}
a:hover {color: #775e52; text-decoration: underline; font-weight: bold;}

fieldset,img {  
    border:0; 
} 
.clear {
	clear:both;
}
.right {
	float: right;
}
.left {
	float:left;
}
.right-align{
	text-align: right;
}
.left-align{
	text-align: left;
}
ul {
	padding-left: 1.5em;
}
ol {
	padding-left: 2em;
    font-size:1em;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	color:#a9a9a9;
	padding-left: 3px;
	padding-right: 2px;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    color: #000000;
    padding: 10px 0px;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    color: #000000;
    padding: 10px 0px;
}
body {
	background: #f0e9df; repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:0.875em;
}
#builing {
	height:550px;
	text-align:center;
	background:url(../images/building.jpg) no-repeat top center;
}
#container {
	width: 1050px;
	margin: 0 auto;
	line-height: 21px;
    z-index: 2;
}

#container #top {
    position: absolute;
    top: 490px;
    background:url(../images/content-top-bg.png) no-repeat top center;
    height: 63px;
    width: 1050px;
    z-index: 1;
}
#container #content {
	background:url(../images/content-bg.png) repeat-y top center;
    height: auto;
    min-height: 850px;
}
#container #content #parish {
    position: absolute;
    z-index: 2;
    background: no-repeat top center;
    width: 228px;
    height: 100px;  
    left: 50%;
    margin-left: 235px;
    margin-top: -52px;
}
#container #content #menu {
    position: relative;
    z-index: 2;
    float: left;
    width: 264px;
    margin: 0px 10px 0px 25px;
}

#container #content #menu #menu-top {
    position: absolute;
    top: -20px;
    background:url(../images/menu-top-bg.png) no-repeat top center;
    height: 218px;
    width: 265px;  
}
#container #content #menu #menu-content {
	background:url(../images/menu-bg.png) repeat-y top center;
    height: auto;
	width: 265px;
    min-height: 276px;
    margin: 10px 0px 0px 0px;
}
#container #content #menu #menu-content .menu {
    position: relative;
    margin-top: 0px;
    text-align: justify;
}

#container #content #menu #menu-content .menu ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
	background-color: #516e86;
    width: 265px;
}
#container #content #menu #menu-content .menu ul li {
    background: url(../images/menu-row.png) no-repeat top center;
    width: 265px;
    height: 33px;
    list-style: none;
    padding: 5px 0px 0px 0px;
    text-align: center;
}
#container #content #menu #menu-content .menu ul li a, #container #content #menu #menu-content .menu ul li a:link , #container #content #menu #menu-content .menu ul li a:visited {
    font-family: 'FuturaEU', sans-serif;
	font-size:20px;
    height: 33px;
    color:#ffffff;
    font-weight: normal;
    text-decoration:none;
}
#container #content #menu #menu-content .menu ul li a:hover, #container #content #menu #menu-content .menu ul li a.active {
    color: #ffcc00;
}

#container #content #menu #menu-content .text {
    font-family: 'OFuturaEU', sans-serif;
    font-size:0.92em;
    padding: 40px 18px;
    color: #775e52;
    font-weight: normal;
}
#container #content #menu #menu-content .text strong {
    color: #000;
}
#container #content #menu #menu-content .text h2 {
    font-size:1.1em;
    color: #000000;
    padding-bottom: 5px;
}

#container #content #menu #menu-icons {  
    margin: 17px 0px 0px 200px;
}
#container #content #menu #menu-icons img { 
    opacity: 1;
}
#container #content #menu #menu-icons img:hover { 
    opacity: 0.8;
}
#container #content #menu #menu-home, #container #content #menu #menu-email {
    display: inline;
    position: relative;
    z-index: 3;
    width: 30px;
}
#container #content #menu #menu-bottom {
    position: absolute;
    background: no-repeat top center;
    height: 236px;
    width: 265px;
    z-index: 2;
}

#container #content #text {
    float: left;
    width: 718px;
    margin: 32px 0px 50px 10px;
    text-align: justify;
    z-index: 6;
    min-height: 850px;
    position: relative;
    font-size:0.92em;
    line-height: 18px;
}
#container #content #text .middle-column {
    float: left;
    width: 500px;
}
#container #content #text .middle-column .event-day {
    float: left;
    width: 45px;
    text-align: center;
    padding: 8px 0px;
    margin: 0px 5px 0px 0px;
    font-size: 2em;
    font-weight: bold;
    background: #775e52;
	color: #ffffff;
}
#container #content #text .middle-column .event-month {
    float: left;
    width: 300px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 16px;
}
#container #content #text .middle-column .event-month span {
    font-size: 0.7em;
    font-weight: normal;
}

#container #content #text .middle-column .today-hour {
    float: left;
    width: 45px;
}
#container #content #text .middle-column .today-event {
    float: left;
    width: 300px;
}

#container #content #text .right-column {
    float: left;
    width: 212px;
}

#container #content #text .line {  
    font-family: Arial;
    font-size:0.86em;
    background: url(../images/line.png) no-repeat bottom center;
    width: 718px;
    height: 35px;
    margin: 0px 5px 10px 0px;
}
#container #content #text .line img { 
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
}
#container #bottom {
    position: absolute;
    background:url(../images/content-bottom-bg.png) no-repeat top center;
    height: 0px;
    width: 1050px;
    z-index: 2;
    margin-bottom: 0px;
}
#container #view {
    position: absolute;
    background:url(../images/) no-repeat top center;
    height: 337px;
    width: 671px;
    z-index: 1;  
    left: 50%;
    top: -310px;
    margin-left: -200px;
}
#container #logo {
    position: absolute;
    background:url(../images/logo.png) no-repeat top center;
    height: 163px;
    width: 163px;
    z-index: 1;  
    top: 0px;
    left: 80px;
}
#container #footer {
    position: relative;
    background:url(../images/footer-bg.png) no-repeat top center;
    height: 168px;
    width: 1050px;
    z-index: 1;
    margin: 0px 0px 20px 0px;
}
#container #footer #info {  
    float: left;
    font-family: 'FuturaEU';  
    font-size: 1.04em;
    color: #ffffff;
    line-height: 22px;
    font-weight: normal;
    width: 250px;
    padding: 36px 20px 0px 280px;
}
#container #footer #info a, #container #footer #info a:hover { 
    color: #fff3a4;
	font-weight: normal;
}
#container #footer .line {
    float: left;
    background:url(../images/footer-line.png) no-repeat top center;
    width: 4px;  
    height: 75px;
    margin: 32px 5px 0px 30px;
}
#container #footer .small {
    height: 58px;
    margin: 40px 5px 0px 5px;
    
}
#container #footer #stats {
    float: left;
    font-family: 'FuturaEU';  
    font-size: 1.04em;
    font-weight: normal;
    color: #ffffff;
    width: 185px;  
    margin: 58px 20px 0px 20px;
    text-align: center;
}
#container #footer #author {
    float: left;
    width: 170px;
    margin: 58px 0px 0px 0px;
    text-align: center;
}

.picture, .zdjecie {
	float:left;
	margin: 4px 10px 5px 0;
}
.picture-galeria, .zdjecie-galeria {
	width: 148px;
	height: auto;
	text-align:center;
}
.picture img, .zdjecie img, .picture-galeria img, .zdjecie-galeria img { display: block; }

.picture-galeria-td {
	border: 1px solid #c8c6c6;
}
.picture-galeria-td-over {
	border: 1px solid #c8c6c6;
}
.picture-galeria-td p, .picture-galeria-td-over p { font-size:0.8em; padding:3px 0px 2px 0px; line-height:14px; }

.post {
	padding: 5px 0px 15px 0px;
	margin-bottom: 10px;
    background: url(../images/news-line.png) no-repeat bottom center;
    color: #000;
    font-size:1em; 
}
.date { font-size:0.92em; color: #775e52; text-align: left; padding-bottom: 8px; font-weight: normal; }
.post .date { font-size:0.82em;  padding-bottom: 2px;  }
.post h2 { font-size: 1em; line-height: 20px; }
.post h2 a { color: #000000; font-weight: bold;}
.heading { padding: 0px 0px 10px 0px;}
.more {
	padding: 5px 0px 10px 0px;
}
.more a {
	display:block;
	float:right;
	padding:0px 16px 0px 0px;
	background: url(../images/more.png) no-repeat right 2px;
	color: #000000;
	font-size: 1em;
	font-weight:bold;
	text-decoration:none;
    opacity: 1;
}
.more a:hover {
    opacity: 0.8;
}

/* PLIKI */
.download {
	padding: 10px;
	background: #f6f6f6;
	border: 1px solid #960000;
	margin-bottom: 10px;
    font-size:0.92em;
}
.download a {
	color: #ef7f1a;
	text-decoration: none;
}
.download a:hover {
	color: #ef7f1a;
	text-decoration: underline;
}
.file {
	float:left;
	height: 44px;
	width: 47px;
	margin-right: 15px;
}
.pdf {
	background:url(../images/pdf.gif) no-repeat;
}
.doc {
	background:url(../images/doc.gif) no-repeat;
}
.xls {
	background:url(../images/xls.gif) no-repeat;
}
.jpg {
	background:url(../images/jpg.png) no-repeat;
}
.zip {
	background:url(../images/zip.gif) no-repeat;
}
.psd {
	background:url(../images/psd.png) no-repeat;
}
.eps, .ai {
	background:url(../images/eps.png) no-repeat;
}
.cdr {
	background:url(../images/cdr.png) no-repeat;
}
.file-description {
	float:left;
	width: 50%;
	padding-right: 15px;
}
.file-button {
	margin-top: 4px;
	width: 75px;
	height: 27px;
	float:right;
	background:url(../images/download.gif) no-repeat;
	padding: 10px 0 0 42px;
}
.file-button a {font-family:Arial, Helvetica, sans-serif; color: #ef7f1a; font-size: 1.17em; font-weight:bold; text-decoration: none;}
.file-button a:hover {font-family:Arial, Helvetica, sans-serif; color: #ef7f1a; font-size: 1.17em; font-weight:bold; text-decoration: none;}

/* STRONICOWANIE */
.navigation {
    float: right;
	padding: 20px 0px;
	text-align:center;
}
a.page {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #960000;
	display: block;
	float:left;
	font-weight:bold;
	font-size:0.91em;
	padding: 3px 10px;
	margin-left: 1px;
	color:#fff;
	text-decoration: none;

}
a.page:hover {
	color: #fff;
	background-color: #f17e00;
}
.page-active{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f17e00;
	display: block;
	float:left;
	font-weight:bold;
	font-size:0.91em;
	padding: 3px 10px;
	margin-left: 1px;
	color:#fff;
	text-decoration: none;
}
#fb {
	position: fixed;
	right: -294px;
	top: 200px;
	z-index: 100;
}
#fb #fb-icon {
    float: left;
    height: 110px;
    width: 26px;
	background-image: url("../images/facebook.png");
}
#fb #fb-app {
    background-color: #fff;
    border: 1px solid #e2ddd5;
    float: left;
}
/* KALENDARZ */
.calendar { margin-left:20px; text-align: left; }
.calendar .today {
    border-left: 5px solid #775e52;
    border-bottom: 2px solid #775e52;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    padding: 0px 0px 0px 5px;
}
.calendar .today-hour {
    float: left;
    width: 40px;
}
.calendar .today-event {
    float: left;
    width: 150px;
}
#calendar { padding:10px 0px 10px 0px; }
#calendar a { color: #775e52; }
.cal_todaybg {
	padding-right: 2px;
	background: #e3e3e3;
	color: #ffffff;
	font-weight:normal;
}
.cal_start {
	padding-right: 2px;
}
.cal_head {
	color: #000;
}
.cal_head.sunday { color: #775e52; }
.cal_td {
	color: #000000;
}
.cal_active a {
	color: #775e52 !important;
}