


/* comment: COLOR css: color, background color, background image  */

/* comment: most All nav-bar drop down menu info in position.css file */	

/* comment: yellow grey blog theme bg */	
html {

	
	}
	
body {	
	background-color: #ffffff;
	background-image: url(../graphics/yellowblog_bg.png);
	background-repeat: repeat-x;
	color: #666666;

	
	}

/* COLORS of LINKS */
a:link { color: #1b818a; } /* dark teal */
a:visited { color: #333333; } /* grey OK */
a:hover { color: #333333; background: #ffe284;} /* make grey - gold bg hover */
a:active { color: #1b818a; } /* dark teal */


#navbar a:link {color: #ffffff; }  /* white */
#navbar a:visited {color: #ffe284; }  /* gold */
#navbar a:hover {color: #333333;	}  /* dk grey */
#navbar a:active {color: #1b818a; }  /* white */



div#content-top { background: #ffffff;  }


/* comment: right page column background positioned in main page div */	
div#pagediv {
				background-image: ;
				background-position: right; 
				background-repeat: repeat-y;	
			
				}





/* comment: main content bg */
div#content-left { background: transparent; }
				
/* comment: orange bg image, inherited page div bg */
div#content-right { }


/* NAV BAR -BOF - color  all list items */
/* DROP DOWN MENUS  */
/* Add top level navigation menu drop downs */
/* navbar ID: general characteristics of navigation */
#navbar { 
		background-color: transparent; 
		}

/* change for page color / design */			
#navbar li {			
		background-image: url('../graphics/WhitePlumVertGrad40v.jpg');
		background-repeat: repeat-x;  
		}

/* all lists */
#navbar ul {}

/* second-level lists  - -  check 'top' on firefox... was 2 em, check padding top - was 2em 
border not seen??
 */
#navbar li ul {}

/* SUBLIST ITEMS attempt to not have BG image in sublists plus reset width to 100  */
#navbar li ul li {
		background-image: none; 
		background-color: transparent;	
		}

/* This  works with IE7 which will position to the top right of the containing li, rather than bottom left  - - commented out, now, put top as 1.5em, zindex as 0, now left to 0
 - nav bar colors same as rest of links



*/

 /* not sure what this is  - allows for drop down to not overlap */
/*  mar 09 - seems to be main background for secondary list  */
#navbar li>ul { 
		background:  #f8defb;	
		}
/* NAV BAR color EOF  */


			

/* comment: H1--black */

h1 {	
	color: #000000;
}

/* comment: H2--plum */

h2 {	
	color: #7d3186;
	}
	
	
/* comment: H3-- dark green -  */
h3 {	
	color: #003300;
	}


/* comment: H4-- royal blue */
h4 {	
	color: #1d28ff;
	}


	/* or  red = cc0000  */

.red { color: #990000;}
.rust  { color: #660000;}
.redred { color: #ff0000; }

.gold { color: #ffe284; } 

.brightyellow  { color: #ffff66; }
.lightyellow  { color: #ffe680; }


.lightgreen  { color: #f2ffbf; }
/* or  green #669933  */
.green { color: #006600; }
.darkgreen { color: #003300; }


.lightblue { color: #ccd6ff; }
.medblue { color: #8cbbd8; }
.brightblue { color: #000099; }
.navy { color: #000066; }  
.blue { color: #1d28ff; }

.rose { color: #cc9999; }
.plum { color: #7d3186; }

.rust { color: #660000; }
.brown { color: #3C1d00; }

.black { color: #000000; }
.white { color: #ffffff; }



