@import url('normalize.css');

/* ---------------------------------------------------------------------------------------------- */
/* -----| SZKIELET STRONY |---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

html, body {
			height: 100%;
	}
		
body {
	width: 1000px;
	margin: 0 auto;
	background: url('../img/tlo.png') repeat-x #fff;
	text-align: center;
	color: #000;
	}
div#logo {
	
	}		
div#tresc {
	padding-top: 20px;
	min-height: 200px;
	}
div#stopka {
	clear: both;
	padding: 0;
	font-size: 10pt;
	font-family: 'Tahoma';
	}
div#stopka hr {
	margin: 0 auto;
	width: 200px;
	}
/* ---------------------------------------------------------------------------------------------- */
/* -----| PASEK NAWIGACYJNY |-------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
#pasek-nawigacyjny {
    border-style: solid;
	background-color: #926D4A;
	border-color: rgb(117,114,108);
	border-width: 1px;
	border-radius: 8px;
	box-shadow: #666 0 2px 3px;
	font-family: 'Arial', monospace, serif;
	font-size: 17px;
	color: #ddd;
    width: 100%;
	height: 35px;
    padding: 0 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: left;
}
#pasek-nawigacyjny a {
	font-weight:bold; 
	padding: 0 10px 0 10px; 
	text-decoration:none;
	text-align: center; 
	white-space:nowrap; 
	color:#fff;
}

#pasek-nawigacyjny a:hover {
	color:#FFCC00;
}
p.navbar-text {
	margin-top: 7px;
}

/* ---------------------------------------------------------------------------------------------- */
/* -----| LISTA PLIKÓW |------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

ul#lista {
	padding: 5px 0 0 0;
	margin: 0 auto 10px auto;
	width: 100%;
	list-style-type: none;
}
ul#lista li {
	border: 1px solid rgba(0,0,0,0);
	height:30px;
	padding-left: 5px;
	margin: 10px auto;
	list-style-type: none;
	text-align: left;
	width: 100%;
}
ul#lista li#naglowek {
	border: 1px solid #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	background-color:#FFCC00;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	font-family: tahoma;
}
ul#lista li a {
	padding: 5px 10px 0 10px; 
	text-decoration:none;
	text-align: left;
	white-space:nowrap; 
	font-size:16px; 
	color:#000;
	display: block;
}
ul#lista li:hover {
	border: 1px solid #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	background-color:#fff7b8;
}
ul#lista li > div {
	display: inline-block;
}

div.lista_plik {
	width: 470px;
	text-align: center;
}
div.lista_narzedzia {
	width: 50px;
	text-align: center;
}
div.lista_pobierz {
	width: 100px;
	text-align: center;
}
div.lista_pobierz a {
	margin-left: 32px;
	text-align: center;
}
div.lista_wielkosc {
	width: 150px;
	text-align: center;
}
div.lista_data {
	width: 200px;
	text-align: center;
}

/* ---------------------------------------------------------------------------------------------- */
/* -----| IKONY |-------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

i.fa, .fa-download {
    color: #543315!important;
}
i.fa-home {
	color: #fff!important;
}
a:hover > i.fa-home {
	color: #FFCC00!important;
}
i.fa-eye {
	padding-left: 7px;
}
i.fa-external-link {
	padding-left: 14px;
	padding-right: 4px;
}
/* ---------------------------------------------------------------------------------------------- */
/* -----| FORMATOWANIE TEKSTU |------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */

h1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 36px;
	color: #2F2F2F;
	margin: 4px 0 12px 0;
}
h2 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 25px;
	color: #2F2F2F;
	margin: 5px auto 0 auto;
	padding: 5px 0;
	border: 1px solid black;
	border-radius: 16px 16px 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 4px 4px 4px #444;
	-moz-box-shadow: 4px 4px 4px #444;
	-ms-box-shadow: 4px 4px 4px #444;
	-o-box-shadow: 4px 4px 4px #444;
	box-shadow: 4px 4px 4px #444;
}
a {
	text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------- */
/* -----| PODGLĄD MINIATUR |--------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#preview{
	position:absolute;
	border:1px solid #000;
	background-color: #fff;
	padding:4px;
	display:none;
	color:#fff;
	}