/* match placeholder to the icon ui, background does not scale with the image unlike the image itself.
	Note that background size width should be half the 2x (200% zoom screenshot image) width of the actual image file.
	Note that only Chrome shows incorrect 50% 50% #somecolor /backgroundsize.
*/
.av[data-nothing] {
	background: url(../av.png) no-repeat #DADADA 50% 50% /100px;
}
.blog[data-nothing] {
	background: url(../blog.png) no-repeat #DADADA 50% 50% /62px;
}
.calendar[data-nothing] {
	background: url(../calendar.png) no-repeat #DADADA 50% 50% /54px;
}
.code[data-nothing] {
	background: url(../code.png) no-repeat #DADADA 50% 50% /112px;
}
.gallery[data-nothing] {
	background: url(../gallery.png) no-repeat #DADADA 50% 50% /81px;
}
.giving[data-nothing] {
	background: url(../giving.png) no-repeat #DADADA 50% 50% /65px;
}
.sermons[data-nothing] {
	background: url(../sermons.png) no-repeat #DADADA 50% 50% /90px;
}
.playlist[data-nothing] {
	background: url(../playlist.png) no-repeat #DADADA 50% 50% /78px;
}
.socialfeed[data-nothing] {
	background: url(../socialfeed.png) no-repeat #DADADA 50% 50% /72px;
}
/* not sure about these */
.audiofile[data-nothing] {
	/*background: url(../../../../../../../wp-includes/images/media/audio.png) no-repeat 50% 50% #DADADA;*/
	background: url(../audio.png) no-repeat #DADADA 50% 50% /20px;
}
.audiofile.simple {
	float: left;
	margin-right:1em;
}
.wp-image-0[data-nothing=image] {
	/*background: url(../../../../../../../wp-includes/images/media/interactive.png) no-repeat 50% 50% #DADADA;*/
	background: url(../image.png) no-repeat #DADADA 50% 50% /48px;
}
.editing [data-nothing] {
	cursor: pointer;
}