/*
Theme Name: Krokus
Description: Strona dla stowarzyszenia Krokus
Version: 1.00
Author: Grzegorz Batko
Author URI: http://www.softbat.pl/
Tags: PTTK
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #411d81;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Georgia';
	font-weight: normal;
  color: #411D81;
}

h2.tytul{
  padding: 0px 0px 0px 30px;
}
h1.tytul{
  padding: 0px 0px 0px 0px;
  color: #ffffff;
  position:relative;
  top:166px;
  left:20px;
  font-family: 'Constantia';
}
a.tytul{
  color: #ffffff;
  
}
h2.tytul_opis{
  padding: 0px 0px 0px 0px;
  color: #ffffff;
  position:relative;
  top:150px;
  left:832px;
  font-family: 'Constantia'; 
}

pre,
blockquote {
	padding: 15px;
	background-color: rgba(51,51,51,.05);
}
blockquote {
	font-style: italic;
}
html {
	background:url('images/tlo.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.searchform {
padding: 15px 15px 15px 15px;
color: #411D81;
font-size: 24px;
}

.wordpress-hit-counter{
    padding: 15px 30px 15px 15px;
}

body {
	
  color: #5e5e5e;
  font-family: 'Georgia'
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
  background-image:url('images/tlo_cien.png');
  background-repeat:repeat-y;
  background-position:center;
}
table {
	border: 0px solid #603029;
	vertical-align: top;
	font-size: 15px;
	border-spacing: 0px; 
  margin-left:5px;
  margin-right:5px;
}

table.zarzad{
	border: 0px solid #603029;
	font-size: 16px;
	border-spacing: 0px; 
  margin-left:50px;
  vertical-align: middle;
}



th {
	font-weight: normal;
	font-family: 'Georgia', cursive;
	color: #fff;
	background-color: #A3604D;
	font-size: 18px;
}

td {
	border-top: 1px solid #603029;
	padding: 5px 15px 5px 15px;
	margin: 0px;
  vertical-align: middle;
}

tr.naglowek {
	font-family: 'Georgia', bold;
  text-align: center;
}

ol{
  margin-left: 30px;
}

/* =Posts and Pages 
--------------------------------------------------------------*/
a.more-link {
	float: right;
}
.archives-title {
	font-family: 'Georgia', cursive;
	font-size: 24px;
	color: #A3604D;
}


.content {
	float: right;
	width: 751px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
  background: #ffffff;
}
.entry {
	overflow: hidden;
	word-wrap: break-word;
	width: 100%; 
	clear: both;
}
hr,
hr.divider {
	height: 2px;
	border-bottom: 2px dashed #dbcdff;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 90%;
}
p{
  margin: 15px 15px 15px 15px;
  color: #5e5e5e;
  font-family: 'Georgia';
  text-align:justify;
  text-indent:30px;
}

.navigation {
	clear: both;
	width: 97%;
	display: inline-block;
	padding: 0px 15px 15px 15px;
}
.navigation .alignleft,
.navigation .alignright {
	width: 50%;
}
.navigation .alignright {
	text-align: right;
}
.page-template-page-nosidebar-php .content {
	width: auto;
}
.page_title {
	font-family: 'Georgia';
	font-size: 36px;
	color: #411d81;
	padding: 0px;
	margin: 15px 15px 15px 15px;
	line-height: normal;
	position: relative;
	font-weight: normal;
	word-wrap: break-word;
}
.page_title a:link,
.page_title a:visited,
.page_title a:hover,
.page_title a:active {
	color: #411d81;
	margin: 0px 0px -5px 0px;
	font-weight: normal;
}

