/*
    designed by AlphaStudio.pl
    http://www.alphastudio.pl/
    released under Creative Commons Attribution 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #424939;
    background: White;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.5em;
    text-transform: uppercase;
}

p {
    padding: .75em 0;
    line-height: 1.6em;
}

a {
    text-decoration: underline;
	color: #222222;
}

hr{ 
height: 12px; 
border: 0; 
box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5); }
 
a:hover {
    text-decoration: none;
}

/* header */

#header, #main, #footer {
    width: 100%;
    min-width: 1200px;
}

#header2, #main2, #footer2 {
    width: 1200px;
    margin: 0 auto;
}

#header {
    height: 256px;
    background: #95B464 url('obrazki/header.jpg') repeat-x;
}

#logo {
    float: left;
    width: 416px;
    height: 256px;
    background: url('obrazki/logobg.jpg') no-repeat bottom;
}

#header h1 {
    padding-top: 150px;
    font: 64px "Italianno", cursive;
    text-align: center;
    text-shadow: 0px 1px 0px #C9E3A6;
    color: #222222;
}

#header h1 a {
    text-decoration: none;
    color: #222222;
}

/* menu */

#menu {
    float: right;
    height: 130px;
    padding: 126px 0 0 0;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    font: 1.125em/114px Georgia, Times, serif;
    text-transform: lowercase;
}

#menu ul li a {
    display: block;
    height: 130px;
    padding: 0 15px 0 0;
    text-decoration: none;
    color: White;
    text-shadow: 0px -1px 0px #779952;
}

#menu ul li a  span {
    display: block;
    height: 130px;
    padding: 0 30px 0 45px;
    cursor: pointer;
}

#menu ul li.active a {
    height: 130px;
    color: #222222;
    text-shadow: 0px 1px 0px #BADB8E;
    background: #93C749 url('obrazki/menu.gif') no-repeat right;
}

#menu ul li.active a span {
    background: url('obrazki/menu2.gif') no-repeat left;
}

/* sidebar */

#sidebar {
    float: left;
    width: 240px;
	margin: 20px 0 0 40px;
    padding: 30px 0 30px 40px;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
	background-color: #C9E3A6;
	    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#sidebar h2 {
    font-size: 2em;
    letter-spacing: -1px;
}

#sidebar ul {
    list-style: none;
    padding: 1.5em 0 5em 0;
}

#sidebar ul li {
    padding: .3em 0 .3em 30px;
    line-height: 2em;
    background: url('obrazki/li.gif') no-repeat 0 1em;
}

/* content */

#content {
    float: right;
    width: 770px;
    padding: 50px 20px 20px 0;
}

#content .post {
    padding: 0 0 5em 0;
}

#content .entry {
    padding-top: 1.5em;
}

#content h2 {
    color: #424939;
    text-decoration: none;
    text-align: center;
}

#content h3 {
    color: #424939;
    text-decoration: none;
    text-align: center;
}

#content h4 {
    color: #424939;
    text-decoration: none;
    text-align: center;
}

#content .glowna {
    padding: 0 0 5em 0;
}

p.postmeta {
    text-transform: uppercase;
    color: #888888;
}

p.readmore {
    padding: 3em 0 0 0;
}


p.readmore a {
    display: block;
    width: 200px;
    height: 54px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    color: White;
    background: #C59995;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

p.readmore a:hover {
    background: #E6D1CF;
    color: #424939;
}

/* bar */

#bar {
    clear: both;
    margin: 0 auto;
    width: 1160px;
    padding: 0 20px 80px 20px;
}

.col {
    float: left;
    width: 245px;
    padding-right: 60px;
}

.lastcol {
    padding-right: 0;
}

#bar h2 {
    font-size: 1.5em;
    letter-spacing: -1px;
    padding: .5em 0;
    text-align: center;
    background: #D8C68A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#bar p {
    text-align: center;
}

/* classes */

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

img.left {
    display: block;
    float: left;
    padding: 1.25em 20px .75em 0;
}

img.round {
    display: block;
    margin: 3em auto 2em auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

img.galeria {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 25px;
	width: 80%
}

/* footer */

#footer {
    clear: both;
    padding: 60px 0 100px 0;
    background: #EEEEEE url('obrazki/footer.jpg');
    border-top: 1px solid #E0E0E0;
}

#footer p {
    text-align: center;
}