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

/* =editor (for the public editor)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.editor {
	margin-bottom: 2em;
	/*
	font-size: 1.6em;
	*/
	font-size: 1.4em;
	line-height: 1.2em;
	_width:99%;
}
	.editor p {}
	.editor table {}
	.editor img.edit-image {
		margin: 0em 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: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #242424;
}
	/* --- links --- */
	.editor-area a {
		color: #763324 !important;
		text-decoration: underline !important;
		cursor: pointer !important;
	}
	.editor-area a:hover {
		text-decoration: none !important;
	}
	/* --- // links // --- */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

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