/* 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover, a:active, a:focus, input, input:active, input:focus{
    outline: 0;
    outline-style:none;
    outline-width:0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/* style.css */
body{
    font: 12px/1.5em 'Open Sans', Arial, sans-serif;
	color: #464646; 
	background: #fff;
}

strong, b{
    font-weight: bold;
}

a {
    text-decoration: none;
	color: #666;		
}

img{vertical-align: top;}

em {font-style: italic;}

h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #fff; line-height: 1em; font-weight: normal; letter-spacing: -1px;}
h1 a, h2 a, h3 a { color: inherit; }
h2, h3, h4 { font-weight: bold; }
	
#wrapper {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;

	background: -moz-radial-gradient(center, ellipse cover,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(83%,rgba(0,87,0,1)), color-stop(100%,rgba(0,36,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
}

.page-template-page-imprezy-php #wrapper{
	background: -moz-radial-gradient(center, ellipse cover, rgba(233,192,192,1) 0%, rgba(219,151,151,1) 17%, rgba(205,110,110,1) 33%, rgba(178,40,40,1) 67%, rgba(112,25,25,1) 83%, rgba(46,10,10,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(233,192,192,1)), color-stop(17%,rgba(219,151,151,1)), color-stop(33%,rgba(205,110,110,1)), color-stop(67%,rgba(178,40,40,1)), color-stop(83%,rgba(112,25,25,1)), color-stop(100%,rgba(46,10,10,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(233,192,192,1) 0%,rgba(219,151,151,1) 17%,rgba(205,110,110,1) 33%,rgba(178,40,40,1) 67%,rgba(112,25,25,1) 83%,rgba(46,10,10,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(233,192,192,1) 0%,rgba(219,151,151,1) 17%,rgba(205,110,110,1) 33%,rgba(178,40,40,1) 67%,rgba(112,25,25,1) 83%,rgba(46,10,10,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(233,192,192,1) 0%,rgba(219,151,151,1) 17%,rgba(205,110,110,1) 33%,rgba(178,40,40,1) 67%,rgba(112,25,25,1) 83%,rgba(46,10,10,1) 100%);
	background: radial-gradient(ellipse at center, rgba(233,192,192,1) 0%,rgba(219,151,151,1) 17%,rgba(205,110,110,1) 33%,rgba(178,40,40,1) 67%,rgba(112,25,25,1) 83%,rgba(46,10,10,1) 100%);
}

#mainContainer {
	#position: absolute;
	display: table-cell;
	#top: 50%;
	vertical-align: middle;
}

#vCenter {
	#position: relative;
	#top: -50%;
	display: inline;
	text-align: center;
}

#container{
	width: 981px;
	height: 553px;/*IE*/
	margin: 0 auto;
	box-shadow: 0px 0px 10px #000;
    overflow: hidden;
	behavior: url(PIE.htc);
}

.image-info {
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
}

.borderrt{border-right: 1px solid #005c00;}
.bordertp{border-top: 1px solid #005c00;}
.page-template-page-imprezy-php .borderrt{border-right: 1px solid #000;}
.page-template-page-imprezy-php .bordertp{border-top: 1px solid #000;}

.entry-image, .l-shaped-area { float: left; width: 244px; height: 183px; position: relative; color: #fff; border-left: 1px solid #005c00; border-bottom: 1px solid #005c00; }
.page-template-page-imprezy-php .entry-image, .page-template-page-imprezy-php .l-shaped-area { border-left: 1px solid #000; border-bottom: 1px solid #000; }

.entry-image img { display: block; }
.image-info { background: #005c00; background: rgba(0, 92, 0, 0.75); position: absolute; top: 0; left: 0; width: 100%; height: 100%;  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6); box-shadow: 0 0 20px rgba(0,0,0,0.6); text-shadow: 1px 1px 0 rgba(0,0,0,0.3); text-align: center; z-index: 10; opacity: 0; filter:alpha(opacity=0);}
.page-template-page-imprezy-php .image-info { background: #721d1d; background: rgba(114, 29, 29, 0.75); }

.title { background: url(img/border-title.png) 0 bottom repeat-x; }
.title.l-shaped { background: url(img/border-title.png) right bottom no-repeat; }
.image-info .description { padding: 11px 40px; }
.image-info .description a:hover { color: #eee;}
.entry-image:hover .image-info { opacity: 1; filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF005c00,endColorstr=#BF005c00);}
.page-template-page-imprezy-php .entry-image:hover .image-info { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF721d1d,endColorstr=#BF721d1d);}
.image-info { font-size: 13px; }
.image-info .title, .boxContent .title { padding: 13px 7px 0; }
.image-info h2, .boxContent h2 { font-size: 18px; text-align: center; }
.image-info .description { padding: 11px 8px 0; }				
.image-info .readmore { -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1); box-shadow: 0 0 4px rgba(0,0,0,0.1); width: 42px; height: 42px; background: #fff; text-indent: -2987em; position: relative; display: inline-block; overflow: hidden; behavior: url(PIE.htc); }
.image-info .readmore span { position: absolute; top: 10px; left: 8px; background: url(img/zoom_zielony_duzy.png) no-repeat; width: 24px; height: 20px; display: block; }
.description p { padding-bottom: 10px; line-height: 24px; }		

.boxContent {background: #036e0e; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; text-align: justify; background: rgba(0, 92, 0, 0.75); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF036e0e,endColorstr=#BF036e0e);}
.page-template-page-imprezy-php  .boxContent {background: #721d1d; background: rgba(114, 29, 29, 0.75); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF721d1d,endColorstr=#BF721d1d);}

.boxContent p {line-height: 1.25em; padding-bottom: .6em;}
.boxContent h2, .news h3 { text-shadow: 1px 1px 0 rgba(0,0,0,0.3);}
.boxNews {padding: 5px 10px;}
.entry-image.borderrt>.boxContent>.boxNews{height: 310px; /*overflow: auto;*/ margin-top: 5px;}
.news {padding-top: 2em;}
.news h3 {font-size: 14px;}
.news h3 a, .news .zrodlo a {color: #fff;}
.news h3 a:hover, .news .zrodlo a:hover {color: #eee;}
.news:first-child {padding-top: 0;}
.news p {padding: 0;}
.news .zrodlo { background: url(img/border-title.png) 0 bottom no-repeat; font-size: 10px; padding-bottom:3px;}
.news .wiecej a { background: url(img/strzalka_b.png) no-repeat; text-indent: -2897em; float: right; display: block; width: 22px; height: 18px; margin-top: -5px; opacity: .75; filter: alpha(opacity=75);}
.news .wiecej a:hover {opacity: 1; filter: alpha(opacity=100);}
#sliderWpapper{position: relative;}
#sliderWpapper, #slider{width: 489px; height: 183px;}
#sliderWpapper > img{position: absolute; top: 10px; right: 10px; z-index: 19;}
#sliderWpapper > a {position: absolute; top: -3px; left: -3px; z-index: 19;}
#slider a{position: absolute; left: 0; top: 0;}

#wp-calendar {
    width: 100%;
    margin-top: -2.9em;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: center;
}

#wp-calendar caption {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 1.4em;
}

#wp-calendar thead{
    font-size: 14px;
    font-weight: bold;
}

#wp-calendar a{
    font-weight: bold;
    color: #fff;
}

.boxNews a{
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.boxNews a:hover{
    border-bottom: 1px solid #fff;
}

#wp-calendar a, .boxNews .news a, .boxNews .news a:hover{
    border: 0;
}

.boxNews iframe{
    position: absolute;
    bottom: 0;
    right: 0;
}

.gal-container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 244px;
    height: 147px;
    overflow: hidden;
}

#container>div.entry-image:first-child>div.boxContent>div.boxNews{
    background: url(img/logo-bg.png) center 7px no-repeat;
}

#wp-calendar #today {background: #629f62;}