.post {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.postmetadata {
	font-size: 14px;
	color: #666;
}
.post-date {
	position: absolute;
	width: 50px;
	height: 40px;
	padding: 5px;
	font-size: 25px;
	margin-left: 0px;
	text-align: center;
	line-height: 21px;
	font-family: 'Medula One', cursive;
	text-shadow: 1px 1px 1px #fff;
}
.post-date a {
	width: 100%;
	height: 100%;
	display: block;
}
.post-date a:link,
.post-date a:visited {
	color: #9A6805;
	font-weight: normal;
}
img.post-thumbnail, .attachment-post-thumbnail {
	float:left;
	margin:16px 10px 0 0;
	width:160px;
	height:120px;
}
.post-year {
	clear: both;
	width: 100%;
	display: block;
}
.sticky {
	
}
.wrapper {
	width: 1065px;
	position: relative;
	padding: 0px;
  margin:0 auto;
  /*background: #ffffff;  */
	/*background-color: #fcfbf4;*/
  
}

.strona {
  background: #ffffff;
  width: 1065px;
	margin: 0px;
	padding: 0px;
  background-image:url('images/tlo_menu.png');
  background-repeat:repeat-y;
}
small {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}
/* End Posts and Pages */


/* =Alignment 
--------------------------------------------------------------*/
.aligncenter {
	margin: 0px auto 0px auto;
	display:block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
	width: 100%;
}
/* End Alignment */


/* =Header 
--------------------------------------------------------------*/
.header {
	margin: 0px;
	padding: 0px;
  background:url('images/baner1.jpg');
  height: 334px;
  width: 1065px;
}


.tagline {
	font-size: 24px;
	font-family: 'Trochut', cursive;
	color: #411d81;
	text-align: center;
	margin-bottom: 20px;
	z-index: 10;
	position: relative;
}
.title {
	font-family: Medula One, cursive;
	font-size: 65px;
	position: relative;
	width: 100%;
	line-height: normal;
	text-align: center;
	margin: 5px 0px -8px 0px;
	z-index: 5;
}
.title a:link,
.title a:visited,
.title a:hover,
.title a:active {
	color: #411d81;
	font-weight: normal;
}

.header_linia {
	margin: 0px;
	padding: 0px;
  background:url('images/naglowek_kreska.png');
  height: 12px;
  width: 1065px;
}
/* End Header */




/* =Sidebar 
--------------------------------------------------------------*/
li.widget ul li {
	list-style: none;
}
li.widget ul li a:link,
li.widget ul li a:visited,
li.widget ul li a:hover,
li.widget ul li a:active {
	font-weight: normal;
  color: #411D81;
  margin-left: 15px;
}
.sidebar .widget {
	margin-bottom: 0px;
	display: block;
}
.sidebar h2.widgettitle,
.sidebar h2.widgettitle a:link,
.sidebar h2.widgettitle a:visited {

	margin-left: 15px;
	line-height: normal;
	font-weight: normal;
	color: #411D81;
	font-size: 21px;
	
}
.sidebar {
	float: left;
	width: 299px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
   
}

.sidebar ul {
	padding-left: 0px;
}

/* End Sidebar */


/* =Footer 
--------------------------------------------------------------*/
.colophon {
	font-size: 13px;
	width: 900px;
	text-align: center;
	clear: both;
	padding: 5px;
	margin: 0px auto 30px auto;
}
.colophon a:link,
.colophon a:visited,
.colophon a:hover,
.colophon a:active {
	color: #333;
	font-weight: normal;
}
.footer {
  clear: both;
	width: 1065;
	margin: 0px;
	padding: 0px;
	color: #411d81;
	font-size: 14px;
  width: 1065px;
  height: 40px; 
  background-image:url('images/stopka.png');
  background-repeat:repeat-y;
}

.koniec_strony {
  clear: both;
	width: 1065;
	
}



.footer h2.widgettitle,
.footer h2.widgettitle a:link,
.footer h2.widgettitle a:visited {
	font-family: 'Trochut', cursive;
	line-height: normal;
	font-weight: normal;
	color: #411d81;
	font-size: 28px;
 	border-bottom: 1px solid #411d81;
 	padding: 15px 0px 5px 0px;
 	margin: 0px 0px 5px 0px;
}
.footer .widget {
	margin: 0px 0px 15px 0px;
	width: 100%;
	display: block;

}
.footer p{
  color:#ffffff;
  text-align: right;
  margin: 0px 40px 0px 0px;
  padding:10px 0px 0px 0px;
}
ul.footer-sidebar {
	margin: 0px 15px 0px 15px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	width: 30%;
	float: left;
}
/* End Footer */

/* =Calendar 
--------------------------------------------------------------*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-family: 'Trochut', cursive;
	font-size: 18px;
	color: #603029;
	margin-bottom: 5px;
}
#wp-calendar td {
	border: 0px none;
	text-align: center;
	padding: 2px;
	font-size: 14px;
}
#wp-calendar th {
	text-align: center;
	padding: 2px;
	background-color: #603029;
	color: #fff;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}
/* End Calendar */


/* =Images 
--------------------------------------------------------------*/
.entry img {
	max-width: 630px;
	height:auto;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}	
a img {
	border: none 0px;
}
/* End Images */


/* =Captions 
--------------------------------------------------------------*/
dd.wp-caption-text {
	font-size: 11px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
	max-width: 640px;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 620px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #333;
}
/* End Captions */


/* =Gallery 
--------------------------------------------------------------*/
#gallery {
	margin: auto;
	clear: both;
	position: relative;
}			
#gallery img {
	border: 2px solid #A3604D;
}
#gallery .gallery-caption {
	margin-left: 0;
}
.attachment-thumbnail {
	border: solid 3px #A3604D;
}
/* End Gallery */


