/*
Theme Name: Milenium-IT
Theme URI: http://milenium-it.com/
Description: Milenium-IT theme
Version: 1.0
Author: Milenium-IT
Author URI: http://designingreen.net/
Tags: Milenium-IT

*/

/* My own! */
	table.simple-table { 
		border-collapse: collapse; 
		border-spacing: none; 
		border: 1px solid #797979;
		margin: 10px 0;
		width: 100%;
		background: #616161;
	}
	
	table.simple-table td, table.simple-table th { border: 1px solid #797979; }
	
	table.simple-table td.no-padding, table.simple-table th.no-padding { padding: 0; }
	
	table.simple-table td { 
		padding: 3px 5px; 
		vertical-align: middle;
		font-size: 11px;
	}
	
	table.simple-table th { 
		padding: 6px 10px; 
		font-weight: bold; color: #7aaadc; font-size: 12px;
	}
	
	table.simple-table th.description {
		font-size: 11px;
		color: #a0a0a0;
	}
	
	
	.button { display: inline-block; padding: 5px 15px; background: #abb969; border-radius: 10px; color: #fff; 
				-webkit-transition: background 0.3s ease; -moz-transition: background 0.3s ease; -o-transition: background 0.3s ease; transition: background 0.3s ease;
		}
		.button:hover { background: #c2cf86; }

/* Products */
	/* Zamki */
		.table-img { width: 100%; height: 105px; }
		.zamki-standard { background: url('http://milenium-it.com/images/products/zamki/standard.jpg') top center no-repeat; }
		.zamki-zegarki { background: url('http://milenium-it.com/images/products/zamki/zegarek.jpg') top center no-repeat; }
		.zamki-bio { background: url('http://milenium-it.com/images/products/zamki/bio.jpg') top center no-repeat; }

/* Begin Typography & Colors */
html {
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #444 url('images/html_bg.png') top center repeat-x;
	color: #e9e9e9;
	text-align: center;
	}
	
.clear { clear: both; height: 0;  }

#page {
	text-align: left;
	/* background: #252525 url('images/body_bg.png') top center no-repeat; */
	}

#header {
	padding: 6px 0 0 0;
	height: 74px;
	}
	
#topNav { 
	background: url('images/topnav.png') repeat-x left center;
	color: #cdcdcd;
	text-align: right;
	}
	
#topFullNav {
	background: #575757;
	padding: 0px;
	margin: 15px 0;
	width:100%;
	overflow:hidden;
}

#topFullNavList {
	padding: 0;
	margin: 0;
	width: 250px;
	list-style: none;
	float: left;
}

	#topFullNavList li { padding: 0; margin:0; position: relative; font-size: 1.2em; }
	#topFullNavList li.active { background: #f8a555; color: #fff; font-weight: bold; }
	
		#topFullNavList li a { display: block; height: 40px; line-height: 40px; padding: 5px; }
		#topFullNavList li.active a { color: #fff; }
		
		#topFullNavList li img { display: block; float: left; margin-right: 5px; opacity: 0.6; }
			#topFullNavList li.active a img { display: block; float: left; margin-right: 5px; opacity: 1; }
	
		#topFullNavList li a:hover { background: #626262; }
		#topFullNavList li.active a:hover { background: #f8a555; }
			#topFullNavList li.active a:hover img { opacity: 1; }
	
		.slideImg { width: 730px; float: right; height: 200px; background: url('images/slides/milenium-it.jpg') top left no-repeat; }
			#slide_it { background: url('images/slides/it.jpg') top left no-repeat; }
			#slide_instalacje-teletechniczne { background: url('images/slides/teletech.jpg') top left no-repeat; }
			#slide_sieci-elektroenergetyczne { background: url('images/slides/elektryka.jpg') top left no-repeat; }
			#slide_barkody { background: url('images/slides/barkody.jpg') top left no-repeat; }
			#slide_backup-danych { background: url('images/slides/backup.jpg') top left no-repeat; }
			#slide_obsluga-firm { background: url('images/slides/uslugi-it.jpg') top left no-repeat; }
			#slide_systemy-terminalowe { background: url('images/slides/terminale.jpg') top left no-repeat; }
			#slide_aplikacje-dedykowane { background: url('images/slides/aplikacje.jpg') top left no-repeat; }
			#slide_systemy-bezpieczenstwa { background: url('images/slides/alarmy.jpg') top left no-repeat; }
			#slide_okablowanie-strukturalne { background: url('images/slides/okablowanie.jpg') top left no-repeat; }
			
			/* #slide_firma, #slide_wspolpraca, #slide_partnerzy, #slide_certyfikaty, #slide_kontakt { background: url('images/slides/milenium-it.jpg') top left no-repeat; } */
	
	span.arrow-right {  
			border-color: transparent transparent transparent #f8a555;
			border-style: solid;
			border-width: 10px;
			height:0;
			width:0;
			position:absolute;
			top:15px;
			right:-20px; 
		}
	
