/***********************************************************************
** lianza.css
**  Copyright 2004 John Rankin (john.rankin@affinity.co.nz)
**  This file works with 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.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "default" skin -- which JR has much enhanced
***********************************************************************/
/*
body {	position:absolute;
	width: 725px;
	font-family: sans-serif;
	background-color: #f5f5f5; 
	color: #333333;
}
*/
body {
	text-align: center;
	font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
	background-color: #ffa07a;
/*	background-color: #c38173; */
	color: #333333;
}
#wikiwrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 725px;
	border: 1px #338a9b solid;
	background-color: #f5f5f5;
}

.pagegroup { font-size: 18px; }
.pagetitle { font-size:180%; font-weight:bold; }
.pagetitlesmall { font-size:150%; font-weight:bold; }

#searchlink {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
	border-bottom: 7px solid #338a9b;
	font-size: smaller;
	text-align: right;
}
#wikiheader {
	border-top: 2px solid #00764c;
	border-bottom: 5px solid #853378;
/*	border-bottom: 2px solid #9999ff;  */
}

#wikilogo { width:165px; margin-bottom: 8px; 
	padding-top: 3px;
}
#wikilogo a:hover { border-bottom: 1px dotted #840008; }
#wikitagline {
	font-size: 18px;
	color: #840008;
}
#wikihead { 
  position:absolute; top:0px; right:0px; 
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikisidebar { width:165px; font-size:smaller; padding-top:0px;
/*	background-color: #eeeeff; */
    background-color: #edf7f7; 
	border-right:1px solid #338a9b;
/*	border-left:1px solid #338a9b; */
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
 }
#wikisidebar h1 { 
  margin:0px; background-color:#e0e0e0; 
  font-size:medium;
}
#wikisidebar hr { color:blue; }
#wikisidebar ul { margin-left:0px; padding-left:7px; list-style-type:none; }

#wikititle { float:left; padding-top: 4px; }
#wikibody { padding-left:10px; 
/*  border-right: 1px solid #338a9b;
    border-left: 1px solid #338a9b; */
	padding-right: 10px;
}
#wikitext { margin-top:5px; margin-bottom:10px; 
	padding-top: 10px;
	border-top: 1px dotted #840008;
    line-height: 1.3em;
}
#wikitext sub, #wikitext sup { line-height: 0; }

#wikicmds {
  margin-left:415px; margin-bottom:4px; 
  font-size:smaller; text-align:right; 
	padding-top: 3px;
}
#wikicmds a { display:block; }
#wikicmds a strong {
    color: #002bb8;
}
#wikifooter { clear:both; border-top: 7px solid #338a9b; font-size:smaller; }
#wikifootcmds { 
	border-top: 1px dotted #840008;
	padding-top: 4px;
	font-size: smaller;
}
#wikifootcmds a strong {
    color: #002bb8;
}
div.footnavleft { 
	padding-top: 4px;
/*	float: left;  */
}
div.footnavright { 
	padding-top: 4px;
	padding-right: 3px;
	margin-bottom: 3px;
	float: right;
	text-align: right;
}
div.lastmod {
	margin-bottom: 7px;
	font-size: smaller;
}
div.searchfoot {
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-left: 3px;
}
div.validator {
	padding-top: 5px;
	margin-bottom: 5px;
}
#wikiedit form { margin:0px; }

#copyright {
	margin-top: 10px;
/*	border: 1px solid #e49a7f;  */
	padding: 3px;
	border-top: 1px dotted #840008;
    background-color: #eeeeff;
	border-bottom: 1px dotted #840008;
}

/***********************************************************************
** The pmwiki skin is really designed for a table-based layout, but the
** rules below make a 'best effort' at a div-based layout if
** $EnableStdLayoutTable==0;
***********************************************************************/
div#wikileft { float:left; }
div#wikibody { margin-left:150px; }

