body, html {
    margin: 0;
    padding: 0;
}

body {
    font-family: "DejaVu Sans", "Verdana", sans-serif;
    background: #8ea33a url(../img/back.png) repeat top left;
}

.cont1 {
    margin: 0 auto;
    padding: 0;
    background: #8ea33a url(../img/lshadow.png) repeat-y top left;
    position: absolute;
    left: 50%;
    margin-left: -25em;
}

.cont2 {
    background:  url(../img/rshadow.png) repeat-y top right #8ea33a;
    margin: 0;
    padding: 0;
    padding-right: 32px;
    margin-left: 32px;
}

.cont3 {
    margin: 0;
    padding: 0;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    background: #fff;
    width: 45em;
    overflow: hidden;
}

.bar {
    background: #bc8;
    color: #000;
    border: none;
    border-bottom: 1px solid #790;
    border-top: 1px solid #790;
    padding: 0.5em;
}

.menu {
    float: right;
    overflow: hidden;
    margin: 0;
    background: #efb url(../img/fade.png) bottom left repeat-x;
    padding: 0.25em;
    padding-bottom: 64px;
    color: #790;
    width: 9.5em;
    margin-left: -10em;
    margin-right: -1px;
    position: relative;
}


.menu h1 {
    font: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
    color: #000;
    margin-top: 1em;
}

.menu ul {
    display: block;
    margin: 0 1ex;
    padding: 0;
    font-size: 80%;
}

.menu input {
    font-size: 80%;
}

.menu li {
    list-style: none;
    display: block;
    margin: 0.25ex 0;
    padding: 0;
}

.menu .current {
	font-weight: bold;
        text-decoration: inherit;
}

.menu a, .menu a:link {
    display: block;
    color: #570;
    font: inherit;
    text-decoration: inherit;
}

.menu a:visited {
    color: #8a2;
}

.menu a:hover, .menu a:link:hover, .menu a:visited:hover {
    color: #000;
    background: #de9;
    text-decoration: inherit;
}

* html .menu a {
    display: inline;
}

.menu a.status {
    font-size: smaller;
    padding-left: 1ex;
}
.menu .date {
    font-style: italic;
    font-size: smaller;
    padding-left: 1ex;
}

.ranking {
    font-size: smaller;
}

#copyright {
    clear: both;
    background: #fff;
    color: #444;
    margin: 0 0 0 0;
    padding: .5em;
    position: relative;
    width: 100%;
    border: none;
}

.footer {
    clear: both;
    background: #bc8;
    padding: 0;
    padding-bottom: 1em;
    border-top: 1px solid #790;
    margin: 0;
    position: relative;
    width: 100%;
    background: #1f6a1a url(../img/straw.png) repeat bottom right;
    color: #fff;
}


.header {
    height: 128px;
    background: #1f6a1a url(../img/straw.png) repeat top left;
    color: #fff;
}

.wynik {
    color: #666;
    margin: 1em 0;
    border-top: 2px dashed #ddd;
}

#rozwform, #przyklad {
    margin: 0 -1em;
    padding: 1em;
    background: #fafff0 url(../img/bshadow.png) bottom left repeat-x;
    color: #563;
    border-top: 1px solid #cda;
}

.content {
    border-left: 1px solid #444;
    position: relative;
    right: 1px;
    float: left;
    padding: 0;
    color: #444;
    background: #fff url(../img/bshadow.png) top left repeat-x;
    overflow: hidden;
    width: 35em;
    margin-right: -1px;
}

#page { margin: 0; padding: 0; }

#content { 
    border-right: 1px solid #cda;
    padding: 1em;
    line-height: 1.3;
}
* html #content { height: 36em; }

#content p {
    margin: 0.4em 0;
    padding: 0;
    text-align: justify;
}

.content h1,
.content h2,
.content h3,
.content h4 {
    font: inherit;
    color: #790;
    margin: 0.25em 0;
    margin-top: 1em;
    padding: 0;
}

.content h1 { font-size: 1.8em; font-weight: normal; }
.content h2 { font-size: 1.4em; font-weight: normal; }
.content h3 { font-size: 1em; font-weight: normal; }

#credits { display: block; text-align: center; font-size: small; }
#credits li { display: inline; padding: 0 0.5ex; }

