
/* 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 3.1 */

.wp_themeSkin span.mce_YouTube {
	background:url('../images/youtube_button_colour.png') no-repeat 0 0;
}