﻿<!--
@charset "UTF-8";

/**
 * SH css
 *
 * @file        style.css
 * @name
 * @version     1.0
 * @type        transitional
 * @browsers    Windows: IE7+, Opera9+, Firefox3+
 *
 * @link        http://www.sebastianhoman.pl/
 * @copyright   2010 Sebastian Homan. All Rights Reserved.
 *
 */

/* Główne ustawienia
---------------------------------------------------------------------------------------------------- */

html, body {
    height: 100%;    
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #141517;
    line-height: 18px;
    background-color: #141517;
}

*{
    outline: 0px;
}

/* Globalne klasy
---------------------------------------------------------------------------------------------------- */

.hide          { display: none; }
.clear         { clear: both; }
.float-left    { float: left; }
.float-right   { float: right; }
.inline        { display: inline; }
.block         { display: block; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.nomargin     { margin: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

table          { margin-bottom: 1.0em; }
th             { font-weight: bold; }
thead th       { background: #DFEBFF; }
th,td,caption  { padding: 4px 10px 4px 5px; }
tr.even td     { background: #e5ecf9; }
tfoot          { font-style: italic; }
caption        { background: #eee; }

/* Struktura
---------------------------------------------------------------------------------------------------- */

div#podkladka {
    visibility: hidden;
    width: 100%;
    height: 50%;                                                                     
    margin-top: -300px;                         
    float: left;
}

div#container {
    height: 600px;
    clear: both;
    position: relative;
    top: -300px;
    border: 1px solid #46413e;
    width: 960px;
    margin:auto;
    /* IE4ever Hack: Hide from IE4 **/
    position: static;
    /** end hack */
}

#kolumna_lewa {
    height: 570px; 
    width: 320px; 
    float: left;
}

#kolumna_lewa_top {
    height: 200px; 
    width: 320px; 
    background: url('../grafika/top_herb.gif') right bottom no-repeat #141517;
}

#kolumna_srodek_top {
    height:200px; 
    width: 320px; 
    float: left;
    background: #141517;
}

#kolumna_prawa {
    width:640px; 
    background: #FFF6DF; 
    float:right;
}

#kolumna_prawa_top {
    height: 200px; 
    width: 320px; 
    float: right;
    background: url('../grafika/top_mok.gif') left bottom no-repeat #141517;
}

#strona_start {
    height: 370px; 
    background: url('../grafika/tlo_glowne.jpg') no-repeat #FFFFFF; 
    position:relative;
}

#tekst_glowna {
    position:absolute;  
    bottom: 10px; 
    text-align: center; 
    width: 320px;
}

#tekst_glowna p {
	margin-bottom: 5px;
}

#menu_dolne {
    clear:both; 
    height:30px; 
    background: #1f1a17;
}

#stopka {
    width:960px; 
    margin:auto; 
    text-align: right; 
    color: #A7A7A7; 
    font-size: 9px; 
    padding-right: 10px;
}

#stopka a{
    color: #A7A7A7;
}

.top_gora, .top_dol_lewy, .top_dol_prawy {
    line-height: normal;
    color: #A7A7A7;
    text-align: center;
}

.top_gora {
    height: 100px;  
}

.top_gora a{
    color: #A7A7A7;
    font-size: 30px;
    display:block;
    padding-top: 30px;

}

.top_dol_lewy {
    padding-right: 110px;
    text-align: right;
    font-size: 14px;
    margin-top: 30px;
}

.top_dol_prawy {
    padding-left: 110px;
    text-align: left;
    font-size: 14px;
    margin-top: 30px;
}

.strona_url {
    color: #141517;
    font-size: 15px;
}

#tresc {
    height: 550px;
    margin-right: 0; 
    overflow:auto; 
    overflow-y: scroll; 
    text-align: justify;
    padding: 10px;
}

/* menu główne
---------------------------------------------------------------------------------------------------- */

#menu {
    line-height: 30px;
    width: 940px;
    margin:auto;
    text-align:center;
    color: #f1e5e5;
}

#menu a{
    color: #f1e5e5;
    margin: 0 4px 0 4px;
}

#menu a.aktywny, #menu a:hover {
    color: #da251e;

}

.wstecz {
    text-align: center;
}

/* Linki
---------------------------------------------------------------------------------------------------- */

a {
    color: #3E638F;
    text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* Nagłówki
---------------------------------------------------------------------------------------------------- */

h1 {
    color: #A7A7A7;
	font-size: 18px;
    font-weight: normal;
	margin-bottom: 0px;
	text-align: left;
	line-height: normal;
    background: #141517;
    border: 1px solid #ffffff;
    padding: 5px 5px 5px 10px;
}

h2 {
	color: #141517;
	font-size: 17px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: normal;
	font-weight: bold;
}

.naglowek {
    border: 1px solid #46413E; 
    padding: 1px; 
    background: #A7A7A7;
    margin-bottom: 15px;
}

/* Listy
---------------------------------------------------------------------------------------------------- */

#tresc ul, #tresc ol {
    margin-left: 40px;  
}

/* Jquery
---------------------------------------------------------------------------------------------------- */

#tooltip {
    position: absolute;
	border: 1px solid #1F1A17;
    background: #B5C8DF;
    padding: 5px 6px;
    color: #1F1A17;
    display: none;
    z-index: 11;
}

/* Aktualności
---------------------------------------------------------------------------------------------------- */

