/*
Theme Name: customizr
Description: Used to style the TinyMCE editor.
*/
body{
	background: #FAFAFA!important;
}
/* post format icons */
.post-format-status:before,
.post-format-quote:before,
.post-format-link:before,
.post-format-aside:before {
  font-family: 'FontAwesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: relative;
  float: left;
  font-size: 2.5em;
  opacity: 0.3;
  padding-right: 13px;
}
/* Aside */
.post-format-aside {
	padding: 1.714285714rem;
	background: #D2E0F9;
	border-left: 18px solid #A8BFE8;
}
.post-format-aside p {
	text-shadow: 0px 1px 0px #FFF;
	color: #000;
}
.post-format-aside:before {
	content: '\f08d';

}


/* Chat */
.post-format-chat {
	padding: 1.714285714rem;
	background: #C9C9C9;
	border-left: 18px solid #AFAFAF;
}


/* Link */
.post-format-link {
	padding: 1.714285714rem;
	background: #F7CFAC;
	border-left: 18px solid #E07211;
}
.post-format-link p {
	text-shadow: 0px 1px 0px #FFF;
	color: #000;
}

.post-format-link:before {
	content: "\f0c1";
	top: -8px;
	font-size: 4.0em;
}


/* Quote */
.post-format-quote {
	padding: 1.714285714rem;
	background: #C9C9C9;
	border-left: 18px solid #AFAFAF;
}


.post-format-quote:before {
    content: '\f10e';
	top: -7px;
	font-size: 4.0em;
}


/* Status */
.post-format-status {
	padding: 1.714285714rem;
	background: #A3EDA3;
	border-left: 18px solid #62C462;
}
.post-format-status p {
	text-shadow: 0px 1px 0px #FFF;
	color: #000;
}
.post-format-status:before {
	content: "\f0e7";
	top: -5px;
	font-size: 3.0em;
}




/**
 * RTL
 * ----------------------------------------------------------------------------
 */

html .mceContentBody.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

.rtl ol,
.rtl ul {
	padding: 0 40px 0 0;
}

.rtl .wp-caption,
.rtl tr th {
	text-align: right;
}

.rtl td {
	padding: 6px 0 6px 10px;
	text-align: right;
}

.rtl blockquote blockquote {
	margin-left: 0;
	margin-right: 24px;
}

.rtl.post-format-audio:before,
.rtl.post-format-status:before,
.rtl.post-format-status > p:first-child:before {
	background: none;
	content: none;
}
