
p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

/* templates/default/style_fallback.css  */
/* This is the templates/default/style_fallback.css file.
   It emits CSS rules that all templates should have.
   Classes are declared on top of the file, so if you
   want to make changes in your own template, you
   should override the rules on the bottom of your
   style.css template. 
   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Default image classes for left/right/usual layout */
.serendipity_image_center {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_left {
  float: left;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_right {
  float: right;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Default listing without spacers */
.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Messages: Centered, important, notice */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* Embedded images with comments inside the s9y image manager */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 10px;
    text-align: center;
}

/* END OF style_fallback.css */
/* templates/szuman/style.css  */
/* --------------- */
/* template styles */
/* --------------- */

.category_depth1 {
        font-size: 8pt;
        font-style: italic;
        }

#template_main {
        background: #ffffff url(img/bg.gif) repeat-y;
        background-position: center;
}        
#template_header {
        background: #ffffff;
        border-top: 2px solid #ffffff;
        height: auto;
        width: 100%;
        margin: 0px;
        padding: 0px;
        background-position: center;
}
#template_header_container {
        width: 970px;
        height: 102px;
        margin: 0 auto;
        vertical-align: bottom;
}
#template_subheader {
        border-top: 2px solid #49493F;
        border-bottom: 2px solid #353535;
        height: auto;
        width: 100%;
        margin: 0px;
        padding: 0px;
}
#template_subheader_container {
        width: 970px;
        margin: 0 auto;
        background: url(img/tlo_menu.jpg) no-repeat;
        height: 32px;
        border-bottom: 1px solid #454545;
}

#template-nad-menu {
        width: 950px;
        font-weight: bold;
        color: #e1edf5;
        text-transform: uppercase;
        height: 18px;
        margin: 0 auto;
        padding-top: 5px;
        padding-left: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
}

#template-nad-menu a {
        color: #e0e0e0;
        margin-left: 20px;
}

#template-nad-menu a:hover {
        color: #606060;
}

#template_pod-menu {
        width: 950px;
        background: #303030;
        color: #c0c0c0;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 7px solid #e5e5e5;
}

#template_top_container {
        width: 950px;
        margin: 0 auto;
        overflow: hidden;
}

#template_top_field1 {
        margin: 0px;
        padding: 0px;
        vertical-align: top;
        float: left;
        width: 345px;
}

#template_top_field1 a {
        font-size: 8pt;
        color: #b9b9b9;
        padding-left: 16px;
        background: url(img/arrow_top.gif) no-repeat;
}


#template_top_field2 {
        margin-left: 5px;
        padding: 0px;
        vertical-align: top;
        float: left;
        width: 200px;
}

#template_top_field2 a {
        font-size: 8pt;
        color: #b9b9b9;
        padding-left: 16px;
        background: url(img/arrow_rss.gif) no-repeat;
}

#template_top_field2 a:hover {
        text-decoration: underline;
}

#template_top_field3 {
        margin-left: 5px;
        padding: 0px;
        font-size: 8pt;
        color: #a9a9a9;
        vertical-align: top;
        float: left;
        width: 395px;
}

#template_top_field3 a {
        color: #a9a9a9;
}

#template_top_field3 a:hover {
        text-decoration: underline;
}

#template_main_column {
        width: 970px;
        margin: 0 auto;
}
#template_text_column {
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding: 10px;
        float: left;
        border-left: 10px solid #e5e5e5;
        border-right: 5px #e5e5e5 solid;
        height: auto;
        width: 530px;
        vertical-align: top;
}


#template_widget {
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 6px;
        padding-top: 0px;
        float: left;
        border-right: 10px solid #e5e5e5;
        border-bottom: 5px #e5e5e5 solid;
        height: auto;
        width: 383px;
        vertical-align: top;
}

#template_sidebar_column {
        padding: 0px;
        background: #ffffff;
        margin-top: 0px;
        margin-bottom: 0px;
        float: right;
        height: auto;
        width: 405px;
        border: #939393 0px solid;
        vertical-align: top;
        text-align: left;
}
#template_komentarze_column {
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        float: left;
        height: auto;
        width: 405px;
        border-left: 0px #888888 solid;
        background: #ffffff;
        background-position: right bottom;
        vertical-align: top;
        text-align: left;
}
#template_sidebar_column_left {
        padding-left: 6px;
        padding-top: 0px;
        float: left;
        height: auto;
        width: 172px;
        vertical-align: top;
}
        
