@charset "UTF-8";

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

.wp-editor {
	font-size: 14px;
	color: #FFF;
}

body#tinymce.wp-editor {
	color: #000;
}

.wp-editor a {color: #77c8ff}
.wp-editor a:hover {}
.wp-editor h1 {
	font-size: 26px;
	color: #FFF;
	font-family: 'OpenSansSemiboldRegular';
	padding-bottom: 5px;
}
.wp-editor h2 {
	font-size: 20px;
	color: #FFF;
	font-family: 'OpenSansRegular';
	line-height: 1.4;
}

.post-type-page h2,
.post-type-page h3,
.post-type-page h4,
.post-type-page h5,
.post-type-page h6 {
    color: #000 !important;
}

.wp-editor h3 {
	font-size: 18px;
	color: #FFF;
	font-family: 'OpenSansRegular';
	line-height: 1.3;
}
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
	font-size: 16px;
	line-height: 1.3;
}

.wp-editor p {
	 padding-bottom: 15px;
}

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

}

.wp-editor ul { padding-bottom: 15px;}
.wp-editor ul li {
	display: block;
	background: url(assets/img/ico_li.jpg) no-repeat 0 8px;
	padding-left: 17px;
}

.wp-editor table {
	width: 100%;
	background: url(assets/img/bg_dot_y.jpg) repeat-y 0 0;
}


.wp-editor table th,
.wp-editor table td {
	padding: 3px 10px 3px 20px;
	background: url(assets/img/bg_dot_y.jpg) repeat-y 0 0;
}

.wp-editor table th {
	padding-top: 0;
	line-height: 1.2;
}
.wp-editor img.alignleft {
	float: left;
	margin-right: 20px;
}

.wp-editor img.alignright {
	float: right;
	margin-left: 20px;
}

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

