/***********************************************************************
** 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.
***********************************************************************/

.pagetitle { font-size:100%; font-weight:bold; }

#wikihead { 
 display: "hidden";
  position:relative; top:5px; right:3px; 
  font-size:smaller; text-align:right; 
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:100px; 
  padding-top:0.5em; padding-right:5px;
  font-size:smaller; 
  border-right:2px solid #cccccc;
  text-align: left;
}
#wikileft h1 { 
  margin:5px; text-align:left;
    font-size: small;   
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

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

#wikititle { vertical-align:top; text-align: left; }
#wikitext { margin-top:0.5em; }

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

#wikifoot { clear:both; border-top:2px solid #cccccc; font-size:0.6em; }

h1.wikiaction { font-size:100%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit input { background-color: #FF7700; color: white;
 }
#wikiedit textarea { width:99%; background-color: #FF7700; color: white; font-family: verdana, helvetica, lucida, arial, sans-serif;
font-size: smaller;
}
#wikitext { 
width: 99%;
text-align:left;}
#wikitext hr {width:90%;}
.markup {
width:50%;}