/*
Theme Name: Polish National Team Dakar
Theme URI: http://myworks.pl/
Description: Theme based on Twenty Ten basic wordpress template.
Author: MyWorks
Version: 0.66
Text Domain: Polish National Team Dakar
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
    font-family: 'francois_oneregular';
    src: url('fonts/francoisone-webfont.eot');
    src: url('fonts/francoisone-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/francoisone-webfont.woff') format('woff'),
         url('fonts/francoisone-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1em;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	/* clear: both; */
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

body {
  min-width: 980px;
  }

.img-thumb {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}

.img-thumb img {
	border: 2px solid white;
	padding: 0px;
  	margin-bottom: 10px;
}

#news-content .entry-title a {
  	display: inline-block;
	width: 306px;
	}

#news-content .entry-summary {
	clear: none;
	padding: 2px 0 0 0;
	overflow: hidden;
	}

#slider-container {
	margin: 0px 20px 20px 20px;
  	border: 5px solid #f3f1f1;
  	height: 265px;
  	background-color: #ACA5A5;
  	background-image: url('images/sliderbg.jpg');
  	overflow: hidden;
}

#slider-infos {
  position: relative; 
  height: 265px;
}

.slider-thumb {
 	position: absolute; 
  	height: 265px;
  	width: 930px;
}

#slider-text {
  	position: absolute;
  	background-color: #f3f1f1;	
	background-color: rgba(243, 241, 241, 0.9); /* RGBa with 0.9 opacity */	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F3F1F1, endColorstr=#99F3F1F1); /* For IE 5.5 - 7*/	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F3F1F1, endColorstr=#99F3F1F1)"; /* For IE 8*/
	bottom: 40px;
  	padding: 20px 20px 20px 20px;
  	min-width: 200px;
  	max-width: 400px;
}

#slider-text h2 {
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 15px;
	text-transform: uppercase;
  	font-weight: normal;
}

#slider-text a {
  	text-decoration: none;
}

.slides {
	margin: 0px;
	list-style: none;
  }

.flexslider {
  position: relative;
  }

.flexslider .flex-prev {
	position: absolute;
	top: 60px;
	left: -5px;
	width: 30px;
	height: 36px;
	display: block;
	background-image: url('images/arrow-right.png');
	background-repeat: no-repeat;
	background-position-x: 0px;
	cursor: pointer;
	text-indent: -9999px;
  	z-index: 99;
	color: #E90202;
}

.flexslider .flex-next {
	position: absolute;
	top: 60px;
	right: -5px;
	width: 30px;
	height: 36px;
	display: block;
	background-image: url('images/arrow-right.png');
	background-repeat: no-repeat;
	background-position-x: 0px;
	cursor: pointer;
	text-indent: -9999px;
  	z-index: 99;
	color: #E90202;
}
  
.flex-control-nav {
  	text-align: center;
	margin: -23px 0px 0px 0px;
	z-index: 1;
	position: relative;
	}

.flex-control-nav li {
	display: inline-block;
	padding: 7px;
	background-color: #2c2625; 
	}
	
.flex-control-nav li a {
 	width: 9px;
	height: 9px;
	display: block;
	background: #817c7a;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
  	zoom: 1;
  	behavior: url('js/PIE.htc');
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	color: #e90202;
	cursor: pointer;	  
	}
		
.flex-control-nav li a:hover {
	color: green;	
	background: #d6d1ce;  
	}			

.flex-direction-nav li {
	list-style: none;	  
	}	

.radius-left{
  	border-radius: 5px 0px 0px 0px;
	zoom: 1;
 	behavior: url('js/PIE.htc');
	}
.radius-right{
  	border-radius: 0px 5px 0px 0px;
  	zoom: 1;
  	behavior: url('js/PIE.htc');
	}
.flex-active {
  	color: green!important;
 	background: #d6d1ce!important;  
	}

.flex-viewport {
  	overflow: hidden;
	}

.overflow-hidden {
  	overflow: hidden;
	}

/* zadownicy slider */

#zaw-slider-container {
	margin: 0px 20px 30px 20px;
  	border: 0px solid #f3f1f1;
  	height: 165px;
  	padding-top: 10px;
  	background-color: #f3f1f1;
  	overflow: hidden;
  	position: relative;
}

#zaw-slider-infos {
  position: relative; 
  height: 155px;
  margin-left: 10px;
  text-align: center;
}

.zaw-slider-thumb {
 	position: absolute; 
  	height: 134px;
  	width: 134px;
  	text-align: center;
}

#zaw-slider-text {
  	position: absolute;
	bottom: 0px;
  	padding: 0px;
  	width: 134px;
}

#zaw-slider-text h2 {
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	padding-bottom: 0px;
  	padding-top: 3px;
	text-transform: uppercase;
  	font-weight: normal;
 	background-color: rgba(243, 241, 241, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F3F1F1, endColorstr=#99F3F1F1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F3F1F1, endColorstr=#99F3F1F1)";
}

