/* -*- Mode: Java; -*-
* FILENAME:	dusk.css
* DESCRIPTION:	"Dusk" theme for all of my personal sites.
* AUTHOR: 	frotz@acm.org
* REVISION:	$Header: d:/cvs/webdocs/css/scrn/dusk.css,v 1.8 2004/02/17 22:44:55 frotz Exp $
*/

/* -- Colors ------------------------------------------------------------ */
body		{ background:#CCD; color:#000; }
A		{                  color:#44F; font-style:italic; font-weight:500; }
A:link		{                  color:#44F; font-style:italic; font-weight:500; }
A:visited	{                  color:#44F; font-style:italic; font-weight:500; }
A:active	{ background:#33F; color:#CCF; }
A:hover		{ background:#33F; color:#CCF; }
.active		{ background:#33F; color:#CCF; }
h1,h2,h3,h4,th  { background:#AAC; color:#333; }
.site_branding	{ background:#33F; color:#CCF; }
input		{ background:#BBF; color:#33F; }
select		{ background:#BBF; color:#33F; }
textarea	{ background:#BBF; color:#33F; }
.bread_crumbs	{ background:#BBF; color:#33F; }
.themes		{ background:#BBF; color:#33F; }
.entry		{                  color:#333; }
.nav_group	{ background:#BBF; color:#33F; }
.nav_sequence	{ background:#BBF; color:#33F; }
.nav_item	{ background:#CCF; color:#933; }
.copyright	{ background:#BBF; color:#33F; }

table.moduletable th	{ background:#bbf; color:#33f; }
td.contentheading	{ background:#bbf; color:#33f; }
td.componentheading	{ background:#bbf; color:#33f; }
td.buttonheading	{ background:#bbf; color:#33f; }

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

table.moduletable th	{ border:0.1em solid #369; }
table.contentheading td	{ border:0.1em solid #999; }

/* -- Bugzilla ---------------------------------------------------------- */
.selected_tab	{ background:#BBF; color:#369; }
.unselected_tab { background:#AAC; color:#666; }

.t1		{ background:#CCD; color:#33F; }
.t2		{ background:#CCF; color:#22F; }
.t3		{ background:#CCF; color:#22F; }
.t4		{ background:#CCF; color:#22F; }
.ttotal		{ background:#BBF; color:#33F; }
.bz_disabled    { background:#AAC; color:#644; }

.rss {border:1px solid; border-color:#FC9 #630 #330 #F96;p adding:0 3px; font:bold 10px verdana,sans-serif; color:#FFF; background:#F60; text-decoration:none; margin:0;}
