/***********************************************************************
** hurrikan.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 hurrikan "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, first copy this file to another name
** (e.g., 'myskin.css'), and set $PageSkin='myskin' in your
** local/config.php file.  
***********************************************************************/
body { position:absolute; } /* width:720px;  */

.pageheadgroup { font-size:140%; color:#ffffff; }
.pageheadgroup a { color:#ffffff; }

#wikilogo { border-bottom:2px solid #cccccc;
       	background-color:#9999cc;
       	color:gold;
       	font-size:20px;
       	font-weight:bold;}

#wikihead { 
  position:absolute; top:0px; right:0px; 
  font-size:smaller; text-align:right;
  background-color:#9999cc; /* #666699; */
}
#wikihead a { color:#ffffff; }
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }
#wikihead td { margin:0px; }

#wikiheadleft { 
  position:absolute; top:0px; left:204px; 
  font-size:smaller; text-align:left;
}

#wikileft { 
  width:194px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:smaller; 
  -- border-right:2px solid #cccccc;
}
#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { padding-bottom:1em; padding-top:0.5em;
  border-left:1px dashed #999999;
  -- border-left:1px solid #000000;
}

#wikititle { padding-left:10px; vertical-align:top;
  width:85%;
}
#wikitext { padding-left:10px; margin-top:0.5em;
  -- background-color:#eeeeee;
}

#wikicmds { font-size:smaller; text-align:right; vertical-align:top;
            -- border:1px dashed #000000; padding-bottom:3px; padding-right:3px;
}
-- #wikicmds a { display:block; }

#wikifoot { clear:both; border-top:2px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }

a:hover {
   background-color:gold;
   color:#000000;
}

#mywikibig {
   color:gold;	
}