#zaw-slider-text a {
  	text-decoration: none;
}

#zaw-slider-container .slides {
	margin: 0px;
	list-style: none;
  }

#zaw-slider-container .flex-control-nav {
  	text-align: center;
	margin: -23px 0px 0px 0px;
	z-index: 1;
	position: relative;
	}

#zaw-slider-container .flex-control-nav li {
	display: inline-block;
	padding: 7px;
	background-color: #2c2625; 
	}
	
#zaw-slider-container .flex-control-nav li a {
 	width: 9px;
	height: 9px;
	display: block;
	background: #817c7a;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
  	zoom: 1;
	behavior: url('js/PIE.htc');
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	color: #e90202;
	cursor: pointer;	  
	}
		
#zaw-slider-container .flex-control-nav li a:hover {
	color: green;	
	background: #d6d1ce;  
	}			

#zaw-slider-container .flex-direction-nav li {
	list-style: none;	  
	}	

#zaw-slider-container .radius-left{
  	border-radius: 5px 0px 0px 0px;
 	zoom: 1;
 	behavior: url('js/PIE.htc');
	}
#zaw-slider-container .radius-right{
  	border-radius: 0px 5px 0px 0px;
  	zoom: 1;
  	behavior: url('js/PIE.htc');
	}
#zaw-slider-container .flex-active {
  	color: green!important;
 	background: #d6d1ce!important;  
	}

#zaw-slider-container .flex-viewport {
  	overflow: hidden;
	}

#zawrep {
 	position: absolute;
  	left: 20px;
  	top: 27px;
}

.zaw-flexslider {
  	margin-left: 120px;
	margin-right: 70px;
  	position: relative;
	}

.zaw-flexslider .flex-direction-nav {
  	
	}


.zaw-flexslider .flex-prev {
  	position: absolute;
	top: 60px;
	left: -40px;
	width: 30px;
	height: 36px;
	display: block;
	background-image: url('images/arrow-left.png');
	background-repeat: no-repeat;
	background-position-x: -35px;
	cursor: pointer;
	text-indent: -9999px;
	color: #e90202;
	}	 

.zaw-flexslider .flex-prev:hover {
	background-position-x: 0px;
	}


.zaw-flexslider .flex-next {
  	position: absolute;
  	top: 60px;
  	right: -45px;
	width: 30px;
	height: 36px;
	display: block;
	background-image: url('images/arrow-right.png');
	background-repeat: no-repeat;
  	background-position-x: 0px;
	cursor: pointer;
	text-indent: -9999px;
	color: #e90202;  
	}	

.zaw-flexslider .flex-next:hover {
	background-position-x: -35px;
	}	
	
/* wideo slider youtube widget */

.videoslider {
  position: relative;
  width: 200px;
  height: 184px;
  }

.videoslider .flex-viewport {
	overflow: hidden;
  	width: 200px;
  	height: 184px;
  }

.videoslider .flex-viewport ul li {
	display: none;
  }
	  
.videoslider .flex-viewport ul .flex-active-slide {
	display: block!important;
  }

.videoslider .flex-prev {
  	position: absolute;
	top: -34px;
	border-right: 1px solid black;
	right: 23px;
	padding-right: 5px;
	width: 15px;
	height: 17px;
	display: block;
	background-image: url('images/sarrow-left-off.png');
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	color: #e90202;
	}	 

.videoslider .flex-prev:hover {
	background-image: url('images/sarrow-left-on.png');
	}
			
.videoslider .flex-next {
  	position: absolute;
  	top: -34px;
	right: 0px;
  	width: 15px;
	height: 17px;
	display: block;
  	background-image: url('images/sarrow-right-off.png');
 	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	color: #e90202;
	}	 
	  
.videoslider .flex-next:hover {
  	background-image: url('images/sarrow-right-on.png');
	}


/* tabele rankingowa */

.ranking-hometable table {
  	width: 100%;
	}

.ranking-hometable table caption {
  	background-color: #F3F1F1;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
	
.ranking-hometable table tr {
  	background-color: #C7BFBC;
	}
		
.ranking-hometable table td {
  	border: 1px solid #A2A2A2;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
	}		


/* czerwony slider czytaj więcej, polecane */

#bottom-slider-container {
	background-color: #C42A30;
  	background-image: url('images/bg02red.jpg');
	background-position: center top;
	background-repeat: repeat;
  	height: 180px;
  	overflow: hidden;
	}

#bottom-slider-wrapper {
	width: 880px;
 	margin: 0px auto;
	}

#readmore-slider-container {
	margin: 0px 20px 0px 20px;
  	height: 180px;
	}

#readmore-slider-infos {
  position: relative; 
  height: 180px;
}

#readmore-slider-text {
  	position: absolute;
  	left: 220px;
  	padding: 20px 20px 20px 20px;
	width: 590px;
  	color: white;
}

