#header-wrapper {
	background-color: #000;
}
.header {
	border-bottom: 1px solid #606060;
}
.header-width {
	max-width: 970px;
	margin: 0 auto;
}
.social-header {
	padding: 25px 0;
}
.social {
	margin-top: 15px;
}
.social-part-first {
	margin-bottom: 20px;
}
.social-part-first .connect {
	font-size: 16px;
    color: #fff;
    float: left;
	padding-left: 7px;
	font-weight: 400 !important;
}
.social-icons {
	float: right;
}
.social-icons a img {
	margin: 0 5px;
   margin-top: -8px;
}
.social-part-second a {
	color: #fff;
	border-right: 2px solid #404040;
	padding: 2px 7px;
	font-size: 15px;
	font-weight: 300;
}
.social-part-second a:hover {
	color: #878B96;
}
.social-part-second a:last-child {
	border: 0;
}
#aperture-navigation {
	float: left;
   width: 745px;
}
.top-search {
	float: right;
	border-bottom: 1px solid #808080;
}
.section-search input {
	padding: 2px;
	border: 0;
	background-color: #000 !important;
	color: #fff !important;
}
.section-search input:focus, .section-search input:hover {
	color: #fff;
	border: 0;
	background-color: #000;
}
.section-search #q {
	width: 200px;
	font-size: 18px;
	cursor: text;
	font-weight: 300;
}
.section-search #q::-webkit-input-placeholder {
	color: #fff !important;
}
 
.section-search #q:-moz-placeholder {
	color: #fff !important;
}
 
.section-search #q::-moz-placeholder {
	color: #fff !important;
}
 
.section-search #q:-ms-input-placeholder {  
	color: #fff !important;
}
.section-search input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
	background-color: #000 !important;
}
.search-button {
	background: url(../images/search.png) no-repeat;
	width: 16px;
	height: 17px;
}