#logoLink { height: 75px; width: 300px; float: left; display: block;
			background: url('images/logo.png') center no-repeat;
		}
	
#contentWrapper { background: #575757; overflow: hidden; }
	
#content {
	font-size: 1.2em;
	line-height: 1.5em;
	position: relative;
	}

	.imglist a img { opacity: 0.7; }
	.imglist a:hover img { opacity: 1; }
	
div.orangeBox { float: right; padding: 10px; color: #fff; background: #f8a555; max-width: 230px; position: relative; right: -20px; }
	div.orangeBox img { margin: 5px 0; }
	div.orangeBox a { color: #f6f6f6; }
	div.orangeBox a:hover { text-decoration: underline; }

	div.orangeBox ol, div.orangeBox ul { padding:0 0 0 5px !important; margin: 0 0 0 10px; }
	div.orangeBox ol li, div.orangeBox ul li { padding:0 0 0 10px; margin: 0; }

#sidebar ul.subPages { font-size: 1.2em; color: #d7ac83; }
	#sidebar ul.subPages li { list-style: square; }
	#sidebar ul.subPages li.active, #sidebar ul.subPages li.active a { color: #ffb268; }
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.smaller { font-size: 0.9em; }

#footer {
	width: 100%;
	background: #1a1a1a;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.2em; margin: 10px 0px 20px 0;

	}
	
#header h1 {
	text-indent: -9000px;
	font-size: 0px;
	height: 0px;
	display: none;
	}

#header .description {
	font-size: 0px;
	text-align: center;
	text-indent: -9000px;
	display: none;
	}

h2 {
	font-size: 1.6em;
	line-height: 1em;
	color: #eae4d6;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
#sidebar h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.4em;
	margin: 0 0 10px 0px;
	color: #3e3e3e;
	}

h3 {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #d6d0c9;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #aaa;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a, h3 a {
	color: #d7ac83;
	text-decoration: none;
	}

a:hover , h2 a:hover, h3 a:hover{
	color: #efefef;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* =============================================================================== */

#breadcrumb { position: relative; left: 30px; }

#slideshow {
    position:relative;
	display: block; 
    height: 315px;
	width: 710px;
	padding: 0;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0px;
    z-index:8;
	opacity: 0.0;
}

#slideshow img.active {
    z-index:10;
	opacity: 1.0;
}

#slideshow img.last-active {
    z-index:9;
}

#progress_bar { position: absolute; right: 10px; top: 300px; display: block; height: 5px; background: #212121; }


/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	}

#header {
	margin: 0;
	width: 980px;
	position: relative;
	}
	
	div#top_maps { display: block; float: right; width: 400px; height: 100px; padding-top: 15px; padding-right: 20px; display: block; }
		ul.top_maps_list { list-style: none; padding: 0; margin: 0; float: right; }
			ul li.top_maps_map { display: inline; text-align: center; } 
				a#map_krakow { background: url(images/maps/krk_h.gif) 0 0 no-repeat; }
				a#map_rabka  { background: url(images/maps/rabka_h.gif) 0 0 no-repeat; }
				a#map_wwa  { background: url(images/maps/wwa_h.gif) 0 0 no-repeat; }
				a#map_gliwice { background: url(images/maps/gliwice_h.gif) 0 0 no-repeat; }
				
				#header ul li.top_maps_map a { display: block; position: relative; color: #fff; font-size: 9px; width: 70px; height: 80px; opacity: 0.15; filter: alpha(opacity=15); }
				#header ul li.top_maps_map a span { position: absolute; width: 70px; bottom: 0; left: 0; }
				
	div#langbar { position: absolute; right: 0px; top: 0; background: url(images/langbar.png) 0 0 no-repeat; display: block; width: 49px; height: 21px; padding-top: 5px; text-align: center;}
		div#langbar a { float: none; display: inline; height: auto; width: auto; font-size: 9px; font-weight: bold; }
				
