/* black.css */

/* The black/white/grey style. */

@import url("default.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	color: #ffffff;
}

/* question and answer */
.q { }
.a {
	color: #cccccc;
	background: inherit;
 }

/* links */
a:link {
	color: #eeeeff;
	background: inherit;
}

a:visited {
	color: #ffeeee;
	background: inherit;
}

/* transparent image */
.trans {
	background: #ffffff;
	color: #000000;
}	

.new {
	color: #669966;
	background: inherit;
}

/* main page schtuff */
td.friends {
	background: #555555;
	color: inherit;
}
.dateline {
	background: #293900;
	color: #ffcc99;
}
table.maintab tr td.maintext:first-child {
	border-right: solid 1px #999999;
}
.maintext div.divider {
	border-bottom: solid 1px #999999;
}
.maintext h1 a {
	background: inherit;
	color: #ffffff;
}
.leftmenu {
	background: #444444;
	color: inherit;
	border-right: solid 1px #999999;
}
.leftmenu ul {
	border-bottom: solid 1px #999999;
}
.merch {
	border-left: solid 1px #999999;
	background: #666666;
	color: inherit;
}
.merch ul {
	border-bottom: solid 1px #999999;
}
.merch p {
	border-bottom: solid 1px #999999;
}
div.blurb {
	background: #222222;
	color: inherit;
	border: 1px solid #999999;
}

/* table row backgrounds */
.tstd {
	background: #000000;
	color: inherit;
}
.todd {
	background: #333333;
	color: inherit;
}

/* reelbyreal stuff */
ul.letter {
	border: solid 1px #666666;
}
ul.letter > li, table.info td {
	background: #333333;
	color: inherit;
}

/* table border 1 */
table.tb1 tr td { border: 1px solid #666666; }

/* the title and logo at the top of a page */
table.chalk {
	border: 1px solid #666666;
}

/* img navigation icons */
table.imgnav a:link img, table.imgnav a:visited img {
	border: 1px solid #000000;
}
table.imgnav a:hover img {
	border: 1px solid #eeeeff;
}

