#story__selector ol{
	padding: 0;
	margin: 0;
}
#story__selector ol li {
	list-style: none;
}
#story__selector ol li p{
	display: none;
}

#story__selector ol li a{
	color: #333;
	text-decoration: none;	
	display: block;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	background: #fff;
	padding: 1em;
}
#story__selector ol li a h4{
	margin: 0;
}

/* delete handling move on sortable */
.js .postbox.story .hndle{
	cursor: auto;
}

.story__element{
	padding: 10px 0;
}

.story__element__image{
	/*width: 99%;*/
/*	margin: 10px 0;
	text-align: center;
	border: 4px dotted #ECECEC;
	padding: 20px 0;
	border-radius: 9px;*/
}

.story-first{
	margin-top: 20px;
}

.story__element .story__imageRemover{
	display: none;
}
.story__element .story__imageRemover.show{
	display: inline;
}
.story__element .upload_image_button.hide{
	display: none;
}

/* Remove Element */
.story__remove__element{
	float: right;
}
.story__remove__element .remover a{
	color: #a00;
}
.story__remove__element .confirm{
	display: none;
}
.story__remove__element .confirm .delete{
	color: #a00;
	padding: 0 10px;
}

/* Admin metabox editeur et image */
.story__element .wp-image-wrap{
	background: #f5f5f5;
	padding: 1em;
	text-align: center;
}
.story__element .wp-image-wrap .inner{
	padding: 1em;
	background: url("../image/damier.png");
}
.story__element .wp-editor-wrap{
	background: #f5f5f5;
	padding: 1em;
}
#poststuff .story__element h2{
	margin: 0;
	text-align: left;
	display: inline;
	background: #f5f5f5;
	padding: .2em 1em;
	margin-bottom: 51px;
	color: #555;
	border-radius: 6px;
}
/* Les boutons texte et visuel */
.story__element .tmce-active .switch-tmce,
.story__element .html-active .switch-html{
	background: #ebebeb;
	color: #555;
}
.story__element .wp-editor-container{
	border: none;
}
.story__element .wp-switch-editor{
	border: none;
	color: #777;
	background: none;
}
.story__element div.mce-toolbar-grp{
	border: none;
	padding-bottom: .4em;
}

.story__element .wp-title-wrap{
	background: #f5f5f5;
	padding: 1em;
}
.story__element .wp-title-wrap .inner input{
	width: 100%;
	height: 36px;
	line-height: 36px;
}

/* no distraction mode */
.focus-on .postbox-container.story-container > *{
	opacity: 1;
}

/* tout ce qui concerne la metabox de selection dans l'admin user */

#story__selector .inside ol{
	display: none;
}
#story__selector .inside ol.first{
	display: block;
}

#storytelling__folder__selector{
	margin-bottom: 10px;
	margin-top: 5px;
}