/*
Theme Name: EKB
Description: Domyslny wyglad serwisu EKB
Version: 1.0
Author: Ikeris Sp. z o.o.
Author URI: http://ikeris.com/
*/
@media screen, projection, print {

* { padding:0; margin:0; }
fieldset, img { border:0; }
label, a { cursor:pointer; }
body, textarea, input, table, select { font-size:100%; font-family:"Lucida Grande", Tahoma, Arial, sans-serif; }
option { padding:0 .2em; }
.before, .after { line-height:0; }
.before img, .after img { margin:0 !important; }

#content ul, #content ol, #content dd { margin-left:2em; margin-bottom: 1em; }
h3, h4, h5, h6 { font-size:1em; margin:1em 0; }
p { margin-bottom:1em; }

}
@media screen, projection {

a { color:#005b7f; text-decoration:underline; }
a:focus, a:hover { text-decoration:none; }

hr, #menuLevel1MC h2, #footer h2 { position:absolute; top:0; left:-1000em; margin:0; }

/* page */

body {
	padding-bottom:2em;
	background:#fff url(gfx/bgdPageTop.png) repeat-x 0 0;
	color:#2f2f2f;
}

#page {
	width:45em;
	min-width:750px;
	max-width:95%;
	background:#f5eee6 url(gfx/boxPageMiddle.png) repeat-y 0 0;
	margin:0 auto;
	position:relative;
}

#WAI {
	width:9px;
	height:1000em;
	overflow:hidden;
	background:url(gfx/boxPageMiddle.png) repeat-y 100% 0;
	position:absolute;
	right:0;
	bottom:3em;
	z-index:5;
	text-indent:-100em;
}

/* entry */
.entry{
	padding-top:1em;
	width:40em;
}

/* lanugage menu */

#menuLanguage {
	position:absolute;
	top:166px;
	left:640px;
	z-index:30;
	font-size: .9em;
}

#menuLanguage h2{
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

	#menuLanguage li {
		float:left;
		list-style:none;
		margin-right: .3em;
		padding: 0;
	}

		#menuLanguage li a {
			display:block;
			color: #333;
		}

		#menuLanguage li a:hover img,
		#menuLanguage li a:focus img {
			background-color: transparent;
		}

/* content */

#content {
	position:relative;
	z-index:20;
	padding:0 20px 20px;
	font-size:.83em;
	margin-top:-40px;
}

#content h2 {
	font-size:1.7em;
	font-weight:normal;
	z-index:10;
  margin-bottom:0.5em;
}
	#content h2 a{
		z-index:1;
	}

#content h3{
	font-size:1.2em;
}
#content address{
	font-style:normal;
}

/* header */

#header,
#header-title {
	background:#307acf url(gfx/boxPageTopLeft.png) no-repeat 0 0;
}

	#header h1,
	#header-title h1 {
		height:249px;
		background:url(gfx/boxPageTopRight.png) no-repeat 100% 0;
		position:relative;
		z-index:10;
	}
	#header-title h1 {
		font-size:1.5em;
		font-weight:normal;
		font-family:Georgia,sans-serif;
		font-style:italic;
	}

	#header a,
	#header-title a {
		position:absolute;
		top:59px;
		left:26px;
		z-index:20;
	}
	#header-title a{
		width:420px;
		color: #fff;
		text-decoration:none;
	}

	#header-title a:hover,
	#header-title a:active{
		color:#f0f0f2;
	}
		#header-title a span{
      font-size:2.5em;
      left:5em;
      line-height:1em;
      position:absolute;
      top:0;
		}
		#header-title a em{
			position:absolute;
			top:4.5em;
			left:0;
			font-size:.55em;
			font-smooth:auto;
		}
		#header-title a strong{
			position:absolute;
			top:-100em;
		}

/* footer */

