/*
Theme Name: esplanadechild
Version: 1.0
Description: A child theme of Esplanade
Template: esplanade
*/

@import url("../esplanade/style.css");


.page-template-template-no-sidebars-php #wrapper {
	max-width:1000px;
}
.page-template-template-no-sidebars-php #content {
	float:none;
	width:100%;
}
.page-template-template-full-width-php #content {
	width:100%;
	}
	
#header-image {
	display:block;
	max-width:100%;
	height:150px;
	padding:0,45%;
	margin-bottom:1.76%;
	box-shadow:0 0 3px #999;
	background:#fff;
}
#site-title,
#site-description {
	float:left;
	line-height:100px;
}

#site-title {
	margin:20px;
	font-size:28px;
	font-weight:bold;
}

#site-description {
	margin-left:100px;
	font-size:20px;
	font-weight:normal;
}
#header #searchform {
	float:right;
	width:0%;
	margin:7px 12px 0;
	}
	#header input#s {
	width:97%;
	padding:5px;
	margin-right:0;
	box-shadow:inset 3px 3px 3px #000;
	background:#222;
	background:-moz-linear-gradient(#151515, #252525);
	background:-webkit-linear-gradient(#151515, #252525);
	background:-o-linear-gradient(#151515, #252525);
	background:-ms-linear-gradient(#151515, #252525);
	background:linear-gradient(#151515, #252525);
	border:none;
	color:#999;
	font-size:12px;
	font-family:"Droid Sans", sans-serif;
	}
	
