@font-face { 
font-family: CraftGothic; src: url('CraftGothic-LightCondensed.otf'); 
src: url('craftgothic-lightcondensed-webfont.eot'); /* IE9 Compat Modes */
src: url('craftgothic-lightcondensed-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('craftgothic-lightcondensed-webfont.woff') format('woff'), /* Modern Browsers */
     url('craftgothic-lightcondensed-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('craftgothic-lightcondensed-webfont.svg#craft') format('svg'); /* Legacy iOS */
} 


@font-face { 
font-family: CraftGothic2; src: url('CraftGothic-Condensed.otf'); 
src: url('craftgothic-condensed-webfont.eot'); /* IE9 Compat Modes */
src: url('craftgothic-condensed-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('craftgothic-condensed-webfont.woff') format('woff'), /* Modern Browsers */
     url('craftgothic-condensed-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('craftgothic-condensed-webfont.svg#craftnr') format('svg'); /* Legacy iOS */
} 

@font-face {
    font-family: 'zekton';
    src: url('zekton_rg.eot');
    src: url('zekton_rg.eot?#iefix') format('embedded-opentype'),
         url('zekton_rg.woff2') format('woff2'),
         url('zekton_rg.woff') format('woff'),
         url('zekton_rg.ttf') format('truetype'),
         url('zekton_rg.svg#zektonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face { font-family: Open; src: url('OpenSans-Light.ttf'); } 
@font-face { font-family: OpenBold; src: url('OpenSans-Bold.ttf'); } 


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
a img {border: none;}


/* 
   Główne 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #4c4d4f;
	color: #334;
	line-height: 1.5;
}

.menukub {
font-size:12px;
font-family:zekton;
letter-spacing: 2px;
}
.menukub2{
font-size:16px;
font-family:zekton;
font-weight:bold;
color:#FFF;
}
.menukub3{
font-size:16px;
font-family:zekton;
font-weight:bold;
color:#f26522;
}
.menukub4{
font-size:10px;
font-family:zekton;
font-weight:bold;
color:#f26522;
}
.fiesta {
padding-top:20px;
margin-left:-20px;
}

.azoty {
display:inline;
vertical-align:middle;
}

.pirelli {
display:inline;
vertical-align:middle;
}

.omp {
display:inline;
vertical-align:middle;
}

/*
	Scroll
------------------------------------------------------------------- */

/* Scroll */

#kariera_scroll
		{
			width: 800px;
			height: 177px;
			position: relative;
		}
		
		#kariera_scroll div.scrollableArea img
		{
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}


/*
 
   Typografia 
------------------------------------------------------------------- */

/* Headingsy */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}

h2 {
	color: #000;
	font: 1.5em CraftGothic2, sans-serif;
}

h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

.podpis{
	padding-left: 5px;
	color: #FFF;
	font: 12px Open, sans-serif;
	vertical-align: 0px;

}

.podpis2{
	padding-left: 15px;
	color: #FFF;
	font: 12px Open, sans-serif;
	vertical-align: 0px;

}

.red{
	color: #f26522;
}

.blue{
	color: #4a66b7;
}

.kreska {
	border-top: 2px solid #cecece;
}

.mich{
	margin-left: 20px;
}

.lot{
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
}

/* Linki */

a:focus,a:hover {color: #000;
}
a {
	color: #000;
}

a.more {
	color: #000;
	font-weight: bold;
}
a.more:hover {color: #000;
	text-decoration: none;
}


/* Texty */

p {margin-bottom: 1em;
	padding-top: 20px;
	font: 17px CraftGothic, sans-serif;
	text-align: justify;
}


/* Listy */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Inne */
.hidden {display: none;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}
.center_img {text-align: center;}


/* 
   Alignmenty 
------------------------------------------------------------------- */

/* Główne */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Foto */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floatsy */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.left_img {float: left;
	margin-right: 15px;
	padding-bottom: 15px;
	margin-top: 4px;
}

.left_img_partnerzy {float: left;
	margin-right: 12px;
	padding-bottom: 10px;
	margin-top: 100px;
	margin-bottom: 200px;
}

.logos_center{
	margin: 30px auto 20px;
}

.logo{
	margin-top: 5px;
	border-bottom: 1px solid #cdcdcd;
}

.right_img {float: right;
	margin-top: 40px;
}


.zero{
color: #FFF;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 30px;
	font: 12px/15px Open, sans-serif;
	text-align:left;
}

.dane{
color:#fff;
	margin-top: 0;
	padding-top: 0;
	font: 12px Open, sans-serif;
}

.dane_auto{
	margin-top: 0;
	font: 12px Open, sans-serif;
	padding-top: 10px;
}

.autograf_p{
		font: 12px Open, sans-serif;
		padding-right: 520px;
}

.bold{
		font: 12px OpenBold, sans-serif;
}

.bold_auto{
	font: 12px OpenBold, sans-serif;
	padding-top: 10px;
	color:#f26522;
}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Separatory 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 20px 0;}
.archive-separator {margin: 10px 0;}


/* 
   Postsy
------------------------------------------------------------------- */

.post a {text-decoration: none;}
.post a:hover {text-decoration: none;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
	color: #777;
	margin: 2px 0 10px;
}
.post-date a {color: #444;}

.post-title h1, .post-title h2, .post-title h3 {
	padding-bottom: 5px;
}
.post-down {
padding-top:10px;
}
.face {
margin-top:28px;
}
.post-meta {
	background: #F6F6F6;
	border: 1px solid #DDD;
	color: #777;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;
	font-weight: normal;
	font-style: normal;
}

.post-body {font-size: 1.1em;}
.post-body a {color: #039;}
.post-body a:hover {color: #039;
	font-weight: normal;
	font-style: normal;
}

.post-body img.left, .post-body img.right {margin-bottom: 1em;}



/* Archives */
.archive-pagination {margin-bottom: 16px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post-title .post-date {margin: 0;}
.archive-post-title {padding-top: 4px;}
.archive-post-day {font: normal 1.6em Georgia,serif;}


/* 
   Layout 
------------------------------------------------------------------- */

/* Główne */
.center-wrapper {
	margin: 0 auto;
	width: 800px;
	text-decoration: none;

}

//*.linie-wrapper {
	background: url(../images/linia.png) no-repeat 250px 156px;

}*//

.linia_auto-wrapper {
	background: url(../images/linia_auto.png) no-repeat 560px 147px;

}

.autograf-wrapper {
	background: url(../images/autograf_big.png) no-repeat 70px 260px;
	padding-bottom: 190px;
}

.autokb{
	background: url(../images/auto-01.jpg) no-repeat 170px bottom;
}

.center-wrapper a {
	text-decoration: none;
	color: #FFF;
}

/* Menu */

#network {background: #f26522;
	font: 1.6em;
	font-family: CraftGothic, sans-serif;
	color: #666666;
}
#network .left {
	color: #333;
	padding: 6px 0;
	color: #666666;

}

#network .right {
	color: #333;
	padding: 6px 0;
	color: #666666;
	font-weight: normal;
	font-style: normal;
}
#network .tabbed a {
	display: block;
	padding: 6px 5px 7px;
	text-decoration: none;
	color: #666666;

}
#network li a:hover {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#network li.current-tab a {
	color: #666666;
	background: #FFF;
	text-decoration: none;
}
#network .text-separator, #network span {color: #666666;
	font-weight: normal;
	font-style: normal;
}


