/* CSS Document */
/*===================  COLORS  =================================================
# c-parch-yel.css
# 
# part of the Gemini skin for Pmwiki
# MODIFIED for NotJustStamping.com
#=============================================================================*/

/*===============  parch-yellow theme ================*/
body { background: #d2c682; }

a:link { color:#00f; }
a:visited { color:#00f; }
a:hover { color:#f00; }
a:active { color:#f00; }

#titlebarbox {
            margin-bottom:0.5em
            }

#titlebar {
            background: #300;
	    border-top:1px solid #fff;
	    border-left:1px solid #fff;
	    border-bottom:1px solid #000;
	    border-right:1px solid #000;
	    }
	    
#titlebar a:link,
#titlebar a:visited {
            color:#ffe6b3;
            }
            
#titlebar a:hover,
#titlebar a:active {
            color:#ffe6b3;
            }

/*comment next 2 lines to remove second title border */
#pagegroup {
            margin:5px
            }
            
#pagetitle {
            margin:5px; 
            border:1px solid #ffe6b3;
            }

#content h1,
#content h2,
#content h3, 
#content h4,
#content h5,
#content h6,
#content .sidehead {
            color:#900; 
            }

#content {
           border-top:1px solid #fff;
	   border-left:1px solid #fff;
	   border-bottom:1px solid #000;
	   border-right:1px solid #000;/* textarea borders */
/*	   background: #ffe url(images/parch-njs.gif); */
       background-color: white;
	   }
		
#sidebarbox {
           padding:5px 0 5px 5px; margin:0
           } 

#sidebar {
           background: #330000; 
	   border-top:1px solid #fff;
	   border-left:1px solid #fff;
	   border-bottom:1px solid #000;
	   border-right:1px solid #000; 
	   }
	   
#sidebar p,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
.sidehead {
           color:#ffe6b3; 
           }
           
#sidebar h1 a:link,
#sidebar h1 a:visited {
           color:#ffe6b3; 
           }
           
#sidebar h1 a:hover,
#sidebar h1 a:active,
#sidebar .sidehead a:hover,
#sidebar .sidehead a:active {
           color:#300;
           background: #ffe6b3;
           } /* hover colors */
           
#sidebar a:link,
#sidebar a:visited {
           color:#ffe6b3; 
           }
           
#sidebar li a:hover,
#sidebar li a:active  {
           color: #300;
           background: #ffe6b3;
           } /* hover colors */
           
#sidebar a:hover,
#sidebar a:active {
           color:#f00; 
           }

#sidebar a:hover.selflink,
#sidebar a:active.selflink {
           color:#f00;
           }
           
#sidebar li,
#sidebar h1,
.sidehead { 
           border-bottom: 1px solid #d2c682;
           padding-top:3px;
           padding-bottom:3px;
           color:#ffe6b3;
           } /* 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;
           } 

.quickref {
           background: #ff8; 
	   color:#300;
	   }

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

#content .inputbox { width:auto; }

#topnav li a:hover, #topnav li a:active {color:#c00;  background:#FFE6B3 }

#footnavbox { margin-top:0.5em  }  

#footnav  {
           padding: 0.6em 0;
	   }
	   
#footnav li a {color:#009; background:#ffe6b3;
			border:1px solid #000; }
#footnav li a:hover, #footnav li a:active { color:#f00; background:#fff }

#footer { }

/* #rightbar { background:#f7fac5 url(images/parch-yel.jpg); 
	    border:1px solid #999 }  					 */	    
  

/* only works for IE5.5+ */
html, body {
		scrollbar-face-color:#FDFAB5;  
		scrollbar-highlight-color:#fff;
		scrollbar-shadow-color:#999 ; 
		scrollbar-arrow-color:#009; 
		}