/*
** $Id: color.css,v 1.4 2004-07-14 14:34:01 davidw Exp $

** Set colors, background image and a padding-left in the body for that
** image. Everything else should reside in other CSS documents.
*/
body	{   color:			black;
	    background-color:		#67c;
	    background-image:		url(images/horizontal-blue.png);
	    background-repeat:		repeat;
	}

h1	{ color: #228;	background-color: transparent;	}
h1	{ text-shadow: 0 0 8px white; }
footer	{ text-shadow: 0 0 4px white; }
h2	{ color: #228;	background-color: transparent;	}
h3	{ color: #339;	background-color: transparent;	}
h4	{ color: black;	background-color: transparent;	}
strong	{ color: #228;	background-color: transparent;	}
p	{ color: black;	background-color: transparent;	}

h1	{ border-color: #228; }
h2	{ border-color: #b77; }

.warning { color: #f00; background-color: transparent; }

a:link		{ color: blue;	background-color: transparent;	}
a:active	{ color: red;	background-color: transparent;	}
a:visited	{ color: navy;	background-color: transparent;	}

.navigation	{ font-weight: bold; color: white; background-color: #228; }
.navigation a:link	{ color: #bbf;  background-color: transparent; }
.navigation a:active	{ color: red;  background-color: transparent; }
.navigation a:visited	{ color: #88d;  background-color: transparent; }

span.listitem		{ color: navy;	background-color: transparent;	}
span.listitem a:link	{ color: blue;	background-color: transparent;	}
span.listitem a:active	{ color: red;	background-color: transparent;	}
span.listitem a:visited	{ color: navy;	background-color: transparent;	}

cite.filename	{ color: navy;	background-color: transparent;	}

.code,.html	{ color: navy;	background-color: transparent;	}

div.back	{ color: white;	background-color: #228;	}
div.section	{ border-color: #99a;		}


ul.checklist li.complete
	{
	    list-style-image:	url(../passat/variant/images/check-bluesilver.png);
	    list-style-type:	disc;
	}

ul.checklist li.incomplete
	{
	    list-style-image:		url(../passat/variant/images/x-bluesilver.png);
	    list-style-type:	circle;
	}
