body {
	font-family: helvetica,arial,sans-serif;
}

/* the next line was a /.* instead of a /*; changing it 4/29/10, see if anything bad happens */

/*
div {
	display: inline;
}
*/

/* hidden */

.hideItAll {
	display: none;
}

#logo {
	display: none;
}

.hidden {
	display: none;
}

.nav {
	display: none;
}

.title {
	display: none;
}

.box_content {
	display: none;
}

.hide {
	display: none;
}

.active {
	display: none;
}

/* - allow comments
ul {
	display: none;
}
*/
.ad30 {
	display: none;
}

.jump {
	display: none;
}

.message {
	display: none;
}

.vote {
	display: none;
}

.skin {
	display: none;
}

.date {
	display: none;
}

hr {
	display: none;
}

/* 
	'strong' seems to be ONLY used in the "from the ... dept' bit
	(gotta love their nesting of <b> inside <strong>!)
	so I hope they never publish a story like "The president is <strong>NOT</strong> dead"
*/

strong {
	display: none;
}

p {
	display: none;
}

h2 {
	display: none;
}

.daybreak {
	display: none;
}

.content {
	display: none;
}

.menu {
	display: none;
}

.tag-display-stub {
	display: none;
}

.commentBox {
	display: none;
}

.storytitle {
	display: none;
}

form {
	display: none;
}

/* comments are shown twice... only need to see them listed once */
.reader {
	display: none;
}

/* shown */

.datitle {
	color: #ffffff;
	font-weight: bold;
	display: block;
	background-color: #004646; /* that soothing green glow */
	padding: 3px;
}

.datitle a {
	color: #ffffff;
}

.toptag {
	color: #666666;
}


