/* Search Results Page */
body.searchresults #container {
    background-color: #EDF0F5;
    padding-left: 20px;
    width: 590px;
}
body.searchresults h1.entry-title {
    font-size: 1em;
    color: gray;
    text-transform: uppercase;
}
body.searchresults div.entry-content {
    background-color: #fff;
    border: 1px solid #D6DADD;
    margin-right: 10px;
    margin-top: 10px;
    width: 568px;
}
body.searchresults #comments, body.searchresults h2.globalblog_title {
    display: none;
}
/* results count */
p.globalsearch_matches {
    padding: 5px 0 15px 0;
    background: url('../../themes/sastheme/library/images/dot.gif') repeat-x left bottom;
    margin: 0 30px 10px 0;
    width: 545px;
    font-size: 1.2em !important;
    font-weight: bold;
    color: #003b76;
}
.ms-global-search_term {
    font-weight: bold;
}
body.searchresults div.entry-content p {
    font-size: 1.1em;
    margin: 10px 0 0 10px;
}
/* not found msg */
body.searchresults div.entry-content h3 {
    font-size: 2em;
    margin: 10px;
    font-style: normal;
}
body.searchresults .globalpage_message {
    padding: 0 0 40px 0;
}

/* result wrapper */
.globalsearch_post {
    margin: 10px;
    background: url('../../themes/sastheme/library/images/dot.gif') repeat-x left bottom;
}
body.searchresults .entry-meta { font-size: .9em; }
body.searchresults .entry-meta a { text-decoration: none; }
body.searchresults .postviews, body.searchresults .postcomments { margin-left: 5px; }