/*  wiki menu left  */
/*
td#wikisidebar {
	border-right: 2px solid #9999FF;
	padding-top: 10px;
	padding-right: 15px;
	font-size: smaller;
	width: 130px; 
	vertical-align: top;
}	*/
td#wikisidebar .indent { 
	margin-left: 7px;
	margin-bottom: 4px;
}
td#wikisidebar dl {
	margin-top: 0px;
	margin-bottom: 4px;
}
td#wikisidebar dt { 
/*	background: #faebd7;  */
	background: #338a9b;
	color: #d1ebe8;
	padding: 3px;
	border: 2px solid #e49a7f;
}
td#wikisidebar dd { 
	margin-left: 7px;
	margin-top: 4px;
}

/*------------------------------------------+
|  controls the behaviour of headings       |
+------------------------------------------*/
h1 { 
/*	color: #006633; */
    color: #006d82;
	font-family: sans-serif; 
}
h1.wikiaction { font-size:150%; margin:0px;
    color: #e66e31;
}
h2 { 
/*	background-color: #EECC99; */
    background-color: #006d82;
/*    color: #d1e2dc;  */
    color: #edf7f7;
    padding: 5px;
	font-family: sans-serif;
 }
h3 { 
/*	background-color: #FFCC99; */
    background-color: #d1ebe8;
    color: #006d82;
    padding: 3px;
    border-bottom: 1px solid #006d82;
	font-family: sans-serif; 
}
h4 { 
/*	background-color: #FFCC66; */
    color: #006d82;
    padding-bottom: 2px;
    border-bottom: 1px solid #006d82;
	font-family: sans-serif; 
}
h5 { 
/*	background-color: #FFCC33; */
    color: #006d82;
    padding-bottom: 1px;
    border-bottom: 1px dotted #006d82;
	font-family: sans-serif; 
}
h6 { 
	background-color: #ceebc8; 
	font-family: sans-serif; 
	text-align: left; 
	font-weight: normal; 
	font-size: smaller; 
	padding: 3px;
	margin-top: 0px; 
	margin-bottom: 10px; 
	border: 1px solid #006633;
}

/*------------------------------------------+
|  controls the behaviour of <a...> links   |
+------------------------------------------*/
#searchlink a:link {
	color: #896c44;
/*	color: #fa8072;  */
}
#searchlink a:hover {
	color: #e66e31;
}
a.createlink  { 
	font-weight: bold;
	text-decoration: none;
	background: transparent;
}
a.createlink:link  { 
	color: #FF2222;
}
a.createlink:visited  { 
	color: #FF2222;
}
a.createlink:hover {
	text-decoration: underline;
	color: #444444;
}
a.title { 
	text-decoration: none;
	font-family: sans-serif;
}
a.title:hover { 
	text-decoration: underline;
}
a.url:hover {
	color: #339933;
}
a.thisurl:hover {
	color: #330000;
}
a.wikilink:hover {
	color: #770000;
}
a {
/*	color: #004080; */
    color: #002bb8;
	text-decoration: none;
}
a img {
  border-width:0;
}
/*
a:link {
	text-decoration: none;
	color: navy;
}  */
a:active {
	color: #d14e74;
}
a:visited {
	color: #551a86; 
}
a:hover {
	text-decoration: underline;
}

/* controls text in content table cells */
/* div#wikitext td { font-size: smaller; } */

/*------------------------------------------+
|  controls the behaviour of search results |
+------------------------------------------*/
p#searchtitle { margin-top: 0px; }
dl.wikisearch { margin-left: 40px; }
input.publishbutton { margin-left: 80px; }

/*------------------------------------------+
|  controls the behaviour of edited pages   |
+------------------------------------------*/
div#footbar { 
	margin-top: 10px;
	border-top: 1px dotted #840008;
	padding-top: 5px;
}
h1#headbar {
	font-size:150%;
	color: #e66e31;
	padding-bottom: 5px;
	border-bottom: 2px solid #e66e31;
	margin-bottom: 10px;
}
p#wikisubtitle {
	margin-top: 10px;
	border-top: 2px solid #e66e31;
	padding-top: 5px;
	font-weight: bold;
}

/*------------------------------------------+
|  controls the behaviour of diff pages     |
+------------------------------------------*/
div#difffoot { 
	margin-top: 10px;
	border-top: 2px solid #9999FF;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

