.imageria {
    background: url(/graphics/bg/cloudy-night.jpg);
    background-size: cover;
    background-position: center right;
}

.cobio h2, .cobio h3 {
    margin: 13px 0 5px -10px;
    background: black;
    padding: 5px;
    text-shadow: 0px 0px 10px #473782;
}

.cobio h3 {
    font-weight: 100;
    font-style: italic;
}

.blogitem p {
    background: linear-gradient(black, #0f0f0f, black);
    background: linear-gradient(to bottom, #1d1d1d, black);
    margin: 3px 0;
    padding: 1px 3px;
    border-radius: 5px;
    border: 1px solid #161616;
    text-indent: each-line 10px;
    font-size: 12px;
    text-shadow: 0 0 5px black;
}

.archive-item {
    padding: 8px 5px 2px 5px;
    background: linear-gradient(to top, black, #111111);
    border-radius: 10px;
    border: 1px dotted #262626;
    margin: 5px 0
}

.archive-date,
.archive-link {
    font-size: 14px;
}

.archive-date {
    padding: 5px;
}

.archive-link {
    font-size: 13px;
}

.blog h1 {
    font-weight: 100;
    margin: 0;
    font-style: italic;
    font-family: cardo, 'Times New Roman', Times, serif;
    margin-top: -20px;
    background-image: linear-gradient(#000000, rgb(255, 255, 255));
    -webkit-background-clip: text;
    background-clip: text;
    color: rgba(0, 0, 0, 0.88);
    filter: drop-shadow(2px 2px 0px rgb(0, 0, 0)) brightness(2.1);
    text-shadow:
        0 0 73px #ffffff,
        0px 0px 6px rgba(0, 18, 63, 0.46);
}

.blog h1:first-of-type::first-letter {
    font-size: 49px;
    letter-spacing: -12px;
}

.counter {
    margin: -9px 0 0 10px;
    font-weight: 100;
}

#post-count {
    color: #ab7d7d;
    text-shadow: 0 0 5px #000000, 0 0 10px #870000;
    font-weight: bold;
    font-size: 20px;
    padding: 3px
}
