#sidebar ul#sidebar_recentPosts li {
    list-style-image: url("/static/images/template/bullet_blue.png");
    margin-bottom: 5px;
}

.post h2 {
    margin-bottom: 0;
}

.post h2 a {
    color: black;
}

/* Author */
.post > p {
    font-size: .92em; /* 12px */
}
.post > p a {
    font-weight: bold;
}

span.post_edit a, #searchResults h3 a {
    color: #0080b0;
}

span.post_edit a:hover, #searchResults h3 a:hover {
    color: #00aeef !important;
}

#searchResults {
    font-size: .92em; /* 12px */
}

#searchResults p, #searchResults ul, #searchResults ol {
    margin-bottom: 10px;
}

#searchResults .post {
    margin-bottom: 15px;
}