/*
** $Id: color.css,v 1.3 2002-02-04 05:58:35 davidw Exp $

** Set colors, background image and a padding-left in the body for that
** image. Everything else should reside in other CSS documents.

** Light:	#cccca3
** Normal:	#9f9f7f
** Dark:	#63634f
** Really dark:	#3f3f1f
*/
body	{   color: black;
	    background-image: url("images/928-earthy-bg.jpg");
	    background-color: #9f9f7f;
	}

h1	{ color: #63634f;	background-color: transparent;	}
h2	{ color: #63634f;	background-color: transparent;	}
h3	{ color: #63634f;	background-color: transparent;	}
h4	{ color: #63634f;	background-color: transparent;	}
h5	{ color: #63634f;	background-color: transparent;	}
h6	{ color: #63634f;	background-color: transparent;	}
strong	{ color: #3f3f1f;	background-color: transparent;	}
p	{ color: black;		background-color: transparent;	}

.warning { color:		#FF0000; }

a:link		{ color: #9f1f1f;	background-color: transparent;	}
a:active	{ color: #ff0000;	background-color: transparent;	}
a:visited	{ color: #3f3f1f;	background-color: transparent;	}

cite.filename	{ color: #3f3f1f;	background-color: transparent;	}

.code,.html	{ color: #3f3f1f;	background-color: transparent;	}

.photo, div.photo-gallery {
		    float: none;
		    text-align: center;
		    margin-left: 0
		}

/* .logoButton { border: 0; float: right; margin-left: 0 } /**/
