/* -*- Mode: Java; -*-
* FILENAME:	wood.css
* DESCRIPTION:	Chinese Five Element "wood" theme for all of my personal sites.
* AUTHOR: 	frotz@acm.org
* REVISION:	$Header: d:/cvs/webdocs/css/scrn/wood.css,v 1.1 2004/02/17 19:30:04 frotz Exp $
*/

/* -- Colors ------------------------------------------------------------ */
body		{ background:#FC9; color:#603; }
A		{                  color:#600; font-style:italic; font-weight:500; }
A:link		{                  color:#600; font-style:italic; font-weight:500; }
A:visited	{                  color:#600; font-style:italic; font-weight:500; }
A:active	{ background:#603; color:#EB7; }
A:hover		{ background:#603; color:#EB7; }
.active		{ background:#903; color:#DA7; }
h1,h2,h3,h4,th  { background:#EB7; color:#603; }
.site_branding	{ background:#EB7; color:#603; }
input		{ background:#EB7; color:#933; }
select		{ background:#EB7; color:#933; }
textarea	{ background:#EB7; color:#933; }
.bread_crumbs	{ background:#FC8; color:#933; }
.themes		{ background:#FC8; color:#933; }
.entry		{                  color:#603; }
.nav_group	{ background:#EB7; color:#603; }
.nav_sequence	{ background:#EB7; color:#933; }
.nav_item	{ background:#FC8; color:#603; }
.copyright	{ background:#EB7; color:#603; }

/* -- Borders ----------------------------------------------------------- */
.site_branding	{ border-bottom:0.1em solid #DA7; }
.entry		{ border:0.1em solid #603; }
.nav_group	{ border:0.1em solid #603; }
.nav_sequence	{ border:0.1em solid #603; }

/* -- Bugzilla ---------------------------------------------------------- */
.selected_tab	{ background:#666; color:#CCE; }
.unselected_tab { background:#555; color:#933; }

.t1		{ background:#933; color:#999; }
.t2		{ background:#444; color:#999; }
.t3		{ background:#555; color:#AAA; }
.t4		{ background:#666; color:#CCC; }
.ttotal		{ background:#48B; color:#933; }
.bz_disabled    { background:#333; color:#48B; }

