/* CSS Document */
/*===================  COLORS  =================================================
# c-fluwiki.css
#
# adapted from c-blue.css - part of the Gemini skin for Pmwiki
#=============================================================================*/

/*=============== blue theme =================*/
body { 	background-color:#f1eccc; }

/* #wrapper { background: url(../images/blue70-top.jpg) repeat-x; } */

a:link { color:#600; }
a:visited { color:#600; }
a:hover { color:#960; }
a:active { color:#960; }

#titlebarbox { margin-bottom:0.3em  }
#titlebar a { color:#600; }
#titlebar a:hover { color:#960; }

#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 { color:#000; }


#content { background:#fff;  /* textarea background color */
		border-top:1px solid #c90;    /* textarea borders */
		border-right:2px solid #c90;
		border-left:1px solid #c90;
		border-bottom:2px solid #c90; }

.quickref { background-color:#eef; }
#sidebar p, h1, h2, h3, h4, .sidehead { color:#600 }
#sidebar h1 a:link, #sidebar h1 a:visited { color:#600; }
#sidebar h1 a:hover, #sidebar h1 a:active,
p.sidehead a:hover, p.sidehead a:active {
		color:#c90; background-color: #ffc;} /* hover colors */
#sidebar a:link, #sidebar a:visited { color:#600; }
#sidebar a:hover, #sidebar a:active { color:#c90; background-color: #ffc; }
#sidebar li a:hover, #sidebar li a:active  {
		color: #c90; background-color: #ffc; } /* hover colors */

#sidebar li, #sidebar h1, .sidehead { border-bottom: 1px solid #c90;} /* menu rules */
/* border-top:1px adds horizontal lines for second level list elements: */
#sidebar ul ul li  { border-top:0px solid #538BAC; border-bottom:0;}
#sideheader h1 { border-bottom:0; }

.inputbox { color:#000; background: #fff;
			border-top:1px solid #c90;
			border-left:1px solid #c90;
			border-right:2px solid #c90;
			border-bottom:2px solid #c90;
			}
.inputbox:hover, .inputbox:focus { color:#000; background:#ffc; }
/* comment next six lines to get a standard button */
.inputbutton {color:#600; background:#ffc;
			border-top:1px solid #600;
			border-left:1px solid #600;
			border-right:2px solid #600;
			border-bottom:2px solid #600;}
.inputbutton:hover { color:#c90; background:#ffc }

#smltopnav li a:link, #smltopnav li a:visited { color:#c90}
#stdtopnav li a:link, #stdtopnav li a:visited { color:#c90}
#smltopnav li a:hover, #smltopnav li a:active { color:#600; background:#f1eccc }
#stdtopnav li a:hover, #stdtopnav li a:active { color:#600; background:#f1eccc }

#footnavbox { margin-top:0.5em; text-align:right; margin-right:20px}
#footnav  { background-color:#f1eccc; }
#footnav li a { color:#c90; background:#f1eccc; }
#footnav li a:hover, #footaction li a:active { color:#600; background:#f1eccc; }
#footnav li a {
			border-right:0px solid #B5CFE0;
			border-bottom:0px solid #B5CFE0;}

#footer { border-top:1px solid #c90; }

#rightbar, #edithelp { background:#f6f6f6;
	    border:1px solid #003B62;}

#editpreview { border:3px ridge #c90; background:#fff; }
.previewheader { border-bottom:2px ridge #c90; background:#f1eccc;}
.previewfooter { border-top:2px ridge #c90; background:#f1eccc; }


/* message comment box */
.messageheader, .messagefooter, .messagehead { background:#9BBCCF; }
.messageauthor { background:#BED3E0; }
.messagesubject { background:#BED3E0; }
.messagetext, .messageitem { background:#F4F8FA;  }
.messagebox { border-right:1px solid #003B62;
			  border-bottom:1px solid #003B62;}
.messageheader, .messagefooter, .messageauthor, .messagehead,
.messagesubject, .messagetext, .messageitem {
			border-left:1px solid #003B62;
  		    border-top:1px solid #003B62;}