div#topNav { 
	height: 41px; width: 980px; padding: 0; 
	}
	
	ul.topNav {     
			float: right;
			height: 24px;
			list-style: none;
			margin: 0;
			padding: 37px 20px 0 20px;
		}
	
		ul.topNav li { display: inline; padding: 0 1px; margin: 0; height: 41px; line-height: 41px;  }
		ul.topNav a { padding: 50px 5px 10px 5px; font-size: 11px; color: #c8c5c2; }
		ul.topNav li.active a { color: #fff; background: #F8A555; }
			ul.topNav a:hover { background: #3b3a39; color: #fff; }
			ul.topNav li.active a:hover { background: #F8A555; }
	
/* Menu lewe */
 
ul#leftNav {
		width: 270px;
		margin: 0 0 15px 0;
		list-style: none; 
		padding: 0px;
		float: left; 
		background: #121212;
	}
	
ul#leftNav li.leftNav_li {
	margin: 0; border-bottom: 1px solid #181818;  position: relative;
	}
	
	ul#leftNav a { outline-style: none; }
	
	ul#leftNav li.leftNav_li a.topLink { padding: 0 0px 0 0px; 
					display: block;
					font-weight: normal; color: #9e9e9e; text-decoration: none; font-size: 1.1em; 
					height: 50px; width: 270px; line-height: 50px;
					background: url('images/button_bg.png') repeat-x top left; }
					
	ul#leftNav li.leftNav_li a.topLink:hover, ul#leftNav li.leftNav_li a.toplink.menuhover:hover  { background: url('images/button_bg_h.png') repeat-x top left; }
	
	ul#leftNav li.leftNav_li a.topLink img { display: inline; float: left; margin: 0 5px 0 10px; }
	ul#leftNav li.leftNav_li a.topLink img.img_hover { display: none; position: absolute; top: 0; left: 0px; }
	
		/* Submenu lewe */
		
		ul#leftNav li.leftNav_li ul { list-style: none; font-size: 11px; margin: 5px 0px; padding: 0 0 0 0px; width: 100%;  }
			ul#leftNav li.leftNav_li ul  li { font-size: 1.1em; padding: 3px 20px 3px 20px; background: url(images/arrow.gif) no-repeat 8px 6px; }
			ul#leftNav li.leftNav_li ul  li:hover { background: #171616 url(images/arrow.gif) no-repeat 8px 6px;  } 
		
		
		ul#leftNav li.leftNav_li ul li.current_page_item { font-weight: bold; background: transparent;   }
		li.current_page_item  a, li.current_page_item  a:hover  { color: #a7702d; }
		
		ul#leftNav li.leftNav_li a.menuhover { background: url('images/menuhover_bg.png') repeat-x top left; }
		
		
/* Menu lewe - KONIEC */

input, textarea { background: #2c2c2c; border: 1px solid #111111; color: #9d9d9d; padding: 3px; }

.narrowcolumn {
	float: right;
	padding: 0 0px;
	margin: 0;
	width: 725px;
	}
	
.padded_content {
	padding: 0 20px; }

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.padded_content .page_entry ul { list-style: disc; padding: 10px 0 0 30px; }
	.padded_content .page_entry ul li { padding: 5px 0px; } 
	
.post, .page_post {
	padding: 10px 0 10px 0;
	text-align: justify;
	}
	
	.post { border-bottom: 1px solid #666; overflow: hidden; width: 100%; }
	.post img { border: 2px solid #444; padding: 0 !important; }
	
	.page_post h2 { color: #e9e9e9; font-family: helvetica;/* font-family: Georgia, Garamond, "Times New Roman", serif; */ font-size: 2.2em; font-weight: normal; }
	
.post-details { display: block; width: 100px; float: left; text-align: right;  }
	.post-details p { font-size: 1.4em; margin: 0 0 0px 0; }
	.post-details a { color: #3e3e3e; }
	.post-details a:hover { color: #fff; }
	
.entry { padding: 0 0 10px 10px; color: #e9e9e9; }


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 0 0 0;
	width: 100%;
	clear: both;
	}

#footer div {
	display: block; 
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	background: #1e1d1d; 
	}
	
	ul.footerlinks { list-style: none; padding: 0; margin: 0; }
		ul.footerlinks li { display: inline; padding-right: 20px; }

table.two_columns td { padding: 10px 50px 10px 20px; }

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	}

h2 {
	margin: 15px 0 0;
	}
	
.entry h2 {
	margin: 5px 0 0;
	}
.entry h2 a { 
	color: #D7AC83;
	}
	
.entry h2 a:hover { color: #fff; }

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4 { color: #c0bdb9; }

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.padded_content .page_entry ul.no-list { list-style: none; overflow: visible; padding: 10px 0px; margin: 5px 0px; }
.padded_content .page_entry ul.no-list li { list-style: none; overflow: visible; padding: 10px 0px; margin: 5px 0px; min-height: 80px; }

 ol {
	padding: 0 0 0 35px;
	margin: 20px 0;

	}

ol li {
	margin: 0 0 0 10px;
	padding: 10px 0px 10px 0px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.padded_content ul, .padded_content ul ol {
	margin: 0;
	padding: 0;
	}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0px 20px 0px;
	margin: 0px;
	width: 250px;
	float: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 5px;
	padding-left: 45px;
	background: url(images/quote.png) 0 0 no-repeat;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}
	
	#sidebar hr { display: block; margin: 5px 10px; height: 1px; border: none; color: #696969; background: #696969; }

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */

.serwisy_internetowe { border-collapse: collapse; border: 0px; text-align: justify; }
.serwisy_internetowe td { padding: 8px; width: 33%; vertical-align: top; }

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

