
/* kolory kultura */
.heading.heading-border.heading-bip{
    background: rgb(152, 0, 0);
}

.ulclear .menu_level_2 li a, .menu_level_1 li.current a{
    border-left-color: rgb(152, 0, 0);
}

.ulclear .menu_level_1 a:hover{
    border-left-color: rgb(152, 0, 0);
    color: rgb(152, 0, 0);
}

.newsHeader{
    border-left-color: rgb(152, 0, 0);
    background: rgba(255, 255, 255, 0.8) ;
}

.newsHeader span{
    color: rgb(152, 0, 0);
}

.post .border{
    /*background: rgb(25, 116, 180);*/
    background: rgb(49, 155, 155);
}

.post-meta .moreData:hover, .post-meta a.moreData:active{
    background: rgb(49, 155, 155) !important;
}

.pagination > .active > a {
    background: rgb(152, 0, 0) !important;
    border-color: rgb(152, 0, 0) !important;
    color: #ffffff !important;
}

.pagination > .active > a:hover{
    background: rgb(152, 0, 0) !important;
}

.pagination > li > a{
    color: rgb(49, 155, 155) !important;
}

#header nav ul.nav-main li a{
    color: rgb(49, 155, 155);
}

#header nav ul.nav-main > li:hover > a {
    background: rgb(49, 155, 155) !important;
}

.blog-posts article .post-content a{
    color: rgb(49, 155, 155);
}

.post-content h2 a, .post-content h3 a, .post-content h4 a{
    color: #777777 !important;
}

/* kolor kalendarz */
/*.sidebar .calendar .icon, .kalendarz #item #date{*/
/*background: rgb(152, 0, 0);*/
/*}*/

/*.kalendarz .fullLink {*/
/*border-left-color: rgb(152, 0, 0);*/
/*border-bottom-color: rgb(152, 0, 0));*/
/*}*/

/*.kalendarz .fullLink:hover{*/
/*background: rgb(152, 0, 0) !important;*/
/*}*/

/* kolor pogoda */
.sidebar .weather .icon{
    background: rgb(152, 0, 0) !important;
}

.sidebar .weatherBody{
    border-bottom-color: rgb(152, 0, 0) !important;
    border-left-color: rgb(152, 0, 0) !important;
}