#template_sidebar_column_left a {
        color: #105289;
}

#template_sidebar_column_left a:hover {
        color: #AA0000;
}

#template_sidebar_column_right {
        margin-top: 0px;
        border-left: 5px #e5e5e5 solid;
        border-right: 10px solid #e5e5e5;
        padding-left: 6px;        
        padding-top: 0px;        
        padding-right: 6px;
        float: right;
        height: auto;
        width: 194px;
        vertical-align: top;
}
#template_bottom {
        background: #ffffff;
        border-top: 0px solid #e5e5e5;
        padding-top: 0px;
        margin: 0px;
        height: auto;
        width: 100%;
        clear: both;
}
#template_bottom_container {
        width: 950px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        background: #222222 url(img/tlo_stopka.jpg) no-repeat;
        background-position: bottom;
        border-top: 7px solid #e5e5e5;
        border-bottom: 0px solid #e5e5e5;
        overflow: hidden;
}
#template_bottom_field1 {
        margin: 0px;
        padding: 0px;
        vertical-align: top;
        float: left;
        width: 180px;
}

#template_bottom_field1 a {
        font-weight: bold;
        font-size: 8pt;
        color: #a5a5a5;
        padding-left: 16px;
        background: url(img/arrow_bottom.gif) no-repeat;
}

#template_bottom_field2 {
        margin-left: 5px;
        padding: 0px;
        vertical-align: top;
        float: left;
        width: 180px;
}

#template_bottom_field2 a {
        font-weight: bold;
        font-size: 8pt;
        color: #a5a5a5;
        padding-left: 16px;
        background: url(img/arrow_bottom.gif) no-repeat;
}

#template_bottom_field3 {
        margin-left: 5px;
        padding: 0px;
        vertical-align: top;
        float: left;
        width: 180px;
}

#template_bottom_field3 a {
        color: #a2a2a2;
        padding-bottom: 3px;
}

#template_bottom_field4 {
        margin-left: 5px;
        padding: 0px;
        vertical-align: top;
        float: left;
        width: 395px;
}

#template_bottom_field4 a {
        font-weight: normal;
        color: #a2a2a2;
}

#template_footer {
        background-color: #ffffff;
        height: auto;
        width: 100%;
        margin: 0px;
        padding: 0px;
        clear: both;
}
#template_footer p {
        font-size: 8pt;
        font-weight: bold;
        color: #888888;
}
#template_footer a:link,
#template_footer a:visited {
        color: #888888;
        font-weight: bold;
        text-decoration: none;
}
#template_footer a:hover {
        text-decoration: none;
}
#template_footer_container {
        width: 950px;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
}
#template_footer_link {
        text-align: right;
        padding: 5px;
        padding-top: 0px;
}
#template_next_page {
        text-align: center;
        font-size: 8pt;
        margin: 0px;
}
.template_comments_source_link {
        padding: 5px;
        font-size: 8pt;
        padding-bottom: 0px;
}
.template_comments_link {
        text-align: right;
        font-weight: bold;
        font-size: 8pt;
        color: #404040;
}
#template_trackbacks_source_link {
        font-size: 8pt;
        padding: 5px;
}
#template_commentform_link {
        text-align: center;
}
#template_commentform_plugins {
        font-size: 8pt;
        margin-bottom: 10px;
        margin-top: 10px;
}
#template_commentform_submit {
        margin-top: 10px;
        margin-bottom: 10px;
}
#template_commentform_comment {
        width: auto;
}
#template_searchcontainer {
        width: auto;
}
#template_searchcontainer form {
        margin: 0px;
        padding: 0px;
        text-align: right;
}
#searchbox {
        font-family: arial, helvetica, sans-serif;
        text-align: center;
        font-size: 9pt;
        background: #ffffff;
        color: #404040;
        width: 160px;
        height: 20px;
        margin-top: 6px;
        margin-right: 55px;
        font-weight: bold;
        border-left: 1px solid #383838;
        border-right: 1px solid #383838;
        border-top: 0px;
        border-bottom: 0px;
        padding: 0;
}

