/* This is the main style sheet for the site.
The @import statements can't be read by IE7 or less. 
They get code fixes in css/ie7.css. */

/* All color info is in css/tnccolor.css
Each page links to it. */

/* All font info is in css/tnctype.css
Each page links to it. */

/* All style info for modern browsers is in css/tncscreen.css.
This is linked to through the @import statement. */

@import 'css/tncscreen.css' screen;
@import 'css/tncprint.css' print;

/* We want as many browsers as possible to pick up the menu
 styles, so no single quotes. */
@import url(css/menuh.css);

#menu { float:none; } /* This is required for IE to avoid positioning bug when placing content first in source. */
/* IE Menu CSS */
/* csshover.htc file version: V2.02.060206 - Available for download from: http://www.xs4all.nl/~peterned/csshover.html */
body { behavior:url("http://tempenazarene.org/css/csshover.htc"); font-size:100%;} /* to enable text resizing in IE */
#menu ul li { width:100%; }
#menu h2, #menu a { height:1%; }
