/*
 Theme Name:     szybkikontakt
 Theme URI:      http://szybkikontakt.pl/
 Description:    Szablon Podstawowy
 Author:         biuro@szybkikontakt.pl
 Author URI:     mailto:biuro@szybkikontakt.pl
 Template:       szybkikontakt
 Version:        1.0
*/

/* 0. RESET & FONTS
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
* {
	margin: 0;
	padding: 0;
}
.clear{
    clear:both;
}
ul {
    margin-left:20px;
	list-style-type:disc;
}
/* 1. GLOBAL
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
html { 
	background: none;
	margin-left: -1px; 
    overflow-Y: scroll; 
}
/* ---------------- Styl dla czcionki glownej ---------------- */
body {
    font: normal 13px "Calibri", Arial, Tahoma, sans-serif; 
	background: none; 
	color: #19283C; 
	margin:0 auto;
}
/* ---------------- Styl dla linkow głownych ---------------- */
a:link {
   color: #19283C; 
   text-decoration: none;
}
a:visited,
a:active, 
a:hover {
   color: #19283C;
   text-decoration: underline;
}
/* ---------------- Styl dla rozmiaru naglowkow h1, h2, h3, h4, h5, h6 ---------------- */
h1 {
   clear: both; 
   color: inherit; 
   font-weight: bold;
   font-size: 17px; 
}
h2 {font-size: 17px; font-weight:bold;}
h3 {font-size: 17px; font-weight:bold;}
h4, h5, h6 {font-size: 17px;font-weight:bold;}
/* ---------------- Styl dla lini hr ---------------- */
hr{	
    background-color: #dddddd;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}

/* 2. BG-1
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
/* ---------------- Styl dla tla BG 1 ---------------- */
#bg1{
    width: 100%;
    margin: 0 auto;
    background: #fff url("./images/bg1.jpg") no-repeat center top scroll;
    height: 139px;	
}
#header{
    width: 980px;
    margin: 0 auto;	
}
.bg1_logo{float: left; text-align: left; margin: 20px 30px;}
.bg1_ikony{float: right; text-align: right; margin: 10px 30px;}
/* ---------------- Styl dla loga ---------------- */
#logo{position: absolute; margin: 0; padding: 0;}
#logo a{
display: block;
float: left;
width: 433px; 
height: 88px; 
background: url("./images/logo.png") no-repeat;
text-indent: -5000px;
} 
/* ---------------- Styl dla Ikon ---------------- */
.bg1_ikony span.icon{
display: inline-block;
vertical-align: middle;
width: 32px;
height: 32px;
margin-right: 10px;
background: url(./images/home.png) no-repeat left center;
}
.bg1_ikony span.icon2{
display: inline-block;
vertical-align: middle;
width: 32px;
height: 32px;
background: url(./images/email.png) no-repeat left center;
}

/* 3. BG-2
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
/* ---------------- Styl dla tla BG-2 ---------------- */
#bg2{
    width: 100%;
    margin: 0 auto;
    height: 312px;
	background: #fff url("./images/bg2.jpg") no-repeat center top scroll;
}
/* ---------------- Styl dla slidera ---------------- */
#slider{
    margin: 0 auto;
    width: 476px;
	height: 179px;
	padding-left:20px;
	padding-right:484px;
	padding-top:20px;
}

