
/* For General Nav Items */

#nav-menu,
#bulletin,
#footer-col-2,
#footer-col-3,
#searchbox,
#sharebox
{
	display: none;

}

/* For Devos */

#devos-social-sharing,
#rightcolumn-devos,
#fb-root


{
	display: none;	
}

/* For Articles */

#rightcolumn-articles,
#articles-social-sharing,
.article-breadcrumbs,
#related-links
{
	display: none;	
}

.article-image {
	float: right;
}


/* Facebook Comments, Etc. */

/* HIDE THE COMMENTS FORM */
.fb_ltr { display: none; }


/* HeartGallery and PPT Images */

/* This hides the images from the browser's print feature as per the request from iStockPhoto */

.gallery-image, .gallery-related-images-collection, #image-info-table, .powerpoint-image {
	display: none;	
}

.authorlink {
	float: left;	
}

.authorlink:before {
	content:"Printing is disabled due to legal restrictions from the original photograph's source.";
	font-size: 11px;
	border: solid 2px #F00;
	padding: 5px;
}