/* This file should never be modified when the theme is updated.
   It is used for local user modifications only */

/* Customization by Walter Torres */

.post small.date {
    background: url('images/iCal_empty_16.png') no-repeat top left;
    padding-left: 18px;
    padding-bottom: 2px;
}

.tags {
    background: url('images/tag_blue.png') no-repeat;
}

.cats {
    background: url('images/cat_blue.png') no-repeat;
}

.comments {
    background: url('images/comments_blue.png') no-repeat;
}

.edits {
    background: url('images/edit.png') no-repeat;
}

.meta {
    background: url('images/info.png') no-repeat;
}

.roll {
    background: url('images/lightbulb.png') no-repeat;
}

.archives {
    background: url('images/book_closed.png') no-repeat;
}

.pages {
    background: url('images/pages.png') no-repeat;
}

.postmetadata .edits,
.postmetadata .comments,
.postmetadata .tags,
.postmetadata .cats {
    padding: 3px 24px;
    display: block;
    background-position: top right;
    text-align: right;

}

#sidebar h2.pages ,
#sidebar h2.archives ,
#sidebar h2.cats ,
#sidebar h2.meta ,
#sidebar h2.roll {
    padding-left: 22px;
}


/* eof */

