/***********************************************************************
** 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;
	width: 720px;
	color: black;
	font-family: Georgia, Baskerville, Times, serif;
	font-size: 10px;
	line-height: 14px;
	margin-left:20px;
}

a { color: #DC0000; }

a:visited { color: black; }

#wikilogo {
	padding-bottom: 10px;
	border-bottom:1px solid #E5E5E5;
}

#wikihead
{
	position: absolute;
	top: 11px;
	right: 0px;
	text-align: right;
}

#wikihead input {
	font-size:10px;
}

#wikihead form {
	margin:0px;
}

#wikileft { 
  width:150px; 
  padding-top:20px; 
  padding-right:5px;
  padding-bottom: 20px;
  border-right:1px solid #E5E5E5;
}

#wikileft h1 { 
  margin:0px;
  font-style:bold;
  font-size: 10px;
  text-align:left;
}

#wikileft hr {
	color:#cccccc;
}

#wikileft ul {
	margin-left:0px;
	padding-left:6px; 
	list-style-type:none;
}

#wikibody {
	padding-bottom:1em;
	padding-top:20px;
	padding-left:10px;
}

#wikititle {
	padding-left:10px;
	padding-bottom:20px;
	vertical-align:top;
}

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

#wikicmds {
	text-align:right;
	vertical-align:top;
}

#wikicmds a { 
	display:none;
}

#wikifoot {
	clear:both;
	padding-top: 4px;
	border-top:1px solid #E5E5E5;
	text-align: right;
	line-height: 16px;
}

#wikifoot a { color: DC0000; }

h1.wikiaction { 
	font-style: bold;
	margin:0px;
}

#wikiedit form {
	margin:0px;
}

a .apprlink {
	font-size: 10px;
}
