/***********************************************************************
** 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:50px;
  font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;
}
form a{font-size:9px;}
a {text-decoration:underline; font-size:10pt; color:#000000; outline:0;}
a:hover{ color:#ff0000;}
td{vertical-align:top;}
div{ border:0px solid #000000}
#content{ width:900px; height:auto; margin-left:auto; margin-right:auto;}
#wikilogo{float:left; margin-bottom:20px;}
#page{ float:left; width:750px;}
#sidebar{ float:left; width:150px; text-align:center;}
.inputbutton{ background:#000; color:#fff; border:2px solid #000;}
.inputbox { width:102px;}
#menulittle{ border-bottom:0px solid #000;}
#menulittle a {text-decoration:none; color:#000; background:#FFF; padding:10px 85px 30px 5px; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:900; outline: 0;}
#menulittle a:hover {color:#FFF; background:#000;}
/* 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:5px; padding:0.5em; }
}
