
/* Add extra dashicons for MCE4 editor */

i.mce-i-icon {
	font: 400 20px/1 dashicons;
	padding: 0;
	vertical-align: top;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -2px;
	padding-right: 2px
}

/* Administration screen styles */

.ytbox_grey {
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #ddd;
}
.yt_heading {
    font-weight: bold;
    font-size: 1.1em;
}

#np-notepad ul {
    list-style: disc;
}

#np-notepad ul, ol {
    margin-left: 60px;
}


/* Video dynamic resizing */

.ye-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ye-container iframe,
.ye-container object,
.ye-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* TinyMCE button */

.wp_themeSkin span.mce_YouTube {
	background:url('../images/youtube_button_b&w.png') no-repeat 0 0;
}
.wp_themeSkin span.mce_YouTube:hover {
	background:url('../images/youtube_button_color.png') no-repeat 0 0;
}