/***********************************************************************
** punahou96.css
**  Copyright 2006 Jason Healy
**  Based on pmwiki.css, part of the PmWiki distribution.  In accordance
**  with the PmWiki license, 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 {
  font-family: sans-serif;
  color: #ffffff;
  background-color: #0069b3;
  margin-left:0px; margin-right:0px; 
  font-size:14px; 
}

a:link {
	color: #90d0f0;
}

a:visited {
	color: #66bbdd;
}

a:active {
	color: #00ff00;
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:180%; }
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-weight:normal; font-style:italic; }

#wikilogo { 
  padding-left:10px; padding-bottom:5px; 
  border-bottom:1px #000077 solid; 
}

#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 

#wikileft {
  width:10em; 
  border-right:1px #000077 solid; 
  padding:10px 10px 0 10px;
  font-size: 85%;
  font-family: Verdana, sans-serif;
}
#wikileft a { text-decoration:none; color:#90d0f0; }
#wikileft a:hover { text-decoration:underline; color:#66bbdd; }
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:4px; }
#wikileft h1, #wikileft h5, .sidehead 
  { font-size:medium; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#90d0f0; font-weight:bold; font-style:normal; }

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

#wikibody { padding:0px 10px 10px 10px;
 background: #0069b3;
/* background-image: url('/pub/skins/punahou96/punahou-seal-background.png'); */
 background-position: center;
 background-repeat: no-repeat;
 background-attachment: fixed;
}
#wikitext { margin-top:1em; line-height:1.33em; }

.pagegroup { margin-top:10px; }
.pagetitle { margin-top:2px; }

#wikifoot { 
  padding-top:2em; 
  padding-left:1em; 
  border-top:1px #000077 solid; 
  font-size:80%; 
  font-family:Verdana,sans-serif;
}


#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }
