@charset "UTF-8";

html {
	overflow-y: scroll;
	min-height: 100%;
}

body {
	background: url('../img/bg0.png');
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #444;
	min-width: 980px;
	margin: 0;
	margin-bottom: 10px;
}

img {
    border: 0;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 20px auto;
	display: block;
}

#header {
	position: relative;
	max-width: 980px;
	height: 48px;
	margin: 0 5px;
	display: block;
}

#title {
	float: left;
}

#icons {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	float: right;
	text-align: right;
	line-height: 20px;
	padding-top: 20px;
}

#icons a {
	color: rgb(66,66,66);
	font-weight: bold;
}

#icons a:hover {
	color: rgb(231, 120, 23);
}

#icons img {
	margin: 0 5px;
	border: 1px solid rgb(200, 200, 200);
}

#icons img:hover {
	margin: 0 5px;
	border: 1px solid rgb(180, 180, 180);
}

a.btn {
  border-radius: 3px;
  text-shadow: 1px 1px 2px #666;
  box-shadow: 0px 1px 3px #666;
  color: #fff;
  font-size: 14px;
  background: rgba(20, 20, 20, 0.6);
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

a.btn:hover {
  background: rgba(20, 20, 20, 0.1);
  color: rgb(231,120,23);
  text-shadow: 1px 1px 2px #fff;
  text-decoration: none;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1.0;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 900px){
  .box{
    width: 80%;
  }
  .popup{
    width: 80%;
  }
}


#search {
	position: relative;
	top: 8px;
	margin-left: 75px;
	font-family: 'Roboto', sans-serif;
	width: 200px;
	border: 1px solid #AAA;
	border-radius: 4px;
	box-shadow: 0px 1px 3px -2px rgb(150, 150, 150) inset;
	background: rgb(243, 243, 243);
	height: 26px;
	padding-left: 5px;
}


#searchform {
	position: relative;
	width: 170px;
	height: 26px;
	background: url(../img/menu/search.png) 0 50% no-repeat;
	padding: 0;
}


#searchform input {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	border: 0;
	background: none;
	float: left;
	width: 200px;
	height: 26px;
	font-size: 13px;
	color: #555;
	padding-left: 15px;
}
*/

#searchform input:hover {
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
}

#info {
	font-family: 'Roboto', sans-serif;
	margin-top: -10px;
	margin-bottom: 20px;
	text-align: center;
}
#infol {
    font-size: 14px;
    width: 50%;
    display:block;
    float: left;
    text-align: left;
}
#infor {
    font-size: 14px;
    width: 50%;
    display:block;
    float: right;
    text-align: right;
}
#info-more {
	font-family: 'Roboto', sans-serif;
	margin-top: -10px;
	margin-bottom: 20px;
	text-align: center;
	margin-bottom: 45px; /* fit */
}
#info-more-left {
    font-size: 14px;
    width: 48%;
    float: left;
    text-align: left;
}
#info-more-right {
    font-size: 14px;
    width: 48%;
    float: right;
    text-align: left;
    margin-bottom: 45px; /* fit */
}

#menu {
	position: relative;
	width: 400px;
	height: 5px;
	padding: 4px;
	border: 1px solid rgba(20, 20, 25, 0.2);
	border-radius: 5px;
	background: none repeat scroll 0% 0% rgba(20, 20, 20, 0.7);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset, 0px 1px 3px rgba(20, 20, 25, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.2) inset;
	margin-top: 45px; /* fit */
	padding-bottom: 45px; /* fit */
}
#menu-l {
	padding: 20px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	background-color: rgb(240, 241, 242);
	border: 1px solid rgba(20, 20, 25, 0.3);
	border-radius: 5px;
	color: rgb(76, 81, 88);
	float: left;
	width: 972px;
}

#main {
	position: relative;
	width: 400px;
	height: 5px;
	padding: 4px;
	border: 1px solid rgba(20, 20, 25, 0.2);
	border-radius: 5px;
	background: none repeat scroll 0% 0% rgba(20, 20, 20, 0.7);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset, 0px 1px 3px rgba(20, 20, 25, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.2) inset;
	margin-top: 45px; /* fit */
	padding-bottom: 45px; /* fit */
}

#main-l {
	padding: 20px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	background-color: rgb(240, 241, 242);
	border: 1px solid rgba(20, 20, 25, 0.3);
	border-radius: 5px;
	color: rgb(76, 81, 88);
	width: 972px;
	text-align: center;
}

a.menu {
	color: rgb(20, 20, 20);
	text-decoration: none;
	border-bottom: solid 1px rgba(20, 20, 20, 0.5);
	margin: 0px 15px;
	padding: 5px;
	font-size: 18px;
}