/* 3. BG-2-A
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
/* ---------------- Styl dla tla BG-2-A (aktywny tylko dla szablonu z 3 widgetami w naglowku) ---------------- */
#bg2-a{
    width: 100%;
    margin: 0 auto;
    height: auto;
	background: none;
}
/* ---------------- Styl dla widgetow w naglowku ---------------- */
#main-box-colophon{
  width:940px;
  padding: 20px 20px;
  margin:0 auto;
  font-size:13px;
  color:#fff;
}
.widget-area-b {
    float: left;
	margin: 0px 20px 0 0px;
    width: 300px;	
	background: none;
	min-height:300px;
}
.widget-container-b {
padding:5px 10px 5px 10px;
}
/* ---------------- Styl dla h2 widgetow w naglowku ---------------- */
.widget-area-b h2{
color: #095272;
margin-top: 0px;
margin-bottom: 5px;
}
#main-box-colophon #hthird {
    margin-right: 0;
}
.widget-area-b ul {list-style: none outside none;margin-left: 0;list-style-type:none;margin:0;}
.widget-area-b ul ul{list-style-type:disc;margin-left:20px;}
/* ---------------- Styl dla linkow widgetow w naglowku ---------------- */
.widget-area-b a:link {color: #a3a3a3;}
.widget-area-b a:visited {color: #a3a3a3;}
.widget-area-b a:active, .widget-area a:hover {color: #a3a3a3;}
/* ---------------- Styl dla podkreslenia h3 widgetow w naglowku ---------------- */
.diver_main_box{background: none repeat scroll 0 0 #1D8DBC;margin-bottom: 10px; }
.diver_main_box div{border-top: 4px solid #095272;width: 40px;}

/* 4. BG-3
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
/* ---------------- Styl dla tla BG-3 ---------------- */
#bg3{
    width: 100%;
    margin: 0 auto;
    background: #fff url("./images/bg3.jpg") no-repeat center top scroll;
}
.wrapper{
    width: 940px;
    margin: 0 auto;
    padding: 20px 20px;
}
/* ---------------- Styl dla pola tekstowego ---------------- */
#content {
  float:right;
  width:620px;
}
.entry{
margin-bottom: 20px;
padding: 10px;
text-align:justify;
border-left: 2px solid #19283C;
}
/* ---------------- Styl dla linkow h1 pola tekstowego bloga ---------------- */
.entry h1 a:link{color:#19283C;}
.entry h1 a:visited {color: #19283C;}
.entry h1 a:active, .entry h1 a:hover {color: #19283C;}

.onecolum_page{
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align:justify;
}
/* ---------------- Styl dla h1 pola tekstowego ---------------- */
.entry h1, .onecolum_page h1{
color: #19283C;
margin-top: 0px;
margin-bottom:10px;
}
/* ---------------- Styl dla podkreslenia h1 pola tekstowego ---------------- */
.diver div{border-top: 2px solid #19283C;}
/* ---------------- Styl dla widgetow bocznych (aktywny tylko dla szablonu z bocznymi widgetami) ---------------- */
#sidebar {
  float:left;
  width:300px;
  margin-right:20px;
}
.note{
margin-bottom: 20px;
background: none;
font-size:13px;
color:#19283C;
}
/* ---------------- Styl dla h2 widgetow bocznych ---------------- */
.note h2 {
color: #19283C;
margin-top: 0px;
margin-bottom:10px;
}
/* ---------------- Styl dla linkow widgetow bocznych ---------------- */
.note .wp_widget a:link {color: #19283C;}
.note .wp_widget a:visited {color: #19283C;}
.note .wp_widget a:active, .note .wp_widget a:hover {color: #19283C;}
/* ---------------- Styl dla podkreslenia h2 widgetow bocznych ---------------- */
.diver_s div{border-top: 2px solid #19283C;}
.wp_widget{padding:10px;margin-bottom:10px;}

/* 5. BG-4
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
/* ---------------- Styl dla tla BG-4 ---------------- */
#bg4{
    width:100%;
    margin:0 auto;
    background: #fff;
	height:10px;
}

/* ---------------- Styl dla tla BG-5 ---------------- */
#bg5{
    width:100%;
    margin:0 auto;
    background: #fff url("./images/bg5.jpg") no-repeat center bottom scroll;
	min-height:20px;
}
/* ---------------- Styl dla widgetow w stopce (aktywny tylko dla szablonu z 3 widgetami w stopce) ---------------- */
#footer-widget-area .textwidget{font-size:13px;color:#19283C;}
#footer-widget-area{
margin:0 auto;
width:940px;
padding:20px; 
}
.widget-area {
    float: left;
	margin: 0px 20px 0 0px;
    width: 300px;		
	background: none;
}
.widget-container {
padding:20px 10px;
}
/* ---------------- Styl dla h3 widgetow w stopce ---------------- */
.widget-area h3{
color: #19283C;
margin-top: 0px;
margin-bottom: 5px;
}
#footer-widget-area #third {
    margin-right: 0;
}
.widget-area ul {list-style: none outside none;margin-left: 0;list-style-type:none;margin:0;}
.widget-area ul ul{list-style-type:disc;margin-left:20px;}

/* ---------------- Styl dla linkow widgetow w stopce ---------------- */
.widget-area a:link {color: #19283C;}
.widget-area a:visited {color: #19283C;}
.widget-area a:active, .widget-area a:hover {color: #19283C;}
/* ---------------- Styl dla podkreslenia h3 widgetow w stopce ---------------- */
.diver_f div{border-top: 2px solid #19283C;}

/* 5. BG-6
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
/* ---------------- Styl dla tla BG-6 ---------------- */
#bg6{
    width:100%;
    margin:0 auto;
    background: #fff url("./images/bg6.jpg") no-repeat center top scroll;
    height:34px;
}
/* ---------------- Styl dla tekstu w stopce ---------------- */
#footer{
  width:920px;
  padding-left:30px;
  padding-right:30px;
  margin:0 auto;
  font-size:12px;
  color:#fff;
}
#footer-l{float: left; text-align: left; padding:10px 0 5px 0;}
#footer-r{float: right; text-align: right; padding:10px 0 5px 0;}
/* ---------------- Styl dla linkow w stopce ---------------- */
#footer a:link{color: #fff;}
#footer a:visited {color: #fff;}
#footer a:active, #footer a:hover {color: #fff;}

/* 6. NAVIGATION
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
/* ---------------- Styl dla menu ---------------- */
#main-menu{
    margin: 0 auto;
    width: 980px;
	height: 38px;
    padding: 0;
}
#access {
display : block;
float : left;
margin : 0 auto;
width: 980px;
}
/* ---------------- Styl dla rozmiaru czcionki w menu ---------------- */
#access .menu-header, div.menu {
font-size : 14px;
text-transform: uppercase;
width: 940px;
padding-left:20px;
padding-right:20px;
}
#access .menu-header ul, div.menu ul {
list-style : none;
margin : 0;
}
#access .menu-header li, div.menu li {
float : left;
position : relative;
line-height : 38px;
}
/* ---------------- Styl dla koloru czcionki nieaktywnej w menu ---------------- */
#access a {
color : #fff;
display : block;
white-space : nowrap;
padding : 0 10px;
text-decoration : none;
}
#access ul ul {
display : none;
position : absolute;
top : 38px;
left : 0;
float : left;
width : 180px;
z-index : 99998;
}
/* ---------------- Styl dla szerokosci menu rozwijanego(menu2) ---------------- */
#access ul ul li {
min-width : 180px;
}
/* ---------------- Styl dla szerokosci menu rozwijanego(menu3) ---------------- */
#access ul ul ul {
left : 224px;
top : 0;
z-index : 99999;
}
/* ---------------- Styl dla tla menu rozwijanego(menu2,3) ---------------- */
#access ul ul a {
background : #19283B;
line-height : 1em;
padding : 10px;
width : 204px;
height : auto;
color : #fff;
}
/* ---------------- Styl dla koloru tla i czcionki nieaktywnej w menu po najechaniu kursorem ---------------- */
#access li:hover > a, 
#access ul ul :hover > a {
color : #fff;
background:#414E64;
}
#access ul li:hover > ul {
display : block;
}
/* ---------------- Styl dla koloru czcionki aktywnej w menu ---------------- */
#access ul li.current_page_item > a, 
#access ul li.current_page_ancestor > a, 
#access ul li.current-menu-ancestor > a, 
#access ul li.current-menu-item > a, 
#access ul li.current-menu-parent > a {
color : #fff;
font-weight:bold;
}
/* ---------------- Styl dla koloru tla i czcionki aktywnej w menu po najechaniu kursorem ---------------- */
#access ul li.current_page_item:hover > a, 
#access ul li.current_page_ancestor:hover > a, 
#access ul li.current-menu-ancestor:hover > a, 
#access ul li.current-menu-item:hover > a, 
#access ul li.current-menu-parent:hover > a  {
color : #fff;
font-weight:bold;
background:#414E64;
}

