/* ===== '_editor.css' ===== */

/* =editor (for the public editor)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.editor {
	font-size: 1.3em;
	line-height: 1.4em;
}
	.editor p {
		padding-left: 2em;
	}
	.editor img.edit-image {
		margin: 1em 2em 2em 0em;
		border: none;
		float: left;
	}	
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =editor-area (for the admin panel editor)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.editor-area {	/* - for the 'body' in the admin panel - */
	margin: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #3c3b3b;
}
	.editor-area p {
		padding-left: 0em;
	}
	
	/* --- links --- */
	.editor-area a {
		color: #861e00 !important;
		text-decoration: underline !important;
		cursor: pointer !important;
	}
	.editor-area a:hover {
		text-decoration: none !important;
	}
	/* --- // links // --- */

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* ===== '_editor.css' ===== */
