/* CSS Document */
/*===================  COLORS  =================================================
# lavender-colors.css
# 
# part of the Gemini skin for Pmwiki
#=============================================================================*/

/*===============  lavender theme ================*/
body { background-image:  url(images/parch-blue1.jpg);
		background-color:#E0E9F8;}
	   
a:link { color:#00f; }
a:visited { color:#009; }
a:hover { color:#f00; }
a:active { color:#f00; }

#titlebarbox { margin-bottom:0.5em }
#titlebar { background-image:  url(images/parch-blue.jpg);
		background-color:#D2D5F6; 
		border:1px solid #999; 
		}
#titlebar a:link, #titlebar a:visited { color:#033EC6; }
#titlebar a:hover, #titlebar a:active { color:#f33; }

/*comment next 2 lines to remove second title border */
#pagegroup { margin:5px }
#pagetitle { margin:5px; border:1px solid #bbb; }

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 { color:#033EC6; }

#content {
		border:1px solid #999;  /* textarea borders */
		background-color:#FCFAFF;
		background-image:  url(images/parch-blue0.jpg);}
#sidebarbox { padding:5px 0 5px 5px; } 
#sidebar { background-color:#D2D5F6; 
		border:1px solid #999; 
		background-image:  url(images/parch-blue.jpg);
		}
#sidebar h1 { color:#00f; }
#sidebar h1 a:link, #sidebar h1 a:visited { color:#00f; }
#sidebar h1 a:hover, #sidebar h1 a:active { color:#f00; background-color: #ffc;} /* hover colors */
#sidebar a:link, #sidebar a:visited { color:#00f; }
#sidebar a:hover, #sidebar a:active { color:#f00;  }
#sidebar li a:hover, #sidebar li a:active  { color: #f00; background-color: #ffc; } /* hover colors */
#sidebar li, #sidebar h1 { border-bottom: 1px solid #999; } /* menu lines */
/* border-top:1px adds horizontal lines for second level list elements: */
#sidebar ul ul li  { border-top:0px solid #999; border-bottom:0} 

.wikisearchbox { color:#033EC6; 
			background: #E0E9F8; 
			border:1px solid #999;}
.wikisearchbox:hover, .wikisearchbox:focus { color:#000; background:#ffc; }			
/* comment next three lines to get a standard button */
.wikisearchbutton {color:#033EC6; 
			background: #E0E9F8; 
			border:1px solid #999;}
.wikisearchbutton:hover { color:#f00; background:#ffc }

#topnav li a:hover, #topnav li a:active { background:#ffc }

#footnavbox { margin-top:0.5em  } 
#footnav  {  
			padding: 0.6em 0;
			border:1px solid #999;
			background-color:#D2D5F6; 
			background-image:  url(images/parch-blue.jpg); 
			}
#footnav li a { color:#009;
			background:#E0E9F8;
			border:1px solid #999; 
			}
#footnav li a:hover, #footnav li a:active { background:#ffc }

#pagefooter {  }

/* #rightbar { background:#bde0ff; }  do not use, this is set in skin.php! */
									 /* within the rightbar display switch   */
/* only works for IE5.5+ */
html, body {
		scrollbar-face-color:#D2D5F6;  
		scrollbar-highlight-color:#fff;
		scrollbar-shadow-color:#999 ; 
		scrollbar-arrow-color:#00f; 
		}
