body {
  margin: 0;
  padding:0;
  font-family: Lucida Grande, sans-serif;
  font-size 16px;
  color: #333333;
}

a {
  text-decoration: none;
  color: #2d66a5;
}
a:hover {
  color: #5785b7;
}

#wrap {
  width:1000px;
  margin: 0 auto;
}

#logo {
  overflow: hidden;
  text-indent: -9000px;
  background: url(/images/vectorfinder-logo.png) no-repeat;
  display: block;
  width: 439px;
  height: 55px;
  margin: 140px auto 0 auto;
}
#small-logo {
  overflow:hidden;
  text-indent: -9000px;
  background: transparent url(/images/vectorfinder-logo-sm.png) no-repeat;
  display: inline-block;
  width: 177px;
  height: 28px;
  vertical-align: bottom;
}

form.secondary #small-logo {
  vertical-align: middle;
}

#homeSocial {
  text-align: center;
  margin: 55px 0 0 0;
}

#home .bsarocks, #home .bsap {
  width: 98px;
  margin: 12px auto 0 auto;
}

#secondarySocial {
  display: inline-block;
  zoom: 1;
  * display: inline;
}

#secondarySocial .tweet, #secondarySocial .facebookLike {
  margin-top: 6px;
}

h3.subtext {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
  font-weight: normal;
}

ul#menu {
  list-style: none;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid #e4e8f2;
}
  ul#menu li {
    display: inline;
    margin: 0 12px;
  }
    ul#menu li a {
      font-size: 12px;
    }

#search {
  text-align:center;
  
}
  #search.secondary {
    text-align: left;  
    padding: 24px 12px;
  }
  
  #search input {
    padding: 4px 2px;
    font-size: 16px;
    width: 500px;
  }
  #search input.submit {
    width: auto;
    background: url(/images/button-bg.png) repeat;
    border: 1px solid #a0a0a0;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #757577;
    font-size: 16px;
    padding: 4px 10px;
    height: auto;
    color: #3f3f3f;
  }
  
#searchResultsBar {
  background: #eeeff1;
  border-top: 1px solid #d1d5dd;
  border-bottom: 1px solid #d1d5dd;
  padding: 8px 0 8px 14px;
  font-size: 12px;
}

#searchResults {
	background: #f7f7f7;
	overflow: hidden;
	margin: 0;
	padding: 12px;
}
  #searchResults .bsap {
    float: left;
	  margin: 0 10px 10px 0;
  }
  
  #searchResults .bsap_1257377 {
    width: auto !important;
  }
  
  #searchResults .searchResult {
	  float: left;
	  display: block;
	  margin: 0 10px 10px 0;
  }
    #searchResults div.image {
      overflow: hidden;
      height: 126px;
      border: 1px solid #d1d5dd;
    }
    
    #searchResults div img {
      border:0;
	    height: 126px !important;
	    width: auto !important;
    }
    
#loader {
  width: 100px;  
  margin: 70px auto;
  display: block;
}

#sites {
  
}

.footer {
  color: #3f3f3f;
  clear:both;
  text-align: center; 
  font-size: 10px;
  padding-bottom: 15px;
}

#home .footer {
  margin-top: 80px;
}

#searchBox .footer {
  margin-top: 40px;
}

#jumpToTop {
  display: block;
  text-align: center;
  margin: 30px;
}

#noResults {
  display: none;
  text-align: center;
  margin: 50px;
}

.tweet, .facebookLike {
  display: inline-block;
  width: 100px;
  height: 30px;
  vertical-align: middle;
  zoom: 1;
  * display: inline;
}