/***********************************************************************
** tecg.css
**  
**  Last edit: 2018-04-16 - massive cleanup 
***********************************************************************/

/* This sets the overall frame for the site */
body {
  margin:0px; background-color:#f7f7f7; color: black;
  font-family:Arial,Helvetica,sans-serif; font-size:11pt;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }


a:hover { 
color: #444444; 
font-weight:bold; 
border-bottom:1px solid #ccc;
text-decoration:underline; 
background-color:yellow;
}


.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin-left:0.5em; }

img.nzartreclogo { margin-top:0px; border-top:0px;

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
/* ***** NOPE - worse with these values - REMoved ****
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h4, h5, h6 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }
*********  */


/* #sitetext (was #wikitext) is used. Table isn't, yet 2018-04-16.  */
/* 
#sitetext { margin-top:12px; line-height:1.33em; }
#sitetext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */
/* */



/* The #wikilogo element is the logo from $PageLogoFmt */
/* Renamed #wikilogo to #tecglogo. Possibly use for the 2 floating logos */
/* #tecglogo { margin-top:4px; padding:6px; border-bottom:1px #cccccc solid; } */


/* For future use, Rename .newlinkclass and use for alternately displayed links */
/* .newlinkclass a 
  { color:#505050; font-weight:bold; font-style:normal; }
*/

/* These affect the main content area. */
/* #wikibody renamed here to #sitebody. BUT NOT USED at 2018-04-16. */
/* #sitebody { 
  padding:0px 10px 10px 10px; background-color:white; 
  font-size:11pt; 
} 
*** #sitebody likely redundant, as just body settings will do  ** */

/* Unused. Left as starting template for possible future use. */
/* 
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
*/


/* These affect the lines at the very bottom. */
/* #sitefoot (was #wikifoot) not used yet 2018-04-16 */
/* *******
#sitefoot { 
  padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:80%; 
}
******* */


/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #sitehead, .footnav { display:none; }
  #sitefoot { padding:2px; }
}
/* 2018-04-16 #sitehead, .footnav, #sitefoot currently unused */

/* Q: shouldn't the following (from print.css) be in @media print {.... */
/* ******* Or at least the white bg, & link colors normalised *****
 body { 
  width:auto;
  background-color:white;
  color:black;
  font-family:serif;
}

a:link { color:#444444; font-weight:bold; text-decoration:none; }
a:visited { color:#444444; font-weight:bold; text-decoration:none; }
*** Maybe a dotted border around links **** */



/* ******* This just for reference only *****
 body { 
  width:auto;
  background-color:white;
  color:black;
  font-family:serif;
}
  
a:link { color:#444444; font-weight:bold; text-decoration:none; }
a:visited { color:#444444; font-weight:bold; text-decoration:none; }
a.sitelink:hover { color: #444444; text-decoration:underline; }
a.createlink { color:#444444; }
a.createlink:visited { color:#444444; }
a.createlink:hover { color:#ff2222; }
******* */
