<?
/* Iconworks Style Defaults */
// the following constants are defined because we need them for media queries, or for calculations in styles at the server
define('STYLE_DEFAULT_PAGE_WIDTH',70); // ems
define('STYLE_THEME','plain');
$STYLE_CUSTOM_FONTS['headings']='Open Sans'; // used in standard style sheet
$STYLE_CUSTOM_FONTS['text']='Open Sans'; // used in standard style sheet
define('STYLE_COLOR_THEME','gray');
$STYLE_ICON_THEMES=[];
require ZDEF_PATH_TO_LIBRARY.'std.page.style.defaults.css';
// $STYLE_ICON_FONT must be set AFTER include of std.page.style.defaults.css
$STYLE_ICON_FONT=''; // this is required if you aren't using icons

?>
	--bg_accent:#427cb4;
	--mn_bg: --bg_accent; // menu background color	
	--mn_bg_hvr: --c9_lt_tx; // menu item background on hover
	--mn_c_hvr: --bg_accent; // menu item color on hover
	--mn_hb_bdr:;
	--c9_a: --c9_tx;
	--c9_av: --c9_tx;

	--ldg_bg:#427cb4;
	--ix_bg: #2f5579;
	--ix_c: #ffffff;

	--c9_lt_a: --c9_lt_tx; //links
    --c9_lt_icoclr: #fff;
    --c9_lt_icobg:;
    --c9_lt_icobdrclr:#fff;

	--bg_blue:--bg_accent;
	--c9_blue_tx: --bg_blue;
	--c9_blue_hdr1:--bg_blue;
	--c9_blue_hdr2:--bg_blue;
	--c9_blue_hdr3:--bg_blue;
	--c9_blue_hdr4:--bg_blue;
    --c9_hr: #427cb4;

	--bg_gray: #eee;
	--bg_gray_bdr: 1px solid #ddd;



	--c_black_tx: #000;
	--bg_black: #222;
	--bg_white:#fff;
	--bg_white_bdr: 1px solid #ccc;
	--bg_dgray: #243544;
	--c9_lgray_tx: #666;
	**:#hamburger:checked+.phone{display:none;}
	**ix_:#ix_{background:#2f5579;color:#eee;}
	**ix_:#wfc #ix_ .itxt{color:var(--ix_c);}
	
	
