@charset 'utf-8';

#admin-notify {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	
	padding: 0 4px;
	background: red;
	background: rgba(255,0,0, 0.3);
	border: 1px solid #888;
	color: white;
	font-size: 80%;
}

#admin-notify a, #admin-notify a:visited {
	color: #08c;
}

[contenteditable] img {
	cursor:default!important;
}

#admin-draft {
	position: fixed;
	left:0;
	bottom:0;
	z-index: 99999;
	background: rgba(0,0,0,0.25);
	
	padding: 0 4px;
	color: white;
	font-style: italic;
}

/*
#no-posts-for-admin {
	text-align:center;
	padding: 100px 20px;
}
*/

#admin-preview-close {
	position: fixed;
	right:0;
	top:0;
	z-index: 99999;
	background: rgba(0,0,0,0.25);
	
	padding: 0 4px;
	color: white;
	font-style: italic;
	white-space: nowrap;
	
	-moz-opacity: 1;
	opacity: 1;
	
	transition:
		-moz-opacity 1000ms ease 1000ms,
		opacity 1000ms ease 1000ms,
		right 1000ms ease 1000ms;
}

body.init #admin-preview-close {
	right: 0;
	-moz-opacity: 0;
	opacity: 0;
}

#admin-draft, #admin-preview-close {
	font-size:12px;
}

img.fa-png { display:inline-block; vertical-align:text-bottom; height:1.3em; line-height:1; }

@media screen and (max-width:767px) {
	#admin-draft, #admin-preview-close {
		font-size: 10px;
	}
}