/* =Comments 
--------------------------------------------------------------*/
.alt,
tr.alternate {
	background-color: rgba(51,51,51,.05);
}
.avatar {
	float: right;
	margin: 0px 0px 10px 10px;
	border-radius: 5px;
}

cite.fn a {
	font-style: normal;
}
#commentform label {
	display: block;
	width: 200px;
	float: left;
}
#commentform .required {
	display: inline-block;
	margin-left: -5px;
	color: #c4513f;
	font-weight: bold;
}
#commentform .form-allowed-tags {
	color: #666;
	font-size:11px;
}
.commentmetadata,
.commentmetadata a:link,
.commentmetadata a:visited,
.commentmetadata a:hover,
.commentmetadata a:active {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
	font-weight: normal;
}
h3#comments {
	font-family: 'Georgia', cursive;
	color: #5E5E5E;
	font-size: 25px;
  
  margin: 10px 10px 10px 10px;
}
ol.commentlist {
	list-style: none;
	margin: 10px 10px 10px 10px;
	padding: 0px;

}
ol.commentlist ul.children {
	list-style: none;
  
}
li.comment,
li.trackback,
li.pingback {
	padding: 10px;
  margin: 10px 10px 10px 10px;
  border-style: dashed;
  border-color:   #dbcdff;
  background-color: #F6F2FE;
}
.says {
	font-style: italic;
}
.bypostauthor {
	background-color: #f0dcfc;
}
/* End Comments */



/* ---------------------------M E N U-------------------------- */
.moje_menu{
   margin-left: 10px;
}

#moje_menu .menu-item-32 {
height: 48px;
width: 296px;
display: block;
margin-left: 0px;
margin-right: 0px;
padding-left: 18px;
}
#moje_menu .menu-item-32 a {
background: url(images/menu_strona_glowna.png) 0 0px no-repeat;
height: 48px;
width: 296px;
display: block;
text-indent: -9999px
}
#moje_menu .menu-item-32 a:hover {
background: url(images/menu_strona_glowna.png) 0 -48px no-repeat;
height: 48px;
width: 296px;
display: block;
text-indent: -9999px
}

#moje_menu .menu-item-32.current_page_item  a:link{
background: url(images/menu_strona_glowna.png) 0 -48px no-repeat;
height: 48px;
width: 296px;
display: block;
text-indent: -9999px
}
/****/
#moje_menu .menu-item-31 {
height: 54px;
width: 256px;
display: block;
margin-left: 0px;
margin-right: 0px;
padding-left: 18px;
}
#moje_menu .menu-item-31 a {
background: url(images/menu_aktualnosci.png) 0 0px no-repeat;
height: 54px;
width: 256px;
display: block;
text-indent: -9999px
}
#moje_menu .menu-item-31 a:hover {
background: url(images/menu_aktualnosci.png) 0 -54px no-repeat;
height: 54px;
width: 256px;
display: block;
text-indent: -9999px
}

