/* ===== '_editor.css' ===== */

/* =editor (for the public editor)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.editor {
	padding-top: 0.1em;
	margin-bottom: 2.5em;
	font-size: 1.3em;
	line-height: 1.2;
}
	.editor:after {
		display: block;
		height: 0px;
		clear: both;
		content: "";
		visibility: hidden;
	}
	.editor img.edit-image {
		margin: 1em 1em 1em 0em;
		float: left;
	}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* =admin-editor (for the admin panel editor)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.editor-area {	/* - for the 'body' in the admin panel - */
	margin: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 0.9em;
}
	.editor-area a {
		color: #0062bc !important;
		text-decoration: underline !important;
		cursor: pointer !important;
	}
	.editor-area a:hover {
		color: #0085ff;
		text-decoration: none !important;
	}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* ===== '_editor.css' ===== */