/* Pre Theme Style - Style Sheet */

/******************************************/
/*    		Append Permalink Icon		  */
/******************************************/

#main-content a[href*="//"]:not([href$=".jpg"]):not([href$=".png"]):not([href*="http://cdn.annenbergpublic"]):not([href*="http://www.annenbergpublic"]):after {
	font-family: FontAwesome;
	content: "\f08e";
	font-size: 50%;
	margin-left: 0.7em;
	top: -0.1em;
	display: inline;
	background:none;
}
#menu-home-featured-areas a[href*="//"]:not([href$=".jpg"]):not([href$=".png"]):not([href*="http://cdn.annenbergpublic"]):not([href*="http://www.annenbergpublic"]):after {
	font-family: inherit;
	content: "\f08e";
	font-size: 50%;
	margin-left: 0.7em;
	top: -0.1em;
	display: inline; 
	background: #113643;
}
 
#main-content a[href$=".pdf"]:before {
	font-family: FontAwesome;
	content: "\f1c1";
	font-size: 93%;
	margin-right: 0.3em; 
	display: inline;
	background:none;
}

#main-content a[href$=".doc"]:before {
	font-family: FontAwesome;
	content: "\f1c2";
	font-size: 93%;
	margin-right: 0.3em; 
	display: inline;
	background:none;
}
#main-content a[href$=".docx"]:before {
	font-family: FontAwesome;
	content: "\f1c2";
	font-size: 93%;
	margin-right: 0.3em; 
	display: inline;
	background:none;
}
#main-content a[href$=".zip"]:before {
	font-family: FontAwesome;
	content: "\f019";
	font-size: 93%;
	margin-right: 0.3em; 
	display: inline;
	background:none;
}
#main-content a[href*="#"]:after  {
	display:none;
}
#main-content a[href*="javascript"]:after  {
	display:none;
}

#main-content .bl_posts_slider .tabs a[href*="#"]:before  {
	width:100%;
	left:0%;
}
 