#readmore-slider-text h2 {
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 15px;
	text-transform: uppercase;
  	font-weight: normal;
}

#readmore-slider-text h3 {
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 5px;
	text-transform: uppercase;
  	font-weight: normal;
  	color: black;
}

#readmore-slider-text a {
  	text-decoration: none;
  	color: #e29598; 	
}

#readmore-slider-text a:hover {
  	color: white; 	
}

.readmore-flexslider .slides {
	margin: 0px;
	list-style: none;
  }

.readmore-flexslider .slider-thumb {
 	position: absolute; 
  	height: 90px;
  	width: 134px;
}

.readmore-flexslider .slider-thumb img {
 	position: absolute; 
  	height: 136px;
  	width: 203px;
	top: 20px;
	border: 2px solid white;
}


.readmore-flexslider {
  	position: relative;
	}

.readmore-flexslider .flex-control-nav {
	margin: -35px 0px 0px 0px;
	}

.readmore-flexslider .flex-control-nav li {
  	background: none;
	}

.readmore-flexslider .flex-direction-nav {
  	margin: 0px;
	}

.readmore-flexslider .flex-prev {
  	position: absolute;
	top: 60px;
	left: -50px;
	width: 30px;
	height: 36px;
	display: block;
	background-image: url('images/arrow-left-white.png');
	background-repeat: no-repeat;
	background-position-x: 0px;
	cursor: pointer;
	text-indent: -9999px;
	color: #e90202;
	}	 

.readmore-flexslider .flex-prev:hover {
	background-position-x: -35px;

	}

.readmore-flexslider .flex-next {
  	position: absolute;
  	top: 60px;
  	right: -50px;
	width: 30px;
	height: 36px;
	display: block;
	background-image: url('images/arrow-right-white.png');
	background-repeat: no-repeat;
  	background-position-x: -35px;
	cursor: pointer;
	text-indent: -9999px;
	color: #e90202;  
	}	

.readmore-flexslider .flex-next:hover {
	background-position-x: 0px;
	}	
	
	
/*układ strony głównej cd. */

#home-container {
	margin: 0 0px 0 0;
	width: 100%;
}

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
  	min-height: 500px;
}
#content {
	margin: 0 280px 0 20px;
}

#rep-container {
	float: left;
	margin: 0 -260px 0 0;
	width: 100%;
}

#rep-content {
	margin: 0 280px 0 20px;
}

#rep-content .hentry {
	padding-bottom: 10px;
	border-bottom: 0px solid black;
	min-height: 95px;
}

#rep-content .entry-content {
	clear: both;
	padding: 2px 0 0 0;
	overflow: hidden;
	display: block;
}


#rep-content .entry-content h1 {
 	color: #362F2D;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 36px;
	line-height: 36px;
}

#rep-content .entry-content h2 {
  	color: #362F2D;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	padding-bottom: 2px;
	margin-bottom: 5px;
  	margin-top: 40px;
	font-size: 24px;
	line-height: 24px;
	border-bottom: 1px solid #c42a30;
  	text-transform: uppercase;
  	margin-bottom: 20px;
}

#rep-content .entry-content h3 {
  	color: #362F2D;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 24px;
}

#rep-content .entry-content h4 {
  	color: #362F2D;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 20px;
}

#rep-content .entry-content h5 {
  	color: #362F2D;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 16px;
}

#rep-content .entry-content h6 {
  	color: #362F2D;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 12px;
}


#left-containter {
  	margin: 0 20px 0 20px;
	width: 454px;
	display: inline-block;
	vertical-align: top; 
}

#right-container {
	display: inline-block;
	width: 460px;
	margin-right: 20px;
	vertical-align: top;
} 

#right-container .widget-title {
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 15px;
	text-transform: uppercase;
  	font-weight: normal;
}


#sidebar-content {
	display: inline-block;
	width: 220px;
	vertical-align: top;
} 

#kalendarium-content {
	display: inline-block;
	width: 234px;
	vertical-align: top;
  	font-size: 10px;
  	margin-bottom: 30px;
} 

#kalendarium-content #dakar-read-more{
	
}

#kalendarium-content h2 {
	font-size: 11px;
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
}

#kalendarium-content a {
	color: #c42a30;
  	text-decoration: none;
}

#kalendarium-content a:hover {
	color: #e90202;
} 


#bottom-widget-container {
 	padding: 20px 0px 40px 0px;
    background-color: #201b18;
  	background-image: url('images/bgid.jpg');
	background-position: center top;
	background-repeat: repeat;
  	color: #F3F1F1; 
 	border-top: 0px solid #746E6E;
  	display: inline-block;
  	width: 100%;
}

#bottom-widget-area {
  	color: #F0E0D0;
  	margin: 0px auto;
  	width: 940px;
	overflow: hidden;
  	font-size: 10px;
  	line-height: 12px;
  	padding: 0px 20px 0px 20px;
}

#bottom-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
  	min-height: 200px;
}

