/*
1. Reset
2. Style globalne
3. Header
4. Nawigacja
5. Sekcja główna
6. Stopka
*/

/* 1. Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
     display: block;
}
body {
     line-height: 1;
}
ol, ul {
     list-style: none;
}
blockquote, q {
     quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
     content: '';
     content: none;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}

/* Style globalne */

body {
     background: url(../images/tlo.jpg);
     font-family: 'Gruppo', sans-serif;
     font-weight: 600;
     font-size: 19px;
     line-height: 1.2em;
     color: #321818;
     }

.clear {
     clear: both;
}

.wrapper {
    background-color: #CAB77D;
    width: 1024px;
    padding: 10px;
    margin: 40px auto;
    -webkit-box-shadow: -1px 8px 31px 6px rgba(0,0,0,0.41);
    -moz-box-shadow: -1px 8px 31px 6px rgba(0,0,0,0.41);
    box-shadow: -1px 8px 31px 6px rgba(0,0,0,0.41);
    border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
}

a {
     text-decoration: none;
     color: #321818;
}

a:hover {
     text-decoration: underline;
     color: #de5f44;
}

section {
     text-align: center;
}

img {
     max-width: 100%;
}

h1 {
     font-family: 'Allura', sans-serif;
     font-size: 45px;
     font-weight: 600;
     line-height: 1.5em;
}

h2 {
     font-family: 'Allura', sans-serif;
     font-size: 40px;
     font-weight: 600;
     line-height: 1em;
}

/* 3. Header */

.reklama-top {
     width: 900px;
     padding: 10px 0;
     margin: 0 auto;
     text-align: center;
}

.slider {
    width: 1000px;
    height: 300px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.section-info {
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 1000px;
    height: 50px;
    text-shadow: none;
}

.info-okruszki {
     float: left;
     list-style-type: none;
     text-align: left;
     font-size: 16px;
     width: 500px;
     padding: 7px 10px;
     text-shadow: none;
}

.breadcrumb ul {
     float: left;
     list-style: none;
}

.breadcrumb li {
     font-size: 16px;
     display: inline-block;
     font-weight: 600;
     text-align: left;
     padding: 0;
     text-shadow: none;
}

.breadcrumb li a {
     font-size: 16px;
     text-align: left;
     margin: 0;
     text-shadow: none;
}

.breadcrumb li img {
     width: 0;
     height: 0;
}

.info-szukaj {
     float: right;
     list-style-type: none;
     text-align: right;
     font-size: 14px;
     width: 300px;
     padding: 10px 0 6px;
}

header form {
    float: right;
    margin-right: 30px;
}

header form fieldset {
    border: none;
    background: none;
}

#mod-search-searchword87 {
    font-family: 'Gruppo', sans-serif;
    font-weight: 700;
    color: #321818;
    background-color: #E5D9A9;
    border: 1px solid #321818;
    width: 200px;
    height: 28px;
    border-right: none;
    float: left;
    line-height: 25px;
}

div.search input.button { 
    border: none;
    background: url(../images/search-icon.jpg) 0 0 no-repeat;
    width: 30px;
    height: 28px;
    text-indent: -9999px;
    line-height: 35px;
    position: relative;
    z-index: 1;
}

div.search label {
    display: none;
}

.inputbox {
    font-family: 'Gruppo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 250px;
    height: 30px;
    background-color: #E5D9A9;
    border: 1px solid #321818;
}

.btn {
    font-family: 'Gruppo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 80px;
    height: 25px;
    background-color: #E5D9A9;
    color: #321818;;
    border: 1px solid #321818;
}

/* 4. Nawigacja */

nav {
     background-color: #E5D9A9;
     width: 1000px;
     height: 50px;
     padding: 0;
     margin: 0 auto;
     font-size: 18px;
     position: relative;
     z-index: 1;
}

nav ul {
     list-style: none;
     float: left;
     padding: 10px 0;
     z-index: 1;
}

nav ul > li {
     margin: 0;
     padding: 0;
     float: left; 
     position: relative;
     height: 30px;
     font-weight: 700;
}

nav ul > li > a {
     padding: 10px; 
     text-decoration: none;
}

nav ul > li > a:hover, 
nav ul > li:hover > a {
     
     color: #E5D9A9;
     background-color: #321818;
     text-decoration: none;
}

nav ul > li ul {
     padding: 0;
     position: absolute; 
     display: none; 
     left: 0px; 
     top: 30px; 
     width: 200px; 
     text-align: left;
     background-color: #E5D9A9;
     border: 1px solid #321818;
}

nav ul li:hover > ul {
     display: block;
}

nav ul > li ul ul {
     left: 200px; 
     top: -1px;
}

nav ul > li ul li {
     margin: 0; 
     padding: 0;
     position: relative; 
     float: none; 
     height: auto;
}

nav ul > li ul li a {
     padding: 10px 20px; 
     color: #321818; 
     text-decoration: none;
     display: block;
}

nav ul > li ul li a:hover,
nav ul > li ul li:hover > a {
    text-decoration: none;
    color: #E5D9A9;
    background-color: #321818;
}

/* 5. Sekcja główna */

#artykuly {
    width: 1000px;
    margin: 0 auto;
    padding: 5px;   
}

#artykuly dl {
     text-align: left;
     padding-left: 10px;
}

#artykuly dt {
     text-transform: uppercase;
}

#artykuly dd {
     padding-left: 20px;
     padding-bottom: 10px;
}

div[itemprop="blogPost"] {
    width: 900px;
    margin: 20px auto;
    padding: 10px 0;
    background-color: #E5D9A9;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#artykuly .blog h2 {
    text-align: left;
    font-size: 32px;
    padding: 5px 0 0 10px;
}

#artykuly .blog ul {
    list-style-image: url(../images/button_lapka.png);
    padding-left: 50px;
}

#artykuly .blog li {
    text-align: left;
    font-size: 18px;
    line-height: 1.7em;
}

#artykuly .blog p {
    text-align: center;
    padding-top: 5px;
    z-index: 1;
}

#artykuly .blog img {
    text-align: center;
    padding-top: 20px;
}

.item-page {
    width: 900px;
    margin: 20px auto;
    padding: 10px 0;
    background-color: #E5D9A9;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.item-page h2 {
    text-align: left;
    font-size: 32px;
    padding: 10px 0 0 10px;
}

.item-page ul {
    list-style-image: url(../images/button_lapka.png);
    padding-left: 50px;
}

.item-page li {
    text-align: left;
    font-size: 18px;
    line-height: 1.7em;
}

.item-page img {
    text-align: center;
    padding-top: 20px;
}

.e-mailit_toolbox.square.size16.rounded {
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
}

#artykuly .published {
    display: block;
    text-align: left;
    font-size: 14px;
}

#artykuly .published time {
     padding: 0 0 0 10px;
}

#artykuly .pagination {
    text-align: center;
    font-size: 14px;
}

#artykuly .pagination ul li {
    display: inline-block;
    padding: 2px 10px;
    list-style: none;
    text-align: center;
    font-size: 14px;
}

.reklama-bottom {
    width: 900px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
}

.section-bottom {
    width: 1000px;
    height: 250px;
    margin: 0 auto;
    font-size: 20px;
    float: left;
    display: inline-block;
}

 .section-bottom h3 {
    font-family: 'Allura', sans-serif;
    padding: 15px 0;
    text-align: left;
    font-size: 35px;
    font-weight: 400;
}

.section-bottom ul {
    list-style-image: url(../images/button_lapka.png);
}

.bottom-popularne {
    float: left;
    width: 240px;
    padding: 0 10px 10px 10px;
    margin-left: 50px;
    margin-right: 20px;
}

.bottom-popularne a {
    display: block;
    text-align: left;
    text-decoration: none;
    line-height: 1.7em;
}

.bottom-popularne img {
    width: 25px;
    padding-right: 5px;
    line-height: 1.7em;
}

.bottom-polecane {
    float: left;
    width: 240px;
    padding: 0 10px 10px 10px;
    margin-left: 60px;
    margin-right: 20px;
}

.bottom-polecane a {
     display: block;
     text-align: left;
     text-decoration: none;
     line-height: 1.7em;
}

.bottom-polecane img {
     width: 25px;
     padding-right: 5px;
     line-height: 1.7em;
}

.bottom-archiwum {
    float: right;
    width: 230px;
    padding: 0 10px 10px 10px;
    margin-left: 40px;
    margin-right: 10px;
}

.bottom-archiwum a {
     display: block;
     text-align: left;
     text-decoration: none;
     line-height: 1.7em;
}

.bottom-archiwum img {
     width: 25px;
     padding-right: 5px;
     line-height: 1.7em;
}

/* 6. Stopka */

footer {
     background-color: #E5D9A9;
     border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
     width: 1000px;
     height: 50px;
     padding-bottom: 0;
     margin: 0 auto;
     text-align: center;
}

footer p {
     font-weight: 700;
     font-size: 18px;
     padding: 10px 0;
     margin: 0 auto;
}

.autor {
     display: none;
}