/***********************************************************************
** 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 { margin-left:20px; margin-right:20px; }
@media screen { body { position:absolute; } }

a { color:#7f7f7f; }


#wikilogo {
	font-family: Courier, monospace;
	font-weight: bold;
	font-size: 24px;
}
#wikilogo a { color:#000000; text-decoration: none; }
#wikilogo a:hover { color:#000000; font-weight: bolder; }

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

#wikimid {
  margin:0px;
  border-top:2px solid #bbbbbb;
  border-bottom:2px solid #bbbbbb;
}

#wikileft {
  background-color:#eeeeee;
  color:#7f7f7f;
  width:150px;
  padding-top:0.5em;
  padding-right:5px;
  font-size:smaller;
  border-right:2px solid #bbbbbb;
}
#wikileft h1 {
  margin:0px 2px 0px 2px;
  padding:0px 2px 0px 2px;
  background-color:white;
  font-size:medium;
  text-align:left;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:8px; list-style-type:none; }
#wikileft a { color:#7f7f7f; text-decoration: none; }
#wikileft a:hover { color:#000000; font-weight: bolder; }

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

#wikipagetitle {
  font-size:small;
  font-weight:bold;
  padding-left:10px; padding-bottom:10px;
  vertical-align:top;
}
#wikipagetitle a { color:black; }
#wikipagetitle a:hover { color:black }

#wikitext { padding-left:10px; margin-top:0.5em; }
#wikitext a { color:#007f00; }
#wikitext a:hover { color:#003f00 }

#wikifoot { clear:both; color:#7f7f7f; font-size:smaller; }
#wikifoot a { color:#7f7f7f; text-decoration: none; }
#wikifoot a:hover { color:#000000; font-weight: bolder; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

