


/* Jello Mold Layout. Thx */
body { 
  padding: 0 360px 0 360px;
  margin: 0;
  text-align: center;
  background: white;
  color: black;
}
#sizer {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 200px; /* Wersja dla IE: koniec </head> */
}
#expander {
  margin: 2px -360px;
  min-width: 700px; /* Critical Safari fix! */
  position: relative;
}
/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */
#container { 
  text-align: left;
  width: 100%;  /* helps IE get the child percentages right. */
  margin: 0;
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
  display: block;
}
/* End hide from IE-mac */


ul li {
  list-style: disc outside;
}

ol li {
  list-style: decimal outside;
}


#container {
  font-family: verdana, geneva, sans-serif;
}

#serendipity_banner,
.serendipitySideBarTitle,
#sitenav ul li,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: georgia, serif;
}

.wf-active #serendipity_banner,
.wf-active .serendipitySideBarTitle,
.wf-active #sitenav ul li,
.wf-active #content h1,
.wf-active #content h2,
.wf-active #content h3,
.wf-active #content h4,
.wf-active #content h5,
.wf-active #content h6 {
   font-family: "FertigoProRegular", georgia, serif;
}

#sitenav ul li,
#content h1 {
  font-weight: bold;
}

#content {
  line-height: 1.4;
}



#container {
  font-size: small;
}

#page_title {
  font-size: 192%;
}
#page_subtitle {
  font-size: 145%;
}
#sitenav ul li {
  font-size: 90%;
}


.serendipitySideBarTitle {
  font-size: small;
}

.serendipitySideBarContent, .sidebarGlueFooter {
  font-size: 90%;
}


#content h1 {
  font-size: 140%;
}

.serendipity_entryFooter {
  font-size: 90%;
}

#footer {
  font-size: 80%;
}


body, html {
  background-color: #444444;
  color: #000;
}

#expander {
}

#serendipity_banner {
  background: #0E0E0C;
}

#serendipity_banner a { 
  color: #DFD7C3;
  text-decoration: none; 
  border-bottom: none;
}
#serendipity_banner a:hover { 
  background: transparent;
  text-decoration: none; 
  border-bottom: 1px solid;
}

#sitenav {
  background-color: #DFD7C3;
  border-top: 2px solid #AFA283;
  border-bottom: 4px solid #AFA283;
}

#cntwrap {
  background: #AFA283;		
}

#cntwrap2 {
  background: #AFA283;
}

#cntwrap3 {
  background: #F9F6DB;
}

.serendipitySideBarTitle {
  color: #DFD7C3;
  background-color: #0E0E0C;
}

.serendipitySideBarContent, .sidebarGlueFooter {
  background-color: #DFD7C3;
}

#footer {
  background-color: #AFA283;
}


#serendipity_banner {
  float: left;
  clear: both;
  width: 100%;
}

#sitenav {
  float: left;
  clear: both;
  width: 100%;
}


#cntwrap {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
  overflow: hidden;

}
#cntwrap2 {
  float: left;
  width: 100%;
  position: relative;
  right: 21%;
}
#cntwrap3 {
  float: left; 
  width: 100%;
  position: relative;
  right: 21%;
}
#content {
  float: left;
  position: relative;
  padding: 0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
			  only padding top and bottom is included here, make it whatever value you need */
  overflow:hidden;
  width: 58%;		/* width of center column content (column width minus padding on either side) */
  left: 42%;		/* 100% plus left padding of center column */ 
}
#serendipityLeftSideBar {
  float:left;
  position:relative;
  padding: 0;
  margin: 0 0 1em 0;
  overflow:hidden;
  width:20%;		/* Width of left column content (column width minus padding on either side) */
  left: 43%;		/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
#serendipityRightSideBar {
  float: left;
  position: relative;
  padding: 0;
  margin: 0 0 1em 0;
  overflow:hidden;
  width:20%;		/* Width of right column content (column width minus padding on either side) */
  left: 44%;		/* Please make note of the brackets here:
			   (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

#footer {
  float: left;
  clear: both;
  width: 100%;
}



.mk_wide #content {
  width: 100%;
  left: 0%;
}
.mk_wide #cntwrap2, .mk_wide #cntwrap3 {
  right: 0%;
}

.mk_wide #serendipityLeftSideBar, .mk_wide #serendipityRightSideBar {
  display: none;
}

.mk_semi #content {
  width: 79%;
  left: 21%;
}
.mk_semi #cntwrap2 {
  right: 21%;
}
.mk_semi #cntwrap3 {
  right: 0%;
}
.mk_semi #serendipityLeftSideBar{
  display: none;
}
.mk_semi #serendipityRightSideBar {
  left: 22%;
}

/** I wąskie screeny **/
@media only screen and (max-width: 480px) {
    #container { font-size: 180%; }
    #page_title { font-size: 120%; }
    #page_subtitle { font-size: 90%; }
    #content blockquote { margin: 4px 0.5em; }
    body {
        padding: 0 240px 0 240px;
    }
    #expander {
        margin: 2px -240px;
        min-width: 460px;
    }
    #content,
    .mk_semi #content {
        width: 100%;
        left: 0%;
    }
    #cntwrap2, #cntwrap3,
    .mk_semi #cntwrap2, .mk_semi #cntwrap3 {
        right: 0%;
    }
    #serendipityLeftSideBar, #serendipityRightSideBar,
    .mk_semi #serendipityLeftSideBar, .mk_semi #serendipityRightSideBar{
        display: none;
    }
}