.aktualnosc {
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #A7A7A7;
}

.aktualnosc .nazwa a {
    font-weight: bold;
}

.aktualnosc .nazwa span{
    font-size: 10px;
}

.aktualnosc .info {
    font-size: 10px;
    line-height: 12px;
}

.aktualnosc .skrot {
    text-align:justify;
}

.aktualnosc .wiecej {
    margin: 0;
    margin-top: 5px;
    text-align: right;
}

.aktualnosc .tresc {
    text-align:justify;
}

.aktualnosc h1 {
    margin-bottom: 0px;
}

.aktualnosc .obrazek {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid #a21c3e;
    padding: 5px;
    margin: 3px 6px 3px 0;
}

.aktualnosc .obrazek:hover {
    border: 1px solid #FF0000;
}

#informacje_archiwum li span {
    font-size: 10px;
}


/* Moduł teksty
---------------------------------------------------------------------------------------------------- */

.tekst .nazwa {
    font-weight: bold;
    font-size: 13px;
}

.tekst .info {
    font-size: 10px;
    line-height: 12px;
}

.tekst .obrazek {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid #a21c3e;
    padding: 5px;
    margin: 3px 6px 3px 0;
}

.tekst .skrot {
    text-align: justify;
    margin-top: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #A7A7A7;
}

.tekst .wiecej {
    margin: 0;
    margin-top: 5px;
    text-align: right;
}

.tekst .info {
    font-size: 10px;
    line-height: 12px;
}

.tekst img, .obrazek {
    border: 1px solid #3E638F;
    padding: 3px;
    margin: 4px 5px 4px 5px;
}

.tekst a img:hover , .obrazek:hover {
    border: 1px solid #FF0000;
}

.galeria_kategoria  img{
    margin-top: 6px;
}

/* galeria
---------------------------------------------------------------------------------------------------- */

#galeria_lista {
	margin-top: 15px;
}

#galeria_lista li {
    margin-top: 5px;
}

#galeria_lista li span {
    font-size: 10px;
}

.galeria_zdjecie {
    width:120px;
    height:120px;
    float: left;
    text-align: center;
}
	

.galeria_zdjecie img {
    border: 1px solid #3E638F;
    padding: 3px;
 }

.galeria_zdjecie img:hover {
    border: 1px solid #FF0000;
}

	
/* formularze
---------------------------------------------------------------------------------------------------- */

input, textarea {
	padding:3px;
}

.form {
	padding: 3px;
	border: 1px solid #a21c3e;
}
	
.submit {
	background-color: #070B0F;
	color: #ffffff;
	padding: 5px;
    border: none;
}

.submit:hover {
    background-color: #8E1C39;
    color: #FCF6EB;
    cursor: pointer;
}

#formularz_kontaktowy {
    padding: 10px;
}

#formularz_kontaktowy div {
    margin-bottom: 10px;
}

/* slider
---------------------------------------------------------------------------------------------------- */

#slideshow {
	height: 280px;
	width: 320px;
    overflow:hidden;
}

#slideshow img { display: none }
#slideshow img.first { display: block }

/* porcjowanie wyników
---------------------------------------------------------------------------------------------------- */

.porcjowanie {
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
}

.strona {
    border: 0px solid #A21C3E;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 2px;
    color: #000000;
}

.strona:hover {
    background-color: #FF0000;
    color: #FFFFFF;
}

.strona_aktywna {
    background-color: #3E638F;
    border: 0px solid #8E1C39;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: #FFFFFF;
}

.strona_nieaktywna {
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: #000000;
}

.strona_nastepna, .strona_poprzednia {

}

/* komunikaty
---------------------------------------------------------------------------------------------------- */

.komunikat_ok {
    background: #E2F9E3 url('../grafika/ok.png') no-repeat 15px;
    border:1px solid #348300;
}

.komunikat_uwaga {
    background: #FFFECC url('../grafika/uwaga.png') no-repeat 15px;
    border: 1px solid #DFA200;
}

.komunikat_blad {
    background: #FFEDEF url('../grafika/error.png') no-repeat 15px;
    border: 1px solid #FE3A3A;
}

.komunikat_potwierdzenie {
    background: #AFD9FF url('../grafika/info.png') no-repeat 15px;
    border: 1px solid #0072CF;
}

.komunikat_ok,
.komunikat_uwaga,
.komunikat_potwierdzenie,
.komunikat_blad {
    color: #000000;
    font-size: 1em;
    margin: auto;
    margin-top: 15px;
    padding: 14px 14px 14px 48px;
    width: 500px;
}

.komunikat_ok span,
.komunikat_uwaga span,
.komunikat_potwierdzenie span,
.komunikat_blad span {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 2px;
}

.komunikat_ok span { color: #348300; }
.komunikat_uwaga span { color: #DFA200; }
.komunikat_blad span { color: #FE3A3A; }
.komunikat_potwierdzenie span { color: #0072CF; }

.komunikat_ok p,
.komunikat_uwaga p,
.komunikat_potwierdzenie p,
.komunikat_blad p {
    margin: 0px;
    padding: 0px;
}

.komunikat_potwierdzenie p .button1, 
.komunikat_potwierdzenie p .button1:hover,
.komunikat_potwierdzenie p .button2, 
.komunikat_potwierdzenie p .button2:hover {
    display: inline;
    margin-left: 5px;
}
-->