/***********************************************************************
** kiwiki.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.  
***********************************************************************/

@import url('http://www.kiv.zcu.cz:80/misc/inc/kivlib/gencss.php?area=services');

body { 
	position:absolute; 
	margin-right: 3em;
	font-family: Arial, Helvetica, sans-serif; 
/*  font-family: Gill Sans, GillSans;*/
	font-weight: normal;
	background: white;
	color: black;
}

#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: 20%;
  max-width: 20em;
  padding-top:0.5em; padding-right:5px; 
  font-size:small; 
  border-right:2px solid #cccccc;
}
#wikileft h1 {
	padding-left: 0.2em;
	color: #965942;
	background-color: #E9E9E9;
	font-size:medium;
	text-align:left;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }
#wikileft a, #wikileft a:link, #wikileft a:visited {
	text-decoration : none;
}
#wikileft a:hover {
	text-decoration : underline;
}

#wikibody { padding-bottom:1em; padding-top:0.5em; }

#wikititle { 
	padding-left:10px; 
	vertical-align:top; 
/*	border-bottom: solid 2px silver; */
}
#wikititle a, #wikititle a:link, #wikititle a:visited {
	text-decoration : none;
	color: #965942;
}
#wikititle a:hover {
	text-decoration : underline;
	color: #965942;
}
#wikititle h1 {
	margin:0;
	padding:0;
}
#wikititle .pagegroup {
	font-weight: normal;
}

#wikitext { padding-left:10px; margin-top:0.5em; }

.lastmod {
	margin-top: 1em;
	text-align: right;
	font-size: x-small;
	color: gray;
}

#wikicmds { font-size:smaller; text-align:right; vertical-align:top; }
#wikicmds a { text-decoration: none; }
/*#wikicmds a { display:block; }*/

#wikifoot {	
	clear:both; border-top:2px solid #cccccc; 
}
#wikifoot, #wikicmds { 
	font-size: x-small; 
	color: gray;
}
#wikifoot a, #wikifoot a:link, #wikifoot a:visited,
#wikicmds a, #wikicmds a:link, #wikicmds a:visited 
{
	color: gray;
}
#wikifoot a:hover,
#wikicmds a:hover
{
	color: blue;
} 

h1, h2, h1 a, h1 a:link, h1 a:visited {
	color: #965942;
}
h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; }
