/* =Header
-------------------------------------------------------------- */

#branding {
	position: relative;
	padding: 20px 30px;
	height: 160px;
}
#site-title {
	font-size: 80px;
	font-weight: normal;
	margin: 0;
	z-index: 100;
    position: absolute;
    top: 20px;
    left: 30px;
	font-family: 'Stone City';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#site-title a {
	color: #2c2c2c;
	text-decoration: none;
}
.page-template-page-about #site-title a,
.error404 #site-title a {
	color: #FFF;
}
#site-title a:before {
	content: "\e91b";
}
.error404 #site-title {
    position: static;
    top: auto;
    left: auto;
    text-align: center;
	font-size: 120px;
}
#header-form {
	width: 230px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 30px;
}
#page #header-search-input {
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 300;
	background-color: #2c2c2c;
	color: #FAFAFA;
	border-radius: 2px 0px 0px 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	margin: 0;
	font-size: 16px;
	border: none;
	padding: 0 10px;
	outline: none;
}
.page-template-page-about #page #header-search-input,
.error404 #page #header-search-input {
	background-color: #FFF;
	color: #2c2c2c;
}
#header-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FAFAFA;
}
#header-search-input::-moz-placeholder { /* Firefox 19+ */
	color: #FAFAFA;
}
#header-search-input:-ms-input-placeholder { /* IE 10+ */
	color: #FAFAFA;
}
#header-search-input:-moz-placeholder { /* Firefox 18- */
	color: #FAFAFA;
}
.page-template-page-about #header-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #2c2c2c;
}
.page-template-page-about #header-search-input::-moz-placeholder { /* Firefox 19+ */
	color: #2c2c2c;
}
.page-template-page-about #header-search-input:-ms-input-placeholder { /* IE 10+ */
	color: #2c2c2c;
}
.page-template-page-about #header-search-input:-moz-placeholder { /* Firefox 18- */
	color: #2c2c2c;
}
.error404 #header-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #2c2c2c;
}
.error404 #header-search-input::-moz-placeholder { /* Firefox 19+ */
	color: #2c2c2c;
}
.error404 #header-search-input:-ms-input-placeholder { /* IE 10+ */
	color: #2c2c2c;
}
.error404 #header-search-input:-moz-placeholder { /* Firefox 18- */
	color: #2c2c2c;
}
#header-search-submit {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-family: 'Stone City';
	background-color: #2c2c2c;
	color: #FAFAFA;
	border-radius: 0px 2px 2px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	margin: 0;
	font-size: 16px;
	border: none;
	padding: 0;
	outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-template-page-about #header-search-submit,
.error404 #header-search-submit {
	background-color: #FFF;
	color: #2c2c2c;
}
@media only screen and (max-width : 1000px) {
	#branding {
		height: 120px;
	}
	#site-title {
		font-size: 60px;
		font-weight: normal;
		margin: 0;
		z-index: 100;
		position: absolute;
		top: 20px;
		left: 30px;
		font-family: 'Stone City';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
@media only screen and (max-width : 800px) {
	#branding {
		position: relative;
		padding: 15px 10px;
		height: 50px;
	}
	#site-title {
		font-size: 20px;
		top: 15px;
		left: 10px;
	}
	#site-title a:before {
		content: "\e921";
	}
	.error404 #site-title {
		font-size: 60px;
	}
	#header-form {
		position: absolute;
		top: 15px;
		right: 60px;
		height: 20px;
		width: 220px;
	}
	#page #header-search-input {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		padding: 0 5px;
	}
	#header-search-submit {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
	}
}
@media only screen and (max-width : 500px) {
	#site-title a:before {
		content: "\e922";
	}
	.error404 #site-title {
		font-size: 50px;
	}
	#header-form {
		width: 150px;
	}
	#page #header-search-input {
		width: 130px;
	}
}

