#mycontent .blogblock a {
    text-decoration: underline;
}
#mycontent .blogblock a:hover {
    text-decoration: none;
}

#mycontent .blogblock {
    margin-bottom: 25px;
}

#mycontent .blogblock .infoline {
    color: black;
}

#mycontent .blogblock .infoline {
    padding: 8px;
    font-size: 10px;
}

#mycontent .blogblock .infoline, #mycontent .blogblock .infoline a {
    color: gray;
}

#mycontent .blogblock .h1 a {
    color: red;
}

#mycontent .blogblock .h1 .username {
    color: black;
}

#mycontent .blogblock .tagline {
    /*text-align: right;*/
    padding: 8px;
    font-size: 11px;
    color: gray;
}

#mycontent .blogblock .tagline a {
    font-size: 11px;
    color: gray;
}

#mycontent .blogblock .blogcontent {
    padding-left: 8px;
}

#mycontent .blogblock .infoline .actions {
    display: inline;
    color: gray;
}

#mycontent .blogblock .infoline .actions .linkedit {
    color: white;
    padding:2px;
    background-color: orange;
    text-decoration: none;
}
#mycontent .blogblock .infoline .actions .linkdelete {
    color: white;
    padding:2px;
    background-color: red;
    text-decoration: none;
}
#mycontent .blogblock .infoline .actions a:hover {
    text-decoration: underline;
}

/* ========*/
#mycontent .pagesBlock {
    text-align: center;
    border-top: 2px solid rgb(230,230,230);
    padding-top: 5px;
}
#mycontent .pagesBlock a {
    font-size: 14px;
    font-weight: bold;
}