/*CSS FOR IE 8 ONLY: 7 and below are not supported*/

#HIDE,
.post-header-sharing,
.share-link-email,
.hide {
	display: none;
}
#SHOW,
.post-header .share-icons,
.post-header .share-links-label,
.post-footer-sharing,
.show {
	display: inline-block;
}

#NO-BORDER,
.header-banner .widgettitle,
.footer-widgets-container h2,
.footer input,
.footer input[type='text'],
.footer input[type='email'],
.footer input[type='submit'],
.no-border {
	box-shadow: none;
	border-width: 0 0 0 0;
	outline: none;
}

#NO-BORDER-BOTTOM,
.archive-normal .post,
.no-border-bottom {
	border-bottom-width: 0;
}

#NO-INSET-BORDER-NO-BOTTOM-SPACING,
.postmeta-sidebar .post-terms-container,
.pagenav .page_item .page_item,
.no-inset-border {
	/*IE8 ignores selectors in a group with last-child, so duplicate them here*/
	margin-bottom: 0;
	padding-bottom: 0;
	box-shadow: none;
	border-width: 0 0 0 0;
	outline: none;
}
#NO-MARGIN-BOTTOM,
/*.headlines .headline:last-child,*/
.postmeta-sidebar h3, /*Remove h3 format*/
.entry .post-summary h3,
.feed-item-title,
.entry .feed-item-title,
.feed-item p,
.footer-license p,
.no-margin-bottom {
	/*IE8 ignores selectors in a group with last-child, so duplicate them here*/	
	margin-bottom: 0;
}
blockquote,
.translation,
.arabic,
.hebrew,
.rtl {
	background-image: url(https://s3.amazonaws.com/static.globalvoices/img/tmpl/quote-l-24.png);
	}