/* Header */

#header {margin-bottom: 0px;}

/* Tytuł */
#site-title {
	font: normal 1.6em serif;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #CCC;
}
#site-title span {color: #999;}
#site-title a {
	color: #000;
	text-decoration: none;
}


/* Nawigacja */

#navigation {margin-bottom: 24px;}
#navigation a {
	display: block;
	text-decoration: none;
}

/* Tabsy */
#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  list-style: none;
	font: 1.0em CraftGothic2, sans-serif;
	padding: 6px 0 0;
}

#tabs li {
  float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#tabs a {
  position: relative;
  float: left;
  text-decoration: none;
  color: #fff;
	padding: 2px 2px 4px;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  background: none;
  color:#f26522;
}


#tabs a:focus {
  outline: 0;
}

#tabs a::after {
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}

#tabs #current a,
#tabs #current a::after {
  z-index: 3;
  color: #F26522;
	font-size: 10px;
}

#content {
    background: #4c4d4f;
    height: 170px;
    position: relative;
    z-index: 2;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 2px;
	border-top: 1px solid #cccccc;
}

/* Nawigacja cd. */

#main-nav a {
	color: #888;
	font-size: 1.5em;
	padding: 9px 14px;
}
#main-nav li {background: url('img/navigation-separator.gif') no-repeat left center;}
#main-nav li:first-child {background: none;}
#main-nav li.current-tab a, #main-nav a:hover {color: #002;
	font-weight: normal;
	font-style: normal;
}
#main-nav li.current-tab a {background: url('img/navigation-arrow.gif') no-repeat center bottom;}


/* Mainy */

.main {margin-bottom: 0px;}

.main#main-three-columns {background: url('img/main-thre-columns.gif') repeat-y right top;}
.main#main-three-columns .sidebar {width: 231px;}
.main#main-three-columns #main-left {width: 249px; background-color:#FFF;}

.main#main-two-columns {background: url('img/main-two-columns.gif') repeat-y right top; }
.main#main-two-columns .sidebar {width: 220px;}
.main#main-two-columns #main-left {width: 540px;}

.sidebar a {text-decoration: none;}
.sidebar a:hover {text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#sidebar-1 {margin-left: 44px; position:relative; top:10px;
}
#sidebar-2 {margin-left: 44px; position:relative; top:10px;}
#sidebar-3 {margin-left: 40px;}


/* Columnsy */
.col3 {width: 32%;}
.col3-mid {margin-left: 2%;}

/* Sidebary */

#sidebar-wrapper {}
#sidebar {}


/* Sidebary sekcje */
.section {margin-bottom: 16px;}
.section-title {
	background-color: #F2F6FA;
	border-top: 2px solid #ABC;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

.network-section .section-title {
	background-color: #F6F6F6;
	border-color: #D6D6D6;
}


/* Footer */

#logosy {
	padding-top: 80px;
	padding-left: 0;
	padding-right: 0;
}

#logosy2 {
	margin-top: -25px !important;
	padding-left: 0;
	padding-right: 0;
}
#logosy3 {
	margin-top: -15px !important;
	padding-left: 0;
	padding-right: 0;
}
#footer {padding: 10px 0;
	background-color: #4c4d4f;
	background-repeat:no-repeat;
	background-position:50% 10px;
}
#footer a {
	color: #579;
	text-decoration: none;
}
#footer .right, #footer .right a {
	color: #999;
	text-decoration: none;
}
#footer .text-separator {
	padding: 0 0px;
	color: #BBB;
}
#footer a:hover {color: #000;
	font-weight: normal;
	font-style: normal;
}



/* 
   Brakujace klasy
------------------------------------------------------------------- */

/* Ramki */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Marginesy */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Paddingi */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single line IE fix */
* html #sub-nav, * html .section-title, * html .main {height: 0.01%; min-height: 0.01%;}
