/*
Theme Name: Antiaris
Used to style the TinyMCE editor.
*/
html .mceContentBody {
	max-width:600px;
	font:normal 12px arial;
	color:#1f1f1f;
	line-height:20px;
}
a, a:visited{
	text-decoration:none !important;
	color:#2968c6 !important;
}
a:hover{
	color:#003C63 !important;
	text-decoration:none !important;
}
h1, h2, h3, h4, h5, h6{
	font:bold 16px 'trebuchet ms';
	color:#2c2b2b;
	margin:20px 0 5px 0;
}
h1{
	font-size:24px;
	}
h2{
	font-size:20px;
	}
h4{
	font-size:14px;
}
h5{
	font-size:13px;
	}
h6{
	font-size:12px;
	}
div.post-content, ul, ol{
	padding:10px 0;
	font:normal 12px arial;
	color:#1f1f1f;
	line-height:20px;
}
ul, ol{
	padding:0;
	margin:10px 0 10px 40px;
}
ul ul, ol ul, ul ol{
	margin-left:20px;
	margin-top:5px;
}
ul ol{
	list-style-type:decimal;
	list-style-image:none;
}
ol ol{
	margin-left:20px;
	margin-top:5px;
	list-style-type:lower-alpha;
}
ol ol ol{
	list-style-type:lower-roman;
}
p.wp-caption-text, .gallery-caption{
	margin:-10px -7px 0 5px;
	background:url(images/sprite_master.png) -955px -428px no-repeat #eee;
	font:normal 11px arial;
	color:#777;
	display:block;
	padding:10px 10px 11px 35px;
}
.wp-caption img{
	margin-bottom:0;
}
p, dt{
	margin-top:10px;
}
html .mceContentBody p:first-child{
	margin-top:0;
	}
img, img.img_preview{
	border:6px solid #eee;
	margin:5px;
}
img.img_preview{
	margin:3px 8px 4px 0 !important;
}
img.wp-smiley{
	border:none;
	margin:0;
	display:inline;
}
blockquote{
	background:url(images/bg_blockquote.gif) top left no-repeat #f3f3f3;
	border:1px dotted #e3e3e3;
	margin:10px 0 10px 20px;
	padding:10px 18px 0 32px;
}
blockquote p{
	color:#474747;
}
blockquote cite{
	font-style:italic;
	text-align:right;
	display:block;
	margin-top:10px;
}
p code{
	background-color:#EDEDFF;
}
code, pre{
	font:normal 12px "Courier New";
	color:#000;
	border:1px dotted #e3e3e3;
	display:block;
	background:#f3f3f3;
	padding:5px;
	margin:10px 0;
}