/* -------------------------------------------- */
/* STYLES SPECIFIC TO NEWS ITEM PAGES           */
/* -------------------------------------------- */
/* Arranged alphabetically by tag  */

/* <div> */
div.sharethis {
	margin: 0 0 2em 0;
}

/* <h2> */
h2 {
	margin-bottom: 0.2em;
}

/* <img> */
div#content_main img {
	float: right;
	margin: 5px 0 5px 18px;
}
div.sharethis img {
	float: none !important;
	margin: 15px 0 0 0 !important;
}

/* <p> */
p.date {
	color: #aaa;
	font-size: 75%;
	text-transform: uppercase;
}

