h1 {
    font-size: 18px;
    color: #ffffff;
    /*border-bottom: 1px solid white;*/
    display: inline;
    line-height: 25px;
}

h1 a {
    color: #ffffff;
}

div.block-title > h2 {
    font-size: 16px;
    color: #ffffff;
    border-bottom: 1px solid white;
    line-height: 25px;
}

div.block-title > h2 a {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 1024px) {
    body {
        min-width: 1024px;
        background-image: url('/img/wallpaper.png'), url('/img/bars.png'), url('/img/gothic.png');
        background-repeat: no-repeat, repeat-y, repeat-x;
        background-position: center top, center top, center top;
        background-size: auto, auto, auto;
        background-color: #000000;
        font-family: arial, helvetica, sans-serifsans-serif;
    }
}

.article-title a {
    font-size: 18px;
    color: red;
}


.article-title h1 a, .article-title h1 {
    font-size: 18px;
    color: white;
}

.article-title {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 1px;
    border-bottom: 1px solid white;
}

.article-title {
    display: block;
}

.block-title a {
    width: 180px;
}

.article-footer {
    text-align: right;
    display: block;
}

.block-article {
    /*   text-align: justify; */
}

.block-content {
    overflow: hidden;
}

.block-content a {
    color: #999;
}



.list-menu li {
    list-style-image: url('/img/bullet.png');
}

.admin-menu li {
    list-style: none;
}

ul.admin-menu {
    margin: 0px;
}

select {
    width: 120px;
}

img.zdjecie {
    margin: 1px;
    border: 1px solid gray;
    padding: 1px;
}

img.cover {
    margin-bottom: 2px;
    margin-right: 5px;
}

img.avatar {
    border: 1px solid gray;
    padding: 4px;
    width: 80px;
    height: 80px;
}

img.avatar_small {
    margin: 3px;
    border: 1px solid gray;
    padding: 4px;
    width: 40px;
    height: 40px;
}

.top-menu {
    margin-top: 1px;
}

.navbar-inner {
    background-image: -webkit-linear-gradient(top, #2C2424, #020202);
}

.navbar {
    /*margin-top: 5px;*/
    margin-bottom: 0px;
}

.navbar .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar .nav {
    margin: 0px;
}

.quote {
    color: #BCBCBC;
    background-color: #161616;
    border: #BCBCBC;
    padding: 5px;
    border-style: dashed;
    border-width: 1px;
}

.table th {
    font-weight: normal;
}

#logo {
    position: absolute;
    left: -56px;
    top: -1px;
}

@media (max-width: 979px) {
    #logo {
        position: absolute;
        left: 0px;
        top: 0px;
    }
}

.footer .nav, .footer .nav > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    *zoom: 1; /* hasLayout ie7 trigger */
    vertical-align: top;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    list-style: none;
    background-color: #cccccc;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.ui-menu-item > a.ui-corner-all {
    padding-left: 6px;
    color: #222222;
    text-decoration: none;
}

.ui-menu-item a:hover {
    text-decoration: none;
    font-weight: bold;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

/* Forum */

.forumPostAdvertisement {
    text-align: center;
    width: 728px;
    height: 90px;
}

select,
textarea,
input:not([type=submit]) {
    color: #000000;

}

.center-content {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.with-caption p {
    margin: 0;
    padding-top: 0.5em;
    text-overflow: ellipsis;
    width: 100%;
    text-align: right;
    display: inline-block;
    color: #999;
}