/***********************************************************************
** prato.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 {
	position:absolute;
	width:95%;
	background-color:#fff9df;
	color:#1F1C7A;
}

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

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

#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:smaller; 
  border-right:2px solid #cccccc;
  background-color: #E0DCC3;
}
#wikileft h1 { 
  	margin:6px;
	background-color:#FFFADE;
	font-size:medium;
	text-align:center;
}
#wikileft hr {
	color:#cccccc;
}
#wikileft ul { 
	margin-left:0px;
	padding-left:6px;
	list-style-type:none;
}

#wikibody { 
	padding-bottom:1em;
	padding-top:0.5em;
}

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

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

#wikifoot {
	clear:both;
	border-top:2px solid #cccccc;
	font-size:smaller; 
}

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

