/* hides redundant headline and date stamp */

ul.breadcrumb,
#story-meta {
	display: none;
}

/* moves first image down to align with text */

div#storytext .bucketwrap:first-child {
margin:33px 20px 11px 0;
}