#moje_menu .menu-item-31.current_page_item  a:link{
background: url(images/menu_aktualnosci.png) 0 -54px no-repeat;
height: 54px;
width: 256px;
display: block;
text-indent: -9999px
}

/*****/

#moje_menu .menu-item-30 {
height: 44px;
width: 247px;
display: block;
margin-left: 0px;
margin-right: 0px;
padding-left: 18px;
}
#moje_menu .menu-item-30 a {
background: url(images/menu_zarzad.png) 0 0 no-repeat;
height: 44px;
width: 247px;
display: block;
text-indent: -9999px
}
#moje_menu .menu-item-30 a:hover {
background: url(images/menu_zarzad.png) 0 -44px no-repeat;
height: 44px;
width: 247px;
display: block;
text-indent: -9999px
}


#moje_menu .menu-item-30.current_page_item  a:link{
background: url(images/menu_zarzad.png) 0 -44px no-repeat;
height: 44px;
width: 247px;
display: block;
text-indent: -9999px
}
/****/

#moje_menu .menu-item-29 {
height: 59px;
width: 267px;
display: block;
margin-left: 0px;
margin-right: 0px;
padding-left: 18px;
}
#moje_menu .menu-item-29 a {
background: url(images/menu_kalendarz.png) 0 0 no-repeat;
height: 59px;
width: 267px;
display: block;
text-indent: -9999px
}
#moje_menu .menu-item-29 a:hover {
background: url(images/menu_kalendarz.png) 0 -59px no-repeat;
height: 59px;
width: 267px;
display: block;
text-indent: -9999px
}


#moje_menu .menu-item-29.current_page_item  a:link{
background: url(images/menu_kalendarz.png) 0 -59px no-repeat;
height: 59px;
width: 267px;
display: block;
text-indent: -9999px
}
/****/

#moje_menu .menu-item-28 {
height: 38px;
width: 245px;
display: block;
margin-left: 0px;
margin-right: 0px;
padding-left: 18px;
}
#moje_menu .menu-item-28 a {
background: url(images/menu_galeria.png) 0 0 no-repeat;
height: 38px;
width: 245px;
display: block;
text-indent: -9999px
}
#moje_menu .menu-item-28 a:hover {
background: url(images/menu_galeria.png) 0 -38px no-repeat;
height: 38px;
width: 245px;
display: block;
text-indent: -9999px
}


#moje_menu .menu-item-28.current_page_item  a:link{
background: url(images/menu_galeria.png) 0 -38px no-repeat;
height: 38px;
width: 245px;
display: block;
text-indent: -9999px
}

/****/

#moje_menu .menu-item-27 {
height: 46px;
width: 290px;
display: block;
margin-left: 0px;
margin-right: 0px;
}
#moje_menu .menu-item-27 a {
background: url(images/menu_krokusiacy.png) 0 0 no-repeat;
height: 46px;
width: 290px;
display: block;
text-indent: -9999px
}
#moje_menu .menu-item-27 a:hover {
background: url(images/menu_krokusiacy.png) 0 -46px no-repeat;
height: 46px;
width: 290px;
display: block;
text-indent: -9999px
}


#moje_menu .menu-item-27.current_page_item  a:link{
background: url(images/menu_krokusiacy.png) 0 -46px no-repeat;
height: 46px;
width: 290px;
display: block;
text-indent: -9999px
}
/****/

#moje_menu .menu-item-26 {
height: 41px;
width: 279px;
display: block;
margin-left: 0px;
margin-right: 0px;
padding-left: 21px;
}
#moje_menu .menu-item-26 a {
background: url(images/menu_historia.png) 0 0 no-repeat;
height: 41px;
width: 279px;
display: block;
text-indent: -9999px
}
#moje_menu .menu-item-26 a:hover {
background: url(images/menu_historia.png) 0 -41px no-repeat;
height: 41px;
width: 279px;
display: block;
text-indent: -9999px
}