#bottom-widget-area #bwa-first {
  	background-image: url('images/bwa-image1.png');
  	background-position: bottom;
  	background-repeat: no-repeat;
}

#bottom-widget-area #bwa-second {
	background-image: url('images/bwa-image2.png');
  	background-position: bottom;
  	background-repeat: no-repeat;
}

#bottom-widget-area #bwa-third {
	background-image: url('images/bwa-image3.png');
  	background-position: bottom;
  	background-repeat: no-repeat;
}

#bottom-widget-area #bwa-fourth {
	margin-right: 0;
  	background-image: url('images/bwa-image4.png');
  	background-position: bottom;
  	background-repeat: no-repeat;
}

.bwa-widget {
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
 	color: #F0E0D0;
	}

.bwa-widget ul {
	list-style: none!important;
  	margin-left: 0px!important;
	}

.bwa-widget li {
	background-image: url('images/plus2.png');
	background-repeat: no-repeat;
  	padding-left: 15px;
  	background-position-x: 0px;
	}
	
.bwa-widget a {
	color: #F0E0D0!important;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
  	text-shadow: black 0.1em 0.1em 0.3em;
	}
		
.bwa-widget a:hover {
	color: #F3F1F1!important;	
	}	

.bwa-widget h2 {
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 22px;
	margin-top: 5px;
  	padding: 0px;
  	margin-left: -10px;
	margin-bottom: 45px;
	text-transform: uppercase;
  	color: #F0E0D0;
  	line-height: 20px;
	}

.menu-more {
	background-image: url('images/arrow-more.png')!important;
	margin-top: 5px;
	}

/* reputation widget */

#rep-widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
	padding-left: 20px;
	padding-top: 20px;
	background-color: #F4F0F0;
	margin-right: 20px;
  	margin-bottom: 40px;
	}

.rep-widget {
	margin-bottom: 30px;  
	}
	
.rep-widget .tagcloud a {
  	font-size: 12px!important;
	background-color: #c42a30;
	color: white;
	padding: 1px 4px;
	border-radius: 3px;
  	zoom: 1;
  	behavior: url('js/PIE.htc');
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	margin: 2px 1px;
	}

.rep-widget .tagcloud a:hover {
	background-color: white;
	color: #c42a30;
	}

.rep-widget ul {
	margin-left: 0px!important;
	list-style: none!important;
	}


.rep-widget .widget-title {

	}

/* category widget */

.cat-post-item {
  	background-image: url('images/plus.png');
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position-x: 0px;
	}

.cat-post-item a {
  	color: #c42a30!important;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;  
	}
	
.cat-post-item a:hover {
  	color: #e90202!important;
	}

/* related post widget */

.SPOSTARBUST-Related-Post {
  	background-image: url('images/plus.png');
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position-x: 0px;
  	margin-top: 10px;
	}

.SPOSTARBUST-Related-Post:first-child {
	margin-top: 0px;	
	  }

.SPOSTARBUST-Related-Post a {
  	color: #c42a30!important;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;  
	}
	
.SPOSTARBUST-Related-Post a:hover {
  	color: #e90202!important;
	}	

#arch-first {
	float: right;
	overflow: hidden;
  	width: 240px;
  	margin-bottom: 40px;
}

.arch-widget {
  	margin: 0 0 18px 0;
	}

.singleentry-widget {
	margin: 0 0 18px 0;
  	overflow: hidden;
}

#page-first {
	float: right;
	overflow: hidden;
  	width: 240px;
  	margin-bottom: 40px;
}


.page-widget {
  	margin: 0 0 18px 0;
	}

.tagcloud a {
  	font-size: 11px!important;
	}


/* read more buttom */
.dakar-read-more {
	float: right;
}
	
.dakar-read-more a {
	color: #c42a30;
	text-decoration: none;
}

.dakar-read-more a:hover {
	color: #e90202;
}

.dakar-read-more img {
	vertical-align: bottom;
}

/* tytuły */
.mw-titles {
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 15px;
	text-transform: uppercase;
}


.mw-red {
	color: #c42a30;
}

.mw-archiwum {
	font-size: 14px;
  	vertical-align: 1px;
  	color: #c42a30;
	text-transform: none;
  	text-decoration: none;
  	padding-left: 10px;
}

.mw-archiwum a {
  	text-decoration: none;
}

.VideoCaption {
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid grey;
  }

#rvclinks {
 	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 12px;
	padding-bottom: 15px;
	text-transform: uppercase; 
  	position: relative;
	margin-top: 5px;
  	text-align: right;
	right: 55px;
}
  
#rvclinks span {
 	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
  
  
#rvclinks img {
 	position: absolute;
  	margin-left: 10px;
  	top: 3px;
}

#rvclinks a {
  	display: inline;
	}

.facebook-img {
  	margin-top: 40px;
	}



#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
}
input[type=submit] {
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
}
pre {
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
}
code {
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
#access-menu-dodatkowe .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0px auto;
	width: 100%;
}

