/* -------------------------------------------------------------- 
  
   link-icons.css
   * Icons for links based on protocol or file type.
   
   See the Readme file in this folder for additional instructions.

-------------------------------------------------------------- */

/* Use this class if a link gets an icon when it shouldn't. */
.single-contents-wrap a.noicon { 
	background:transparent none !important; 
	padding:0 !important; 
	margin:0 !important; 
}

/* Make sure the icons are not cut */
.single-contents-wrap a[href^="http:"], .single-contents-wrap a[href^="mailto:"], .single-contents-wrap a[href^="http:"]:visited, 
.single-contents-wrap a[href$=".pdf"], .single-contents-wrap a[href$=".doc"], .single-contents-wrap a[href$=".xls"], .single-contents-wrap a[href$=".rss"], .single-contents-wrap a[href$=".rdf"], .single-contents-wrap a[href^="aim:"] {
  padding: 0px 15px 2px 0;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: right center;
}

/* External links */
.single-contents-wrap a[href^="http:"]          { background-image: url(http://static.tumblr.com/axe0xtv/mTRly89lz/external.png); } 
.single-contents-wrap a[href^="mailto:"]        { background-image: url(http://static.tumblr.com/axe0xtv/0lPly89lj/email.png); }
.single-contents-wrap a[href^="http:"]:visited  { background-image: url(http://static.tumblr.com/axe0xtv/TqQly89p5/visited.png); }

/* Files */
.single-contents-wrap a[href$=".pdf"]   { background-image: url(http://static.tumblr.com/axe0xtv/LsEly89oo/pdf.png); }  
.single-contents-wrap a[href$=".doc"]   { background-image: url(http://static.tumblr.com/axe0xtv/xUrly89kz/doc.png); }  
.single-contents-wrap a[href$=".xls"]   { background-image: url(http://static.tumblr.com/axe0xtv/jb4ly89ph/xls.png); }  
 
/* Misc */
.single-contents-wrap a[href$=".rss"], 
.single-contents-wrap a[href$=".rdf"]   { background-image: url(http://static.tumblr.com/axe0xtv/d09ly89mf/feed.png); }
.single-contents-wrap a[href^="aim:"]   { background-image: url(http://static.tumblr.com/axe0xtv/3Eqly89o8/im.png); }