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

/* =editor (for the public editor)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.editor {
	font-size: 1.4em;
	line-height: 1.4;
}
	.editor p {
		margin: 10px 0 20px;
		padding:0px;
	}
	.editor-img {
		margin: 20px 20px 20px 0;
		float: left;
	}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* =admin-editor (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;
}
	.editor-area p {
		margin: 1em 0;
		line-height: normal;
	}
	/* --- !!! --- */	
	.editor-area a {
		color: #0182fb !important;
		text-decoration: underline !important;
		cursor: pointer !important;
	}
	.editor-area a:hover {
		text-decoration: none !important;
	}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* --- © Tarik, 2010 --- */

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