/* 
Lightbox Project page styles
Author: Lokesh Dhakar http://www.huddletogether.com
Table of Contents:
layout
typography

*/




/* layout
----------------------------------------------- */

*{
margin: 0;
padding:0;
}

body{
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Arial Narrow",Tahoma,Arial,sans-serif;
	font-size: 11pt;
	color: #fff;
	background: #242A4A url(../img/tlo.gif) center top repeat-y;
	text-align: center;/* centers content in IE5.5 and earlier */
	word-wrap: break-word;/* breaks long words in IE, prevents float drops */

} 

#wrapper{
width: 689px;
padding: 0px 20px 0px 50px;
margin: 0 auto;
text-align: left;
background: #242A4A url(../img/tlo.jpg) left -110px no-repeat;
/*background: #242A4A url(tlo.jpg) left top no-repeat;*/
}

	#navcontainer {
	padding-top: 80px;
	width: 200px;
	color: #AFB5C0;
	}
	
	#navcontainer h2 {
		margin: 30px 0 20px 0;
		text-align:center;	
	}
	
	#navcontainer ul
	{
	margin: 55px 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	}
	
	#navcontainer li
	{
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	}
	
	#navcontainer ul li a
	{
	color:#939BAB;
	display: block;
	width: 180px;
	padding: 10px 5px 10px 30px;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #343C5A;
	
	
	}
	
	#navcontainer ul li a:link, #navcontainer ul li a:visited
	{
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	#navcontainer ul li a:hover
	{
	border-bottom: 1px solid #939BAB;
	background: url('../img/tlo_menu.gif') left top no-repeat;
	color: #fff;
	}
	

	/* selected states */
	#navcontainer ul li a#current
	{
	font-weight: bold;
	color: #fff;
	background-color: #343C5A;
	border-bottom: 1px solid #939BAB;
	}
	

	#navcontainer p
	{
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	display: block;
	width: 180px;
	margin-top: 15px;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 100%;
	}
	
	#navcontainer p big
	{
		line-height: 130%;
		letter-spacing: -1px;
		font-size: 18px;
		color: #DFE1E6;
		
	}
	
	.logo {
	text-align: left;
	padding: 0;
	margin:0;
	margin-top: 100px;
	padding-left: 480px;
	}
	
	.tresc {
	width: 380px;
	float: right;
	margin: 120px 0 0 0;
	padding: 0;
	}

	.logo img {
	border: 10px solid #23100C;
	}
	
	#kontakt {
		clear:both;
		display:block;
		margin:0px 0px;
		color: #C8D8FB;
		padding: 10px 20px 20px 0px;
		font-size: 14px;
	}
	
	#kontakt big {
		font-size: 26px;
		letter-spacing: -2px;
		margin-bottom: 20px;
	}
	
	#kontakt input, #kontakt textarea  {
		width: 330px;
		border: 0;
		background-color: #C8D8FB;
		margin-bottom: 10px;
	}
	
	#kontakt textarea  {
		height: 100px;
	}
	

/* typography
----------------------------------------------- */

p {line-height: 1.5em;margin-bottom: 1.5em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }
li{ font-size: 0.9em; }
ol, ul {
line-height: 1.5em;
margin: 0.5em 0 1.2em 2em;
}
ol li{ margin-bottom: 0.2em; }


h1, h2, h3{ font-family: Arial,Sans-Serif;}

h1 { font-weight:normal; line-height: 90%; letter-spacing: -1px; font-size: 35px; color: #fff; padding-bottom: 15px; }
h1 a { color: #dba748; border: none; }
h2 { font-size: 1.0em; color: #939BAB; padding-top: 0.5em; text-transform: uppercase;}
#navcontainer h2 { font-size: 1.0em; color: #939BAB; padding-top: 0.5em; text-transform: lowercase;}

a{
font-weight: bold;
color: #ccbbff;
text-decoration: none;
}

a:hover { border-bottom: 1px dotted #ccbbff; }
a img{ border: none;}

small{ font-size: 0.8em; }
h1 small{ font-size: 0.5em; }

pre{
display: block;
margin: 1.0em 0;
padding-left: 0.8em;
border-left: 1px solid #ccc;
background-color: #eee;
overflow: auto;
}

code{ font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.1em;}
kbd{
color: #555;
background-color: #ddd;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: inherit;
font-family: inherit;
padding: 0 3px 2px 4px;
}


/* misc
----------------------------------------------- */
.section{
/*border-top: 1px solid #edede3;*/
padding-top: 1.0em; }

.download{
background-color: #f3f3e6;
border: 1px solid #ddddd3; 
padding: 0.7em 1.5em; }

.download li{
list-style: none;
padding: 0.3em 0;
border-bottom: 1px dotted #ddddd3;
}

.thumbnail{
padding: 7px;
border: 1px solid #939BAB;
background-color:#5C6981;
float: left;
margin-right: 10px;
margin-bottom: 15px;
color: #8ab459;
}

.thumbnail img {
border: 0;	
}


.caption{ font-size: 0.9em; padding-top: 0.2em ;}

/* naglowek
----------------------------------------------- */

.wersje ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

/*1st level elements*/
.wersje
{
	padding:10px 0 0 0;
	margin:0;
	width:600;
}

.wersje li {
	display: inline;
	text-decoration: none;
	display:block;
	color: #D7D8DE;
	font-weight:normal;
	padding: 5px 4px 13px 5px;
	float: left;
	line-height:90%;
}

/* clearing
----------------------------------------------- */

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

* html>body .clearfix {
display: inline-block; 
width: 100%;
}

* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}

