***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  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.
***********************************************************************/

/* This sets the overall frame for the site */

body {
  margin-top:0px; margin-left:0px;
  font-family:Verdana,Helvetica,sans-serif;
//  color:#324866;
  color:black;
}

table {border-collapse:collapse;}

tr {vertical-align:top}

textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:90%; }
pre code, code code, pre pre { font-size:100%; }


/* The #wikilogo element controls the TopLeftCorner */

#wikilogo { padding-top:0px; padding-left:0px; padding-right:0px;}


/* These are for the left sidebar. */

#wikileft { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    line-height:0.7em;
	font-weight: bold;
}

#wikileft a { text-decoration:none; color:#324866;  font-weight:bold;}
#wikileft a:hover { text-decoration:underline; color:#324866;  font-weight:bold;}
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }


/* These affect the main content area. */

p { line-height:1.2em; }
p.vspace { line-height:1.2em; }
h1,h2,h3,h4,h5 { line-height:1.1em; }

#wikitext { 
  font-family:Verdana,sans-serif; 
  padding-top:10px; 
  padding-left:10px; 
  padding-right:10px; 
  padding-bottom:10px; 
  font-size:9pt;
//  color:#324866;
  color:black;
}

#wikitext a { 
   text-decoration:none; 
   color:#111e77; 
   font-weight:bold;
}

#wikitext a:hover { 
  text-decoration:underline; 
  color:#111e77; 
  font-weight:bold;
}

#wikitext table {
   font-size:9pt; 
   line-height:1.2em; 
//   color:#324866;
   color:black;
}

#wikitext ol {
   font-size:9pt; 
   line-height:1.2em; 
}


/* These affect the editing commands at the top and bottom. */

#wikicmds { 
  float:center; 
  white-space:nowrap; 
  font-family:Verdana,sans-serif; 
  font-size:50%;
  color:black;
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:black; }

/* .pagegroup { margin-top:8px; margin-bottom:2px; } */
/* .pagetitle { line-height:90%; margin:0px; font-size:1.6em; font-weight:normal; } */


/* These are for the edit form. */

#wikiedit form { margin:0px; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }


/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */

@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
