I’m afraid that I’m not 100% clear on the look you’re trying to achieve.
If you only wish to display the magnifying glass, and not the search field, then some JavaScript would be required in order for the search box to remain usable. That goes beyond the scope of support that this forum is intended for.
If you wish to keep the search box but want to reposition it, then you can try tweaking and experimenting with the existing custom CSS that have in place:
li.social-icon {
float: right;
margin-right: 7px;
font-size: 10px;
}
.header-search {
background: transparent none repeat scroll 0 0;
filter: none;
left: 750px;
position: absolute;
top: 80px;
vertical-align: top;
z-index: 1000;
}