/***********************************************************************
** 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
***********************************************************************/
#content {
  margin-top:0;
}

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

#content h1, h2, h3, h4, h5 { margin-top:1.4em; margin-bottom:0.6em; }


#content h1 { font-size:180%; }
#content h2 { font-size:150%; }
#content h3 { font-size:120%; }

#content h4 {
	background: url(/images/warning.gif) top left no-repeat;
	font-size:100%;
	font-weight:normal;
	background-color: #ff8888;
	padding: 22px  7px  8px 45px;
	border:2px solid #cccccc;
}

/*
#content h5 {
	background: url(/images/stop.gif) top left no-repeat; 
	font-size:100%;
	font-weight:normal;
	background-color: #ffeecc;
	padding: 22px  7px  8px 45px;
	border:2px solid #cccccc;
}
*/

#content h1.wikiaction { margin:0px; margin-top:8px; margin-bottom:5px; color: #006633;
	font-size: 150%;
}
#content span.url  {
	background: 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 { text-align:right; }
**/
#wikihead {
  float:right;
  white-space:nowrap;
  font-family: Verdana, sans-serif; font-size:80%;  margin-right:-8px;
}
#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; clear: right;
  font-family: Verdana, sans-serif; font-size:80%;  margin-right:-8px; 
  margin-top: 10px; }
#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; }

#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%; }

/* START styling of commentbox entries */
#message { clear:both; }
.messagehead, .journalhead {
            margin:1em 0 0 0;
            padding:0 0 0 3px;
            border:1px solid #ccc;
            }
.messageitem, .journalitem {
            margin:0;
            padding:3px;
            border-left:1px solid #ccc;
            border-right:1px solid #ccc;
            border-bottom:1px solid #ccc;
            }
.messagehead { background:#f0f0f0; }
/*use the following if message head should be same as message item */
/* .messagehead { background:#eef; border-bottom:none; } */
.messageitem { background:#f7f7f7; }
.journalhead { background:#ffc; }
.journalitem { background:#ffe; }

.diaryhead h4 { border-bottom:1px solid #ccc;
            margin-bottom:1px; }
* html .diaryhead h4 { margin-bottom:0; }
.diaryitem {background:#ffe;
            margin:0;
            padding:3px;
            border-left:1px solid #ccc;
            border-right:1px solid #ccc;
            border-bottom:1px solid #ccc;
            }
.messagehead h5, .messagedate h4, .journalhead h5, .journaldate h4,
.diaryhead h4 { margin:0.25em 0 0 0; }

.commentbutton { margin:0 0 0 5px;
                padding:0 3px }
.commenttext { width:100%;
               margin:0 0 3px 0 }
em.access { font-style:normal; color:#FF2222;}
/* END styling of commentbox entries */