#template_no_entries {
        text-align: center;
        font-weight: bold;
        background: #ffffff;
        color: red;
        padding: 10px;
}
#template_staticpage_navigation {
        background-color: #F0F0F0;
        margin: 10px;
        padding: 5px;
        text-align: center;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
}

/* ------------- */
/* navbar styles */
/* ------------- */
#navcontainer {
        float: left;
        margin-left: 10px;
}
#navcontainer ul {
        padding: 0;
        margin: 0;
        color: #eeeeee;
        float: left;
        width: auto;
        font-family: arial, helvetica, sans-serif;
        font-weight: bold;
        font-size: 8pt;
        border-left: 0px solid #646555;
}
#navcontainer ul li {
        display: inline;
}
#navcontainer ul li a {
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 7px;
        background: #2B2B2B;
        color: #eeeeee;
        text-decoration: none;
        float: left;
        border-right: 1px solid #383838;
        height: 24px;
}
#navcontainer ul li a:hover {
        background: #366B94;
        color: #eeeeee;
}
/* ------------------ */
/* serendipity styles */
/* ------------------ */
body {
        margin: 0px;
        padding: 0px;
        background-color: #ffffff;
}
p, td, th, div {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: 140%;
        font-weight: normal;
        font-variant: normal;
        color: #242424;
        margin: 0px;
        padding: 0px;
}
span {
        margin: 0px;
        padding: 0px;
}
h1, h2, h3, h4 {
        font-size: 9pt;
        font-weight: bold;
}
a:link,
a:visited {
        color: #105289;
        text-decoration: none;
        border: 0px;
}
a:hover {
        color: #AA0000;
        text-decoration: none;
}
img {
        border: 0px;
}
hr {
        border-color: #FFFFFF;
        background-color: #F9F9F9;
}
.serendipity_center {
        text-align: center;
}
#serendipity_banner {
}
a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        color: #333333;
        margin: 0px;
        padding-top: 18px;
        padding-bottom: 0px;
}
a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        color: #555555;
        margin: 0px;
        padding-bottom: 10px;
}
.serendipity_content_message {
        text-align: center;
}
.serendipity_msg_important { 
        color: red;
        margin-bottom: 10px;
} 
.serendipity_msg_notice {    
        color: green;
        margin-bottom: 10px;
}
.serendipity_title {
        font-size: 14pt;
        margin: 0px;
        line-height: 18pt;
        padding-bottom: 5px;
        font-weight: bold;
        text-decoration: none;
}
.serendipity_title a:link,
.serendipity_title a:visited {
        text-decoration: none;
        color: #303030;
}
.serendipity_title a:hover {
   color: #808080;
}
.serendipity_date {
        font-size: 8pt;
        font-weight: bold;
        margin: 0px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        color: #5D9FD1;
        border-bottom: 2px solid #e0e0e0;
}
.serendipity_entry {
        text-align: left;
}
.serendipity_entry p {
        font-size: 9pt;
        margin: 0px;
        margin-top: 10px;
        text-align: justify;
}
.serendipity_entry blockquote {
        text-align: left;
        font-size: 8pt;
}
.serendipity_entry ul {
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 0px;
        text-align: left;
}
.serendipity_entry li {
        padding-bottom: 10px;
}
span.serendipity_entryIcon {
        float: right;
        padding: 5px;
        padding-top: 10px;
        padding-right: 0px;
}
.serendipity_entry_body p {
}
.serendipity_entry_extended p {
}
.serendipity_entryFooter {
        font-size: 8pt;
        margin-bottom: 30px;
        margin-top: 3px;
        padding-top: 3px;
        border-top: 1px solid #BDBEB0;
        clear: both;
}
.serendipity_entryFooter p, .serendipity_entryFooter div, .serendipity_entryFooter span {
        font-size: 8pt;
}
.serendipity_comments {
        margin: auto;
}
.serendipity_commentsLabel {
        font-size: 8pt;
        font-weight: bold;
        vertical-align: top;
}
.serendipity_commentsValue {
        width: auto;
}
.serendipity_commentform_comment {
        width: 300px;
}
.serendipity_comment {
        margin: auto;
       margin-bottom: 18px;
        width: auto;
        height: auto;
        clear: both;
}

.serendipity_commentBody {
        font-size: 8pt;
        background: #f8f8f8;
        border-left: #d2d2d2 solid 1px;
        border-right: #d2d2d2 solid 1px;
        text-align: left;
        padding-top: 12px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        min-height: 60px;
     clear: both;
}

.bg_avatar {
        margin-left: 5px;
        float: right;
        height: 66px;
        width: 66px;
        background: url(img/bg_avatar.jpg) no-repeat;
        padding: 6px;
}

.serendipity_naglowek_komentarza {
        height: 7px;
        background: #d2d2d2;
}

.serendipity_comment_source {
        font-size: 8pt;
        color: #333333;
        height: 24px;
        padding-left: 5px;
        padding-right: 5px;
        background: #d0d0d0;
        border-left: 1px solid #c5c5c5;
        border-right: 1px solid #c5c5c5;
        border-bottom: 0px solid #d2d2d2;
}


.serendipity_comment_source a:link,
.serendipity_comment_source a:visited {
        color: #105289;
        text-decoration: none;
}
.serendipity_comment_source a:hover {
        color: #404040;
        text-decoration: none;
}
#serendipity_commentform_name, #serendipity_commentform_email, #serendipity_commentform_url, #serendipity_replyTo, #template_commentform_comment, .input_textbox {
        font-family: "Courier New", Courier, monospace;
        font-size: 8pt;
        background-color: #f1f1f1;
        color: #666666;
        width: auto;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 0px;
        border: 1px solid #c5c5c5;
}

#serendipity_commentform_name:hover,
#serendipity_commentform_name:focus,
#serendipity_commentform_email:hover,
#serendipity_commentform_email:focus,
#serendipity_commentform_url:hover,
#serendipity_commentform_url:focus,
#serendipity_replyTo:hover,
#serendipity_replyTo:focus,
#template_commentform_comment:hover,
#template_commentform_comment:focus {
        background-color: #FFFFFF;
        color: #666666;
}

.serendipity_commentDirection {
        font-size: 8pt;
}
.serendipity_commentsTitle {
        font-size: 14pt;
        font-weight: bold;
        margin-bottom: 10px;
        border-bottom: 1px solid #c0c0c0;
}
#serendipity_preview {
        background-color: #BDBEB0;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 8pt;
        color: #666666;
        font-weight: bold;
        border: 1px solid #85826E;
}
#serendipity_submit {
        background-color: #999999;
        padding-top: 2px;
        padding-bottom: 4px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 9pt;
        color: #303030;
        font-weight: bold;
        border: 1px solid #666666;
        margin-right: 10px;
}
.serendipitySideBarItem {
        font-size: 9pt;
        text-decoration: none;
        color: #404040;
        margin: 0px;
        margin-bottom: 20px;
        padding: 0px;
        width: 100%;
}
.serendipitySideBarItem p, .serendipitySideBarItem div, .serendipitySideBarItem span, .serendipitySideBarItem td {
        font-size: 9pt;
        margin: 0px;
        padding: 0px;
}
.serendipitySideBarItem p {
        margin-bottom: 5px;
}
.serendipitySideBarItem a:link,
.serendipitySideBarItem a:visited {
        color: #105289;
        text-decoration: none;
        font-weight: normal;
}
.serendipitySideBarItem a:hover {
        color: #303030;
        text-decoration: underline;
}
.serendipitySideBarItem input {
        font-size: 8pt;
        background-color: #E6E6E6;
        color: #000000;
        width: auto;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 0px;
        border: 1px solid #C8C8C8;
}
.serendipitySideBarItem textarea {
        font-family: "Courier New", Courier, monospace;
        font-size: 8pt;
        background-color: #CED9CE;
        color: #000000;
        width: auto;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 0px;
        border: 1px solid #C8C8C8;
}
.serendipitySideBarItem ul {
        margin: 5px;
        padding: 0px;
        padding-left: 15px;
        text-align: left;
}
.serendipity_entry li {
        margin: 0px;
        padding: 0px;
}
.serendipitySideBarTitle {
        color: #e5e5e5;
        background: #282828;
        font-size: 10pt;
        font-weight:bold;
        text-align: left;
        margin-bottom: 7px;
        margin-top: 10px;
        padding: 4px;
}

