/*
Theme Name: Twenty Thirteen
Description: Used to style the TinyMCE editor.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Headings
 * 3.0 - Text Elements
 * 4.0 - Links
 * 5.0 - Alignment
 * 6.0 - Tables
 * 7.0 - Images
 * 8.0 - Post Formats
 * 9.0 - RTL
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Body
 * ----------------------------------------------------------------------------
 */

/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */

/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */
.article_body {
}
.article_body strong {
  font-weight: bold;
}

.article_body code,
.article_body kbd,
.article_body pre,
.article_body samp {
  font-family: monospace, serif;
  font-size: 14px;
}

.article_body pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.article_body blockquote,
.article_body q {
  quotes: none;
}

.article_body blockquote:before,
.article_body blockquote:after,
.article_body q:before,
.article_body q:after {
  content: "";
  content: none;
}

.article_body blockquote {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

.article_body blockquote blockquote {
  margin-right: 0;
}

.article_body blockquote cite,
.article_body blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.article_body cite {
  border-bottom: 0;
}

.article_body abbr[title] {
  border-bottom: 1px dotted;
}

.article_body address {
  font-style: italic;
  margin: 0 0 24px;
}

.article_body del {
  color: #333;
}

.article_body ins {
  background: #fff9c0;
  border: none;
  color: #333;
  text-decoration: none;
}

.article_body sub,
.article_body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.article_body sup {
  top: -0.5em;
}

.article_body sub {
  bottom: -0.25em;
}

/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */

/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.article_body .alignleft {
  float: left;
  margin: 5px 20px 5px 0;
}

.article_body .alignright {
  float: right;
  margin: 5px 0 5px 20px;
}

.article_body .aligncenter {
  display: block;
  margin: 5px auto;
}

.article_body img.alignnone {
  margin: 5px 0;
}

/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */

.article_body img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.article_body .wp-caption {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.article_body .wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

.article_body .wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

.wp-caption-dt {
  margin: 0;
}

.article_body .wp-caption .wp-caption-text,
.article_body .wp-caption-dd {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 24px;
  padding: 0;
}

.article_body .mceTemp + ul,
.article_body .mceTemp + ol {
  list-style-position: inside;
}

/**
 * 8.0 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.post-forma.article_body t-aside {
  background-color: #f7f5e7;
}

.article_body .post-format-aside blockquote {
  font-size: 100%;
  font-weight: normal;
}

.article_body .post-format-aside cite {
  font-size: 100%;
  text-transform: none;
}

.article_body .post-format-aside cite:before {
  content: "\2014";
  margin-right: 5px;
}

/* Audio */
.post-forma.article_body t-audio {
  background-color: #db572f;
}

.article_body .post-format-audio a {
  color: #fbfaf3;
}

.article_body .post-format-audio:before {
  background: url(../images/dotted-line.png) repeat-y 85px 0;
  background-size: 4px 4px;
  content: "\f109";
  display: block;
  float: left;
  font-family: Genericons;
  font-size: 64px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  line-height: 1;
  width: 120px;
}

/* Chat */
.post-form.article_body at-chat {
  background-color: #eadaa6;
}

.article_body .post-format-chat a {
  color: #722d19;
}

/* Gallery */
.post-format-.article_body gallery {
  background-color: #fbca3c;
}

.article_body .post-format-gallery a {
  color: #722d19;
}

/* Image: same as Standard/Defaults */

/* Link */
.post-form.article_body at-link {
  background-color: #f7f5e7;
}

/* Quote */
.post-forma.article_body t-quote {
  background-color: #210d10;
  color: #f7f5e7;
}

.article_body .post-format-quote a {
  color: #e63f2a;
}

.article_body .post-format-quote blockquote {
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding-left: 75px;
  position: relative;
}

.article_body .post-format-quote blockquote:before {
  content: "\201C";
  font-size: 140px;
  font-weight: 400;
  line-height: 0.8;
  padding-right: 25px;
  position: absolute;
  left: -15px;
  top: -3px;
}

.article_body .post-format-quote blockquote small,
.article_body .post-format-quote blockquote cite {
  display: block;
  font-size: 16px;
}

.article_body .format-quote .entry-content cite a {
  border-bottom: 1px dotted #fff;
  color: #fff;
}

.article_body .format-quote .entry-content cite a:hover {
  text-decoration: none;
}

/* Status */
.article_body .post-format-status {
  background-color: #722d19;
  color: #f7f5e7;
  font-style: italic;
  font-weight: 300;
  padding: 0;
  padding-left: 35px;
}

.article_body .post-format-status.mceContentBody {
  font-size: 24px;
}

.article_body .post-format-status:before {
  background: url(../images/dotted-line.png) repeat-y left bottom;
  background-size: 4px 4px;
  content: "";
  display: block;
  float: left;
  height: 100%;
  position: relative;
  left: -30px;
  width: 1px;
}

.article_body .post-format-status > p:first-child:before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  height: 3px;
  width: 13px;
  margin-top: 13px;
  position: absolute;
  left: 9px;
}

.article_body .post-format-status a {
  color: #eadaa6;
}

/* Video */
.article_body .post-format-video {
  background-color: #db572f;
}

.article_body .post-format-video a {
  color: #fbfaf3;
}

/**
 * 9.0 RTL
 * ----------------------------------------------------------------------------
 */

html .mceContentBody.rtl {
  direction: rtl;
  unicode-bidi: embed;
}

.article_body .rtl ol,
.article_body .rtl ul {
  padding: 0 40px 0 0;
}

.article_body .rtl .wp-caption,
.article_body .rtl tr th {
  text-align: right;
}

.article_body .rtl td {
  padding: 6px 0 6px 10px;
  text-align: right;
}

.article_body .rtl blockquote blockquote {
  margin-left: 0;
  margin-right: 24px;
}

.article_body .rtl.post-format-audio:before,
.article_body .rtl.post-format-status:before,
.article_body .rtl.post-format-status > p:first-child:before {
  background: none;
  content: none;
}