/***************** Layout detale *************/

#sitenav ul {
    list-style-type: none;
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

#sitenav ul li {
    display: inline;
}

/*** Accessibility styles ***/
#skiplinks {
    display: inline;
    height: 1px;
    overflow: hidden;
    width: 1px;
    /* Absolute positioning */
    position: absolute;
    top: -1000px;
    left: -1000px;
}

#skiplinks ul {
    list-style-type: none;
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

#skiplinks ul li {
    display: inline;
    padding: 0 10px;
}


/* this is needed to clear floats from floated images */
.belowentry,
.infofooter {
    clear: both;
}


#page_title {
  padding: 0.25em;
}

#page_subtitle {
  padding: 0.25em;
}


.serendipity_entry_extended {
    clear: both;
}

/* prevent styling of the extended placeholder, */
/* otherwise the background image is visible    */
#extended {
    background: none;
    display: none;
}

/* styling the continue reading byline, needed   */
/* to stop firefox making the link 100% wide     */
.continue_reading {
    display: block;
    padding-top: 10px;
}

.serendipity_Entry_Date {
    overflow: hidden;
}

.serendipitySideBarContent input,
.serendipitySideBarContent select {
    width: 95%;
}

.serendipitySideBarContent dd {
  margin: 0 0 0.5em 0.5em;
}

/* microformats */
.author {
    display: inline;
    font-style: normal;
}

.published {
    border-bottom: none;
    cursor: auto;
}


p {
    text-align: left;
}


abbr, acronym, .help{
    cursor: help;
    border-bottom: 1px dotted #000000;
}


#page_title, #page_subtitle {
    margin: 0 0 0 10px;
}

#sitenav {
    padding: 0.5em 0;
}

#sitenav ul li {
    padding: 0 0.5em 0 10px;
}


#footer_sitenav {
    clear: both;
    text-align: left;
    padding: 0.5em 0 0.5em 0;
}

#footer_sitenav ul {
    list-style-type: none;
    display: inline;
    padding: 0;
}

#footer_sitenav li {
    display: inline;
}

#footer_sitenav a {
    padding: 0px 5px;
}

#footer_sitenav .currentpage a {
    text-decoration: underline;
}

/*** Footer styles ***/
#footer p,
.counter_code {
    margin-left: 10px;
    padding: 0;
    clear: both;
}

#serendipity_credit_line {
    float: left;
    margin: 5px 0 0 10px;
    display: inline;
}

.serendipity_pageFooter img{
    vertical-align: middle;
    margin: 0 2px;
    height: 12px;
    width: 12px;
    border: 0 none;
}

/*** Entry styles ***/
.serendipity_Entry_Date {
    margin: 0.5em 1em;
}

.serendipity_entry {
    margin-bottom: 0.5em;
}


/*** Sidebar styles ***/
.serendipitySideBarItem {
    margin: 0.5em;
}

.serendipitySideBarTitle {
    margin: 0;
}

.serendipitySideBarContent, .sidebarGlueFooter {
    margin: 0;
}

div.serendipitySideBarContent form {
    margin: 0;
    padding: 0;
}

/*** Plugin styles ***/

.serendipity_freeTag_related {
    margin-top: 1em;
}

.serendipitySideBarItem img {
    border: none;
}

.addthiswidget {
  margin: 5px 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #AFA283;
}

ul#serendipity_categories_list input{
    margin-left: 0;
}

#serendipity_categories_list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#serendipity_categories_list li {
  display: block;
}

/* mkpl */


.serendipity_xml_icon {
  background: url('/img/layout/xml.gif') center center no-repeat;
  padding: 10px 0;
  margin: 0;
  visibility: visible;
}

.serendipity_xml_icon img {
  visibility: hidden;
}

/*** Linki ***/

a {
  color: #013A47;
  border-bottom: 1px dotted;
  text-decoration: none;
}
a:visited {
  color: #382513;
  border-bottom: 1px dotted;
  text-decoration: none;
}
a:hover, a:active {  
  color: #013A47;
  background: #B9D0D6;
  border-bottom: 1px solid;
}
h1 a, h1 a:visited {
  text-decoration: none;
  color: #382513;
  border-bottom: none;
}
h1 a:hover, h1 a:active {  
  color: #013A47;
  background: #B9D0D6;
  border-bottom: 1px solid;
}