/* 7. Extra Styles
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
/* Comments */
#respond{
	border:solid #eaeaea 1px;
	padding:10px;
	margin-top:30px;
	margin-bottom:10px;
}
#respond #reply-title{
	font-weight:bold;
}
#respond input[type="text"]{
	width:350px;	
}
#respond label{
	display:block;
	font-weight: bold;
	padding-top: 5px;
	width:240px;
}
#respond textarea{
	width:350px;
}

.commentlist {list-style-type: none;margin-left:-0px;}
.commentlist li:last-child, .commentlist ul.children li:last-child{
	border-bottom:solid #ddd 1px;
}
.commentlist li {
	background-color: #fff;
	border:solid #ddd 1px;
	border-bottom:none;
}
.commentlist li.odd{
	background: #f9f9f9;
}
.comment .fn, .comment .fn a{
	font-weight: bold;
}
.comment .reply{
	text-align:right;
}
.comment-reply-link{
	font-style: italic;
	font-size: 11px;
	color: #3F6AA2;
}
.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}
.commentlist .avatar {
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}
.comment-author .says {
}
.comment-body .comment-meta {
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}
.comment-body .comment-meta a {
	font-size: 11px;
}
.comment-body {
	clear: both;
	padding: 10px;
}
.comment-body p {
	clear: both;
}
/** STYLE DZIEDZICZONE Z POPRZEDNIEGO MOTYWU **/
.entry ul, .onecolum_page ul{
	margin-top:5px;
}
.onecolum_page ul li::after, .entry ul li::after{ 
content: ""; 
display: block; 
position: absolute; 
}
.entry ul li, .onecolum_page ul li{ 
padding-left:0px; 
position: relative; 
margin-bottom: 8px; 
line-height:20px; 
}

