/*
** $Id: color.css,v 1.2 2002-08-09 20:15:50 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:		#ff0f2f;
	    background-image:		url(images/insight-vert.png);
	    background-repeat:		no-repeat;
	    /* Scoot the image down slightly to account for
	     * site-header.css */
	    background-position:	0 40px;
	    background-attachment:	fixed;
	}

div.body {
	    color: black;
	    background-color: white;
	    padding: 5mm;
	    border-color: #ff1f3f;
	    border-width: medium;
	    border-style: inset;
	    margin-left: 44px;
	}

div.head {
	}

div.foot {
	}

h1	{ color: maroon; background-color: transparent;	}
h2	{ color: navy;	background-color: transparent;	}
h3	{ color: green;	background-color: transparent;	}
h4	{ color: black;	background-color: transparent;	}
strong	{ color: navy;	background-color: transparent;	}
p	{ color: black;	background-color: transparent;	}

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

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

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

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

/*
img.left	{ float: left; }
img.right	{ float: right; }
img		{ vertical-align: top; }
*/

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

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

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

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

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