
/* WFG section */


/* This sets the overall frame for the site */
body {
/*	background-color:#ffffff;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1em;
	margin: 5px; 
	padding: 0px; 
}

/* For trailer */
/* Top level nav bar */
.NavBarTop {
	font-family: Verdana,Arial,sans-serif;
	font-size: .85em;
}
.TopPhrase {
	font-family: Verdana,Arial,sans-serif;
	font-size: .85em;
	font-weight: bolder;
}
/*Long columns of text*/
.TextColumn {
	width:74%;
	padding-left:13%;
	margin-left:0%;
	padding-right:13%;
	margin-right:0%;
}
/* Wrapper trailer 1st level */
.Trailer1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: .85em;
	text-align: center;
}
/* Wrapper trailer 2nd level */
.Trailer2 {
	font-family: Verdana,Arial,sans-serif;
	font-size: .70em;
	text-align: center;
}

/*see also embedded css in *.tmpl */
#WfgLeft {
	margin: 0px;
  padding: 0px 0px 0px 5px;
}
#WfgHeader {
	font-family: Times New Roman, serif;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px; 
}

#WfgHeader a {
	text-decoration: none;
}

#WfgHeader a:hover {
	text-decoration: underline;
}

/* Wiki section */


/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:1em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
/*pre { line-height:1.2em; }*/
pre code, code code, pre pre { font-size:1em; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:bold; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:2.5em; }
h2 { font-size:2em; }
h3 { font-size:1.5em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

/* These are for the left-sidebar. */
#wikileft { 
  width:11em;
  padding:6px; border-left:1px #cccccc solid; 
  font-size:.85em; font-family:Verdana,Arial,sans-serif;
  /*line-height:1.2em;*/
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color:blue; }
#wikileft ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
#wikileft li {
  margin:0px;
  padding-left: 6px;
  font-size:.85em;
  /*line-height:1.2em*/
}
#wikileft dl {
  list-style:none;
  padding:0px;
  margin:0px;
}
#wikileft dd {
  margin:0px;
  padding-left: 6px;
  font-size:.85em;
/*  line-height:1.2em*/
}/* The "#wikileft h1" and "#wikileft h5" settings are for
** backwards compatibility with previous releases of PmWiki.
** They are deprecated (replaced with the .sidehead class),
** and may be removed in a future release. */
.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:1em; font-weight:bold; font-style:normal; 
}
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#wikibody { 
  padding:.1em 1em .1em .1em;
  /*background-color:white; */
  font-size:85%; 
}
#wikicmds {
  white-space:nowrap;
	float:right;
	font-family:Verdana,Arial,sans-serif;
	font-size:.8em;
	padding:.1em
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }

.pagegroup { 
	border-bottom:1px #cccccc solid;
	margin:.1em 0em; 
	padding-bottom:.2em
}
.pagetitle { 
/*	line-height:1em;*/
	margin:.1em 0em;
	font-size:1.8em;
	font-weight:normal; 
}
.wikiaction { margin-top:4px; margin-bottom:4px; }

#wikitext img { margin:10px; }
#wikitext {
  margin-top:12px;
/*  line-height:1.2em;*/
}
#wikitext table {
  font-size:100%;
/*  line-height:1.2em;*/
} /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
/*  border-top:1px #cccccc solid; */
	font-family:Verdana,Arial,sans-serif;
	font-size:80%; 
/*  padding-left:178px;*/
	padding: 1em;
	text-align: center;
}

/* 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; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
