/*

*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px Arial, Helvetica, sans-serif;
    color: #646656;
    background: #D4D7B7;
}

h1, h2, h3 {
    text-transform: lowercase;
}

h1 {
    font-size: 42px;
    letter-spacing: -2px;
    color: #000000;
}

h1 a {
    text-decoration: none;
    color: #000000;
}

h2 {
    font-size: 2em;
    letter-spacing: -1px;
    color: #5D5D58;
}

p {
    padding: .75em 0;
    line-height: 1.5em;
}

a {
    text-decoration: underline;
    color: #C55849;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
}

/* header */
#header, #intro, #main, #footer {
    width: 100%;
    min-width: 1200px;
}

#header2, #intro2, #main2, #footer2 {
    margin: 0 auto;
    width: 1200px;
}

#header {
    height: 160px;
    background: #D4D7B7 url('images/bg.gif') repeat-x;
}

#header h1 {
    float: left;
    width: 300px;
    padding: 90px 0 0 40px;
}

/* menu */

#menu {
    position: relative;
    top: 0 px;
    left: 0 px;
      width: 1200px;
    height: 30px;

}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul li {
    float: left;




}

#menu ul li a {

display: block;
     position: relative;

    left: 235px;

    width: 122px;


    font: 16px/25px Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    color: green;
    border-right: 1px solid #FF9411;
}

#menu ul li a:hover {
    color: #D07300;
  background: #F1D67A url(images/krokusy.jpg);
}

#menu ul li a#ostatni {

       width: 135px;


    border-right: none;
}

/* intro */

#intro {
    background: #D4D7B7 url('images/b.jpg') ;
    border-bottom:  px solid #BCC195;
}

#intro2 {
    padding-bottom: 30px;
}

/* main */

#main {
    background: #FFFFFF url('images/tlo.jpg')  ;
}

/* sidebar */

#sidebar {
    float: left;
    width: 340px;
    padding: 60px 0 20px 40px;
}

#sidebar a {
    color: #055082;
}

#sidebar .box {
    padding: 1.5em 0 2em 0;
}

#sidebar ul {
    list-style: none;
    margin: 2.25em 0 2.75em 0;
    border-top: 1px solid #E0EEF1;
}

#sidebar ul li {
    padding: .2em 0 .2em 30px;
    font-size: .875em;
    line-height: 2em;
    background: url('images/li.gif') no-repeat 0 .8em;
    border-bottom: 1px solid #E0EEF1;
}


.Shadow {
 box-shadow: 5px 5px 5px #000000;
}



/* content */

#content {
    float: right;
    width: 680px;
    padding: 60px 40px 20px 0;
}

#content .post {
    padding: 0 0 6em 0;
}

#content .entry {
    padding-top: 1.5em;
}

#content h2 a {
    color: #5D5D58;
    text-decoration: none;
}

p.postmeta {
    color: #A5A69C;
}

p.postmeta a {
    color: #D6887D;
}

p.readmore {
    padding: 2em 2em 0 0;
    text-align: right;
}

p.readmore a {
    display: block;
    float: right;
    width: 110px;
    height: 32px;
    margin-bottom: 3em;
    text-align: center;
    color: #B72F1C;
    line-height: 32px;
    text-decoration: none;
    background: #FFFFFF url('images/more.gif') no-repeat;
}

p.readmore a:hover {
    color: #C55849;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    padding: 50px 0 100px 0;
    background: #D4D7B7 url('images/c.jpg');
    border-top: 1px solid #BCC195;
}

#footer p {
    text-align: center;
}
