/***********************************************************************
** screen.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; 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.  See pmwiki.php for full details.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, you can create a custom skin (see the
** README file), or you can use pub/css/local.css to override the 
** settings here.
***********************************************************************/
body { background:white; font-family: verdana; margin-left:3px; margin-right:3px; position:absolute; }
.pagetitle { font-family: verdana;font-size: 10px;; font-weight:bold; }

#wikilogo { border-bottom:0px dotted gray; }

#wikihead { 
  position:absolute; top:0px; right:0px; 
  font-size:10px; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft {
color:lime;
  padding-top:0.0em; padding-left:5px; 
  font-size:10px; 
  border-right:0px;
background:black;
}
#wikileft h1 { 
  margin:0px; background-color:#000000; color:lime; 
  font-size:10px; text-align:left;
  padding-left:3px;
}
#wikileft a{
  padding-left:3px;
  padding-right:3px;
}
#wikileft hr { color:#3333CC; }
#wikileft ul { padding-left:0px; list-style-type:none; text-align:left;}

#wikibody { padding-bottom:1em; padding-top:0.5em; }

#wikititle { padding-left:10px; vertical-align:top; }
#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { font-size:10px; text-align:right; vertical-align:top;}
#wikicmds a { display:block; }

#wikifoot { clear:both; border-top:1px black; font-size:10px; color:white; 	background-color:black; padding-left:5px; margin-left:5px; }
#wikifoot a {color:white}
h1.wikiaction { font-size:70%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; }
a{
color: black;
}
#wikileft a {
	color: white;
	background-color:black;
	text-decoration: none;
}
