@import url(../css/reset.css);
/**
 * File Name: fck.css
 *  File 'fck.css' should contain basic styles, which are used mostly for site content part
 *  these styles is allowed to use for text layout through FCKEditor by Admin of this site
 *  is imported by ../css/screen.css(main styles); ../fckeditor/editor/css/fck_editorarea.css
 *
 * #wrap - the first DIV inside BODY on user's site side, should control general font-size of the site,
 *
 * .fck - styles for blocks which are editable through FCKEditor
 *  is applied for FCKEditor FRAME in <BODY class="fck"> too
 *
 * Copyright (c) Author: Julia Afonina <julia.afonina_at_proxistep.com>, Proxistep UA.
 * Version 0.2 (2008-03-19)
 */


/**
 * Make font-size scalable
 * Equivalent Font-size pixels(px) = Declare this percent (%)
 * 10=77, 11=85, 12=93 (was 93), 13=100, 14=108 (was 107), 15=116 (was 114), 16=123.1 (was 122), 17=131 (was 129), 18=138.5 (was 136), 19=146.5 (was 144), 20=153.9 (was 152), 21=161.6 (was 159), 22=167, 23=174, 24=182, 25=189, 26=197 
 */
BODY #wrap      { font-size: 85%; } /* scalable font-size for site */
BODY.cms       { background: #D3D3D3 url(../img/bg_text.gif) repeat scroll 0 0; } /* equivalent fix font-size for FCK FRAME BODY */

BODY            {font-family:'Trebuchet MS', Tahoma, Verdana; color:#333}

.cms H1         { font-size: 22px; margin: .67em 0 }
.cms H2         { font-size: 18px; margin: .83em 0 }
.cms H3         { font-size: 14px; margin: 1em 0 }
.cms H4, .cms P, .cms BLOCKQUOTE, .cms OL, .cms UL, .cms DL { margin: 0 0 1.33em 0; font-size: 13px; line-height: 20.8px; }
.cms H5         { font-size: 83%; line-height: 1.17em; margin: 1.67em 0 }
.cms H6         { font-size: 67%; margin: 2.33em 0 }

.cms UL, .cms OL, .cms DL {margin-left:2.33em}
.cms DL DD      {margin-left:3.33em}
.cms UL LI      {list-style-type:disc}
.cms OL LI      {list-style-type:decimal}

.cms .float-left { float: left; margin: 0 4px 0 0; }
.cms .float-right { float: right; margin: 0 0 0 4px; }