a.menu:hover {
	color: rgb(231, 120, 23);
	border-bottom: solid 2px rgba(65, 140, 170, 0.5);
	text-decoration: none;
}

#main-b {
	position: absolute;
	padding: 20px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	background-color: rgb(240, 241, 242);
	border: 1px solid rgba(20, 20, 25, 0.3);
	border-radius: 5px;
	color: rgb(76, 81, 88);
	display: block;
	height: 25px;
	padding: 5px;
	width: 960px;
	bottom: 5px;
	line-height: 23px;
	text-align: center;
}

#main-b .links {
	margin-right: 10px;
}

#main-b .links span {
	margin: 0 10px 0 30px;
}

#main-b .links img {
	border: 0;
	position: absolute;
}

#main-b a {
	color: rgb(96, 96, 96);
}

#main-b .links a:hover img {
	color: rgb(231, 120, 23);
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE8 */
}

#main-r {
	//background: rgb(88, 112, 88);
	background-color: rgb(91, 96, 102);
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: rgba(20, 20, 25, 0.3) 20px 0px 20px -10px inset;
	/*box-shadow: rgba(200, 200, 250, 0.3) 20px 0px 20px -10px inset;*/
	color: rgb(146, 151, 158);
	display: block;
	float: left;
	padding: 5px;
	width: 280px;
	height: 100%
}

#footer {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	right: 10px;
	text-align: center;
}

h1 {
font-weight: 400;
font-family: 'Roboto Condensed';
font-size: 36px;
line-height: 36px;
margin: 0;

}

h2 {
font-weight: 400;
font-family: 'Roboto';
font-size: 18px;
line-height: 24px;
margin: 0 0 10px 1px;
}

h3 {
font-weight: 400;
font-family: 'Roboto';
font-size: 12px;
line-height: 18px;
margin: 0 0 10px 1px;
}

h1 {
	color: #666;
}

h2  {
	color: rgb(231,120,23);
	margin-bottom: 10px;
}

.tytul-a {
	color: #666;
	font-weight: 400;
	font-family: 'Roboto Condensed';
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}
.tytul-b {
	color: rgb(231,120,23);
	font-weight: 400;
	font-family: 'Roboto Condensed';
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.tytul-c {
	font-weight: 400;
	font-family: 'Roboto Condensed';
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

h4,h5,h6 {
	font-size: 16px;
	line-height: 16px;
}

a {
	color: rgb(65, 140, 170);
	text-decoration: none;
	font-size: 18px;
}

a:hover {
	color: rgb(231, 120, 23);
	text-decoration: none;
}


.link {
	margin-left: -15px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid;
	border-top-color: #d3d3d3;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}

.font10 {
    font-size: 10px !important;
}

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

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px;
}


*:focus { /* chrome outline */
    outline: 0;
}

a.menu_right:hover{
   color: #666666;
   text-decoration: underline;
}

#fb {
    box-sizing: border-box;
    width: 200px; /* szerokość panelu */
    height: 50px; /* wysokosc */
    position: fixed; /* pozycja stała */
    top: 100px; 
    background-color: #f7f7f7;
    border: 0px;
    right: -200px; /* to samo co szerokość, ale z minusem */
    transition: right 0.4s ease-out;
    text-align: center;
    color: #666666;
    font-family: tahoma, verdana, arial, sans-serif; 
    font-variant: small-caps;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
	z-index: 2;
}

#fb::before {
    content: url('/img/menu/menu_icon/facebook.png'); /* obrazek "uchwytu" */
    position: absolute;
    left: -50px; /* tym ustawiasz pozycję "uchwytu" */
    top: 0px;
    cursor: pointer;
	z-index: 2;
}

#fb:hover {
    right: 0;
	z-index: 2;
}

#blog {
    box-sizing: border-box;
    width: 200px; /* szerokość panelu */
    height: 50px; /* wysokosc */
    position: fixed; /* pozycja stała */
    top: 150px; 
    background-color: #f7f7f7;
    border: 0px;
    right: -200px; /* to samo co szerokość, ale z minusem */
    transition: right 0.4s ease-out;
    text-align: center;
    color: #666666;
    font-family: tahoma, verdana, arial, sans-serif; 
    font-variant: small-caps;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.8;
	z-index: 2;
}

#blog::before {
    content: url('/img/menu/menu_icon/blog.png'); /* obrazek "uchwytu" */
    position: absolute;
    left: -50px; /* tym ustawiasz pozycję "uchwytu" */
    top: 0px;
    cursor: pointer;
	z-index: 2;
}

#blog:hover {
    right: 0;
	z-index: 2;
}

