body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: 'Verdana', sans-serif;
	font-size: 13px;
	color: #3B3B3B;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: 'Verdana', serif;
	font-weight: normal;
	color: #F6B300;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color:black;
}

a:hover {
  color:rgb(247,179,0);
}

.blackie{
 color:#000000;
}
.blackie a{
 color:#000000;
}


/* Header */

#header-wrapper {
	
}

#header {
	clear: both;
	margin: 0px auto;
  max-width: 1000px;
}

#header img {
  max-width: 90%;
  padding:10px 0px;
}

/* Logo */

#logo {
	margin: 0px;
	padding: 10px 0px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 49px;
	color: #323030;
	letter-spacing: -2px;
}

#logo span {
	color: #F6B300;
}

#logo p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Verdana', serif;
	color: #3B3B3B;
}

#logo p a {
	color: #3B3B3B;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #323030;
}

/* Search */

#search {
	width: 320px;
	height: 60px;
	padding: 0px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 250px;
	outline: none;
	background: #F5F0E7;
	border: 1px solid #D7D0C0;
	padding: 10px;
	border-radius: 8px;
	text-transform: lowercase;
	font-family: 'Verdana', sans-serif;
	color: #454545;
}

#search-submit {
	width: 62px;
	height: 22px;
	display: none;
	border: none;
	color: #FFFFFF;
}

/* Menu */

#menu-wrapper {
  display: block;
	overflow: hidden;
	height: 56px;
	background: #3E282A;
	border-top: 1px solid #3D2729;
}   

@media only screen and (max-width: 768px) {

    #menu-wrapper {
        display: none;
    }
    #header {
        text-align:center;
    }
}

#menu {
	max-width: 1000px;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
}

#menu ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-right: 1px solid #543E40;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	margin: 0px 10px;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Verdana', serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #F6BA00;
	border-radius: 8px;
	text-decoration: none;
	color: #3D2729;
}

#menu .current_page_item a {
	background: #F6BA00;
	border-radius: 8px;
}

#menu-wrapper2 {
	overflow: hidden;
	height: 24px;
	background: #F1EDE4;
	border-top: 5px solid #E7DFD7;
}

#menu2 {
	max-width: 1200px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
}

#menu2 ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;

}

#menu2 li {
	float: left;
  color: #000000;
}

#menu2 a {
	display: block;
	margin: 4px 10px;
	padding: 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: 'Verdana', serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	border: none;
}

#menu2 a:hover, #menu .current_page_item a {
	text-decoration: underline;
}

/* Page */

#page {
	overflow: hidden;
	max-width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
}

/* Content */

#content {
	float: right;
	max-width: 100%px;
}

.post {
	margin-bottom: 15px;
	padding: 30px 40px;
	border: 1px solid #E7DFD7;
	border-radius: 8px;
	background-color:#F8F7F3;
}

@media only screen and (max-width: 768px) {
.post {
  margin-bottom: 15px;
	padding: 10px 10px;
	border: 1px solid #E7DFD7;
	border-radius: 8px;
	background-color:#F8F7F3;
}
}




.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	font-size: 24px;
  color:#000000;
}
@media only screen and (max-width: 768px) {
.post .title {
	font-size: 18px;
}
}
.post .title a {
	border: none;
	color: #3D2729;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}



.button
{
	padding: 10px 25px;
	background: #3E282A;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 40px 30px 0px 30px;
	color: #787878;
	border: 1px solid #E7DFD7;
	border-radius: 8px;
	background: #F1EDE4;
	margin-bottom: 20px;
	background-image:url('images/menu_150dpi.png');
	background-repeat:no-repeat;
}

#sidebar ul {
	margin: 0;
	padding-top: 30px;
  padding-left: 0px;
	list-style: none;
 	padding-bottom: 50px;
}


#sidebar li {
	border-bottom: 1px solid #E7DFD7;
	margin: 0px 0px;
	padding: 10px 0px;
	border-left: none;
}

#sidebar li a {
	color: #3B3B3B;
}

#sidebar li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding-bottom: 20px;
	font-size: 1.8em;
	color: #3D2729;
}

#sidebar p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar2 {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 40px 30px 0px 30px;
	color: #787878;
	border: 1px solid #E7DFD7;
	border-radius: 8px;
	background: #F1EDE4;
	margin-bottom: 20px;	
	background-image:url('images/cz2y_150dpi.png');
	background-repeat:no-repeat;	
}

