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

/* =editor (for the public editor)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.editor {
	font-size: 1.4em;
	line-height: 1.4;
}
	.page-image {
		margin: 0 20px 20px 0;
		float: left;
	}
	.editor h2,
	.editor h3,
	.editor h4,
	.editor h5,
	.editor h6 {
		color: #bbff99;
		text-shadow: #000 -1px 1px 0;
	}
	.editor h2 {
		font-weight: normal;
		letter-spacing: -1px;
	}	
	.editor ul,
	.editor ol {
		list-style-position: inside;
	}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =admin-editor (for the admin panel editor)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.editor-area {	/* - for the 'body' in the admin panel - */
	margin: 1em;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: normal;
}
	/* --- !!! --- */	
	.editor-area a {
		color: #6fb9ff !important;
		text-decoration: underline !important;
		cursor: pointer !important;
	}
	.editor-area a:hover {
		text-decoration: none !important;
	}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


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

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