/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
/* You can extend this CSS by adding your own CSS file with the the content_css option */


h1, h2, h3, h4, h5, h6 {
  margin: 0; padding: 0;
  font-size: 10px;
  font-weight: normal;
}

ul {
  list-style: square;
}

ul, ol {
  padding: 0 0 0 20px;
}

/** Formatting **/

pre {
  margin: 10px;
  border: 1px solid #E7E7E7;
  padding: 10px;
  font: 12px monospace;
  overflow: auto;
}

h1, h2, .title, .subtitle {
  display: block;
  color: #BA4D0A;
  font-weight: bold;
}

.title, h1 {
  font-size: 190%;
}

.subtitle, h2 {
  font-size: 120%;
}

.important, .note, .updated {
  border-bottom: 3px double #ccc;
}

.important {
  border-color: red;
  background: #FFCFD1;
}

.note {
  border-color: yellow;
  background: #FFFFCF;
}

.updated {
  border-color: green;
  background: #CFFFD1;
}

.quote {
  display: block;
  border: 1px solid #E7E7E7;
  padding: 10px;
}

p {
    color: #cccccc;
    font-size:120%;
    line-height: 19px;
}

b,strong {
    font-weight:bold;
}