/*************************************************************************
	CMS: www.electricputty.co.uk/epeditor
	Developed by Electric Putty Ltd. <malcolm@electricputty.co.uk>

	MODULE: 	append-editoroutput.css
	PURPOSE:	styles editor output
*************************************************************************/




/* Editor content output
*************************************************************************/
#content .editorOutput {
	border: 1px solid #111010;
	background: #fff;
	padding: 10px 20px;
	margin-right: 2%;
	}
	
#content .editorOutput h1 {
	margin: 0 0 12px 0;
	padding: 0;
	background: none;
	color: #672726;
	}

#content .editorOutput h2 {
	margin: 0 0 12px 0;
	padding: 0;
	background: none;
	color: #863331;
	}

#content .editorOutput h3 {
	color: #757575;
	border: none;
	margin: 0 0 12px 0;
	padding: 0;
	}

#content .editorOutput h4 {
	color: #a2a2a2;
	border: none;
	margin: 0 0 12px 0;
	padding: 0;
	}
	

#content .editorOutput p {
	margin: 0 0 12px 0 !important;
	}
	
#content .editorOutput .leader {
	font-size: 1.4em;
	line-height: 1.2em;
	}

#content .editorOutput .more {
	color: purple !important;
	font-weight: bold;
	}

#content .editorOutput img.imgPostop {
	display: block;
	margin-bottom: 6px;
	}

#content .editorOutput img.imgPosleft {
	float: left;
	margin: 0 6px 6px 0;
	}

#content .editorOutput img.imgPosright {
	float: right;
	margin: 0 0 6px 6px;
	}