a { color: #fa0; text-decoration: none; }
a.nonexistent { color: #a94; }
a:visited { color: #d80; }
a:visited:hover, a:hover { text-decoration: underline; }

input, select, textarea {
    border: 1px solid #790;
    background: #fff;
    color: #000;
    cursor: text;
}
select {
    cursor: inherit;
}
input.submit, input.button {
    border: 1px solid #000;
    cursor: pointer;
    background: #790;
    color: #fff;
}
input.submit:hover, input.button:hover {
}
input.disabled, select.disabled, textarea.disabled {
    color: #888;
}
input.submit.disabled, input.button.disabled {
    color: #fff !important;
    background: #ccc !important;
    cursor: auto !important;
}

.footer a { color:#fff; }

#pagelocation { display: inline; padding: 0; margin: 0; }
#pagelocation li { display: inline; padding: 0; margin: 0; }
#pagelocation li:after { content: " » "; }
* html #pagelocation li { margin-right: 1ex; }
#pagelocation li:last-child { font-weight: bold; }
#pagelocation li:last-child:after { content: ""; }
#pagelocation { font-size: small; }
.bar a, #pagelocation li a { color: #790; }

.codenumbers {
    display: block;
    float: right;
    font-size: small;
}

#qsearchform {
    margin: 0.5em;
    padding: 0;
    white-space: nowrap;
}

#qsearchform input {
    margin: 0;
    padding: 0;
}

#qsearchform input#qsearchinput {
    margin: 0;
    width: 6.5em;
}

.menu select {
    border: 1px solid #790;
    margin: 0.5em 0;
    font-size: small;
    width: 8em;
    color: #790;
}
.menu label {
    font-size: small;
}

.editor {
    background-color: #bc8;
    width: 100%;
}

.editor textarea {
    display: block;
    width: 90%;
    margin: 0.5em auto;
}

span.anchor { position: absolute; }

#logo {
    padding: 16px;
}

#logo img {
    vertical-align: bottom;
}

#logo a {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    font-family: "Times", serif;
    font-style: oblique;
}

#content li p { text-align: left; }

#content form {
    font-size: 90%;
}
#content form input,
#content form select,
#content form textarea {
    font-size: inherit;
    font-family: inherit;
}

#content form table td {
    border: none;
    vertical-align: top;
}
#content form table th {
    text-align: right;
    font-weight: normal;
    vertical-align: top;
}
#content form .buttons {
    text-align: center;
}
#content form .errorlist {
    color: red;
    margin: 0;
    padding: 0;
}
#content form .errorlist li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content form .required {
    font-weight: bold;
    font-size: 90%;
}

ul.inline {
    padding: 0;
    margin: 0;
}
ul.inline li {
    list-style: none;
    display: inline;
}

.ok {
    color: #790;
}

.tagcloud .size1 {font-size: 100% !important}
.tagcloud .size2 {font-size: 110% !important}
.tagcloud .size3 {font-size: 125% !important}
.tagcloud .size4 {font-size: 150% !important}

.searchresults li {
    list-style: none;
    margin: 0 0 .25em 0;
}
.searchresults .info {
    font-size: small;
}

.verseslist li {
    list-style: none;
}

.verses .text a {
    color: inherit !important;
}

.tagcloud {
    margin: 0;
    padding: 0;
}
.tagcloud li {
    display: inline;
    list-style: none;
}
.tagcloud li:before {
    content: ", ";
}
.tagcloud li:first-child:before {
    content: "";
}

.menu .tagcloud {
    margin: 0.5em;
}
.menu .tagcloud li {
    font-size: 90%;
}
.menu .tagcloud a,
.menu .tagcloud span {
    display: inline;
}

.banners {
    text-align: center;
}

.menu .banners img,
.menu .banners object {
    display: block;
    margin: .5em auto .5em auto;
}

ul.lx, div.lx {
    font-size: 70%;
    margin: .5em;
    padding: 0.25em 0.5em;
    border: 1px solid #790;
    background: #fff;
    color: #444 !important;
}
ul.lx:before {
    content: "Реклама:";
    color: #790;
}
div.lx:before {
    content: "Реклама ";
    color: #790;
}
ul.lx li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lx a {
    display: inline;
    color: #fa0 !important;
    background: transparent !important;
}
.menu .lx {
    background: #f7ffd7;
}
.menu .lx a {
    color: #790 !important;
}
.content .lx {
    margin-left: 0;
    margin-right: 0;
}
.ctxad {
    border: 1px solid #790;
    padding: 0.25em 0.5em;
    color: #fa0;
    margin: 1em 0;
    clear: both;
}
.ctxad b {
    color: #790;
    font-weight: normal;
}

.lxlx {
    font-size: 70%;
    text-align: center;
}