.serendipity_entryFooter a {
  text-decoration: none;  
}
.container_serendipity_categories_plugin a,
.container_subscribe a {
  text-decoration: none;
  color: #382513;
  border-bottom: none;
}
.serendipity_entryFooter a:hover, .serendipity_entryFooter a:active,
.container_serendipity_categories_plugin a:hover,
.container_subscribe a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.container_subscribe p {
  display:inline-block;
  text-align:center;
  width:32px;
  margin:4px;
  font-size:smaller;
}
.container_subscribe img {
  margin:auto;
}

.serendipitySideBarContent dl {
  margin: 0;
}

.serendipitySideBarContent dl dt {
  margin: 0.3em 0;
}

/*** Layout-bis ***/

#container {
  width: 95%;
  margin: 0px auto;
}

#serendipity_banner {
  margin: 0;
  padding: 0;
  height: 100px;
  border: 0px;
}

#page_title, #page_subtitle {
  margin-left: 10px;
}

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

#sitenav ul li {
  margin: 0;
  padding: 0; 
  display: inline;
}

#sitenav ul a {
  border-bottom: 4px solid #DFD7C3;
  margin: 0 2px 0 0;
  padding: 6px 10px 6px 10px;
  float: left;
  overflow: hidden;
  text-decoration: none;
  color: #382513;
}

#sitenav ul a:hover,
#sitenav .currentpage a {
  text-decoration: underline;
}

#serendipityLeftSideBar,
#serendipityRightSideBar {
  overflow: hidden; 
}

#content h1 {
  margin: 15px 0;
}

.serendipity_entryFooter {
  margin: 5px 0;
  padding: 8px 0;
  border-top: 1px solid #AFA283;
  border-bottom: 1px solid #AFA283;
}

.serendipity_pageFooter {
  margin: 5px 0 10px;
}

.serendipitySideBarItem {
  margin: 0 0 10px 0;
  padding: 0;
  border: 0px none;
  overflow: hidden;
  height: 100%; 
}

.serendipitySideBarTitle {
  padding: 8px 5px;
  margin: 0;
}

.serendipitySideBarContent {
  padding: 10px;
  margin: 0;
}

.sidebarGlueFooter {
  padding: 0 10px 10px 10px;
  margin: -10px 0 10px 0;
  text-align: center;
}

#footer a:hover {
  color: #0E0E0C;
}

blockquote {
  color: #000;
  margin: 4px 3em;
  padding: 4px;
  background: #EEEEDD;
  border: none;
}

.serendipity_comment_author_self {
  background: #F9F6DB;
  border: 1px solid #444;
}


.serendipity_commentsTitle {
  margin: 1em 0;
  padding: 0.5em 0;
}

.mk_ad .serendipitySideBarContent {
  padding: 0px;
  background: transparent;
}

.go_ad .serendipitySideBarContent {
  text-align: center;
}

.mk_subad {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mkcomment {
  padding: 0 3em;
  font-style: italic;   
}

.serendipity_entrypaging {
  margin-bottom: 1em;
}

.quote {
  font-style: italic;
}

.sidebanner {
  text-align: center;
  margin-top: 5px;
}

.sidebanner a {
  border-bottom: none;
}

.sidebarFooter {
  margin-top: 1em;
  text-align: center;
}


.mk_img, .mk_img_ext {
  margin: 5px auto;
  text-align: center;
}

.mk_right_img {
  float: right;
  margin: 5px 0 5px 5px;
}
.mk_left_img {
  float: left;
  margin: 5px 8px 5px 0;
}

.mk_img a, .mk_right_img a, .mk_left_img a {
  border-bottom: none;
}


.pygments_perldoc, .pygments_murphy, .pygments_monokai, .pygments_default, .pygments_tango {
  padding: 0.5em 0.25em;
  border: 1px solid #DDEEEE;
  margin-bottom: 1em;
  font-size: 1em;
}

.pygments_perldoc pre, .pygments_murphy pre, .pygments_monokai pre, .pygments_default pre, .pygments_tango pre {
  margin-bottom: 0;
  line-height: 1.25;
  overflow: auto;
}


.error_page_body {
  overflow: hidden;
  margin: 1em 1em 4em 1em;
}

.error_page_body h1 {
  color:#FF0000;
}

.error_page_body h2 {
  padding: 1em 0 0 0;
  border-top: 1px solid #0E0E0C;
}

.error_page_body #cse-search-box input {
  margin-left: 2em;
}

.error_page_body ul li {
  margin-left: 2em;
  padding: 0.3em 0;
}

.error_page_body #serendipity_categories_list {
  font-weight: bold;
} 

.error_page_body .importantlink {
  font-weight: bold;
}


.archivetable th, .archivetable .blocktop td {
  border-top: 1px solid #AFA283;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.archivetable .lead td {
}

.archivetable .last td {
  padding-bottom: 1.5em;
}

.archivetable td {
  border: 0 none;
  vertical-align: top;
}

.pin-tag { display:none; }

.leadpara {
  margin-top: 0.5em;
}


#posts .post-content .post-message p {
    margin: 0 0 6px;
}

