/* Styl do prezentacji kwartalnika */
body              { background-color: #F7F3DA; margin-top: 3pt; }

#strona	{ width: 900px; margin: auto }

/* Formatowanie naglowka i stopki */
div.nawigacja     { padding: 0; margin-top: 2px; text-align: center;
                    font-size: 0.83em; color: gray; border-style:solid;
                    border-width: 1px }
#nawigacja-stopka     { padding: 0; margin-top: 10px; text-align: center;
                    font-size: 0.83em; color: gray; }

/* Wykorzystywane tylko w 31/kwartalnik.html - do usuniecie */
div.skrot-tytul   { font-size: 1.17em; margin-left: 0; margin-right: 0;
                    margin-top: 1em; margin-bottom: 1em }
div.skrot-opis    { margin-left: 30px }

/* Kazdy artykul ma standardowe naglowki: autor, tytul, ew. podtytul
i srodtytuly. Tresc jest w tagach p.tekst, wiersze w pre.wiersz, ewentualne
inne wtracenia (komentarze odredakcyjne, dodatkowe informacje itp.)
w p.komentarz. */
h3.autor          { font-size: 1.08em; font-weight: bold }
h1.tytul          { font-size: 1.33em; font-weight: bold; text-align: center }
h2.podtytul       { font-size: 1.17em; font-weight: bold; text-align: center }
h3.srodtytul      { font-size: 1.08em; font-weight: bold }
p.tekst           { text-indent: 2em; margin-top: 0; margin-bottom: 0 }
p.komentarz       { font-style: italic }
pre.wiersz        { font-family: serif; font-size: 1em }
/* Przypisy sa poprzedzane tagiem hr.przypisy i definiowane jako p.przypis */
hr.przypisy       { text-align: left; width: 20%; margin-top: 1em }
p.komentarz + hr.przypisy { margin-top: 0em }
p.przypis         { margin-top: .1em; margin-bottom: .1em }

/* Zdjecia umieszczane sa w tabelkach i maja tytul i informacje o autorze */
table.zdjecie     { margin: .5em }
span.zdjecie-tytul {font-size: small }
span.zdjecie-autor { font-size: 0.83em; color: #666666;}

/* Formatowanie spisu tresci umieszcaanego w plikach index.html */
span.spis-autor   { font-style: italic }
h3.dzial          { font-size: 1.08em; font-weight: normal;
                    background-color: #CC9900; text-align: center;
                    margin-top: 0; margin-bottom: 0 }

/* Formatowanie artykulow "Lektury polecane" */
span.bib-autor    { font-weight: bold }
span.bib-tytul    { font-style: italic; font-weight: bold }
img.okladka       { border-style: solid; border-width: 1px }

/* Inne */
div.motto         { font-size: 0.83em; margin-left: 2em; margin-right: 2em }
div.komunikat     { text-align: center; color: red; border-style: solid;
                    border-color: red; padding: 2px; margin-bottom: 1em }

/* W wydruku usuwamy marginesy dodawane przy standardowym przegladaniu */
@media print {
#strona           { width: 100% }
div.nawigacja     { display: none }
#nawigacja-stopka { display: none }
}
