




/*
     FILE ARCHIVED ON 2:42:26 Mar 22, 2006 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:04:15 Dec 19, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* CSS Document */
/*
#===============================================================================
# layout-main.css  for FixFlow
#===============================================================================
# Copyright (c) 2004 Hans Bracker. All rights reserved.
#
# Defines the CSS for gemini and fixflow skins
#
# This file is part of the PmWiki gemini & fixflow skins; you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of the License,
# or (at your option) any later version.
#===============================================================================*/


/*================= Content =======================*/

#content p { font-size:1em }
#content h1, h2, h3, h4, h5, h6 {
		margin:0.25em 0 0em 0; }

hr {	height: 1px;
		color: black;
		background-color: black;
		margin-left: auto;
		margin-right: auto;
		}
/*========== Header logo ===============*/
.pageheader { padding:5px;     /*logo image padding*/
		line-height:120%; }
.pageheader a { text-decoration:none }

/*========== PageAction ================*/

#topnav { float:right;
		width:95%;
		padding:1px 1em 0.1em 1em;
		font-size:1em;
		text-align:right;
		line-height:140%;
		color:#660000; }
/*Fat Erik's Pipelist (adapted)*/
#topnav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
#topnav ul li {
		display: inline;
		padding: 0;
		margin: 0;
		}
#topnav ul li a { text-decoration:none; padding:0.2em}
#topnav ul li:before { content: "| "; }
#topnav ul li:first-child:before { content: ""; }
#topnav form { margin:0; display:inline}

/*IE workaround*/
/*All IE browsers*/
* html #topnav ul li {
		border-right: 1px solid #660000;
		padding: 0 0.3em 0 0.3em;
		margin: 0 -0.3em 0 0.3em;
		}
/*Win IE browsers - hide from Mac IE\*/
* html #topnav ul { height: 1%; float:right;}
* html #topnav ul li {
		display: block;
		float: left;
		}
/*End hide*/
/*Mac IE 5*/
* html #topnav ul li:first-child { border-right: 0; }

/*==================== Left SideBar ======================*/
#sidebarbox { padding-left:5px; margin-left:-5px } /* hack for Firefox bug */

#sidebar {
		padding:0 3px 0 3px;
		line-height:150%; /* change vertical spacing of items here */
		}
* html #sidebar { height:96%}

/*== inputboxes:  searchbox, newpagebox ==*/
#sidebar form { margin:0;
				padding:1px 0 3px 3px; }
html>body #sidebar form  { width: auto; }

.inputbox, .inputbutton { font-size:1em }
#sidebar .inputbox { width:9em; }
.inputbutton { padding:0 3px }
#content .inputbox { width:16em; }
.inputtext { margin:3px 0; }

#sidebar h1, #sidebar h2, #sidebar h3,
#sidebar h4, #sidebar h5, #sidebar h6 {
		margin: 0;
		padding:0.5em 0 0.1em 0.5em;
		}
#sidebar h1 a, #sidebar h2 a, #sidebar h3 a,
#sidebar h4 a, #sidebar h5 a, #sidebar h6 a {
		display:block;
		text-decoration: none;
		}

#sidebar p { margin:0; padding-left:0.5em; }
.sidehead { padding:0.5em 0 0.1em 0em; }
.sidehead a { display:block;
			  text-decoration: none; }

#sidebar ul { margin:0; padding:0;
		 	list-style:none;
		}

/* Fix IE. Hide from IE Mac \*/
/*
* html #sidebar ul li { float: left; height:1%; }
* html #sidebar ul li a { height:1%; }
*/
/* End */
#sidebar ul li { margin: 0; padding-left:0}

#sidebar li a { text-decoration: none;
		display: block;
			}
#sidebar ul li a { padding-left:1em; }
#sidebar ul ul li a { padding-left:2em; } /* indent of second-level links */
html>body #sidebar li a { width: auto; }

html>body #sidebar h1, html>body #sidebar h2, html>body #sidebar h3,
html>body #sidebar h4, html>body #sidebar h5, html>body #sidebar h6,
html>body #sidebar h1 a, html>body #sidebar h2 a, html>body #sidebar h3 a,
html>body #sidebar h4 a, html>body #sidebar h5 a, html>body #sidebar h6 a,
html>body .sidehead, html>body .sidehead a
		{ width: auto; }

#sidebarfooter {
		margin:0;
		padding:1em 0 2em 0.5em; }
#sidebarfooter ul {
		margin:0;
		padding:0 0 0 0;
		list-style:none; }
#sidebarfooter p {
		font-size:0.8em;
		line-height:130%;
		font-weight:normal;}


/*================= FootNav ============================*/

/*
#footnav { padding:0; }

#footnav ul { margin:0; padding:0 0 1em 2em; list-style:none; }
#footnav li { float: left;}
#footnav li a {
		display:block;
		float:left;
		margin:0 0.2em ;
		padding: 2px 0.5em 3px 0.5em;
		text-decoration:none;
		text-align:center;
		width:auto;}

#footnav form { margin:0; display:inline; }
*/
/* not sure if following is necessary for any browser */
/* hides rule from IE5-Mac \*/
/*
#footnav li a {float:none;}
*/
/* End IE5-Mac hack */

#footnav {
		padding-right:1em;
		font-size:1em;
		text-align:right;
		line-height:150%;
		color:#660000}
/*Fat Erik's Pipelist (adapted)*/
#footnav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
#footnav ul li {
		display: inline;
		padding: 0;
		margin: 0;
		}

#footnav ul li a {
		text-decoration:none;
		padding:0.2em;
		}
#footnav ul li:before { content: "| "; }
#footnav ul li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #footnav ul li {
		border-right: 1px solid #660000;
		padding: 0 0.3em 0 0.3em;
		margin: 0 -0.3em 0 0.3em;
		}
/*Win IE browsers - hide from Mac IE\*/
* html #footnav ul { height: 1%; float:right;}
* html #footnav ul li {
		display: block;
		float: left;
		}
/*End hide*/
/*Mac IE 5*/
* html #footnav ul li:first-child { border-right: 0; }

#footer { clear:both;
		padding:0.3em 1em;
		font-size:1em; }

/*================== Special =============================*/

h1.wikiaction { font-size:1.5em; margin:0px; }

#wikiedit textarea { width: 99%; }
.wikimessage { color:red !important }

#wikiupload table { width:80%;}

.quickref {	padding:5px;
		border:1px solid #aaa;
		font-size:12px;
		font-family:Arial;
		background:#eeeeff
		}
/* hide link decoration from action links */
#footnav .createlink { display:none }
#topnav .createlink { display:none }
#topnav a.createlinktext { border-bottom:none; }

#sidebar a:hover.selflink { background:none; color:#000 }

.pits {font-family: times roman; } /* for pmwiki PITS list */

