/***********************************************************************
** 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.
***********************************************************************/

/* ========= */
/* Structure */
/* ========= */
  
.difftime { background-color: rgb(250, 250, 250);  border-color: #999999; border-style: double; border-left: none; padding-left: 5px;}
.diffbox  { width: 100%; }
.difftype { clear: none; }
.diffrestore { clear: none; }

table.markup { border-color: rgb(120, 0, 0); }
table.vert td.markup1 { border-color: rgb(120, 0, 0); }
table.horiz td.markup1 { border-color: rgb(120, 0, 0); }
div.footnote { border: none;}
p.drop:first-letter {font-family: Artistamp Medium, Georgia,Arial Black,serif; }
span.stickynote
{
	border-color: rgb(120, 0, 0);
	background-color: rgb(222,202,178); 
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 1.5em;
}

div.toc
{
  float: right;
  width: auto;
  margin-right: 28px;
  background-color: rgb(222,202,175); 
  padding: 0px;
  margin-left: 5px;
  border:  2px solid rgb(120, 0, 0); 
}

div.toc p 
{ 
  background-color: transparent;
}

div.toc ol.toc, div.toc ul.toc 
{ 
  border-top: 2px dotted rgb(120, 0, 0); ; 
}

div.toc ol.toc ol.toc, div.toc ul.toc ul.toc { border: none; }
ol.toc, ol ol.toc, ul.toc, ul ul.toc { margin-left: 5px; text-indent: 0px; }
a#tocidtog { font-family: monospace;}

div.footnote 
{
  display: none;
}

.runin { display: block; float: left; margin: 0px; padding: 0px; margin-right: 30px; } 
