/***********************************************************************
** hugoalroedk.css: right sidebar, 800 wide, modified from pmwiki.css
***********************************************************************/

/***********************************************************************
** These define the hugoalroedk skin.  If you want to make use of 
** these settings, first set $Skin='hugoalroedk' in your
** local/config.php file.  
***********************************************************************/
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; }
#wikiedit textarea { width:99%; }

# 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; }

# horisontal lines
hr { width: 300 /* hr styles does not appear to work */  }


