/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /*  Bilder abstand im Blog */
 img {
    padding-right: 4px;
    padding-bottom: 4px;
}

.uk-article .uk-article-date-true .uk-article-date {
    position: absolute;
    top: 5px;
    left: -60px;
    width: 35px;
    padding: 5px;
    border-radius: 2px;
    background: #DC5537 none repeat scroll 0% 0%;
    color: #FFF;
    line-height: 18px;
    text-align: center;
}