#wrapper {
	background-color: #D6D1CE;
	background-image: url('images/bg01.jpg');
	padding: 0px;
	background-position: center top;
	margin: auto;
	background-repeat: repeat;
	padding: 0px;
}

#bg-id-containter {
  	height: 300px;
  	background-color: #292421;
  	border-bottom: 3px solid #a6a1a2;
  	padding: 25px 0 0 0;
  	background-image: url('images/bgid.jpg');
	background-position: center top;
	background-repeat: repeat;
  	width: 100%;
   	display: block;
  	overflow: hidden;
	}


#bg-id-photobg {
  	width: 980px;
  	height: 300px;
  	margin: 0px auto;
  	position: relative;
  	display: block;
  	background-image: url('images/bgid.jpg');
	}

.bg-id-photo {
  	position: absolute;
	left: -461px;
	top: -25px;
	width: 1900px;
	text-align: center;
	}
	
.bg-id-photo img {
  	margin: auto;
	}

.bg-id-photo-cover {
  	position: absolute;
	left: -461px;
	top: -26px;
  	width: 1900px;
  	text-align: center;
	}

.bg-id-photo-cover img {
  	margin: auto;
	}

.mw-huge-title {
  	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	position: absolute;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	color: #CECAC7;
	font-weight: bold;
	bottom: 25px;
	margin-left: 20px;
	}

#socialmedia-bar {
  	position: absolute;
  	display: block;
  	bottom: 0px;
  	right: 10px;
	}

#socialmedia-bar h1 {
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
  	color: #CECAC7;
	font-weight: bold;
  	font-size: 24px;
  	line-height: 1em;
  	display: inline-block;
  	vertical-align: middle;
	margin-right: 10px;
	}

#socialmedia-barbg {
  	display: inline-block;
 	background-color: #D6D1CE;
	background-image: url('images/bg01.jpg');
  	vertical-align: middle;
  	border-radius: 8px 8px 0px 0px;
  	zoom: 1;
  	behavior: url('js/PIE.htc');
  	padding-left: 10px;
  	padding-right: 10px;
	}

#socialmedia-barbg img {
  	display: inline-block;
 	padding: 10px 5px 10px 5px;
	}

/* Structure the footer area */
#footer-widget-area {
  	color: #F0E0D0;
	overflow: hidden;
  	font-size: 10px;
  	line-height: 12px;
  	padding: 0px 20px 0px 20px;
}

#footer-widget-area a {
  	color: #F0E0D0;
}

#footer-widget-area a:hover {
  	color: white;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 146px;
}

#footer-widget-area #fourth {
	margin-right: 0;
}

#site-info {
	font-size: 14px;
	font-weight: bold;
  	text-align: center;
}
#site-generator {
	width: 980px;
}

#footer-widget-area .widget-title {
  	font-size: 12px;
  	line-height: 12px;
  	padding: 0px 0px 0px 0px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #141414;
}
body {
	color: #362F2D;
	font-size: 11px;
	line-height: 13px;
}

input,
textarea {
	color: grey;
	font-size: 11px;
	line-height: 13px;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 2em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
  	border-radius: 2px;
  	zoom: 1;
  	behavior: url('js/PIE.htc');
}

a:link {
	color: #c42a30;
}
a:visited {
	color: #c42a30;
}
a:active,
a:hover {
	color: #e90202;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin: auto;
  	display: block;
  	min-height: 153px;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}

#logos-container {
  	width: 100%;
  	background-color: #141414;
  	background: url(images/bgtop.jpg) repeat-x;
}

#logos-wrapper {
  	position: relative;
  	width: 980px;
  	height: 100px;
  	margin: auto;
}

#logo-PNT {
  	float: left;
  	padding-top: 20px;
}

#logo-PZM {
 	 float: right;
 	 padding-top: 15px;
}

#searching-top {
 	position: absolute;
  	left: 630px;
 	top: 40px; 	
}


#searching-top input[type="text"],
textarea {
	background: #3D3D3D;
	border: 1px solid #616161;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
  	border-radius: 2px;
  	zoom: 1;
  	behavior: url('js/PIE.htc');
}

#searching-top input[type="text"]:focus,
textarea:focus {
  	border: 1px solid #616161;
  	outline: 0px solid #616161;
}

#searching-top input[type="submit"] {
	background: url(images/search3.png) no-repeat;
 	border: 0px solid #616161;
  	width: 15px;
  	cursor: pointer;
  	height: 20px;
	vertical-align: 1px;
}

#searching-top input[type="submit"]:hover {
	background: url(images/search3on.png) no-repeat;
}



/* =Menu
-------------------------------------------------------------- */

#menu-container {
  	width: 100%;
  	background-image: url('images/bgmenu7.png');
	padding: 0px;
	background-position: center top;
  	height: 36px;
  	display: block;
    
}