.serendipity-reklama-naglowek {
        color: #303030;
        background: #e5e5e5;
        font-size: 9pt;
        font-weight:bold;
        text-align: left;
        margin-bottom: 7px;
        margin-top: 10px;
        padding: 4px;
        padding-left: 10px;
}

.serendipitySideBarContent {
        font-size: 8pt;
        margin: 0px;
        padding: 0px;
        color: #c0c0c0;
}
.serendipitySideBarDate {
        font-style: italic;
}
.serendipity_imageComment_center, 
.serendipity_imageComment_left, 
.serendipity_imageComment_right {
        background-color: #d8d8d8;
        padding: 3px;
        font-weight: bold;
        padding-top: 3px;
        border: 1px solid #c0c0c0;
        text-align: center;
                	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.serendipity_imageComment_center {
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
}
.serendipity_imageComment_left {
        float: left;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
}
.serendipity_imageComment_right {
        float: right;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
}
.serendipity_imageComment_img, .serendipity_imageComment_img img {
        margin: 0px;
        padding: 0px;
        text-align: center;
        border: 0px;
}
.serendipity_imageComment_txt {
        border-top: 1px solid #b0b0b0;
        margin-top: 2px;
        padding: 3px;
        clear: both;
        font-size: 8pt;
        text-align: center;
        color: #303030;
}
.comments_by_author_pagination {
        margin-top: 15px;
        margin-bottom: 15px;
}
.serendipity_search {
        margin-bottom: 20px;
}
#mainpane {
        background-color: #F1F1F1;
}

