/* Style menu font */
ul.menu li {
//  font-style: italic;
    font-weight: bold;
}

/* Add a little extra highlight to search result strings */
.search-results strong {
//  background-color: #C9E5E6;
    background-color: #F1E374;
}


/**** Theme specific adjustments ****/


/** Bealestreet theme **/

/* The RSS syndication feed icon */
.feed-icon {
    float: right;
}


