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

/*
 * Custom Style Sheet - Use this file to style your content
 */


div.gallery h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 6px;
}

.item.system-archived {
    background: url(../images/archived.png) 98% 1% no-repeat #efefef;
}

.item.system-unpublished {
    background: url(../images/unpublished.png) 98% 1% no-repeat #efefef;
}

p.edit {
    text-align: right;
}

.edit a {
    background: #FFFF00;
    border: 2px solid #FF0000;
    padding: 2px;
}

span.subtitle {
    color: #818181;
    font-family: sans-serif;
    font-size: 11px !important;
    padding-top: 3px;
}

#headerbar {
    margin-bottom: 0;
}

#header {
    margin-bottom: 0;
}
