/*
Icons Stylesheet

@author: Nathaniel B
@copyright: Copyright 2008 Nathaniel B/interlastic.com
@date: 05/22/2008
*/

/**************************************************************************************************
***************************************** ADOBE FILE TYPES ****************************************
**************************************************************************************************/
/*Adobe Portable Document Format (PDF) File*/
a[href $='.pdf'], .icon-pdf {background:url(../images/small-icons/file-types/adobe/pdf-file.gif) no-repeat top left;padding:0px 0px 0px 18px;min-width:0; min-height:0;}

.newstable a {background:url(../images/small-icons/file-types/adobe/pdf-file.gif) no-repeat center left;padding:5px 0px 5px 18px;}

/*Adobe Photoshop File*/
a[href $='.psd'], .icon-psd {background:url(../images/small-icons/file-types/adobe/psd-file.gif) no-repeat center left;padding-left:18px;}

/*Adobe Flash Media File*/
a[href $='.swf'], .icon-swf {background:url(../images/small-icons/file-types/adobe/swf-file.gif) no-repeat center left;padding-left:18px;}

/*Adobe Flash Source File*/
a[href $='.fla'], .icon-fla {background:url(../images/small-icons/file-types/adobe/fla-file.gif) no-repeat center left;padding-left:18px;}

/**************************************************************************************************
**************************************** MICROSOFT FILE TYPES *************************************
**************************************************************************************************/
/*Microsoft Word File*/
a[href $='.doc'], a[href $='.docx'], .icon-word {
background:url(../images/small-icons/file-types/microsoft/word-file2.gif) no-repeat center left;padding-left:18px;}

/*Microsoft Excel File*/
a[href $='.xls'], a[href $='.xlsx'], .icon-excel {background:url(../images/small-icons/file-types/microsoft/excel-file2.gif) no-repeat center left;padding-left:18px;}

/*Microsoft Powerpoint File*/
a[href $='.ppt'], a[href $='.pptx'], .icon-powerpoint {background:url(../images/small-icons/file-types/microsoft/powerpoint-file2.gif) no-repeat center left;padding-left:18px;}

/*Windows Media Player File*/
a[href $='.wmv'], .icon-mediaplayer {background:url(../images/small-icons/file-types/microsoft/mediaplayer-file2.gif) no-repeat center left;padding-left:18px;}

/**************************************************************************************************
*************************************** SPECIFIC LINK TYPES ***************************************
**************************************************************************************************/
/*Email Address*/
a[href^="mailto:"], .icon-email {background:url(../images/small-icons/envelope.gif) no-repeat center left;padding-left:18px;}

/*vCard Download*/
a[href $='.vcf'], .icon-vcard {background:url(../images/small-icons/vcard.gif) no-repeat center left;padding-left:18px;}

/*RSS Feed*/
a[href $='.rss'], .icon-rssfeed {background:url(../images/small-icons/rssfeed.gif) no-repeat center left;padding-left:18px;}

/**************************************************************************************************
**************************************** GENERIC LINK ICONS ***************************************
**************************************************************************************************/
/*Globe Icon*/
.icon-globe {background:url(../images/small-icons/globe.png) no-repeat center left;padding-left:18px;}

/*Pushpin Note Icon*/
.icon-pushpin-note {background:url(../images/small-icons/pushpin-note.png) no-repeat center left;padding-left:18px;}