@charset "utf-8";
/*
Theme Name: Pinboard Child
Author: Seb
Template: pinboard
*/

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


/* Supprime la bordure autour des images sans légende*/
.entry-content a img,
#attachment-nav a img {
	max-width: 98.5%;
	padding:none;
	box-shadow:none;
	background:none;
	border:none;
}

/* Supprime la bordure autour des images sans légende lors du survol du curseur */
.entry-content a:hover img,
#attachment-nav a:hover img {
	background:none;
}
 
/* Supprime la bordure autour des images avec légende */ 
.wp-caption {
	max-width:96%;
	padding:3% 2%;
	box-shadow:none;
	background:none;
	border-bottom:none;
}

.gallery {
	margin:auto;
}

.gallery-item {
	float:left;
	padding:10px 0;
	background:#FCFCFC;
	border-bottom:#EEE 1px solid;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	text-align:center;
}

.gallery-item a img {
	display:block;
	padding:0;
	margin:0 auto;
	border:none;
	box-shadow:none;
}
.gallery-caption {
	display:none
	
}

.gallery-columns-3 .gallery-item {
	width:20%;
	margin:0 1.3% 3%;
}

/*
	Grid System
*/

.column {
	float:left;
}

.onecol {
	width:100%;
}

.twocol {
	width:49.9%;
}

.threecol {
	width:17%;
}

.fourcol {
	width:25%;
}

.twelvecol {
	width:8.33%;
}

.twothirdcol {
	width:83%;
}

.threefourthcol {
	width:75%;
}
