/**
 * @version    $Id: editor.css 20196 2011-01-09 02:40:25Z ian $
 * @copyright  Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

body {
  background: #fff;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 11pt;
  color: #cccccc;
  font-style: oblique;
}

h1 {
  font-family:Helvetica, Arial, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #cc0000;
  font-style: italic;
  line-height: 16pt;
  /*margin-right: 12px;*/
  margin-bottom: 5px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  font-weight: bold;
  font-style:italic;
  color: #cc0000;
  margin: 10px 0 5px 0;
  /*margin-right: 12pt;*/
}

h3 {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14pt;
  color: #cc0000;
  font-style: italic;
  line-height: 20pt;
}

h4 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}



div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }