/***********************************************************************
** pmwiki.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: 0px; 
	padding: 0px; 
	background-color: silver;
	font-size: 12px;
	font-family: monospace;
	color: #000000;
}

img, a img {
	border: 0px;
}

a {
	background-color: #FFCC00;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	background-color: #000000;
}

pre {
	padding: 10px;
	border: 1px dashed #777777;
}

h1, h2, h3, h4, h5 { line-height: 1em; }
h1 { font-size: 16px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 9px; }
h5 { 
	font-size:100%;
	font-weight:normal;
	font-style:italic;
}

input {
	font-family: monospace;
	padding: 1px;
}

.main {
	padding: 10px 20px 20px 20px;
}

#wikitext { 
	line-height:1.2em;
	min-width: 400px;
  	max-width: 600px;
}

.pagetitle { 
	font-size: 11pt;
}

a.urllink, a.urllink {
	background-color: #66FF33;
}

a.urllink:hover, a.urllink:hover {
	background-color: #000000;
	color: #66FF33;
}

a.createlinktext, a.createlink {
	background-color: transparent;
	border-bottom: 0px;
}

A.createlinktext:hover, A.createlink:hover {
	background-color: #000000;
	color: #FFFFFF;
}

#wikifoot {
	font-size: 12px;
	color: #444444;
	margin-top: 20px;
	padding: 20px 20px 20px 20px;
	background-color: #AAAAAA;
}

#wikifoot INPUT {
	margin-top: 7px;
	font-size: 9pt;
	color: #444444;
	background-color: #DDDDDD;
}

#wikifoot A {
	background-color: #66CCFF;
	color: #000000;
}

#wikifoot A:hover {
	background-color: #000000;
	color: #66CCFF;
}

.lastmod {
	margin-bottom: 20px;
	font-style: italic;
}

#wikifoot .lastmod A {
	background-color: #AAAAAA;
	color: #AAAAAA;
}

#wikifoot .lastmod A:hover {
	background-color: #000000;
	color: #AAAAAA;
}

#wikifoot .copyright {
	padding-top: 10px;
	color: #777777;
}

#wikifoot .copyright A, #wikifoot .copyright A:hover {
	color: #777777;
	background-color: #AAAAAA;
}

#wikiedit textarea { width:750px; }
#wikiedit a { background-color: transparent; }

/* HEADER CSS */

ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
code { white-space: nowrap; }
.vspace { margin-top:1.33em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
img { border:0px; }
.editconflict { color:green; font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }
.frame { border:1px solid #B5B398; padding:4px; background-color:#F8F7F2; }
.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin-left:0.5em; }
a.varlink { text-decoration:none; }