/***********************************************************************
** 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:15px; margin-right:15px; position:absolute; }
.pagetitle { 
  font-family:sans-serif;  
  font-size:220%; 
  font-weight:bold; 
}

#wikilogo { /*border-bottom:1px solid #998866;*/ }

#wikihead { 
  position:absolute; top:0px; right:0px; 
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:170px; 
  padding-top:0.5em; 
  padding-right:2px; 
  font-size:smaller;
  font-family:sans-serif;  
  border-right:1px solid #998866;
  background-color:#d8d8cc; 
}

#wikileft h1 { 
  margin:0px; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#d8d8cc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody {
  padding-left:10px; 
  padding-bottom:1em;
  padding-top:0.5em;
  background-color:#d8d8cc; 
}

#wikititle { 
  padding-left:10px; 
  /* vertical-align:top; */
  vertical-align:middle;
  background-color:#d8d8cc; 
  /* border-bottom:1px solid #998866; */
}

#wikitext { padding-left:10px; margin-top:0.5em; font-family:sans-serif}

#wikicmds { 
  font-size:smaller; 
  text-align:center; 
  vertical-align:top;
  background-color:#d8d8cc; 
  /* border-bottom:1px solid #998866;*/
}

#wikicmds a { display:block; }

#wikifoot { clear:both; border-top:1px solid #998866; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; }

th { background-color:#998866; }
td { background-color:#CCBB99; }
th.plain { background-color:#d8d8cc; }
td.plain { background-color:#d8d8cc; }
td.header { background-color:#FFFFFF; font-family:sans-serif; font-size:small;}

body { background-color:#d8d8cc; }

/*
a:link { color:#704410}
a:visited { color:#603000 }
*/
a:link { color:#2222AA}
a:visited { color:#111188 }
a:hover { color:#FFFFFF }
	
hr { 
  border-top:0px solid #998866; 
  border-left:0px solid #998866; 
  border-right:0px solid #998866; 
  border-bottom:1px solid #998866; 
}