#access {
	display: block;
	margin: 0 auto;
	width: 980px;
  	height: 36px;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
 	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 36px;
	font-weight: normal;
  	height: 36px;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
  	height: 36px;
}
#access a {
	color: white;
	display: block;
	line-height: 36px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 36px; /* bardzo ważne, by rozmiar był taki sam jak wysokość menu! */
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #D6D1CE;
	color: #c42a30;
 	background-image: url('images/bgwrapmxxx.jpg');
	background-position-y: 0px;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #c42a30;
	background: #D6D1CE;
  	background-image: url('images/bgwrapmxxx.jpg');
	background-position-y: 0px;
  	height: 36px;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
  	height: 36px;
}


/*menu dodatkowe */

#menu-dodatkowe-container {
  	width: 100%;
  	background-image: url('images/bgmenured1x.jpg');
  	background-color: #c42a30;
	padding: 0px;
	background-position: center top;
  	border-bottom: 0px solid #D6D1CE;
  	height: 17px;
  	display: block;
  	
}

#access-menu-dodatkowe {
	display: block;
	margin: 0 auto;
	width: 980px;
  	
}

#access-menu-dodatkowe .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 960px;
  	
  	display: block;
}

#access-menu-dodatkowe .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
 	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
  	
}

#access-menu-dodatkowe .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access-menu-dodatkowe a {
	color: #d6d1ce;
	display: block;
	padding: 0 10px;
	text-decoration: none;
  	font-size: 11px;
  	line-height: 17px;
 	font-weight: bold;
  	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
  	text-transform: none;
}



#access-menu-dodatkowe ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 17px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access-menu-dodatkowe ul ul li {
	min-width: 180px;
}
#access-menu-dodatkowe ul ul ul {
	left: 100%;
	top: 0;
}
#access-menu-dodatkowe ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access-menu-dodatkowe li:hover > a,
#access-menu-dodatkowe ul ul :hover > a {
	color: white;
 	background-image: url('images/bgwrapmxxx.jpg');
	background-position-y: 0px;
}
#access-menu-dodatkowe ul li:hover > ul {
	display: block;
}
#access-menu-dodatkowe ul li.current_page_item > a,
#access-menu-dodatkowe ul li.current-menu-ancestor > a,
#access-menu-dodatkowe ul li.current-menu-item > a,
#access-menu-dodatkowe ul li.current-menu-parent > a {
	color: #c42a30;
	background: #D6D1CE;
  	background-image: url('images/bgwrapmxxx.jpg');
	background-position-y: 0px;
}
* html #access-menu-dodatkowe ul li.current_page_item a,
* html #access-menu-dodatkowe ul li.current-menu-ancestor a,
* html #access-menu-dodatkowe ul li.current-menu-item a,
* html #access-menu-dodatkowe ul li.current-menu-parent a,
* html #access-menu-dodatkowe ul li a:hover {
	color: #fff;
}



/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 25px 0 0 0;
	width: 980px;
  	min-height: 530px;
  	background-image: url('images/bgwrapxxx.jpg');
	background-position: center top;
 	background-repeat: no-repeat;
}
#content {
	margin-bottom: 36px;
}


#content,
#left-containter,
#content input,
#content textarea {
	color: #333;
	font-size: 11px;
	line-height: 13px;
}

#content textarea {
	background: white;
  	border: 0px solid #e90202;
}

#left-containter textarea {
	background: white;
  	border: 0px solid #e90202;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}

.archive-meta {
	color: #888;
	font-size: 12px;
	}

.archive-descr {
	border-bottom: 1px solid #C42A30;
	padding: 0px;
	color: #333;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: normal; 
	margin-bottom: 20px;
	}
	
.archive-descr p {
	margin-bottom: 5px!important; 
	}

#left-containter p,
#left-containter ul,
#left-containter ol,
#left-containter dd,
#left-containter pre,
#left-containter hr {
	margin-bottom: 12px;
}
#left-containter ul ul,
#left-containter ol ol,
#left-containter ul ol,
#left-containter ol ul {
	margin-bottom: 0;
}
#left-containter pre,
#left-containter kbd,
#left-containter tt,
#left-containter var {
	font-size: 15px;
	line-height: 21px;
}
#left-containter code {
	font-size: 13px;
}
#left-containter dt,
#left-containter th {
	color: #000;
}
#left-containter h1,
#left-containter h2,
#left-containter h3,
#left-containter h4,
#left-containter h5,
#left-containter h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#left-containter table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#left-containter tr th,
#left-containter thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#left-containter tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#left-containter tr.odd td {
	background: #f2f7fc;
}

.hentry {
	margin: 0 0 18px 0;
	padding-bottom: 10px;
	border-bottom: 0px solid black;
  	min-height: 95px;
}

  
.home-hentry {
	margin: 0 0 18px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
  	min-height: 95px;
}


.home-hentry:last-child {
	border-bottom: 0px solid black;
}


.search-hentry {
	margin: 0 0 18px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
  	min-height: 95px;
}


