
/*
-------------------------------------------------------------------------------
  Comment repost
-------------------------------------------------------------------------------
*/

.tooltip {
    position: relative;
}

    .tooltip:hover:before {
        content: '';
        position: absolute;
        top: -8px;
        left: 3px;
        border-style: solid;
        border-width: 6px 6px 0;
        border-color: #111 transparent;
        z-index: 29;
    }

    .tooltip:hover:after {
        content: attr(data-title);
        position: absolute;
        top: -31px;
        left: 0;
        padding: 5px 10px;
        font-size: 12px;
        color: #fff;
        background: #111;
        border-radius: 4px;
        text-indent: 0;
        white-space: nowrap;
        z-index: 28;
    }

input#fbcheck {
    display: none;
}

    input#fbcheck + label {
        position: relative;
        margin: 0px 10px 0 0;
        width: 38px;
        height: 18px;
        background: url(../img/sprite_ipfb.png) -96px 0 no-repeat;
        text-indent: -9999px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }

        input#fbcheck:checked + label {
            background-position: -96px -32px;
        }

a.linkacc {
    display: inline-block;
    width: 38px;
    height: 18px;
    margin: 0 10px 0 0;
    background: url(../img/sprite_ipfb.png) -96px -64px no-repeat;
    text-indent: -9999px;
    vertical-align: middle;
}

.submit {
    vertical-align: middle;
}

/* A postokon belul INDAFOTO képek maximum szelesseget lekorlatozzuk  */
a.indafoto > img {
    max-width: 99%;
}

/* Archívum */
ul.archive-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.archive-list li {
    display: inline-block;
    list-style-type: none;
    zoom: 1;
    *display: inline;
    list-style-type: none;
    margin: 10px 0 0 10px;
    padding: 0;
}

ul.archive-list li a {
    text-align: center;
    background: #f4f4f4;
    font: 11px/20px Verdana, sans-serif;
    display: block;
    width: 100px;
    height: 100px;
    padding: 0;
    text-decoration: none;
    border: 1px solid #a5a5a5;
    color: #838383;
}

ul.archive-list a * {
    display: block;
}

ul.archive-list .month,
ul.archive-list .week {
    color: #0087c9;
    font-size: 2em;
    line-height: 1em;
}

ul.archive-list .postcount {
    color: #4f4f4f;
    font-size: 3.82em;
    line-height: 1em;
    font-weight: bold;
}

ul.archive-list .caption {
    text-transform: uppercase;
    margin-top: -5px;
}