#insta {
    box-sizing: border-box;
    width: 200px; /* szerokość panelu */
    height: 50px; /* wysokosc */
    position: fixed; /* pozycja stała */
    top: 200px; 
    background-color: #f7f7f7;
    border: 0px;
    right: -200px; /* to samo co szerokość, ale z minusem */
    transition: right 0.4s ease-out;
	z-index: 2;
    text-align: center;
    color: #666666;
    font-family: tahoma, verdana, arial, sans-serif; 
    font-variant: small-caps;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}

#insta::before {
    content: url('/img/menu/menu_icon/instagram.png'); /* obrazek "uchwytu" */
    position: absolute;
    left: -50px; /* tym ustawiasz pozycję "uchwytu" */
    top: 0px;
	z-index: 2;
    cursor: pointer;
}

#insta:hover {
    right: 0;
	z-index: 2;
}

#yt {
    box-sizing: border-box;
    width: 200px; /* szerokość panelu */
    height: 50px; /* wysokosc */
    position: fixed; /* pozycja stała */
    top: 300px; 
    background-color: #f7f7f7;
    border: 0px;
    right: -200px; /* to samo co szerokość, ale z minusem */
    transition: right 0.4s ease-out;
	z-index: 2;
    text-align: center;
    color: #666666;
    font-family: tahoma, verdana, arial, sans-serif; 
    font-variant: small-caps;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}

#yt::before {
    content: url('/img/menu/menu_icon/youtube.png'); /* obrazek "uchwytu" */
    position: absolute;
    left: -50px; /* tym ustawiasz pozycję "uchwytu" */
    top: 0px;
	z-index: 2;
    cursor: pointer;
}

#yt:hover {
    right: 0;
	z-index: 2;
}

#biul {
    box-sizing: border-box;
    width: 200px; /* szerokość panelu */
    height: 50px; /* wysokosc */
    position: fixed; /* pozycja stała */
    top: 250px; 
    background-color: #f7f7f7;
    border: 0px;
    right: -200px; /* to samo co szerokość, ale z minusem */
    transition: right 0.4s ease-out;
	z-index: 2;
    text-align: center;
    color: #666666;
    font-family: tahoma, verdana, arial, sans-serif; 
    font-variant: small-caps;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.8;
}

#biul::before {
    content: url('/img/menu/menu_icon/biuletyn.png'); /* obrazek "uchwytu" */
    position: absolute;
    left: -50px; /* tym ustawiasz pozycję "uchwytu" */
    top: 0px;
	z-index: 2;
    cursor: pointer;
}

#biul:hover {
	z-index: 2;
    right: 0;
}

#pfb {
    box-sizing: border-box;
    width: 200px; /* szerokość panelu */
    height: 50px; /* wysokosc */
    position: fixed; /* pozycja stała */
    top: 100px; 
    background-color: #f7f7f7;
    border: 0px;
    left: -200px; /* to samo co szerokość, ale z minusem */
    transition: left 0.4s ease-out;
    text-align: center;
    color: #666666;
    font-family: tahoma, verdana, arial, sans-serif; 
    font-variant: small-caps;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
	z-index: 2;
}

#pfb::before {
    content: url('/img/news/50p/pfb_mini.png'); /* obrazek "uchwytu" */
    position: absolute;
    right: -50px; /* tym ustawiasz pozycję "uchwytu" */
    top: 0px;
	z-index: 2;
    cursor: pointer;
}

#pfb:hover {
	z-index: 2;
    left: 0;
}

#pwbn {
    box-sizing: border-box;
    width: 200px; /* szerokość panelu */
    height: 50px; /* wysokosc */
    position: fixed; /* pozycja stała */
    top: 150px;  
    background-color: #f7f7f7;
    border: 0px;
    left: -200px; /* to samo co szerokość, ale z minusem */
    transition: left 0.4s ease-out;
    text-align: center;
    color: #666666;
    font-family: tahoma, verdana, arial, sans-serif; 
    font-variant: small-caps;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
	z-index: 2;
}

#pwbn::before {
    content: url('/img/news/50p/pwnb_icon.png'); /* obrazek "uchwytu" */
    position: absolute;
    right: -50px; /* tym ustawiasz pozycję "uchwytu" */
    top: 0px;
	z-index: 2;
    cursor: pointer;
}

#pwbn:hover {
	z-index: 2;
    left: 0;
}


#years, #months{
    cursor:pointer;
    }
    .archive_year {
    margin-left: 1em;
    font-size: large;
    font-weight: bold;
    cursor: pointer;
    }
    .archive_month {
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 1em;
    list-style-type: circle;
    font-size: medium;
    cursor: pointer;
    }
    .archive_posts {
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 1em;
    list-style: square url('http://www.webbossuk.com/admin/images/reply-arrow.png');
    font-weight: normal;
    cursor: pointer;
    }
    