/*
Theme Name: Antiaris
Used to style the TinyMCE editor.
*/
ul, ol{
	margin:10px 40px 10px 10px;
}
ul ul, ol ul, ul ol{
	margin-left:0;
	margin-right:20px;
}
ol ol{
	margin-left:0;
	margin-right:20px;
}
blockquote{
	background:url(images/bg_blockquote-rtl.gif) top right no-repeat #f3f3f3;
	margin:10px 20px 10px 0;
	padding:10px 32px 0 18px;
}
blockquote cite{
	text-align:left;
}
p code{
	background-color:#EDEDFF;
}
code.normal, pre.normal{
	font:normal 11px "Courier New";
	color:#000;
	border:1px dotted #e3e3e3;
	display:block;
	padding:5px;
	margin:10px 0;
}