@charset "UTF-8";
/**
 * (en) Uniform design of standard content elements
 *
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */

@media all {

/*--------------------------------------------------------------------------*/

  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  html * { font-size: 11px; }

  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
   textarea, pre, tt, code {
    font-family: Arial, Verdana, Helvetica, 'Trebuchet MS' , sans-serif;   
  }

  /* (en) base layout gets standard font size 12px */
   body {
    font-family: Arial, Verdana, Helvetica, 'Trebuchet MS' , sans-serif;
    color: #444;
  }
  
	#tinymce {text-align:left !important;}

  h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Verdana, Helvetica, 'Trebuchet MS' , sans-serif;
    font-weight:normal;
    color:#fff;
    margin: 0 0 0.25em 0;
  }
  .content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
    color:#4d4d4d;
  }
  .content h1.gfx-title,.content h2.gfx-title,.content h3.gfx-title,.content h4.gfx-title,.content h5.gfx-title,.content h6.gfx-title {
    color:#fff;
  }


  h1 { font-size: 1.64em }                     /* 18px */
  h2 { font-size: 1.36em }                     /* 15px */
  h3 { font-size: 1.36em }                     /* 15px */
  h4 { font-size: 1.45em }                     /* 16px */
  h5 { font-size: 1.27em }                     /* 14px */
  h6 { font-size: 1.27em; font-style:italic }  /* 14px */

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   *
   * @section content-generic-classes
   */

  p.note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  p.important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  p.warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}
  
  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   *
   */

  a, .content-inner li a.active {color: #648e08; text-decoration:underline;}
  a:focus,
  a:hover,
  a:active {color:#648e08; text-decoration:underline;outline:none;}

  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}

  #footer a { color: white; background:transparent; text-decoration: none; font-weight: bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: white; background-color: transparent; text-decoration:none; font-weight: bold;}

  /**
   * Tables
   * (en) Generic classes for table-width and design definition
   *
   * @section content-tables
   */

  /* table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; } */
  /* table.full { width: 100%; } */
  table { width: 100%; border-collapse:collapse; margin-bottom: 0.5em; }
  table.auto { width: auto; }
  table.fixed { table-layout:fixed }

  th, td { padding: .3em .5em; }
  /* th, td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 } */

  /**
   * Miscellaneous
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }
  
  
/*--------------------------------------------------------------------------*/

/* end: @media all */  
}