.search-hentry:last-child {
	border-bottom: 0px solid black;
}


.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	border-bottom: 1px solid #C42A30;
	padding: 0px;
	color: #6D6765;
}
.page-title span {
	color: #333;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
  	text-transform: uppercase;
	font-size: 28px;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #e90202;
}
#content .entry-title {
	color: #c42a30;
  	text-transform: uppercase;
	font-size: 21px;
  	line-height: 21px;
	font-weight: normal;
	margin-bottom: 0;
 	display: inline-block;
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
 	margin-bottom: 5px;
}

#left-containter .entry-title {
	color: #c42a30;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
 	display: inline-block;
}

.entry-title a:link,
.entry-title a:visited {
	color: #c42a30;
	text-decoration: none;
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
  	text-transform: uppercase;
}

.entry-title a:active,
.entry-title a:hover {
	color: #e90202;
}



.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: none;
	padding: 2px 0 0 0;
  	overflow: hidden;
}

.entry-content-single {
	margin-top: 20px;
}



#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

#left-containter .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.entry-content iframe {
  	width: 100%;
	}
	
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #e90202;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F4F0F0;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #e90202;
}
#content .video-player {
	padding: 0;
}

#left-containter .video-player {
	padding: 0;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home #left-containter .format-aside p,
.home #left-containter .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

.home #left-containter .format-aside .entry-content,
.home #left-containter .category-asides .entry-content {
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

.home #left-containter .format-gallery .entry-utility,
.home #left-containter .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  	margin-bottom: 4px;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
  	margin-bottom: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#left-containter .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

/*.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #e90202;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
*/


.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #c42a30;
	padding: 0px 10px;
	text-decoration: none;
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
 	 font-size: 13px;
	text-transform: uppercase;
  
}
.navigation a:active,
.navigation a:hover {
	color: #e90202;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;	
}

#nav-above {
	margin: 0 0 18px 0;
  	background-color: #F4F0F0;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}
					  
#nav-below {
	margin: -18px 0 0 0;
	}						
			
/* przycisk edytuj */

.edit-link a { 
	background: #979393;
  	border-radius: 3px;
  	zoom: 1;
  	behavior: url('js/PIE.htc');
	padding: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	margin-top: 0px;
	}

.edit-link a:hover { 
	color: #C42A30;
	background: white;
	}
	
/*strona zawodnika*/

.rep-navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.rep-navigation a:link,
.rep-navigation a:visited {
	color: #c42a30;
	padding: 0px 10px;
	text-decoration: none;
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
 	 font-size: 13px;
	text-transform: uppercase;
  
}
.rep-navigation a:active,
.rep-navigation a:hover {
	color: #e90202;
}

.rep-nav-previous {
	float: left;
	width: 50%;
}
.rep-nav-next {
	float: right;
	text-align: right;
	width: 50%;	
}

#rep-nav-above {
	margin: 0 0 18px 0;
  	background-color: #F4F0F0;
}


.rep-entry-title {
	color: #362F2D;
	font-size: 36px;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
	display: inline-block;
	text-transform: uppercase;
  	margin-bottom: 5px;
	}


.rep-thumb {
	float: left;
	margin-left: 0px;
	clear: none;
	min-height: 180px;
  	margin-bottom: 20px;
}


.rep-thumb img {
  	border: 2px solid white;
	float: left;
	margin-right: 20px;
	margin-left: 0px; 
		}

.rep-info {
  	overflow: hidden;
	}

.rep-role {
  	color: #c42a30;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	}

.rep-others {
  	color: #362F2D;
	font-size: 12px;
	font-weight: bold;
  	margin-bottom: 10px;
	}

.rep-others span {
  	color: #c42a30;
	}

.rep-web {
  	color: grey;
 	padding-top: 5px;
	padding-bottom: 20px;
	}	

.rep-web a {
  	color: grey;
	text-decoration: none;
	font-weight: bold;
	}

.rep-web a:hover {
  	color: #e90202;
	text-decoration: none;
	}		

.meta-nav-left {
	}
	
.meta-nav-right {
	}

.meta-nav-left img {
	vertical-align: -1px;
	}
	
.meta-nav-right img {
	vertical-align: -1px;
	}





/* strona domyślnego archiwum */

	  
.arch-hentry {
	padding-bottom: 10px;
	border-bottom: 0px solid black;
	margin: 20px 20px 20px 0px;
	width: 203px;
  	display: inline-block;
	vertical-align: top;
  }

.arch-hentry .entry-summary p {
	color: black;
  }

.single .entry-title {
	font-size: 31px!important;
  	line-height: 31px!important;
}

.entry-pagetitle {
  	margin-bottom: 20px!important;
	font-size: 31px!important;
  	line-height: 31px!important;
	}

.arch-hentry:hover .entry-title {
	color: #e90202!important;
  }

.arch-hentry .archimg-thumb img {
  	border: 2px solid white;
	padding: 0px;
 	margin-bottom: 10px;
  	opacity: 0.5;
  	filter:alpha(opacity=50);
}

.arch-hentry:hover .archimg-thumb img {
  	border: 2px solid white;
	padding: 0px;
  	opacity: 1;
	filter:alpha(opacity=100);
  	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

#arch-widget-area {
  	margin-bottom: 50px;
	}

/*wyniki wyszukiwania */

.search-title {
  	margin-bottom: 20px!important;
	}


/*newsletter */

.knews_add_user	input[type="submit"] {
	color: #C42A30;
	text-transform: uppercase;
	text-align: center;
	background: none;
	border: 0px;
	font-size: 14px;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	cursor: pointer;
	padding-top: 5px;
	}


.knews_add_user input[type="text"], textarea {
	width: 95%;
	}

.knews_add_user form {
	background: #F3F1F1;
	padding: 10px;
	}

/* formularz kontaktowy */
  
.wpcf7 form p {
	margin-bottom: 0px!important;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	}
	
.wpcf7 input[type="submit"] {
	color: #C42A30!important;
	text-transform: uppercase;
	text-align: center;
	background: none;
	border: 0px;
	font-size: 14px!important;
	line-height: 1.1em!important;
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	cursor: pointer;
	padding-top: 15px;
	}

.wpcf7 input[type="text"], textarea {
	min-height: 20px;
	}

/* strona reprezentacji */

	  
.arch-hentry {
	padding-bottom: 10px;
	border-bottom: 0px solid black;
	margin: 20px 20px 20px 0px;
	width: 203px;
  	display: inline-block;
	vertical-align: top;
  }

.arch-hentry .entry-summary p {
	color: black;
  }

.arch-hentry:hover .entry-title {
	color: #e90202!important;
  }

.arch-hentry .repimg-thumb img {
  	border: 2px solid white;
	padding: 0px;
 	margin-bottom: 10px;
  	opacity: 0.5;
  	filter:alpha(opacity=50);
}

.arch-hentry:hover .repimg-thumb img {
  	border: 2px solid white;
	padding: 0px;
  	opacity: 1;
	filter:alpha(opacity=100);
  	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

/* strona archiwum kalendarium*/

.event-start {
	padding: 3px 0px;
	color: #888;
	margin-bottom: 0px;
	border-bottom: 1px solid #888;
}

.event-start span {
	color: #362F2D;
	font-weight: bold;
}
  
	
	
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	padding: 0px 20px;
	background: #E4E4E4;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #B8B8B8;
	line-height: 1.5em;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: 1px solid #B8B8B8;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #e90202;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
  	background: #979393;
	border-radius: 3px;
  	zoom: 1;
  	behavior: url('js/PIE.htc');
	padding: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	margin-top: 0px;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #C42A30;
	background: white;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #e90202;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}

.widget-title {
	font-weight: normal;
  	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: normal;
	}
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}

.basic-widget a {
	font-family: francois_oneregular, Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
  	padding-bottom: 5px;
	display: inline-block;
	}
	
	
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #e90202;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* pobieranie plików */

.zalacznik {
  	border: 1px solid rgb(184, 184, 184);
	background-color: rgb(223, 218, 214);
	margin-bottom: 20px;
	padding: 10px;
  	}
 
.zalacznik a {
  	display: inline-block;
  	width: 37px;
  	margin-right: 10px;
  	vertical-align: middle;
  	}

.zalacznik .zalacznik-description {
  	display: inline-block;
  	vertical-align: middle;
  	width: 390px;
  	margin: 0px;
  	font-size: 12px;
	  }
	  
.zalacznik .zalacznik-description h2 {
  	display: block;
  	width: 390px;
  	font-size: 16px;
  	font-family: francois_oneregular;
  	}	  

.zalacznik .zalacznik-description p {
  	display: block;
  	width: 390px;
  	font-size: 12px;
  	}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0px;
  	background: #141414;
}
#colophon {
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
  	width: 980px;
}
#site-info {
	font-weight: normal;
  	color: #f0e0d0;
  	font-size: 10px;
}
#site-info a {
	color: #f0e0d0;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
		margin-bottom: 5px;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
  	#home-container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
  
  	#left-containter,
	.one-column #left-containter {
		margin: 24pt 0 0;
		width: 100%;
	}
  
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}



/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: transparent;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: transparent;
	position: relative;
}

.jspDrag
{
	background: #BBB3B0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #727275;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

.scroll-pane {
				width: 100%;
				height: 620px;
				overflow: auto;
			}

#bwa-first .scroll-pane {
				width: 100%;
				height: 182px;
				overflow: auto;
			}
	
#bwa-first .jspVerticalBar {
	position: absolute;
	top: 50px;
	right: 0;
	width: 5px;
	height: 100%;
	background: transparent;
	}
	
#bwa-first .jspTrack {
	height: 100px!important;
	}
	
	
#bwa-first .jspDrag {
	height: 62px!important;
	top: 0px;
	} 

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}