#moje_menu .menu-item-26.current_page_item  a:link{
background: url(images/menu_historia.png) 0 -41px no-repeat;
height: 41px;
width: 279px;
display: block;
text-indent: -9999px
}

/****/

#moje_menu .menu-item-34 {
height: 47px;
width: 264px;
display: block;
margin-left: 0px;
margin-right: 0px;
padding-left: 25px;
}
#moje_menu .menu-item-34 a {
background: url(images/menu_forum.png) 0 0 no-repeat;
text-indent: -9999px ;
height: 47px;
width: 264px;
display: block;
}
#moje_menu .menu-item-34 a:hover {
background: url(images/menu_forum.png) 0 -47px no-repeat;
text-indent: -9999px;
height: 47px;
width: 264px;
display: block;
}

#moje_menu .menu-item-34.current_page_item  a:link{
background: url(images/menu_forum.png) 0 -47px no-repeat;
text-indent: -9999px ;
height: 47px;
width: 264px;
display: block;
}
/****/

#moje_menu .menu-item-25 {
height: 71px;
width: 281px;
display: block;
margin-left: 0px;
margin-right: 0px;
padding-left: 9px;
}
#moje_menu .menu-item-25 a {
background: url(images/menu_kontakt.png) 0 0 no-repeat;
height: 71px;
width: 281px;
display: block;
text-indent: -9999px
}
#moje_menu .menu-item-25 a:hover {
background: url(images/menu_kontakt.png) 0 -71px no-repeat;
height: 71px;
width: 281px;
display: block;
text-indent: -9999px
}

#moje_menu .menu-item-25.current_page_item  a:link{
background: url(images/menu_kontakt.png) 0 -71px no-repeat;
height: 71px;
width: 281px;
display: block;
text-indent: -9999px
}
/***------------------------------------------------------*/



	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:0px;
		border:0px solid #bae2f0;
		background:#e3f4f9;	
		width:1065px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:1065px;
		background:#fff;		
		margin-bottom:0em;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1065px;
		height:334px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 

		width:0px;
		height:0px;
		position:absolute;
		left:0px;
		top:0px;
		}	
	#nextBtn, #slider1next{ 
		left:1065px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		position:relative;
		width:0px;
		height:0px;

		}	
	#nextBtn a, #slider1next a{ 

		}	
		
	/* numeric controls */	
  ul.slider_ul{

  }
	ol#controls{

		padding:0;
		height:0px;	
		}
	ol#controls li{
		margin:0 0px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:0px;
		line-height:0px;
		}
	ol#controls li a{
		float:left;
		height:0px;
		line-height:0px;
		background:#DAF3F8;
		color:#555;
		padding:0px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* ----------- Album Styles minimalsm -------------*/

.ngg-album-minimalsm {
float:left;
padding-right:6px !important;
margin:10px !important;
text-align:left;
width:220px;
border-style:solid;
border-color:   #dbcdff;
border-style: dashed;
border-width: 1px;
}

.ngg-album-minimalsmbox {
/* background:transparent url(albumset.gif) no-repeat scroll 0%;*/
height:140px;
margin:0pt 0pt 0px !important;
padding: 5px 0px 0px 0px !important;
width:220px;
}

.ngg-album-minimalsmbox .Thumb {

padding:0px !important;
width:120px;
height:90px;
margin-left: 45px;
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
}

.ngg-album-minimalsm h4 {
font-size:15px;
font-weight:bold;
padding-top:0px;
padding-bottom:0px;
margin-bottom:0px;
margin-top:0px;
margin-left: 5px;
width:210px;
text-align: center;
}

.ngg-album-minimalsm p {
font-size:11px;
margin-top:2px;
}

.ngg-album-minimalsm-link{
   margin-left: 5px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 10px;
  margin-top: 3px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #497115; /*#411D81;*/
	display:block;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}