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

body { margin-left:20px; margin-right:20px; background-color: #f7f0e6; }
@media screen { body { position:absolute; } }
.pagetitle { font-size:200%; font-weight:bold; }

a:link  {
  color: #400000;
  background: none;
  text-decoration: underline;
}
a:visited {
  color: #400000;
  background: none;
  text-decoration: underline;
}
a:active {
  color: #400000;
  background: none;
  text-decoration: underline;
}
a:hover {
	color: #800000;
  background: none;
	text-decoration: underline;
}


#wikileft a:link  {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikileft a:visited {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikileft a:active {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikileft a:hover {
	color: #800000;
  background: none;
	text-decoration: underline;
}


#wikihead a:link  {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikihead a:visited {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikihead a:active {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikihead a:hover {
	color: #800000;
  background: none;
	text-decoration: underline;
}


#wikicmds a:link  {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikicmds a:visited {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikicmds a:active {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikicmds a:hover {
	color: #800000;
  background: none;
	text-decoration: underline;
}


#wikifoot a:link  {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikifoot a:visited {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikifoot a:active {
  color: #400000;
  background: none;
  text-decoration: none;
}
#wikifoot a:hover {
	color: #800000;
  background: none;
	text-decoration: underline;
}

#wikilogo { border-bottom:2px solid #f7f0e6;
  background-color: #d5ae75;
}

#wikihead { 
  position:absolute; top:12px; right:15px; 
  font-size:smaller; text-align:right;
    background-color: #d5ae75;
}
#wikihead input { font-size:smaller; font-family: Verdana, Arial, Helvetica, sans-serif; }
#wikihead form { margin:0px; font-family: Verdana, Arial, Helvetica, sans-serif; }

#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:smaller; 
  border-right:2px solid #f7f0e6;
  background-color: #edddc5;
}
#wikileft h1 { 
  margin:0px; 
  font-size:medium; text-align:center;
  background-color: #d5ae75;
}
#wikileft hr { color:#f7f0e6; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#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:smaller; text-align:right; vertical-align:top;
  background-color: #edddc5;
  border-right:5px solid #edddc5;
  border-left:5px solid #edddc5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wikicmds a { display:block; }

#wikifoot { clear:both; border-top:2px solid #f7f0e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:smaller;
  background-color: #edddc5; text-align: center;
}

h1.wikiaction { font-size:150%; margin:0px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }
