
/* ***************************************************************************** */
/* EVENT LISTINGS */

.event_list
{
	margin-bottom: 10px;
	list-style-image: url("/common/images/bullet_90f_5in11.png");
}

#content .event_list *,
#secondary .event_list *
{
	font-size: 10px;
	line-height: 11px;
}


/* Something here makes bullets go away or get hidden or ???: */
.event
{
	margin: 7px 0px 5px 15px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 11px;
}

/*
.event div
	}
	list-style-image: url("/common/images/bullet_90f_5in11.png");
	}
*/

.event_title
{
	margin: 0px 0px 3px 0px;
	padding: 0 0 1px 0; /* to prevent cutting off link underlines */
	font-weight: bold;
}

.event_subtitle
{
	margin: 0px 0px 3px 0px;
	font-weight: bold;
}

/* IE can't do "before":
.event_title:before
{
	content: "xyz";
	content: "&bull;";
	content: url("/common/images/bullet_90f_5in11.png");
}
*/

.event_details,
.event_details_short,
.event_details_long
{
	margin: 0px;
}

.event_host,
.event_loc,
.event_date
{
	margin: 0px;
	font-style: italic;
}


#content .event_list .event p,
#secondary .event_list .event p
	{
	margin: 0px;
	padding: 0px;
	}





/* Right column displays short, not long, event_details. */

#secondary div.event_details_long
	{
	display: none;
	}


#content .event_details_short
	{
	display: none;
	}
