/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  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.
***********************************************************************/

/* This sets the overall frame for the site */
/*body {
  margin:0px; background-color:#f7f7f7; 
  font-family:Arial,Helvetica,sans-serif; font-size:11pt;
}*/

/* These control the fixed-width text elements of the page */
/*#ksp_obsah textarea, #ksp_obsah pre, #ksp_obsah code { font-size:0.9em; }*/
#ksp_obsah pre, #ksp_obsah code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
#ksp_obsah pre { line-height:1.2em; }
#ksp_obsah pre code, #ksp_obsah code code, #ksp_obsah pre pre { font-size:100%; }
#ksp_obsah a img { border: none; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
#ksp_obsah h1, #ksp_obsah h2, #ksp_obsah h3, #ksp_obsah h4, #ksp_obsah h5, #ksp_obsah h6 { margin-top:1.0em; margin-bottom:0.6em; }
#ksp_obsah h1, #ksp_obsah h2, #ksp_obsah h3, #ksp_obsah h6 { font-weight:normal; }
#ksp_obsah h4, #ksp_obsah h5 { font-weight:bold; }
#ksp_obsah h1 code, #ksp_obsah h2 code, #ksp_obsah h3 code, #ksp_obsah h4 code { font-size:1em; }
#ksp_obsah h1 { font-size:1.8em; }
#ksp_obsah h2 { font-size:1.44em; }
#ksp_obsah h3 { font-size:1.22em; }
#ksp_obsah h4 { font-size:1.07em; }
#ksp_obsah h5 { font-size:1.0em; }
#ksp_obsah h6 { font-size:1.0em; }
#ksp_obsah .pagetitle {
	margin-top: 0;
}

#toolbar{
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}

#toolbar dt{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#toolbar a {
	display: block;
	font-size: 90%;
	margin: 0 5px;
}

/* These affect the main content area. */
#ksp_obsah { 
	border: 1px solid #999;
	background-color: #EEE;
	padding: 10px;
	text-align: justify;
}

#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.33em; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }
.lastmod {
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid black;
	font-size: 85%;
}

#ksp_obsah .diffbox, #ksp_obsah .diffrestore{
	clear: both;
	width: 100%;
}

#ksp_obsah .difftime, #ksp_obsah .diffauthor, #ksp_obsah .diffrestore{
	background-color: #CCC;
	padding: 3px;
}

#ksp_obsah .diffbox {
	margin-top: 10px;
}

#ksp_obsah .difftype, #ksp_obsah .difftype, #ksp_obsah .difftime {
	font-weight: bold;
}

#ksp_obsah .difftype {
	clear: both;
}

#ksp_obsah .diffdel+.difftype {
	display: none;
	clear: none;
}

#ksp_obsah .diffdel, #ksp_obsah .diffadd {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	border: 0;
}

#ksp_obsah .diffdel>*, #ksp_obsah .diffadd>*{
	margin-left: 5px;
	margin-right: 5px;
}

#ksp_obsah .diffdel {
	background-color: #FAA;
}

#ksp_obsah .diffadd {
	background-color: #AFA;
}

