/***********************************************************************
** 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.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "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;
      background-color: #fffef8;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #007CB9;
	text-decoration: underline;
}

#wikilogo {
	border-bottom:2px solid #cccccc;
	padding-top: 1em;
}

#wikihead {
	position:absolute;
	top:0px;
	right:0px;
	font-size:smaller;
	text-align:right;
	padding-top: 1em;
	font-family:Verdana, sans-serif;
	font-size: smaller;
	font-weight:bold;
}
#wikihead input { font-size: smaller; }
#wikihead form { margin:0px; }

#wikileft {
	width:180px;
	padding: 0.5em 1em 1em;
	background-color: #eed;
	font-size:0.7em;
	border-right:2px solid #cccccc;
	font-family:Verdana, sans-serif;
	font-weight:bold;
}

#wikileft h1 { 
  margin:0px; 
  font-family: Georgia, Times New Roman, serif;
  font-weight:bold;
  font-size:small; 
  text-align:center;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { font-family:Verdana, sans-serif; font-size: 0.7em; padding-bottom:1em; padding-top:0.5em; }

#wikibody a:link, a:active {
color:blue;
text-decoration: none;
}

#wikibody a:hover {
text-decoration: underline;
}

#wikibody a:visited {
text-decoration: none;
color: purple;
}

#wikititle {
	padding-left:20px;
	vertical-align:top;
      font-family: Georgia, Times New Roman, serif;
	font-size: 1.3em;
	font-weight: bold;
}

#wikitext { padding-left:20px; margin-top:0.5em; }

#wikicmds{
	padding: 5px 0px 6px 7px;
	white-space: nowrap;
	border-bottom: 1px solid #cccccc;
	width: 98%;
	margin-left: 3px;
}

#wikifoot {
	clear:both;
	border-top:2px solid #cccccc;
	font-family:Verdana, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	margin-bottom: 10px;
}

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


