/* --------------------------------------- */
/* STYLES SPECIFIC TO 'HOME' PAGE          */
/* --------------------------------------- */
/* Arranged by page then alphabetically by tag */
div#latest_updates a {
	text-decoration: none;
}
div#latest_updates a.title {
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
}
div#branding {
	margin-left: -24px;
	position: relative;
}
div#latest_updates {
	background: #222;
	padding: 15px 0 5px 15px;
	list-style: none;
}

div#latest_updates span.date {
	color: #FF0;
	font-size: 90%;
	font-style: italic;
}

div#content div#latest_updates ul {
	display: block;
	list-style: none;
	float: left;
	margin: 0;
	width: 50%;
}
div#content div#latest_updates ul li {
	margin: 0 0 1em 0;
	padding: 0 15px 0 24px;
}
div#content div#latest_updates ul li.event {
	background: url('images/bg/event.png') no-repeat 0 1px;
}
div#content div#latest_updates ul li.file {
	background: url('images/bg/file.png') no-repeat 0 1px;
}
div#content div#latest_updates ul li.link {
	background: url('images/bg/link.png') no-repeat 0 1px;
}
div#content div#latest_updates ul li.news {
	background: url('images/bg/news.png') no-repeat 0 1px;
}
