.entry-content a[href $='.pdf'] { 
   padding-right:14px;
   background: transparent url('icons/pdf.png') no-repeat center right;
}

.entry-content a[href $='.zip'], .entry-content a[href $='.rar'], .entry-content a[href $='.gz'], .entry-content a[href $='.bz2'], .entry-content a[href $='.7z'] { 
   padding-right:14px;
   background: transparent url('icons/archive.png') no-repeat center right;
}

.entry-content a[href $='.pkg'], .entry-content a[href $='.deb'], .entry-content a[href $='.rpm'] {
   padding-right:14px;
   background: transparent url('icons/pkg.png') no-repeat center right;
}

.entry-content a[href $='.cpp'] { 
   padding-right:14px;
   background: transparent url('icons/cpp.png') no-repeat center right;
}

.entry-content a[href $='.iso'], .entry-content a[href $='.bin'], .entry-content a[href $='.cue'] { 
   padding-right:14px;
   background: transparent url('icons/iso.png') no-repeat center right;
}

.entry-content a[href $='.swf'] { 
   padding-right:14px;
   background: transparent url('icons/swf.png') no-repeat center right;
}

.entry-content a[href $='.java'] { 
   padding-right:14px;
   background: transparent url('icons/java.png') no-repeat center right;
}

.entry-content a[href $='.phps'] { 
   padding-right:14px;
   background: transparent url('icons/php.png') no-repeat center right;
}

.entry-content a[href $='.xls'], .entry-content a[href $='.xlsx'] { 
   padding-right:14px;
   background: transparent url('icons/xls.png') no-repeat center right;
}

.entry-content a[href $='.ppt'], .entry-content a[href $='.pptx'] { 
   padding-right:14px;
   background: transparent url('icons/ppt.png') no-repeat center right;
}

.entry-content a[href $='.doc'], .entry-content a[href $='.docx'] { 
   padding-right:14px;
   background: transparent url('icons/doc.png') no-repeat center right;
}

.entry-content a[href $='.mp3'], .entry-content a[href $='.wma'], .entry-content a[href $='.wav'], .entry-content a[href $='.flac'], .entry-content a[href $='.pls'], .entry-content a[href $='.aac'], .entry-content a[href $='.m3u'], .entry-content a[href $='.mid'], .entry-content a[href $='.midi'] { 
   padding-right:14px;
   background: transparent url('icons/mp3.png') no-repeat center right;
}

.entry-content a[href $='.avi'], .entry-content a[href $='.divx'], .entry-content a[href $='.wmv'], .entry-content a[href $='.mpg'], .entry-content a[href $='.mpeg'], .entry-content a[href $='.mkv'], .entry-content a[href $='.mov'], .entry-content a[href $='.3gp'], .entry-content a[href $='.mp4'], .entry-content a[href $='.rm'] { 
   padding-right:14px;
   background: transparent url('icons/avi.png') no-repeat center right;
}

.entry-content a[href $='.exe'], .entry-content a[href $='.bat'], .entry-content a[href $='.sh'], .entry-content a[href $='.app'] { 
   padding-right:14px;
   background: transparent url('icons/exe.png') no-repeat center right;
}

.entry-content a[href $='.css'] { 
   padding-right:14px;
   background: transparent url('icons/css.png') no-repeat center right;
}

.entry-content a[href $='.rss'] { 
   padding-right:14px;
   background: transparent url('icons/rss.png') no-repeat center right;
}

.entry-content a[href $='.ttf'], .entry-content a[href $='.fnt'], .entry-content a[href $='.otf'], .entry-content a[href $='.fon'] {
   padding-right:14px;
   background: transparent url('icons/font.png') no-repeat center right;
}

.entry-content a[href ^='mailto:'] { 
   padding-right:14px;
   background: transparent url('icons/email.png') no-repeat center right;
}

.entry-content a[href ^='ftp:'] { 
   padding-right:14px;
   background: transparent url('icons/ftp.png') no-repeat center right;
}

.entry-content a[href $='.jpg'], .entry-content a[href $='.jpeg'], .entry-content a[href $='.png'], .entry-content a[href $='.gif'], .entry-content a[href $='.bmp'] { 
   padding-right:14px;
   background: transparent url('icons/img.png') no-repeat center right;
}

.entry-content a[href $='.txt'] {
   padding-right:14px;
   background: transparent url('icons/txt.png') no-repeat center right;
}