/* search box */
#searchbox { width: 147px; height: 41px; background: url(../images/searchbox.gif) no-repeat; position: relative; }
#searchbox input#q { width: 118px; height: 17px; border: 0; position: absolute; left: 5px; top: 13px; padding: 2px 0 0 2px; color: #777; }
#searchbutton { position: absolute; width: 24px; height: 24px; left: 125px; top: 10px; display: block; }

/* search box - home page */
#searchbox-home { width: 142px; height: 38px; background: url(../images/searchbox-home.gif) no-repeat; position: relative; display: inline-block; *display: inline; }
#searchbox-home input#q { width: 129px; height: 14px; border: none; position: absolute; left: 5px; top: 10px; padding: 1px 0 0 2px; *padding-top: 0; color: #777; }

/* results page */
.searchResultHeader { font-size: 19px; margin-bottom: 0; }

#cse { width: 375px; }
#cse a { color: #e60e64; font-weight: bold; }
#cse .gs-webResult.gs-result .gs-title { text-decoration: none; }
#cse .gs-title { line-height: 1.5; }
#cse b { color: black; } /* result highlighting */
#cse a b { color: #e60e64; text-decoration: none; } /* result highlighting in titles */

#cse .gsc-results { padding-top: 10px; border-top: 1px solid #ddd; }

#cse .gs-webResult.gs-result .gs-visibleUrl-long { color: grey; display: block; }
#cse .gs-webResult.gs-result .gs-visibleUrl-short { color: grey; display: none; }

/* hide the default search box and branding */
.gsc-search-box { height: 35px !important; }
.gsc-branding, .gsc-resultsHeader { display: none; }
.gsc-result-info-container, .gsc-above-wrapper-area-container { height: 40px !important; padding: 0 !important; }
.gsc-above-wrapper-area { border-bottom: none !important; }

