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

#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}
#site-title {
    top: 5em;
    position: absolute;
	margin-right: 270px;
	padding: 0em 0 0;
}
#site-title a {
	color: white;
	font-size: 40px;
	font-weight: bold;
	line-height: 46px;
	text-decoration: none;
    text-shadow: black 0.1em 0.1em 0.3em
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
    position: absolute;
    top: 8.5em;
	color: white;
    font-weight: bold;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
    text-shadow: black 0.1em 0.1em 0.3em
}
#branding img {
	height: 288px;
	margin-bottom: -7px;
	width: 100%;
}

#branding img.google {
	height: 32px;
}

/*
Search 
-- */

input#s::-webkit-input-placeholder {
	color: white;
    font-weight: bold;
    text-shadow: black 0.1em 0.1em 0.3em
}

input#s:-moz-placeholder {
	color: white;
    font-weight: bold;
    text-shadow: black 0.1em 0.1em 0.3em
}

input#s {
    margin-top: 2em;
    -moz-box-shadow: inset 0.3 1px 1px rgba(0,0,0,0);
	-webkit-box-shadow: inset 0.3 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0.3 1px 1px rgba(0,0,0,0);
	border: 2px solid #ddd;
	color: #888;
}