@charset "UTF-8";

/* ****************************************************
File name: Wordpress editor.
Created date: 1/01/2011
Last Modified: 1/01/2011
Created by binhvi1989@gmail.com
***************************************************** */

.wp-editor {
	font-size: 16px; 
}
.wp-editor .introtxt{padding-bottom:20px;font-size:1.1em;}
.wp-editor a {color:#0072bc}
.wp-editor a:hover {text-decoration:underline}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{line-height:1.3;font-family:'Arvo', serif;text-align:left;}
.page-content h1 {font-size: 1.5em!important;line-height:  1.5;padding-bottom: 10px;font-weight:700;color:#000;}
.wp-editor h2 {font-size:1.2;font-weight:700;padding-top:4px;}
.wp-editor h3 {font-size:1.1;}
.wp-editor h4 {font-size:1;font-weight:700;}
.wp-editor h5 {font-size:1;font-weight: 700;}
.wp-editor h6 {}

@media only screen and (max-width: 810px) {
/*.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{line-height:1.1!important;}*/
}
.wp-editor p {padding-bottom:1em;}

.wp-editor ol {padding:2% 5%; list-style:decimal outside; background-color:#f3f3f3; margin:5px 0 25px;}
.wp-editor ol li {padding-left:1.4em;}

.wp-editor ul {padding:1em 1em 2em; }
.wp-editor ul li {padding-left:1.4em;}
.wp-editor ul li:before {
  content: '\f105';
  font-family: FontAwesome;
  float: left;
  width: 1.4em;
  margin-left: -1.4em;
}​
.wp-editor-search ul li {background: url(../images/ico_square.gif) no-repeat 0 12px;padding: 0 0 20px 20px}

.wp-editor table {width:100%;}
.wp-editor table th,
.wp-editor table td {
	padding:7px 10px;
}

.wp-editor img.alignleft {
	float: left;
	padding: 0 1em 0 0;
	margin:0;
}

.wp-editor img.alignright {
	float: right;
	padding: 0 0 0 1em;
	margin:0;
}

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