/*
Theme Name: pinboard-enfant
Description: Theme enfant de Pinboard
Author: Dominique Prevosto
Template: pinboard 
Version: 0.1.0
*/
#site-title {
	margin: 0 3.4%;
	font-family:"Oswald", sans-serif;
	font-size:32px;
	letter-spacing:1px;
}

#site-title img {
	/*margin: 38px 0;*/
	margin: 38px 0 0 0;
	vertical-align:middle;
}
#sidebar-header {
	float:right;
	width:728px;
	/*height:90px;*/
	height:65px;
	/*margin:30px 3.4% 0 0;*/
	margin:5px 3.4% 10px 0;
	overflow:hidden;
}

@media screen and (max-width: 760px) {
	#access .nav-show,
	#access a.nav-show:hover {
		position: absolute;
		top: 163px;
		top: 175px;
		/*right: 14%;*/
		right: 5.3%;
		display:block;
		width: 40px;
		height: 32px !important;
		padding: 0;
		background: url(images/nav.png) no-repeat;
		border: none;
		text-indent: -1000px;
		overflow: hidden;
	}
	#wrapper,
	.page-template-template-no-sidebars-php #wrapper,
	.page-template-template-blog-no-sidebars-php #wrapper,
	.page-template-template-portfolio-no-sidebars-php #wrapper {
		max-width:680px;
	}
}

@media screen and (max-width: 380px) {
	#access .nav-show,
	#access a.nav-show:hover {
		position: absolute;
		top: 163px;
		top: 175px;
		/*right: 14%;*/
		right: 5.3%;
		display:block;
		width: 40px;
		height: 32px !important;
		padding: 0;
		background: url(images/nav.png) no-repeat;
		border: none;
		text-indent: -1000px;
		overflow: hidden;
	}
	#wrapper,
	.page-template-template-no-sidebars-php #wrapper,
	.page-template-template-blog-no-sidebars-php #wrapper,
	.page-template-template-portfolio-no-sidebars-php #wrapper {
		max-width:360px;
	}
}

#header #searchform {
	float:right;
	/*margin:60px 3.4% 0 3px;*/
	margin:30px 0 0 3px;
}

#header #sidebar-header #searchform {
	/*margin-top: 30px;*/
	margin-top: 20px;
}

#header input#s {
	width: 0;
	height: 16px;
	padding:8px 16px;
	margin-right:0;
	background:#dedede url(images/search.png) right center no-repeat;
	/*background:rgba(0, 0, 0, 0.3) url(images/search.png) right center no-repeat;*/
	background:rgba(210, 105, 30, 0.7) url(images/search.png) right center no-repeat;
	border:none;
	border-radius:24px;
	box-shadow: none;
	color:#999;
	/*font-size:12px;*/
	font-size:13px;
	font-family:"Open Sans", sans-serif;
	text-indent: 16px;
	-moz-transition: width .25s ease, margin .25s ease;
	-webkit-transition: width .25s ease, margin .25s ease;
	-o-transition: width .25s ease, margin .25s ease;
	-ms-transition: width .25s ease, margin .25s ease;
	transition: width .25s ease, margin .25s ease;
}

/**/
#header input#s::placeholder {
	color:#fff;
}
/**/

#header input#s:focus {
	width:180px;
	/*background:#ececec url(images/search.png) right center no-repeat;*/
	background:#ececec;
	box-shadow:inset 1px 1px 5px 1px rgba(0, 0, 0, .1);
	color:#333;
	text-indent: 0;
}

/**/
#header input#s:focus::placeholder {
	color:#d2691e;
}
/**/

input#searchsubmit {
	display:none;
	width:30px;
	padding:2px;
	margin-right:10px;
	background:#a8a8a8;
	background:-moz-linear-gradient(#CCC,#999);
	background:-webkit-linear-gradient(#CCC,#999);
	background:-o-linear-gradient(#CCC,#999);
	background:-ms-linear-gradient(#CCC,#999);
	background:linear-gradient(#CCC,#999);
	border:#999 1px solid;
	color:#333;
	text-align:center;
}

.page-template-template-no-sidebars-php #sidebar-header {
	width:468px;
	height:60px;
	margin-top:20px;
}