
/* ***************************************************************************** */
/* NEWS LISTINGS */

.news_list
{
	margin-bottom: 10px;
	list-style-image: url("/common/images/bullet_666_5in11.png");
}

#content .news_list *,
#secondary .news_list *
{
	font-size: 10px;
	line-height: 11px;
}


/* Something here makes bullets go away or get hidden or ???: */
.news
{
	margin: 7px 0px 5px 15px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 11px;
}

/*
.news div
	}
	list-style-image: url("/common/images/bullet_666_5in11.png");
	}
*/

.news_title
{
	margin: 0px 0px 3px 0px;
	padding: 0 0 1px 0; /* to prevent cutting off link underlines */
	font-weight: bold;
}

.news_subtitle
{
	margin: 0px 0px 3px 0px;
	font-style: italic;
}

/* IE can't do "before":
.news_title:before
{
	content: "xyz";
	content: "&bull;";
	content: url("/common/images/bullet_666_5in11.png");
}
*/

.news_details,
.news_details_short,
.news_details_long
{
	margin: 5px 0px;
}

#content .news_list .news .news_details_long p
{
	margin: 5px 0px;
}


.news_host,
.news_loc,
.news_date
{
	margin: 0px;
	font-style: italic;
}


#content .news_list .news p,
#secondary .news_list .news p
	{
	margin: 0px;
	padding: 0px;
	}





/* Right column displays short, not long, news_details. */

#secondary div.news_details_long
	{
	display: none;
	}


#content .news_details_short
	{
	display: none;
	}
