/* CSS Document */

/* cnll.css								*/
/* leveraged from c-sand.css from FixFlow skin for PmWiki		*/

/*===================  COLORS  =================================================
# 
# #dbb		-- background (or some image...)
# #77531B	-- a:link
# #FF7700	-- a:hover
# #391900	-- titlebar
# #391900	-- H1 .. H6
# #ACA899	-- content border
# #fff		-- content background (or some image...)
# #ECE5CA	-- sidebar highlight bg
# #ACA899	-- sidebar menu lines
# #391900	-- inputbox fg
# #ECE5CA	-- inputbox bg
# #ACA899	-- inputbox shadow
# #EEEEDD	-- inputbox hilite
# #000		-- inputbox fg focused
# #fff		-- inputbox bg focused
# #391900	-- button fg
# #ECE5CA	-- button bg
# #ACA899	-- button shadow
# #EEEEDD	-- button hilite
# #ff6600	-- button fg focused
# #ECE5CA		-- button bg focused
# #391900	-- topnav fg
# #FF7700		-- topnav fg focused
# #DED4A0		-- topnav highlight bg
# #ECE5CA	-- footnav fg
# #DED4A0		-- footnav bg
# #ACA899	-- footnav shadow
# #EEEEDD	-- footnav hilite
# #ACA899	-- footer border

# #F5E9BD	-- rightbar/help bg
# #999		-- rightbar/help border
# #eeeedd	-- quickref background
# #eed		-- scrollbar face
# #fff		-- scrollbar hilite
# #ACA899	-- scrollbar shadow
# #000		-- scrollbar arrow
# #ACA899	-- previewfooter border
# #ddb		-- previewfooter bg
# #F5E9BD	-- message header bg
# #F8F0D3	-- message subject bg
# #FCF8E9	-- message text bg

#=============================================================================*/


body { background:#ddb url(../images/leather-li.jpg) fixed; }

a:link { color:#77531B; }
a:visited { color:#77531B; }
a:hover { color:#FF7700; }
a:active { color:#FF7700; }

#titlebarbox { margin-bottom:0.3em;  }
#titlebar a { color:#391900; }
#titlebar a:hover { color:#FF7700; }

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

#content { 
		border-top:1px solid #ACA899; 
		border-left:1px solid #ACA899;
		border-right:2px solid #ACA899;
		border-bottom:2px solid #ACA899;
		background:#fff;
		 }
.quickref { background:#eeeedd }
#sidebar p, h1, h2, h3, h4, h5, h6, .sidehead { color:#391900; }
#sidebar h1 a:link, #sidebar h1 a:visited { color:#391900; }
#sidebar h1 a:hover, #sidebar h1 a:active, 
p.sidehead a:hover, p.sidehead a:active { color:#FF7700; background: #ECE5CA;} /* hover colors */
#sidebar a:link, #sidebar a:visited { color:#391900; }
#sidebar a:hover, #sidebar a:active { color:#FF7700;  }
#sidebar li a:hover, #sidebar li a:active  { color:#FF7700; background:#ECE5CA; } /* hover colors */

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

.inputbox, .inputtext { color:#391900; background: #ECE5CA;
			border-top:1px solid #ACA899; 
			border-left:1px solid #ACA899;
			border-right:1px solid #EEEEDD;
			border-bottom:1px solid #EEEEDD; }
.inputbox:hover, .inputbox:focus, .inputtext:focus { color:#000; background:#fff; }
/* comment next six lines to get a standard button */
.inputbutton {color:#391900; background:#ECE5CA; 
			border-top:1px solid #EEEEDD; 
			border-left:1px solid #EEEEDD;
			border-right:1px solid #ACA899;
			border-bottom:1px solid #ACA899;}
.inputbutton:hover { color:#ff6600; background:#ECE5CA }

#topnav li a:link, #topnav li a:visited { color:#391900}
#topnav li a:hover, #topnav li a:active {  color:#FF7700; background:#DED4A0 }

#footnavbox { margin-top:0.5em  }
#footnav li a { background:#ECE5CA; }
#footnav li a:hover, #footaction li a:active { background:#ECE5CA }
#footnav li a { 
			border-top:1px solid #EEEEDD; 
			border-left:1px solid #EEEEDD;
			border-right:1px solid #ACA899;
			border-bottom:1px solid #ACA899;}
			
#footer { border-top:1px solid #ACA899; }

#rightbar, #edithelp { background:#F5E9BD; 
	    border:1px solid #999} 

/* only works for IE5.5+ */
#main, body {
		scrollbar-face-color:#eed; /* #F4E7B8; #F1E1A7; */ 
		scrollbar-highlight-color:#fff;
		scrollbar-shadow-color:#ACA899 ; 
		scrollbar-arrow-color:#000; 
		} 

#editpreview { border:3px solid #ACA899; }
.previewheader { border-bottom:2px ridge #ACA899; background:#ddb; }
.previewfooter { border-top:2px ridge #ACA899; background:#ddb; } 

/* comment message box  */
.messageheader, .messagefooter, .messagehead  { background:#F5E9BD; }
.messageauthor { background:#F5E9BD; }
.messagesubject { background:#F8F0D3; }
.messagetext, .messageitem { background:#FCF8E9;  }
