/* white.css */

/* A plain white sans-serif style sheet */

@import url("default.css");

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

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

/* links */
a:visited {
	color: #333333;
	background: inherit;
}

a:link {
	color: #333366;
	background: inherit;
}

/* transparent image */
.trans {
	/* no special treatment in this scheme */
}

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

.navmenu {
	background: #cccccc;
	color: inherit;
}

/* main page schtuff */
.main {
	background: #99aa99;
	color: #ffffff;
}
td.friends {
	background: #ddcccc;
	color: inherit;
}
.dateline {
	background: #293900;
	color: #ffcc99;
}
table.maintab tr td.maintext:first-child {
	border-right: solid 1px #cccccc;
}
.maintext div.divider {
	border-bottom: solid 1px #cccccc;
}
.maintext h1 a,
.maintext h2 a {
	background: inherit;
	color: #000000;
}
.maintext div#tweet span.twid {
	color: #666666;
}
.maintext div#tweet span.twtime {
	color: #666666;
}

.leftmenu, .chalk-leftmenu {
	background: #ccddcc;
	color: inherit;
}
.leftmenu ul {
	border-bottom: solid 1px #ffffff;
}
.chalk-leftmenu {
/*	border-top: solid 1px #ffffff; */
/*	padding-top: 5px; */
}

.merch {
	border-left: solid 1px #ffffff;
	background: #eedddd;
	color: inherit;
}
.merch ul {
	border-bottom: solid 1px #ffffff;
}
.merch p {
	border-bottom: solid 1px #ffffff;
}
div.blurb {
	background: #eeffee;
	color: inherit;
	border: 1px solid #aa9999;
}

/* pithy sayings */
.motto {
	color: #003300;
	background: inherit;
}

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

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