#footer {
	background:#9ccce3 url(gfx/boxPageBottom.png) no-repeat 0 0;
	position:relative;
	font-size:0.7em;
}
	#footer img{
		float:none;
	}

	#fMadeBy {
		padding:265px 15px 0 0;
		background:url(gfx/boxPageBottom.png) no-repeat 100% 0;
		float:right;
		position:relative;
		z-index:20;
	}

		#fMadeBy a {
			color:#2f2f2f;
			text-decoration:none;
		}

		#fMadeBy a:focus,
		#fMadeBy a:hover {
			text-decoration:underline;
		}

	#fCopyrights {
		padding:265px 0 0 15px;
	}

	#fAddress {
		padding:20px 18px 0;
		position:absolute;
		top:0;
		z-index:30;
		width:710px;
	}
		#fAddress #mapadojazdu{
			float: right;
			border:1px solid #333;
			padding:1px;
		}
		#fAddress p address img {
			float: none;
		}

		#fAddress h3{
			font-size: 1.5em;
			padding:0;
			margin:0;
		}
		#fAddress address {
			font-style:normal;
		}

/* main menu */

#menuLevel1MC {
	background-color:#9d0a0e;
	overflow:hidden;
	position:absolute;
	top:161px;
	left:9px;
	z-index:20;
	font-size:0.8em;
	line-height:30px;
	color:#fff;
	zoom:1; /* IE fix */
}

	#menuLevel1M {
		list-style:none;
	}

		#menuLevel1M li {
			background:url(gfx/dotsVerticalWhite.gif) no-repeat 0 50%;
			float:left;
			position:relative;
			right:1px;
		}

			#menuLevel1M li a {
				padding:0 13px;
				color:#fff;
				text-decoration:none;
			}

			#menuLevel1M li a:focus,
			#menuLevel1M li a:hover {
				text-decoration:underline;
			}
/* anim box */
#anim-box {
	padding:0;
	margin:0;
	width: 300px;
	float: right;
}
#anim-box h2{
	position:absolute;
	top:0;
	left:-1000em;
}

	#anim-box img {
		border:1px solid #333;
		margin:0;
		padding:1px;
	}
	#anim-box p {
		margin:0;
	}
	#anim-box ul{
		margin:0;
		padding:0;
	}
		#anim-box ul li h3{
			font-size: 1em;
			font-weight:bold;
			color:#9d0a0e;
			margin:0;
			padding:0;
		}
		#anim-box ul li {
			list-style:none;
			display:none;
			margin-left:1em;
		}
		#anim-box ul li.showing {
			display:block;
		}

/* archives */
#archives{
	margin: 1em 0;
}
	#archives p{
		padding-top:1em;
	}
/* rss */
#rss a{
	padding-left:20px;
	background:url(gfx/icoRSS.png) no-repeat 0 50%;
}

/* tables */
table{
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
	padding: 0;
}
	table caption{
		font-size: 1.3em;
	}
	table tbody tr td{
		padding:.5em;
		border:1px solid #d8d8d8;
		text-align:center;
	}
	table thead tr th{
		padding:.35em;
		border:1px solid #d8d8d8;
		background:#d8d8d8;
	}

/* Map */
#map{
	position:absolute;
	left:25em;
	width:400px;
}

/* Social media buttons */

#bookmarks{
    overflow:hidden;
}

#GooglePlusBox,
#twitterButton,
.twitter-share-button,
#fb-root{
    margin:0 0 0.25em;
}

#fb-root{
    height:24px;
}

/* end screen css */
}
@media print {

/* printer styles */

div, hr { display:none; }

#page, #header, #content, #content div { display:block; }

#page {
	margin:5px 10px;
	position:relative;
	font-size:11px;
	color:#333;
}

	#page * {
		margin:0;
		text-decoration:none;
	}

	a { color:#333; }

	#content {
		margin:0 75px;
		line-height:2em;
		color:#333;
	}

		#content h2 {
			margin-bottom:1em;
			font-size:12px;
			color:#934824;
		}

		#content p {
			margin-bottom:1em;
			text-indent:2em;
		}

}

