@charset "utf-8";
/*
Theme Name: Pinboard Child Theme
Theme URI: http://www.onedesigns.com/wordpress-themes/pinboard
Description: Pinboard Child Theme for Kidiscience
Version: 1.0.7
Author: One Designs
Author URI: http://www.onedesigns.com/
Template: pinboard
Tags: blue, gray, silver, white, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging

License: GNU General Public License v2.0
License URI: license.txt
*/

/*
DO NOT EDIT THIS STYLESHEET!
Any modifications made to this file will be lost if you update the theme.
Instead, go to Appearance > Theme Options > Layout and enter your custom CSS there or create a child theme.
Any style attributes declared there will override the ones in this file and will not be lost during theme update.
*/

@import url("../pinboard/style.css");

/* debut css ajoute :*/


#headerkidi {
position:relative;
height:360px;
/* background-image:url(http://kidiscience.cafe-sciences.org/files/2013/02/banniere-kidisciences-web-700x350.jpg); */
background-image:url(http://kidiscience.cafe-sciences.org/wp-content/uploads/sites/13/2013/02/copy-banniere-kidisciences-V2-WEB.jpg);
background-repeat:no-repeat;
background-size:100%;
margin-top:0px;
margin-bottom: -38px;

}

#headerkidilien { 
  position:absolute; 
  width:100%;
  height:70%;
  top:0;
  left: 0;

  /* edit: added z-index */
 z-index: 1;

}  

#header #searchform {
	float:right;
	margin:250px 7% 0 3px;
	/* old: margin:30px 3.4% 0 3px; */
        
}

#header input#s {
	width: 160;
	height: 16px;
	padding:8px 16px;
	margin-right:0;
        background:#dedede url(images/search.png) right center no-repeat;
	background:rgba(0,0,0, .5) url(images/search.png) right center no-repeat;
	
	border:none;
	border-radius:24px;
	box-shadow: none;
	color:white;
	/* old: color:#999; */
	font-size:12px;
	font-family:&quot;Open Sans&quot;, 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;
}

/* fin css ajoute */

