/***********************************************************************
** 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-2009 John Rankin for Wikipublisher
***********************************************************************/
body { 
  font-family: sans-serif;
  background-color: #dcede6;  // f0f8ff;  // replace fff8dc
  font-size: 14px;
  margin-top:13px;
}
#wikiwrapper {
  width: 64em;
  margin: 0 auto;
}

/* 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: #555; } // 333 8B0000
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:0.5em; color: #006633;
	font-size: 150%; 
}
/*** trial until image link issue sorted ***/
span.url {
	background: url(external.png) top right no-repeat;
	padding-right: 12px;
}
span.mailto {
	background: url(mail_icon.gif) bottom right no-repeat;
	padding-right: 18px;
}
/***/

#wikilogo { 
    padding: 0.5em 0;
    font-family: Old English, Georgia, serif;
    font-size: 200%;
    font-weight: bold;
    border-top:    1px solid #cccccc; 
    border-bottom: 1px solid #cccccc; 
    border-left: 1px #cccccc dotted; 
    border-right:1px #cccccc dotted; 
    background-color: #e3d4e0;  // ffe4b5;
    padding-left:34px; padding-right:34px; padding-top:21px; padding-bottom:34px;
}
#wikilogo a {
    text-decoration: none;
    padding: 5px;
    padding-right: 0px;
    color: #008b5a;  // 00764c;
    background-color: #ffffcc; // ffffa1;
    border: 1px solid #ffb2b2;
   *padding: 0 0 0 5px;
}
#wikilogo a:hover { border: 1px solid #853378; color: #00764c; }
#wikilogo a span.wpub {
    padding: 5px;
    color: #0c479d;
    background-color: #b2ffa1;
    border-left: 1px solid #1e90ff;
    margin-left: 5px;
}
#wikilogo a:hover span.wpub { border-left: 1px solid #0c479d; color: #147; }

#wikihead { 
  float: right; margin-top: 21px; margin-right: 34px; 
  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; }

#wikiside { 
  width:18em; 
  background-color: #f0f0f0;
  border-left: 1px #cccccc dotted; 
  border-right:1px #cccccc dotted; 
  padding:3px 13px 3px 13px;
  font-size: 85%;
  font-family: Verdana, sans-serif;
}
#wikiside a { text-decoration:none; color:#5f5f30; }
#wikiside a:hover { border-bottom: 1px solid; color:#06c; }
#wikiside ul { list-style:none; padding:5px; margin:0px; }
#wikiside li { margin-top:4px; }
#wikiside h1, #wikiside h5, .sidehead 
  { font-size:medium; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikiside h1 a, #wikiside h5 a, #wikiside p.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }
#wikiside b, #wikiside strong { color:#505050; }

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

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

#wikibody { padding:0px 34px 21px 34px; background-color: #fafafa; 
    color: #333333;
    border-left:1px #cccccc dotted; 
}
#wikitext { margin-top:1.66em; line-height:1.33em; }
#wikitext h2 { 
    padding-top: 8px;
    margin-left:-34px; margin-right:-34px;
	padding-left:34px; padding-right:34px;
    border-top: 1px solid #ccc;
}
#wikitext h3 { 
    padding-top: 3px;
    margin-left:-34px; margin-right:-34px;
	padding-left:34px; padding-right:34px;
    border-top: 1px dotted #ccc;
}
#wikitext div h2, h3 { border-top: none; margin-top: 0em; } 
#wikitext .lfloat, .rfloat { max-width: 50%; } 
#wikitext a { text-decoration: none; color: #0F83DB;
     border-bottom: 1px dotted #fafafa; }  // font-weight: bold;
/*
#wikitext a:link { color: #002bb8; }
*/
#wikitext a:link { color: #0F83DB; }
#wikitext a.createlinktext  { border-bottom: 1px dotted #FF2222; }
#wikitext a:hover { border-bottom: 1px solid; }
#wikitext a.createlink:link { color: #FF2222; }
#wikitext a.createlink:visited { color: #FF2222; }
#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 a.createlinktext:hover { color: #e66e31; }
#wikitext a.createlink:hover { color: #e66e31; }

#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 { 
	border: 0;
	width: 61.8%;
	color: #e66e31;
	background-color: #e66e31;
	height: 1px;
}
#wikitext pre { max-width: 100%; overflow: auto; padding-bottom: 0.5em; }
#wikitext table pre { width: auto; }
.pagegroup { margin-top:13px; font-size:90%; }
.pagetitle { margin-top:5px; font-size:180%; }

#wikifoot { 
  padding-left:34px; padding-top: 1px;
  font-size:80%; 
  border-top:1px #cccccc solid; 
  font-family:Verdana,sans-serif;
}
#wikifoot .footright { float:right; width: 20.5em; }
#wikifoot a { text-decoration: none; }
#wikifoot a:hover { border-bottom: 1px solid; }
#wikiedit { margin-bottom: 8px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }
#wikiedit a:hover { border-bottom: none; }
#previewhead {
	margin-top: 10px; margin-left:-34px; margin-right:-34px;
	padding-left:34px; padding-right:34px; padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
#previewhead p {font-weight: bold; color: red; font-size: 120%; }
#previewhead h2 { border-top:none; padding-top: 1.4em; }
#previewfoot {
	margin-top: 10px; margin-left:-34px; margin-right:-34px;
	padding-left:34px; padding-right:34px; 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, #wikiside, #wikifoot { display: none; }
    #wikibody { border-right: none; }
    #wikitext { margin: 0.5em; }
    body { font-family: serif; font-size: 12pt; width: auto; margin: 0.5em; }
}
