@charset "UTF-8";

/* ****************************************************
File name: Wordpress editor.
Created date: 12/01/2011
Last Modified: 12/01/2011
Created by Simplefly
***************************************************** */

.wp-editor {
	font-size: 12pt;
	line-height: 1.5;
}
.wp-editor a {}
.wp-editor a:hover {}

.wp-editor h1 {
	font-size: 30px;
}
.wp-editor h2 {
	font-size: 26px;
}
.wp-editor h3 {
	font-size: 24px;
}
.wp-editor h4 {
	font-size: 20px;
}
.wp-editor h5,
.wp-editor h6 {
	font-size: 18px;
}
.wp-editor p {
	margin-bottom: 15px;
}

.wp-editor ol {
	padding-bottom: 20px;
}
.ie7 .wp-editor ol {
	margin-left: 3px;
}
.wp-editor ol li {
	list-style: decimal outside none;
    margin-left: 20px;
}

.wp-editor ul {
		padding-bottom: 20px;
}
.wp-editor ul li {
	/*background: url(assets/images/bullet-1.png) 0 10px no-repeat;*/
	padding-left: 15px;
}
.wp-editor dl {
	padding-bottom: 20px;
}
.wp-editor table {
	margin-bottom: 20px;
	width: 100%;	
	border-bottom: 1px dashed #b6b6b6;
}
.wp-editor table th {
	background: #9b9980;
	color: #fff;
	vertical-align: top;
	padding: 5px 15px;
	border-left: 1px solid #9b9980;	
}
.wp-editor table td {
	vertical-align: top;
	padding: 5px 15px;
	border-right: 1px dashed #b6b6b6;
}
.wp-editor table  tr td:first-child {
	border-left: 1px dashed #b6b6b6;
}
.wp-editor img {
	max-width: 100%;
}
.wp-editor img.alignleft {
	float: left;
	margin: 0 25px 25px 0;
}

.wp-editor img.alignright {
	float: right;
	margin: 0 0 25px 25px;
}

.wp-editor img.aligncenter {
	margin: 0 auto;
	float: none;
	text-align: center;
	display: block;
	clear: both;
	padding-bottom: 30px;
}
