/***********************************************************************
** pmwiki.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 {
  font-family: Tahoma, 'Comic Sans MS', Verdana, Arial, sans-serif;
/**  background-color: #f7f7f7; **/
  margin-left:0px; margin-right:0px;
/**  font-size:14px; **/
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:150%; color:black; text-align: center;}
h2 { font-size:130%; color:black; text-align: center; }
h3 { font-size:110%; color:black; text-align: center;}
h4 { font-size:100%; color:black;}
h5 { font-size:100%; font-weight:normal; font-style:italic;color:black; }

#wikifull {
  top:0; left:0; width:950px;
  border-right:0px #FFFFFF solid;
  background-color:white;
  z-index:1
}

#anniequote {
  font-size:110%;font-weight:light;font-style:normal;color:#006633;
  line-height:110%;background-color:#F3F3F3;
}

#wikiflower {
   position:absolute; top:0; left:0; width:100%;height:600px;
   z-index:2;
   background: url(http://www.gardendesigns.com/pub/skins/ahgd/YellowRoseHeader.jpg) no-repeat fixed;
}

#wikititle {
   text-align:right;
}
#wikititle a { text-decoration:none; color:#0033CC; }
#wikititle a:hover { text-decoration:underline; color:#0033CC; }

#wikirest {
   position:absolute; top:0; left:0; width:100%;
   z-index:3;
}

#wikilogo {
  padding-left:10px; padding-bottom:5px;  width:100%;
  border-bottom:0px #FFFFFF solid;
}

#wikihead {
  position:absolute;text-align: right; right:10px; top:10px;  width:100%;
   font-size:85%;
}
#wikihead input { font-size:85%; }
#wikihead a { text-decoration:none; color:#0033CC; }
#wikihead a:hover { text-decoration:underline; color:#0033CC; }

#wikileft {
  width:150px;
  border-right:0px #FFFFFF solid;
  padding:50px 10px 0 10px;
  font-size: 80%;
}

#wikileft a { text-decoration:none; color:#0033CC; }
#wikileft a:hover { text-decoration:underline; color:#0033CC; }
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:4px; }
#wikileft h1, #wikileft h5, .sidehead
  { font-size:100%; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikileft h1 a, #wikileft h5 a, .sidehead a
  { color:#505050; font-weight:bold; font-style:normal; }

#wikicmds { float:right;
  font-size:80%; white-space:nowrap; width:100%; }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:#0033CC; }
#wikicmds li a:hover { text-decoration:underline; color:#0033CC; }

#wikibody {
  padding:0px 10px 10px 10px;  width:650px;
}
#wikitext {
  margin-top:1em;
  line-height:1.33em;  width:100%;
  text-color:black;
}
#wikitext a { text-decoration:none; color:#0033CC; }
#wikitext a:hover { text-decoration:underline; color:#0033CC; }

#wikiright {
  width:150px;
  border-left:0px #F3F3F3 solid;
  padding:50px 10px 0 10px;
  font-size: 75%;font-weight:light; font-style:normal;
  color:#AAAAAA;
}
#wikiright a { text-decoration:none; color:#0033CC; }
#wikiright a:hover { text-decoration:underline; color:#0033CC; }

#lastmod a { text-decoration:none; color:black; }
#lastmod a:hover { text-decoration:none; color:black; }

.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

#wikifoot {
  text-align:center;
  border-top:0px #FFFFFF solid;
  font-size:80%;
}
#wikifoot a { text-decoration:none; color:black; }
#wikifoot a:hover { text-decoration:none; color:black; }

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

