/***********************************************************************
** screen.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 {	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	position:absolute;
	font-family : Helvetica, sans-serif;
	font-size:90%;
	background: #f9f9ff;
}
.pagetitle { font-size:200%; font-weight:bold; padding-left:5px; }

#wikilogo { border-bottom:2px solid #cccccc; }

#wikihead { 
	position:absolute;
	top:0px;
	right:0px;
	font-size:smaller;
	text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
	width:200px; 
}
#wikileft h1 { 
	margin:0px;
	background-color:#e6e6ec; 
	font-size:medium;
	text-align:center;
}
#wikileft hr { color:#cccccc; noshade; }
#wikileft ul { margin-left:0px; padding-left:3px; list-style-type:none; }

#wikibody {
	background: #ffffff;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#wikitext { padding-left:0px; }

#wikicmds { font-size:smaller; text-align:right; vertical-align:top; }
#wikicmds a { display:block; }

#wikifoot { clear:both;
	font-size:smaller;
}

h1.wikiaction { font-size:100%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

p { margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

ul, ol { margin-left: 20px; list-style-type: square; }

h1, h2, h3, h4, h5 { margin-left: 5px; margin-right: 5px; margin-top: 0px; margin-bottom: 0px; }

hr { margin-left: 5px; margin-right: 5px; }

a:link {
	color: #cc0000;
	}

a:visited {
	color: #550000;
	}

a:hover {
	color: #000000;
	background-color: #9999a7;
	}

.menu {
	background: #e6e6ec;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	}
.mini { padding:2px; border:1px solid #888888; background-color:#eeeeee; }