#sidebar2 ul {
	margin: 0;
	padding-top: 30px;
  padding-left: 0px;
	list-style: none;
 	padding-bottom: 50px;
}


#sidebar2 li {
	border-bottom: 1px solid #E7DFD7;
	margin: 0px 0px;
	padding: 10px 0px;
	border-left: none;
}

#sidebar2 li a {
	color: #3B3B3B;
}

#sidebar2 li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar2 h2 {
	padding-bottom: 20px;
	font-size: 1.8em;
	color: #3D2729;
}

#sidebar2 p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

#sidebar2 a {
	border: none;
}

#sidebar2 a:hover {
	text-decoration: underline;
}

#sidebar3 {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 40px 30px 0px 30px;
	color: #787878;
	border: 1px solid #E7DFD7;
	border-radius: 8px;
	background: #F1EDE4;
	background-image:url('images/cnw_150dpi.png');
	background-repeat:no-repeat;	
}


#sidebar3 ul {
	margin: 0;
	padding-top: 30px;
  padding-left: 0px;
	list-style: none;
 	padding-bottom: 50px;
}

#sidebar3 li {
	border-bottom: 1px solid #E7DFD7;
	margin: 0px 0px;
	padding: 10px 0px;
	border-left: none;
}

#sidebar3 li a {
	color: #3B3B3B;
}

#sidebar3 li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar3 h2 {
	padding-bottom: 20px;
	font-size: 1.8em;
	color: #3D2729;
}

#sidebar3 p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

#sidebar3 a {
	border: none;
}

#sidebar3 a:hover {
	text-decoration: underline;
}
/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
  clear: both
	padding: 0px 0 15px 0;
  margin-bottom:15px;
	background-color: white;
	border-top: 5px solid #E7DFD7;
	font-family: 'Verdana', serif;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
}
#footer a:hover {
	color: #666666;
}
.copy {
  padding-top:10px;
  margin-bottom:0;
  padding-bottom:0;
  color: #000000;
}

#banner {
	max-width: 1000px;
	margin: 0px auto;
}

#banner img
{
	border-radius: 8px;
	z-index:-1;
	position:relative;
	left:0px;
	top:0px;
  max-width:100%;
}

.emailb
{
	position:relative;	
	z-index:0;
	text-align:left;
	bottom:60px;
  left:650px;
  font-size: 20px;
	
}



@media only screen and (max-width: 768px) {
.emailb
{
	position:static;
}
#banner {
	width:100%;
  text-align:center;
	margin: 0px auto;
}
}
.emailb:hover
{
	text-decoration: underline;
}

input,textarea,select {
	width: 300px;
	border: 1px solid #E7DFD7;
	font: 1em Verdana; 
	color:#3B3B3B;
} 

input:focus,textarea:focus,select:focus {
	border: 1px solid #3B3B3B;
	font: 1em Verdana; 
	color:#3B3B3B;
}

blockquote {
	border-left:2px solid #680000;
	color:#680000;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:20px 0 20px 10px;
	padding:0 10px 0 10px;
	text-align: justify;
}

.links {
	display: inline-block;
	height: 30px;
	padding: 30px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
}  
.links{	
  color: #3B3B3B;	
  text-decoration: none;	
  -webkit-filter: grayscale(1);	
  float: left; 	
  margin-top: 50px;	
  margin-right: 45px;	
  filter: grayscale(100%);
}  
.links:hover{	
  color: #F6B300;	
  filter: none;	
  -webkit-filter: grayscale(0);
}

.links_new{
	display: inline-block;
	height: 150px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
  border-radius: 8px;
	font-weight: normal;
  color: #3B3B3B;	
  text-decoration: none;	
  -webkit-filter: grayscale(1);	
  float: left; 	
  margin-top: 5px;	
  margin-right:10px;	
  filter: grayscale(100%);
}  
.new_h3{
	font-size: 21px;
  color: #000000;	
  letter-spacing: -1px;
}
.new_h3:hover{
  color: #F6B300;	
}

.links_new:hover{	
  color: #F6B300;	
  filter: none;	
  -webkit-filter: grayscale(0);
}
.links_zaj{	
  height:133px;
  color: #3B3B3B;
  padding-top:5px;	
  text-decoration: none;	
  -webkit-filter: grayscale(1);	
  float: left; 	
  margin-top:5px;
  margin-right:10px;	
  filter: grayscale(100%);
}
.h3-glowna{
	font-size: 22px;
  text-align: center;
  color: #000000;
  font-family: "Verdana",serif;
  font-weight: normal;
  letter-spacing: -2px;
  margin: 0px 0px 15px 0px;
  padding: 0;
  text-transform: uppercase;
}
.right{
  width: 64%; 
  float: right;
}
.left{
  width: 33%; 
  float: left;
} 
.zajawka{
height:25px;margin-top:0px;margin-right:10px;padding-top:0px;
}


@media only screen and (max-width: 768px) {
 .right{
  width: 100%; 
  float: none;
}
 .left{
  width: 100%;  
  float: none;
}
 #sidebar{
  display: none;
}
 #sidebar2{
  display: none;
}
 #sidebar3{
  display: none;
}
.new_h3{
  font-size: 18px;
  color: #000000;	
  letter-spacing: -1px;
  margin-bottom: 10px;
}
#menu-wrapper2 {
	height: 220px;
  padding:3px 10px;
}
#menu2 a{
  font-size:16px;
}
.links_new{
float:left;
}
}


.clearfix:before, .clearfix:after { content: ""; display: none; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.page-navigation{
 .display:none;
}
.back1 {
	min-height:60px;
	background-image: url("https://www.solidnepisanie.pl/images/menu_150dpi.png");
  background-repeat: no-repeat, repeat;
  background-color: rgb(241,237,228);
  border-radius:8px;
  margin-bottom:5px;
  display:none;

}
.back2 {
	min-height:60px;
	background-image: url("https://www.solidnepisanie.pl/images/cz2y_150dpi.png");
  background-repeat: no-repeat, repeat;
  background-color: rgb(241,237,228);
  border-radius:8px;
  margin-bottom:5px;
  display:none;
}
.back3 {
	min-height:60px;
	background-image: url("https://www.solidnepisanie.pl/images/cnw_150dpi.png");
  background-repeat: no-repeat, repeat;
  background-color: rgb(241,237,228);
  border-radius:8px;
  margin-bottom:5px;
  display:none;
}
nav ul {
	list-style:none; 
	padding:0; 
	margin:0; 		
	font-size:0;
	display: block;		
}
nav ul li {
	display: inline-block;		
	max-width:100px;
	min-width:15%;
	text-align:center;
}	
nav ul li a {
	font:bold 14px/60px 'Verdana', sans-serif;
	color:#000;
	height:60px;
	display: block;
	text-decoration: none;		
}
nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
	background: rgb(241,231,103); /* Old browsers */
	color:#333;
	box-shadow:-4px 0 3px -3px rgba(0, 0, 0, 0.6) inset,4px 0 3px -3px rgba(0, 0, 0, 0.6) inset;
}

#input-toggle {
	opacity:0;
	position: absolute;
	top:0;
	left:0;
}
#input-toggle2 {
	opacity:0;
	position: absolute;
	top:0;
	left:0;
}
#input-toggle3 {
	opacity:0;
	position: absolute;
	top:0;
	left:0;
}
.navigation-toggle { 
	display:none;
	width:44px; 
	height:33px; 
	margin:5px; 
	text-align:right; 
	border-radius:4px; 
	border:1px solid #404040; 
	color:#FFFFFF; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 
	padding-top:10px; 
  position:relative;
  float:right;
  z-index:1;
	cursor:pointer; 
}

.navigation-toggle span { 
	background-color: #000; 
	border-radius: 1px 1px 1px 1px; 
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
	display:block; 
	height:2px; 
	width:18px; 
	margin:4px auto; 
}

nav ul {
	margin-top:55px;
	overflow: hidden;				
	max-height:0;
	transition:max-height 0.35s ease 0s;
	-webkit-transition:max-height 0.35s ease 0s;
	-moz-transition:max-height 0.35s ease 0s;
}
nav #input-toggle:checked + ul {
	max-height:500px;
}
nav #input-toggle2:checked + ul {
	max-height:800px;
}
nav #input-toggle3:checked + ul {
	max-height:500px;
}
nav ul li {
	border:0;
	width:100%;
	max-width: 100%;
	min-width:0;
}



@media only screen and (max-width: 768px) {

.back1 {display:block;}
.back2 {display:block;}
.back3 {display:block;}
.navigation-toggle{display:block;}
.page-navigation{display:block;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.responsive-image {max-width:90%;}
}