/***********************************************************************
** This css is used for the ecowiki skin.  
** If you want to make use of these settings, first set $Skin='ecowiki' 
** in your local/config.php file and place this file there together with 
** the ecowiki.tmpl file.
***********************************************************************/

/***********************************************************************
** from ecowiki/ local.css - modified from pmwiki 0.6.5 stdlayout.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
***********************************************************************/
body { margin-left:20px; }
ul, ol, pre, dl { margin-top:0px; margin-bottom:0px; }

/* makes box for preformatted text and scrolls for long lines */
pre{border:1px solid  #cccccc; width:640px; padding-top: 2px; padding-bottom: 20px; overflow:auto; }

.indent { margin-left:40px; }

.pagetitle { font-size:160%; font-weight:bold; color:maroon; }

.diffbox { border:1px #999999 solid; }
.diffauthor { font-weight:bold; }
.difftime
  { font-family:verdana,sans-serif; font-size:66%; background-color:#dddddd; }
.difftype
  { clear:both; font-family:verdana,sans-serif; font-size:66%; font-weight:bold; }
.diffadd
  { border-left:5px #99ff99 solid; padding-left:5px; }
.diffdel
  { border-left:5px #ffff99 solid; padding-left:5px; }
.diffrestore
  { clear:both; font-family:verdana,sans-serif; font-size:66%; margin:1.5em 0px; }

#wikiedit textarea { width:98%; }
td#wikileft { vertical-align:top; }
td#wikibody { vertical-align:top; }
td#wikiright { vertical-align:top; }

# links
a { 	color: #006600; 
	font-weight: bold; 
	text-decoration: none; }
a:link { color: #006600; text-decoration: none; }
a:visited { color: #006600; text-decoration: none;}
a:hover { text-decoration: underline; }
a:active { color: #006600; text-decoration: none;}
# in orgprints the visited and active links are color: #686868, 
a.varlink { text-decoration:none; }

a.pagetitle { font-size:160%; font-weight:bold; color:maroon; text-decoration: none; }
a.pagetitle:hover { text-decoration: underline; }

# horisontal lines
hr { width: 300 /* hr styles does not appear to work */  }



/***********************************************************************
** Right sidebar, 800 wide, modified from pmwiki.css
***********************************************************************/

body { position:absolute; width:800px; }

#wikilogo { border-bottom:2px solid #cccccc; }

#wikihead { 
  position:absolute; top:5px; right:0px; 
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikibody { padding-bottom:1em; padding-top:0.5em; }

#wikiright { 
  width:150px; 
  padding-top:0.5em; padding-left:5px; 
  font-size:smaller; 
  border-left:2px solid #cccccc;
}
#wikiright h1 { 
  margin:6px; background-color:#B1C6B0; /* a dusty green */  
  font-size:medium; text-align:left;
}
#wikiright hr { color:#cccccc; }
#wikiright ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikititle { float:left; padding-right:10px; }
#wikitext { padding-right:10px;   }

#wikicmds {
  margin-right: 10px; margin-bottom:1.33em; 
  font-size:smaller; text-align:right; 
}
#wikicmds a { display:block; }

#wikifoot { clear:both; border-top:1px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }

