/***********************************************************************
** 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:4px 4px; position:absolute; 
 background-color:#e3e3e3;
 font-family: sans-serif;
 font-size: 0.9em;
}

a:hover { background-color:#ffff6f; }
a:link { font-style: italic; color:#333333; }
a:visited { color:#000000; }

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

h1 { font-size:132%; }
h2 { font-size:124%; }
h3 { font-size:116%; margin:16px 0px; }
h4 { font-size:108%; margin:12px 0px; }

#wikilogo { padding-left:10px; border-bottom:2px solid #cccccc; }

#wikihead { 
  padding-right:10px; position:absolute; top:0px; right:0px; 
  font-size:90%; text-align:right; height:1em;
}
#wikihead input { font-size:85%; }
#wikihead form { margin:0px; }

#wikileft { 
 background-color:#ececec;
 width:8em; 
 padding:0px 5px 10px;
 font-size:90%; 
 border-right:2px solid #cccccc;
}
#wikileft a{ 
 color:#404040;
 text-decoration:none;
 border-top:2px solid #ffffff;  
 border-bottom:1px solid #999999;
 display:block; width:99%;
}

#wikiright {
 background-color:#ececec;
 width:8em;
 padding:0px 5px 10px;
 font-size:90%;
 border-left:2px solid #cccccc;
}
#wikiright a{
 color:#404040;
 text-decoration:none;
 border-top:2px solid #ffffff;
 border-bottom:1px solid #999999;
 display:block; width:99%;
}


#wikititle a:link,  #wikicmds a:link, .footnav a, #wikihead a { 
 color:#000000; font-style:normal;
} 

#wikicmds a { display:block; }

#wikileft h1 { margin:0px; background-color:#d6d6d6; font-size:108%; text-align:center; }
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:0px; list-style-type:none; }

#wikiright h1 { margin:0px; background-color:#d6d6d6; font-size:108%; text-align:center; }
#wikiright hr { color:#cccccc; }
#wikiright ul { padding: 0px; margin:0px; list-style-type:none; text-align:left;}


#wikibody { background-color:#f6f6f6;  padding: 0.1em 8px 1em 0em;}

#wikititle { padding:0.1em 0.5em; vertical-align:top; line-height:150%;}
#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { 
 font-size:90%; text-align:right; vertical-align:top; width:8em; line-height:125%
}

#wikifoot { 
 clear:both; padding-left:12px; border-top:2px solid #cccccc; font-size:70%; 
}

.lastmod {font-size:90%;}

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