html {
 color: black;
 background: rgb(210, 246, 255) url('/pliki/nivertius/html_bg.png') 0 0 repeat;
 }

body {
 color: black;
 background-color: rgb(240, 250, 255);
 border-color: rgb(180, 235, 255);
 border-width: 0 2px;
 border-style: solid;
 font-size: medium;
 font-family: Arial, sans-serif;
 text-align: justify;
 max-width: 65%;
 min-width: 596px;
 padding: 0;
 margin: 0.7em auto;
 }


div#head {
 background: rgb(180, 235, 255) url('/pliki/nivertius/h1_bg.png') 0 0 no-repeat;
 margin: 0 -2px;
 padding: 10px 15px 10px;
 height: 70px;
 text-align: right;
 }

h1 {
 font-size: 300%;
 padding: 0;
 margin: 0;
 }

div#head p {
 color: rgb(0%, 30%, 70%);
 padding: 0;
 margin: 0;
 }

h1, h2, h3, h4, 
a[href],
div.wpis h3 {
 color: rgb(0%, 30%, 70%);
}

ul#additionals a[href],
div.wpis p.info,
div.komentarz p.info
 {
 color: rgb(20%, 40%, 70%);
 }

h2 {
 margin: 0;
 border-top: 2px solid rgb(180, 235, 255);
 font-size: 150%;
 margin: 0;
 padding: 0.4em;
 clear: right;
 }

h1 + h2 {
 border-top: 0 none;
 }

h3 {
 margin: 0;
 color: rgb(30%, 45%, 60%);
 }

body > div {
 padding: 0 0.6em;
 }

ul, ol {
 margin: 0;
 padding: 0 0 0 20px;
 }

ol li {
 list-style-position: outside;
 list-style-type: decimal;
}

ul li  {
 list-style-position: inside;
 list-style-type: circle;
 list-style-image: url('http://jabba.pl/pliki/nivertius/li_light_blue.png');
 }

kbd, code {
 color: white;
 background-color: black;
 clear: both;
 display: block;
 font-family:  monospace;
 text-indent: 0;
 }

blockquote {
 border-color: rgb(30%, 50%, 70%);
 font-style: italic;
 border-width: 0 3px;
 border-style: dashed;
 padding: 1em;
 }

dfn {
 color: rgb(45%, 0%, 45%);
 }

q, cite {
 color:rgb(15%, 15%, 65%)
 }

q:before, q:after {
 content: "'";
 }

cite:before, cite:after {
 content: '"';
 }

abbr {
 color: rgb(15%, 40%, 40%);
 }

hr {
 display: none;
 }

a img {
 cursor: pointer;
 border: 0;
 }

p#skok_menu {
 display: none;
 }

a[href] {
 cursor: pointer;
 text-decoration: underline;
 }

a[href]:hover {
 color: black !important;
 }

a[type='application/rss+xml']:after {
 content: " " url('http://jabba.pl/pliki/nivertius/feed-icon.png');
 }

a[type='application/x-gzip']:after,
a[type='application/x-gtar']:after {
 content: " " url('http://jabba.pl/pliki/nivertius/tar-icon.png');
 }

a[type='application/x-perl']:after,
a[type='application/x-perl-module']:after {
 content: " " url('http://jabba.pl/pliki/nivertius/perl-icon.png');
 }

a[type='application/xhtml+xml']:after,
a[type='text/html']:after {
 content: " " url('http://jabba.pl/pliki/nivertius/html-icon.png');
 }

a[type='application/pdf']:after {
 content: " " url('http://jabba.pl/pliki/nivertius/pdf-icon.png');
 }

a[type='application/x-python']:after {
 content: " " url('http://jabba.pl/pliki/nivertius/python-icon.png');
 }

a[type='application/x-desktop']:after {
 content: " " url('http://jabba.pl/pliki/nivertius/kdemime-icon.png');
 }

form {
 padding: 0 0.6em;
 text-align: left;
 }

form h2 {
 margin: 0 -0.4em;
 padding: 0.4em;
 }


input, textarea, select {
 color: black;
 background-color: rgb(80%, 93%, 100%);
 border: 1px rgb(20%, 35%, 50%) solid;
 width: 90%;
 margin: 0 5%;
 }

label span {
 display: block;
 float: right;
 color: rgb(50%, 70%, 90%);
 }

input:hover, textarea:hover,
input:focus, textarea:focus {
 background-color: rgb(70%, 90%, 100%);
 border-color: rgb(30%, 50%, 70%);
 }

input[type='submit'] {
 width: 50%;
 margin: 0 25%;
 }

input[type='checkbox'] {
 }

table {
 border-spacing: 1px;
 }

caption {
 padding-left: 10px;
 font-size: 120%;
 text-align: left;
 }

td, th {
 padding: 1px;
 }

th {
 text-align: center;
 padding-left: 4px;
 }

div#addon  {
 margin: 0 -2px;
 background: rgb(180, 235, 255) url('/pliki/nivertius/addon_bg.png') 100% 100% no-repeat;
 overflow: auto;
 }

div#addon h2 {
 padding: 0;
 margin: 0;
 border: 0 none;
 }

div#addon div  {
 margin: 0.6em;
 float: left;
 }

div#addon div + div {
 margin-left: 1.2em;
 }

div#addon ul {
 padding: 10px;
 }

div.wpis {
 padding: 0.6em;
 overflow: auto;
 }

div.wpis + div.wpis {
 border-top: 2px solid rgb(180, 235, 255);
 }

div.wpis p {
 }

div.wpis h3 {
 font-size: 160%;
 }

div.wpis p.info,
div.komentarz p.info {
 margin: 0;
 padding: 0;
 font-size: x-small;
 line-height: 110%;
 text-align: left;
 color: rgb(10%, 40%, 70%);
 }

div.wpis div.tresc {
 }

ul#additionals {
 overflow: auto;
 }

ul#additionals li {
 margin: 0 0.6em;
 float: right;
 }

div.komentarz {
 margin: 0 0.6em 0 0.6em;
 padding: 0 0 0 72px;
 min-height: 72px;
 position: relative;
 }

div.komentarz h4 {
 }

div.komentarz div.tresc p {
 text-indent: 0;
 }

div.komentarz + form {
 }

div.avatar {
 position: absolute;
 left: 0;
 float: left;
 clear: left;
 }
