#menu ul li
{
	text-shadow							: rgba(255, 255, 255, 0.8) 0 1px 0;
}
#menu ul li.current_page_item b a, #menu ul li.current_page_parent > a, #menu ul li.current_page_item > a
{
	text-shadow							: rgba(0, 0, 0, 0.5) 0 -1px 0;
}
#footer
{
	text-shadow							: rgba(255, 255, 255, 0.3) 0 -1px 0;
}

#menu ul li ul li:last-child a
{
	border-bottom-left-radius			: 4px;
	-moz-border-radius-bottomleft		: 4px;
	-khtml-border-bottom-left-radius	: 4px;
	-webkit-border-bottom-left-radius	: 4px;
	border-bottom-right-radius			: 4px;
	-moz-border-radius-bottomright		: 4px;
	-khtml-border-bottom-right-radius	: 4px;
	-webkit-border-bottom-right-radius	: 4px;
}

#tagline h3
{
	text-shadow							: rgba(0, 0, 0, 0.6) 0 1px 2px;
}

#respond, #sidebar ul.events > li
{
	border-radius						: 4px;
	-moz-border-radius					: 4px;
	-khtml-border-radius				: 4px;
	-webkit-border-radius				: 4px;
}

#countdown .dash .digit
{
	text-shadow							: rgba(255, 255, 255, 1) 0 1px;
}

#countdown .dash_title
{
	text-shadow							: rgba(255, 255, 255, 0.4) 0 -1px;
}