.entry-tags{
	margin-top:5px;
}
p{
	margin-top:15px;
	line-height:20px;
}
pre{ 
	margin: 15px 0;
	overflow-x: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #F9F9F9;
	border: 1px solid #deded3;
	padding:10px;
	line-height:20px; 
	clear:both;
}
.entry-footer{
	margin:10px auto 0px auto;
	display:table;
}
.entry-footer div{
	display: table-cell;
	text-align:center;
	width:33%;
}
span.icon{
	display:inline-block;
	vertical-align: middle;
	width:20px;
	height:20px;
	margin-right:3px;
}
.entry-date{
	background: url(./images/calendar.png) no-repeat left center;
	padding-left:20px;
	margin-bottom:10px;
}
.entry-cat span.icon{
	background: url(./images/pin.png) no-repeat left center;
}
.entry-comments .icon{
	background: url(./images/comments.png) no-repeat left center;
}
.entry-author .icon{
	background: url(./images/author.png) no-repeat left center;
}
.entry-tags{
	margin-bottom:10px;
	padding-left:10px;
}
.entry-tags .icon{
	background: url(./images/tags.png) no-repeat left center;
}
.blue{padding-left:10px;font-weight:bold; }
.entry-info{
	background: #ffffff;
	border: 1px solid #F6F6F6;
	text-align: center;
	color: #555;
	text-shadow: 0 1px 0 white;
	font-weight: bold;
	border-radius: 3px;
	cursor: pointer;
	line-height:30px;
	display:block;
	width: 90px;
	height: 30px;
	margin: 0 auto;
}
.entry-info:hover{
	color: #d74e39;
}
.more-link{
	margin-top:10px;
	margin-bottom:10px;
	display: block;	
	width:100px;
	text-align:center;
}


