/** A dividing horizontal rule **/
hr.div {
	background: #CCC;
	height: 1px;
	border: none;
	margin: 10px 0;
}

/** Themedy metabox Styles **/
.themedy-metaboxes {
	width: 800px;
	padding-bottom: 20px;
}

.themedy-metaboxes .bottom-buttons {
	text-align: right;
	padding-right: 20px;
}

.themedy-metaboxes .metabox-holder {
	width: 800px;
	overflow: hidden;
	clear: both;
}

.themedy-metaboxes .meta-box-sortables {
	padding-right: 10px;
}

.themedy-metaboxes .inside {
	padding: 0 10px;
	overflow: hidden;
}

.no-js .hide-if-no-js {
	display: none;
}

.widget-control-actions {
	clear: both;
}