/* Calendar Styles */
table.serendipity_calendar td {font-size: 8pt; padding: 1px; text-align: center;}
td.serendipity_weekDayName {font-size: 8pt; font-weight: bold; border-bottom: 1px solid #C8C8C8;}
td.serendipity_calendarDay.Today {background-color: #F9F9F9; border-bottom: 1px solid #C8C8C8;}
td.serendipity_calendarHeader a:link, td.serendipity_calendarHeader a:visited, td.serendipity_calendarHeader a:hover {border: 0px; text-decoration: none;}
.serendipity_calendar a {font-weight: bold;}

/* --------------------- */
/* code, pre, blockquote */
/* --------------------- */
code, pre {
        display: block;
        width: 350px;
        margin: 10px;
        padding: 5px;
        border: 1px solid #C8C8C8;
        font-family: "Courier New", Courier, monospace;
        font-size: 9pt;
        text-align: left;
        background-color: #444444;
        color: #FFFFFF;
}
blockquote {
        margin-left: 0px;
        margin-right: 0px;
        text-align: left;
        border-left: 0px solid #f4f4f4;
        padding-left: 60px;
        background: url(img/cite.png) no-repeat;
        background-position: 0px 0px;
        min-height: 35px;
}
.staticpage_result_header {
        margin-top: 10px;
        margin-bottom: 10px;
}

/* ------ */
/* bbcode */
/* ------ */
.bb-code-title {
        margin-left: 0px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 5px;
        font-size: 10px;
}
.bb-code {
        font-style: italic;
        
}
.bb-quote {
        font-size: 11px;
        color: #808080;
}

/* ------------------------- */
/* additional plugins styles */
/* ------------------------- */
.serendipity_freeTag {
        padding-top: 10px;
}
.serendipity_freeTag_related {
        margin-left: 20px;
        padding-top: 5px;
        font-weight: bold;
        font-size: 16pt;
}
.serendipity_freeTag_related a,
.serendipity_freeTag_related a:link,
.serendipity_freeTag_related a:active,
.serendipity_freeTag_related a:visited,
.serendipity_freeTag_related a:hover {
        font-weight: normal;
}
.serendipity_karmaVoting_exits_sep {
        font-size: 8pt;
}
.plugin_comment_wrap p, .plugin_comment_wrap div, .plugin_comment_wrap span {
        font-size: 8pt;
}

.ostatnie_komentarze {
        padding-left: 30px;
        padding-top: 5px;
        margin-bottom: 20px;
        }

.plugin_comment_author {
        font-weight: bold;
}
.plugin_comment_date {
        font-style: italic;
}
.gravatar {
        border: 0px;
        clear: both;
        padding-left: 5px;
        padding-bottom: 5px;
}
.serendipity_entrypaging {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 8pt;
}
.serendipity_entrypaging a:link,
.serendipity_entrypaging a:visited {
        text-decoration: none;
}
.serendipity_entrypaging a:hover {
        text-decoration: underline;
}
.linklist img {
        border: 0px;
        vertical-align: middle;
}
.linklist menuitem {
        border: 0px;
        vertical-align: middle;
        list-style-type: none;
}
.linklist ul {
        list-style-type: none;
        list-style-position: outside;
        margin-left: 0px;
        padding-left: 0px;
}
.staticpage_author {
        font-size: 8pt;
        padding-top: 20px;
}
.serendipity_authorpic {
        float: right;
        text-align: center;
        font-weight: bold;
        color: #c0c0c0;
        margin: 0px;
        padding: 5px;
        padding-right: 0px;
}
.serendipityAuthorProfile {
        background-color: #111111;
        color: #FFFFFF;
        margin-bottom: 10px;
        padding: 10px;
        padding-bottom: 5px;
}
.serendipityAuthorProfile dl {
        font-size: 8pt;
        font-weight: bold;
        font-style: italic;
}
.serendipityAuthorProfile dd {
        font-size: 9pt;
        font-weight: normal;
        font-style: normal;
        margin-left: 10px;
}
.serendipity_commentcount {
        font-size: 8pt;
        font-style: italic;
        padding: 5px;
}
.serendipity_search {
        margin-top: 30px;
        padding-top: 5px;
        border-top: 1px solid #C8C8C8;
        text-align: left;
        font-size: 10pt;
        font-weight: bold;
}
.searchterm {
        color: red;
        font-weight: bold;
}
.staticpage_results {
        margin-top: 30px;
        padding-top: 5px;
        border-top: 1px solid #C8C8C8;
        text-align: left;
}
.staticpage_results p {
        margin: 0px;
        padding: 0px;
        font-size: 10pt;
        font-weight: bold;
}
.staticpage_author {
        font-size: 8pt;
        font-weight: bold;
}
.staticpage_metainfo {
        font-size: 8pt;
}
.PageRank {
        font-weight: bold;
}
.one-image {
        text-align: center;
}

/* ----------------- */
/* Livesearch plugin */
/* ----------------- */

.serendipity_livesearch_result {
        background: white;
        margin: 10px;
        padding: 10px;
        text-align: left;
}
.serendipity_livesearch_result ul {
        margin: 0px;
        margin-left: 20px;
        padding: 0px;
        padding-left: 10px;
}
#LSShadow {
        background: #999999;
        }

/* ----------------- */
/* FeedBurner styles */
/* ----------------- */
.feedburnerFeedBlock p {
        margin: 0px;
        padding: 0px;
        text-align: justify;
}
.feedburnerFeedBlock ul {
        margin: 0px;
        padding: 0px;
        padding-top: 20px;
        list-style-type: none;
}
.feedburnerFeedBlock li {
        padding-bottom: 15px;
}
.headline {
        margin: 0px;
        padding: 0px;
        font-weight: bold;
}
.date {
        font-size: 8pt;
        font-style: italic;
        padding-bottom: 5px;
}

.blogfrog {
        text-align: left;
        border: 1px solid #BDBEB0;
        background: #F4F2EC;
        width: 460px;
}

.reklama_pod_wpisem {
        text-align: center;
        border: 1px solid #BDBEB0;
        background: #F4F2EC;
        padding-top:5px;
        padding-bottom: 5px;
        width: 460px;
}

.najnowsze_komentarze_front {
        border-bottom: 2px solid #D2D3C7;
        border-right: 0px solid #D2D3C7;
        padding-left: 5px;
        height: 110px;
        clear: both;
        font-size: 8pt;
        color: #404040;
}

.plugin_comment_wrap {
        width: 180px;
        }