/* ---------------- Styl dla wszystkich pol tekstowych formularzy ---------------- */
/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 5px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* ---------------- Styl dla koloru wszystkich przyciskow ---------------- */
.menu-toggle,
.more-link,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: url("./images/button.png");
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
.more-link,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
/* ---------------- Styl dla koloru wszystkich przyciskow po najechaniu ---------------- */
.menu-toggle:hover,
.more-link:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: url("./images/buttonh.png");
}

/* ---------------- Styl dla koloru wszystkich przyciskow aktywnych/nieuzywane ---------------- */
.menu-toggle:active,
.more-link:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: url("./images/buttonh.png");
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {margin: 5px 20px 20px 0;border:none;}
.aligncenter, div.aligncenter {display: block;margin: 5px auto 5px auto;border:none;}
.alignright {float:right;margin: 5px 0 20px 20px;border:none;}
.alignleft {float: left;margin: 5px 20px 20px 0;border:none;}
.aligncenter {display: block;margin: 5px auto 5px auto;}
a img.alignright {float: right;margin: 5px 0 20px 20px;border: 4px solid #FFFFFF;box-shadow: 0 0 5px #888888;}
a img.alignnone {margin: 5px 20px 20px 0;border: 4px solid #FFFFFF;box-shadow: 0 0 5px #888888;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;border: 4px solid #FFFFFF;box-shadow: 0 0 5px #888888;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto;border: 4px solid #FFFFFF;box-shadow: 0 0 5px #888888;}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%;padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;margin: 0;padding: 0 4px 5px;}
/* ----------------Calendar---------------- */
#wp-calendar {
	margin: 0;
	width: 100%;
	line-height: 1.746153846;
	color: #686868;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
    padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}

/* ---------------- Table ---------------- */
table {border-collapse: collapse; border: 1px solid #023E56; width:100%;} 
table td, table th { padding: 5px 10px; }
table tbody td { border-left: 1px solid #023E56;border-bottom: 1px solid #023E56; }
/* ---------------- FB i G+ ------------ */
.community, .community *{
    padding:0;
    margin:0;
    list-style:none;
}
.community{
    position:fixed;
    right:0px;
    top:150px;
    z-index:100;
    list-style:none;
}
.community > li{
    cursor:pointer;
    width:35px;
    height:35px;
    margin-bottom:1px;
    position:relative;
}
.community > li > img{
    border-radius: 5px 0 0 5px;
}
.community > li > div{
    padding:5px;
    background: #fff;
    float:left;
    width:250px; /* szerokosc zakladek */
    height:320px; /* wysokosc zakladek */
    border-radius: 0 0 0 8px;
    position:absolute;
    top:0;
    left:35px;
    z-index:100;
}

.community-google{
    border: solid #cd3c2a 3px;
}
.community-facebook{
    border: solid #0170cf 3px;
}
.community-twitter{
    border: solid #07afee 3px;
}
.community-nk{
    border: solid #2e6391 3px;
}
.community-yt{
    border: solid #e5e5e5 3px;
}


/* ---------------- Header2 ---------------- */
#bg1-1{
    width: 100%;
    margin: 0 auto;
    background: #fff url("./images/bg1.jpg") no-repeat center top scroll;
    height: 121px;	
}
#bg2-2{
    width: 100%;
    margin: 0 auto;
    height: 415px;
	background: #fff url("./images/bg2.jpg") no-repeat center top scroll;
}
#bg3-3{
    width: 100%;
    margin: 0 auto;
    background: #fff url("./images/bg3.jpg") no-repeat center top scroll;
}

.mobile_phone {
position:fixed;
bottom:8px;
margin:0px;
}
.mobile_phone a, .mobile_phone a:hover, .mobile_phone a:visited, .mobile_phone a:active {
    background:#228bc2;
    padding:10px 15px 10px 15px;
    font-weight:700;
    color:#fff;
    border-radius: 3px;       
}

.mobile_phone a:hover {   
    background:#0d5f89; 
    padding:10px 15px;
    font-weight:700;
    color:#fff;
    border-radius: 3px;
}
