/***********************************************************************
** pmwiki.css for wikipublisher
**  Copyright 2004-2006 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.
**
**  modifications Copyright 2005-2006 John Rankin
***********************************************************************/
body { 
  font-family: sans-serif;
  background-color: #f0f8ff;  // replace fff8dc
  font-size: 14px;
  margin-left:34px; margin-right:34px; margin-top:0;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.95em; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }

h1, h2, h3, h4, h5 { line-height:1.1em; margin-top:1.4em; margin-bottom:0.6em; 
  color: #333; }
h1 { font-size:180%; }
h2 { font-size:150%; }
h3 { font-size:120%; }
h4 { font-size:108%; }
h5 { font-size:100%; font-weight:normal; font-style:italic; }
h1.wikiaction { margin:0px; margin-top:8px; margin-bottom:5px; color: #006633;
	font-size: 150%; 
}
span.url  {
	background: url(external.png) top right no-repeat;
	padding-right: 0.9em;
}

#wikilogo { 
    font-family: Old English, Georgia, serif;
    font-size: 162%;
    font-weight: bold;
    border-bottom:1px solid #cccccc; 
    background-color: #ffe4b5;
    padding-top:21px; padding-bottom:21px;
    margin-left:-34px; margin-right:-34px;
    padding-left:34px; padding-right:34px;
}
#wikilogo a {
    padding: 0.2em 0.02em;
}
#wikilogo a:link, #wikilogo a:visited, #wikilogo a:hover {
    color: #0c479d;
    background-color: #ffffa1;
    border: 1px solid #ffb2b2;
    text-decoration: none;
}
#wikilogo a:hover { border: 1px solid #853378; }
#wikilogo span.wp {
    padding: 0.3em;
    color: #00764c;
}
#wikilogo span.wpub {
    border-left: 1px solid #1e90ff;
    background-color: #b2ffa1;
    padding: 0.2em 0.3em;
}

#wikihead { 
  position:absolute; right:34px; top:21px; 
  font-family: Verdana, sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 
#wikihead a { text-decoration: none; }
#wikihead a:hover { border-bottom: 1px solid; }

#wikileft { 
  width:160px; 
  background-color: #f0f0f0;
  border-left: 1px #cccccc dotted; 
  border-right:1px #cccccc dotted; 
  padding:10px 10px 2px 10px;
  font-size: 85%;
  font-family: Verdana, sans-serif;
}
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { border-bottom: 1px solid; color:blue; }
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:4px; }
#wikileft h1, #wikileft h5, .sidehead 
  { font-size:medium; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikileft h1 a, #wikileft h5 a, #wikileft p.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }
#wikileft b, #wikileft strong { color:#505050; }

#wikititle a { text-decoration: none; color: #002bb8; }
#wikititle a:hover { border-bottom: 1px solid; }

#wikicmds { float:right; white-space:nowrap;
  font-family: Verdana, sans-serif; font-size:80%;  margin-right:-8px; }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; }
#wikicmds li a:hover { border-bottom: 1px solid; color:blue; }
#wikicmds li a.createlinktext:hover { text-decoration:none; 
    border-bottom: 1px solid;
}

#wikibody { padding:0px 21px 13px 21px; background-color: #fafafa; 
    color: #333333;
    border-right:1px #cccccc dotted; 
}
#wikitext { margin-top:1em; line-height:1.33em; }
#wikitext h2 { 
    padding-top: 8px;
    margin-left: -21px; padding-left: 21px;
    margin-right: -21px; padding-right: 21px;
    border-top: 1px solid #ccc;
 }
#wikitext h3 { 
    padding-top: 3px;
    margin-left: -21px; padding-left: 21px;
    margin-right: -21px; padding-right: 21px;
    border-top: 1px dotted #ccc;
 }
#wikitext a { text-decoration: none; color: #06c; }  // font-weight: bold;
/*
#wikitext a:link { color: #002bb8; }
*/
#wikitext a:link { color: #06c; }
#wikitext a:hover { border-bottom: 1px solid; }
#wikitext a.createlink:link { color: #FF2222; }
#wikitext a.createlink:visited { color: #FF2222; }
/*** removed until image link issue sorted
#wikitext a.urllink {
	background: url(external.png) top right no-repeat;
	padding-right: 12px;
}
***/
#wikitext a.urllink:hover { color: #339933; }
#wikitext a.wikilink:visited { color: #5a3696; }
/*
#wikitext a.wikilink:hover { color: #ff5d00; }
*/
#wikitext a.wikilink:hover { color: #147; }

#wikitext table caption {
    text-align: left;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}
#wikitext table td, #wikitext table th { vertical-align:top; }
#wikitext hr { width: 61.8%; }
#wikitext pre { width: 650px; overflow: auto; padding-bottom: 0.5em; }
#wikitext table pre { width: auto; }
.pagegroup { margin-top:10px; font-size:90%; }
.pagetitle { margin-top:3px; font-size:180%; }

#wikifoot { 
  padding-left:201px; 
  border-top:1px #cccccc solid; 
  font-size:80%; 
  font-family:Verdana,sans-serif;
}
#wikifoot a { text-decoration: none; }
#wikifoot a:hover { text-decoration: underline; }
#wikiedit { margin-bottom: 5px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }
#wikiedit a:hover { border-bottom: none; }
#previewhead {
	margin-top: 10px; margin-left:-21px; margin-right:-21px;
	padding-left:21px; padding-right:21px; padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
#previewhead p {font-weight: bold; color: red; }
#previewhead h2 { margin-bottom: 5px; border-top:none; }
#previewfoot {
	margin-top: 10px; margin-left:-21px; margin-right:-21px;
	padding-left:21px; padding-right:21px; padding-top: 5px;
	border-top: 1px solid #cccccc;
}
#previewfoot p { float: right; padding-top: 3px; }
#previewfoot h3 { margin-top:0; margin-bottom:0; border-top:none;
  font-size: 100%; }
@media print {
    #wikilogo, #wikihead, #wikicmds, #wikileft, #wikifoot { display: none; }
    #wikibody { border-right: none; }
    #wikitext { margin: 0.5em; }
    body { font-family: serif; font-size: 12pt; width: auto; margin: 0.5em; }
}
