/* CSS Document */
/*===================  COLORS  =================================================
# c-red-gold.css
# 
# part of the Gemini skin for Pmwiki
#=============================================================================*/

/*===============  red-gold theme ================*/
body { background:black; }
	   
a:link { color:#00f; }
a:visited { color:#009; }
a:hover { color:#f00; }
a:active { color:#f00; }

#titlebar { background-color:darkred; 
			padding:0.2em 0;}

#titlebar a	{ color:#fff;}
#titlebar a:link { color:white; }
#titlebar a:visited { color:gray; }
#titlebar a:hover { color:white; }
#titlebar a:active { color:#fc3; }

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

#content { border:1px solid #999;  /* textarea borders */
		background-color:white;
		}
.quickref { background-color:#ff9 }
#sidebarbox { padding:5px 0 5px 5px; margin:0 }  
#sidebar { background-color:darkred; 
		border:1px solid #999; }/**/
#sidebar p, h1, h2, h3, h4, .sidehead { color:white; }
#sidebar  a  { color:white;}
#sidebar a:active {text-style:italic;}
#sidebar .selflink {text-style:italic;}
#sidebar .selflink a:hover{color:green;}
#sidebar a:hover, #sidebar li a:hover { background-color:gold;  }


.inputbox { color:#009; 
			background: #fc6; 
			border:1px solid #009;}
.inputbox:hover, .inputbox:focus { color:#f00; background:#ff9; }			
/* comment next three lines to get a standard button */
.inputbutton {color:#009; 
			background: #fc6; 
			border:1px solid #009;}
.inputbutton:hover { color:#f00; background:#ff9 }

#topnav a { color:white;}
#topnav li a:hover, #topnav li a:active { background:#ff5100; }

#footnavbox { margin-top:0em  } 
#footnav  { padding:0.6em 0 ;
			color:#fff;
			background-color:darkred;  }
#footnav a { color: #fc3 }
#footnav li a { color: #00f;
		background:#fc6;
		border:1px solid #009; }
#footnav li a:hover, #footnav li a:active { background:#ff9 }

#footer { color: white}

#footer a { color: white}
 

#rightbar { background-color:white;  
	    border:3px solid darkred; font-size:80%}  
							
/* only works for IE5.5+ */
html, body {
		scrollbar-face-color:#ff6;  
		scrollbar-highlight-color:#fff;
		scrollbar-shadow-color:#999 ; 
		scrollbar-arrow-color:#00f; 
		}

		

